/***********
*** Root Variable Declaration
********************/
:root {
  /*themes*/
  --color-primary: #E41E6B;
  --color-primary-30: rgba(228, 30, 107, 0.3);
  --color-primary-70: rgba(228, 30, 107, 0.7);
  --color-secondary: #AB1F5D;
  --color-dark: #222222;
  --color-dark-50: rgba(34, 34, 34, 0.5);
  --color-light: #ffffff;
  --color-light-grey: #efefef;
  /*typography*/
  --global-font: Prata, serif;
  --adinda-font: Adinda Melia, sans-serif;
  --global-font-size: 16px;
  --font-size-18: 18px;
  --font-size-32: 32px;
  --font-size-36: 36px;
  --font-size-60: 60px;
  --font-size-40: 40px;
  --font-size-48: 48px;
  --font-size-50: 50px;
  --font-size-70: 70px;
  --font-size-78: 78px;
  --font-size-80: 80px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --italic: italic;
  --regular: 400;
  --thin: 300;
  --med: 500;
  --semi-bold: 600;
  --bold: 700;
  --upper: uppercase;
  --lower: lowercase;
  --cap: captalize;
  --un: underline;
  --ln-th: line-through;
  --left: left;
  --right: right;
  --center: center;
  --justify: justify;
  /*responsive*/
  --mobile: 767px;
  --tab: 992px;
  --desktop: 1200px;
  --x-large: 1533px;
}

img, iframe, video {
  max-width: 100%;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  font-family: Prata, serif;
  font-family: var(--global-font);
  line-height: 1.5;
}

p {
  font-size: 20px;
  font-size: var(--font-size-20);
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
    font-size: var(--font-size-18);
  }
}

.btn {
  font-size: 18px;
  font-size: var(--font-size-18);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    font-size: var(--global-font-size);
  }
}

.font-adinda {
  font-family: Adinda Melia, sans-serif;
  font-family: var(--adinda-font);
}

.font-size-18 {
  font-size: 18px;
  font-size: var(--font-size-18);
}

.font-size-20 {
  font-size: 20px;
  font-size: var(--font-size-20);
}

.font-size-22 {
  font-size: 22px;
  font-size: var(--font-size-22);
}

.font-size-24 {
  font-size: 24px;
  font-size: var(--font-size-24);
}

.font-size-28 {
  font-size: 28px;
  font-size: var(--font-size-28);
}

.font-size-32 {
  font-size: 32px;
  font-size: var(--font-size-32);
}

.font-size-36, .plush__blog-single-page .blog-content .social-list a {
  font-size: 36px;
  font-size: var(--font-size-36);
}

.font-size-40 {
  font-size: 40px;
  font-size: var(--font-size-40);
}

.font-size-48 {
  font-size: 48px;
  font-size: var(--font-size-48);
}

.font-size-50 {
  font-size: 50px;
  font-size: var(--font-size-50);
}

.font-size-60 {
  font-size: 60px;
  font-size: var(--font-size-60);
}

.font-size-70 {
  font-size: 70px;
  font-size: var(--font-size-70);
}

.font-size-78 {
  font-size: 78px;
  font-size: var(--font-size-78);
}

@media screen and (max-width: 767px) {
  .font-size-18 {
    font-size: Prata, serif;
    font-size: var(--global-font);
  }
  .font-size-20 {
    font-size: 18px;
    font-size: var(--font-size-18);
  }
  .font-size-22 {
    font-size: 18px;
    font-size: var(--font-size-18);
  }
  .font-size-24 {
    font-size: 18px;
    font-size: var(--font-size-18);
  }
  .font-size-28 {
    font-size: 24px;
    font-size: var(--font-size-24);
  }
  .font-size-32 {
    font-size: 24px;
    font-size: var(--font-size-24);
  }
  .font-size-36, .plush__blog-single-page .blog-content .social-list a {
    font-size: 24px;
    font-size: var(--font-size-24);
  }
  .font-size-40 {
    font-size: 32px;
    font-size: var(--font-size-32);
  }
  .font-size-48 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
  .font-size-50 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
  .font-size-60 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
  .font-size-70 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
  .font-size-78 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
}

.plush__header a {
  font-size: 20px;
  font-size: var(--font-size-20);
}

.plush__hero-banner h1 {
  font-size: 36px;
  font-size: var(--font-size-36);
}

.plush__hero-banner h1 .font-adinda {
  font-size: 50px;
  font-size: var(--font-size-50);
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .plush__hero-banner h1 {
    font-size: 28px;
    font-size: var(--font-size-28);
  }
  .plush__hero-banner h1 .font-adinda {
    font-size: 40px;
    font-size: var(--font-size-40);
  }
}

@media screen and (max-width: 767px) {
  .plush__hero-banner article h1 .font-adinda {
    margin-left: 0;
    margin-top: 10px;
  }
}

.plush__info-banner article {
  text-align: center;
}

.plush__info-banner h2 {
  font-size: 48px;
  font-size: var(--font-size-48);
}

.plush__info-banner h2 .font-adinda {
  font-size: 70px;
  font-size: var(--font-size-70);
}

@media screen and (max-width: 992px) {
  .plush__info-banner h2 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
  .plush__info-banner h2 .font-adinda {
    font-size: 50px;
    font-size: var(--font-size-50);
  }
}

.plush__card {
  font-size: 24px;
  font-size: var(--font-size-24);
}

.plush__service-list h2 .font-adinda {
  font-size: 60px;
  font-size: var(--font-size-60);
}

.plush__footer a, .plush__footer__top .col-12:last-child p {
  font-size: 22px;
  font-size: var(--font-size-22);
}

.plush__footer__top .col-12:last-child p .fa {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
  font-size: 22px;
  font-size: var(--font-size-22);
}

.plush__footer .list-horizontal.footer-menu a, .plush__footer__bottom p {
  font-size: 16px;
  font-size: var(--global-font-size);
}

.plush__footer .list-horizontal.social-list a {
  font-size: 36px;
  font-size: var(--font-size-36);
}

.plush__footer .list-horizontal.social-list a .fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
}

@media screen and (max-width: 992px) {
  .plush__footer .list-horizontal.social-list a {
    font-size: 22px;
    font-size: var(--font-size-22);
  }
  .plush__footer .list-horizontal.social-list a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 992px) {
  .plush__footer .plush__footer a, .plush__footer .plush__footer__top .col-12:last-child p {
    font-size: 18px !important;
  }
}

.bg-primary, .plush__offer .plush__header a.btn-link:hover::after, .plush__header .plush__offer a.btn-link:hover::after, .plush__offer .plush__header a.btn-link:focus::after, .plush__header .plush__offer a.btn-link:focus::after, .plush__offer .plush__header .navbar-nav .btn-link.nav-link:hover::after, .plush__header .navbar-nav .plush__offer .btn-link.nav-link:hover::after, .plush__offer .plush__header .navbar-nav .btn-link.nav-link:focus::after, .plush__header .navbar-nav .plush__offer .btn-link.nav-link:focus::after, .plush__offer .plush__header .navbar-nav > .active a.btn-link::after, .plush__header .navbar-nav > .active .plush__offer a.btn-link::after, .plush__offer .plush__header .navbar-nav .active > .btn-link.nav-link::after, .plush__header .navbar-nav .plush__offer .active > .btn-link.nav-link::after, .plush__offer .plush__footer .social-list a.btn-link::after, .plush__footer .social-list .plush__offer a.btn-link::after, .plush__offer .btn-link.text-primary::after {
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
}

.bg-primary-30 {
  background-color: rgba(228, 30, 107, 0.3) !important;
  background-color: var(--color-primary-30) !important;
}

.bg-secondary {
  background-color: #AB1F5D !important;
  background-color: var(--color-secondary) !important;
}

.bg-dark, .plush__offer .plush__header a.btn-link:hover::after, .plush__header .plush__offer a.btn-link:hover::after, .plush__offer .plush__header .navbar-nav .btn-link.nav-link:hover::after, .plush__header .navbar-nav .plush__offer .btn-link.nav-link:hover::after, .plush__offer .plush__footer .social-list a.btn-link:hover::after, .plush__footer .social-list .plush__offer a.btn-link:hover::after, .plush__offer .btn-link.text-primary:hover::after, .plush__offer .btn-link.text-white:hover::after, .plush__offer .offer-card.bg-primary > .btn-link:hover::after, .plush__offer .plush__header a.offer-card.btn-link:hover::after > .btn-link:hover::after, .plush__header .plush__offer a.offer-card.btn-link:hover::after > .btn-link:hover::after, .plush__offer .plush__header a.offer-card.btn-link:focus::after > .btn-link:hover::after, .plush__header .plush__offer a.offer-card.btn-link:focus::after > .btn-link:hover::after, .plush__offer .plush__header .navbar-nav .offer-card.btn-link.nav-link:hover::after > .btn-link:hover::after, .plush__header .navbar-nav .plush__offer .offer-card.btn-link.nav-link:hover::after > .btn-link:hover::after, .plush__offer .plush__header .navbar-nav .offer-card.btn-link.nav-link:focus::after > .btn-link:hover::after, .plush__header .navbar-nav .plush__offer .offer-card.btn-link.nav-link:focus::after > .btn-link:hover::after, .plush__offer .plush__header .navbar-nav > .active a.offer-card.btn-link::after > .btn-link:hover::after, .plush__header .navbar-nav > .active .plush__offer a.offer-card.btn-link::after > .btn-link:hover::after, .plush__offer .plush__header .navbar-nav .active > .offer-card.btn-link.nav-link::after > .btn-link:hover::after, .plush__header .navbar-nav .plush__offer .active > .offer-card.btn-link.nav-link::after > .btn-link:hover::after, .plush__offer .plush__footer .social-list a.offer-card.btn-link::after > .btn-link:hover::after, .plush__footer .social-list .plush__offer a.offer-card.btn-link::after > .btn-link:hover::after, .plush__offer .offer-card.btn-link.text-primary::after > .btn-link:hover::after {
  background-color: #222222 !important;
  background-color: var(--color-dark) !important;
}

.bg-dark-50 {
  background-color: rgba(34, 34, 34, 0.5) !important;
  background-color: var(--color-dark-50) !important;
}

.bg-white, .plush__blog-single-page .blog-content .social-list a {
  background-color: #ffffff !important;
  background-color: var(--color-light) !important;
}

.bg-light-grey {
  background-color: #efefef !important;
  background-color: var(--color-light-grey) !important;
}

.border-primary, .plush__footer .container {
  border-color: #E41E6B !important;
  border-color: var(--color-primary) !important;
}

.border-primary-30 {
  border-color: rgba(228, 30, 107, 0.3) !important;
  border-color: var(--color-primary-30) !important;
}

.border-secondary {
  border-color: #AB1F5D !important;
  border-color: var(--color-secondary) !important;
}

.border-dark {
  border-color: #222222 !important;
  border-color: var(--color-dark) !important;
}

.border-dark-50 {
  border-color: rgba(34, 34, 34, 0.5) !important;
  border-color: var(--color-dark-50) !important;
}

.border-white {
  border-color: #ffffff !important;
  border-color: var(--color-light) !important;
}

.border-light-grey {
  border-color: #efefef !important;
  border-color: var(--color-light-grey) !important;
}

.text-primary, .plush__header a:hover, .plush__header a:focus, .plush__header .navbar-nav .nav-link:hover, .plush__header .navbar-nav .nav-link:focus, .plush__header .navbar-nav > .active a, .plush__header .navbar-nav .active > .nav-link, .plush__footer .social-list a, .plush__offer .btn-link.text-primary {
  color: #E41E6B !important;
  color: var(--color-primary) !important;
}

.text-secondary {
  color: #AB1F5D !important;
  color: var(--color-secondary) !important;
}

.text-dark, a.text-primary:hover, .plush__header a:hover, .plush__header .navbar-nav a.nav-link:hover, .plush__header .navbar-nav > .active a:hover, .plush__footer .social-list a:hover, a:hover, a:focus, .plush__header a, .plush__header .navbar-nav .nav-link, .plush__footer a, .plush__offer .plush__header a.btn-link:hover, .plush__header .plush__offer a.btn-link:hover, .plush__offer .plush__header .navbar-nav .btn-link.nav-link:hover, .plush__header .navbar-nav .plush__offer .btn-link.nav-link:hover, .plush__offer .plush__footer .social-list a.btn-link:hover, .plush__footer .social-list .plush__offer a.btn-link:hover, .plush__offer .btn-link.text-primary:hover, .plush__offer .btn-link.text-white:hover, .plush__offer .offer-card.bg-primary > .btn-link:hover, .plush__offer .offer-card.btn-link.text-primary::after > .btn-link:hover {
  color: #222222 !important;
  color: var(--color-dark) !important;
}

.text-dark-50 {
  color: rgba(34, 34, 34, 0.5) !important;
  color: var(--color-dark-50) !important;
}

.text-white, .plush__offer .btn-link.text-white, .plush__offer .offer-card.bg-primary > .btn-link, .plush__offer .offer-card.btn-link.text-primary::after > .btn-link {
  color: #ffffff !important;
  color: var(--color-light) !important;
}

.text-light-grey {
  color: #efefef !important;
  color: var(--color-light-grey) !important;
}

.list-primary li, .list-primary a {
  color: #E41E6B !important;
  color: var(--color-primary) !important;
}

.list-secondary li, .list-secondary a {
  color: #AB1F5D !important;
  color: var(--color-secondary) !important;
}

.list-dark li, .list-dark a {
  color: #222222 !important;
  color: var(--color-dark) !important;
}

.list-white li, .list-white a {
  color: #ffffff !important;
  color: var(--color-light) !important;
}

.list-light-grey li, .list-light-grey a {
  color: #efefef !important;
  color: var(--color-light-grey) !important;
}

a {
  color: #222222;
  color: var(--color-dark);
}

.btn-primary {
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
  color: #E41E6B !important;
  color: var(--color-primary) !important;
  border-color: #E41E6B !important;
  border-color: var(--color-primary) !important;
}

.btn-primary:hover {
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  color: var(--color-light) !important;
  border-color: #E41E6B !important;
  border-color: var(--color-primary) !important;
}

.btn-secondary {
  background-color: #AB1F5D !important;
  background-color: var(--color-secondary) !important;
  color: #AB1F5D !important;
  color: var(--color-secondary) !important;
  border-color: #AB1F5D !important;
  border-color: var(--color-secondary) !important;
}

.btn-dark {
  background-color: #222222 !important;
  background-color: var(--color-dark) !important;
  color: #222222 !important;
  color: var(--color-dark) !important;
  border-color: #222222 !important;
  border-color: var(--color-dark) !important;
}

.btn-white {
  background-color: #ffffff !important;
  background-color: var(--color-light) !important;
  color: #ffffff !important;
  color: var(--color-light) !important;
  border-color: #ffffff !important;
  border-color: var(--color-light) !important;
}

.btn-light-grey {
  background-color: #efefef !important;
  background-color: var(--color-light-grey) !important;
  color: #efefef !important;
  color: var(--color-light-grey) !important;
  border-color: #efefef !important;
  border-color: var(--color-light-grey) !important;
}

.btn-outline {
  background-color: transparent !important;
}

.svg-whtie, .svg-white path {
  fill: #ffffff !important;
  fill: var(--color-light) !important;
}

@media screen and (max-width: 992px) {
  .plush__header .navbar-collapse {
    margin: 0 -15px !important;
  }
  .plush__header .navbar-nav {
    background-color: #E41E6B !important;
    background-color: var(--color-primary) !important;
    padding: 20px 0;
  }
  .plush__header .navbar-nav .nav-link {
    color: #ffffff !important;
    color: var(--color-light) !important;
  }
  .plush__header .navbar-nav .nav-link:hover, .plush__header .navbar-nav .nav-link:focus, .plush__header .navbar-nav .active > .nav-link {
    color: #222222 !important;
    color: var(--color-dark) !important;
  }
  .plush__header .navbar-nav .nav-logo {
    display: none;
  }
}

.plush__info-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
  opacity: 0.3;
}

.plush__service-wrapper .nav-pills a:hover, .plush__service-wrapper .nav-pills a:focus {
  color: #E41E6B !important;
  color: var(--color-primary) !important;
}

.plush__service-wrapper .tab-content .card .title:hover, .plush__service-wrapper .tab-content .card .title:focus {
  text-decoration: none;
  outline: none;
  color: #E41E6B !important;
  color: var(--color-primary) !important;
}

.plush__footer a {
  text-decoration: none;
}

.plush__footer a:hover {
  color: #E41E6B !important;
  color: var(--color-primary) !important;
}

.btn {
  padding: 10px 2rem;
  display: inline-block;
  border: 1px solid;
}

.btn.no-radius {
  border-radius: 0px;
}

.plush__card {
  text-align: left;
}

.plush__card__title span {
  display: inline-block;
}

.plush__card__title span .fa {
  margin-right: 10px;
}

.plush__card__title span:after {
  content: '';
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  background-color: var(--color-light);
}

@media screen and (max-width: 767px) {
  .plush__card {
    margin-bottom: 20px;
  }
}

.gallery-image {
  position: relative;
  margin-bottom: 30px;
}

.gallery-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 30, 107, 0.7) !important;
  background-color: var(--color-primary-70) !important;
  visibility: hidden;
  opacity: 0;
}

.gallery-image .btn-light.btn-outline {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  width: 100%;
  max-width: 90%;
  border-color: #ffffff !important;
  border-color: var(--color-light) !important;
  color: #ffffff !important;
  color: var(--color-light) !important;
  visibility: hidden;
  opacity: 0;
}

.gallery-image:hover .btn-light.btn-outline, .gallery-image:hover:after {
  visibility: visible;
  opacity: 1;
}

.gallery-image .btn-light.btn-outline, .gallery-image:after, .gallery-image:hover .btn-light.btn-outline, .gallery-image:hover .gallery-image:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card-blog {
  margin-bottom: 0 !important;
}

.card-blog .card-body {
  padding-left: 30px;
}

.card-blog + * {
  margin-top: 80px;
}

.card-image-border .col-md-4, .card-image-border .card-image {
  position: relative;
}

.card-image-border .col-md-4:before, .card-image-border .card-image:before {
  content: '';
  position: absolute;
  top: -8%;
  left: -8%;
  z-index: -1;
  width: 45%;
  height: 116%;
  border: 1px solid;
  border-color: #E41E6B;
  border-color: var(--color-primary);
}

.card-image-border .card-image:before {
  content: '';
  position: absolute;
  top: -5%;
  left: -3%;
  z-index: -1;
  width: 30%;
  height: 110%;
}

.plush__offer .card-image-border .card-image::before {
  z-index: 1;
  left: -4%;
}

.plush__offer .card-image-border .card-image img {
  position: relative;
  z-index: 2;
}

.card.no-bg {
  background-color: transparent;
}

.card .social-list li + li {
  margin-left: 15px;
}

.card .social-list a {
  display: inline-block;
  font-size: 24px;
  font-size: var(--font-size-24);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid;
  border-color: #E41E6B;
  border-color: var(--color-primary);
}

.plush__form-group {
  position: relative;
}

.plush__form-group + * {
  margin-top: 50px;
}

.plush__form-group label {
  display: block;
  font-size: Prata, serif;
  font-size: var(--global-font);
}

.plush__form-group .fa {
  position: absolute;
  top: 50%;
  right: 0;
}

.plush__form-text {
  font-size: 22px;
  font-size: var(--font-size-22);
  width: 100%;
  border: 0;
  border-bottom: 1px solid;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.plush__form-text:focus {
  outline: none;
}

@media screen and (min-width: 992px) {
  .plush__header .navbar-nav a img {
    display: none;
    position: absolute;
  }
  .plush__header .navbar-nav .nav-logo a img {
    position: static;
    display: block;
  }
  .plush__header .navbar-nav li.active a img {
    display: block;
  }
}

.plush__hero-banner {
  padding: 30px 0;
  position: relative;
}

.plush__hero-banner article h1 + p {
  margin-top: 20px;
}

.plush__hero-banner article .btn {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .plush__hero-banner .row > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plush__hero-banner .row > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .plush__hero-banner {
    padding: 70px 0;
  }
  .plush__hero-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #E41E6B;
    background-color: var(--color-primary);
    opacity: 0.3;
    z-index: -1;
  }
  .plush__hero-banner img {
    position: relative;
    right: -80px;
  }
  .plush__hero-banner .col-lg-4 {
    position: relative;
  }
  .plush__hero-banner .col-lg-4:before {
    content: '';
    position: absolute;
    left: 18%;
    top: -5%;
    width: 190px;
    height: 110%;
    border: 1px solid;
    border-color: rgba(228, 30, 107, 0.3);
    border-color: var(--color-primary-30);
  }
}

.plush__info-banner {
  margin-top: 30px;
  padding: 30px 0;
}

@media screen and (min-width: 1200px) {
  .plush__info-banner {
    padding: 100px 0;
  }
}

.plush__info-banner .btn {
  margin-top: 50px;
}

.plush__article-banner {
  padding: 30px 0;
  position: relative;
}

.plush__article-banner article h1 + p {
  margin-top: 20px;
}

.plush__article-banner article .btn {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .plush__article-banner .row > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plush__article-banner .row > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .plush__article-banner.left .row > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .plush__article-banner.left .row > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .plush__article-banner {
    padding: 70px 0;
  }
  .plush__article-banner .vector-plant-svg {
    top: -218%;
    right: -110px;
  }
  .plush__article-banner span.font-adinda {
    display: inline-block;
  }
  .plush__article-banner.left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #E41E6B;
    background-color: var(--color-primary);
    opacity: 0.3;
    z-index: -1;
  }
  .plush__article-banner.left img {
    position: relative;
    left: -80px;
  }
  .plush__article-banner.left .col-lg-4 {
    position: relative;
  }
  .plush__article-banner.left .col-lg-4:before {
    content: '';
    position: absolute;
    right: 18%;
    top: -5%;
    width: 190px;
    height: 110%;
    border: 1px solid;
    border-color: rgba(228, 30, 107, 0.3);
    border-color: var(--color-primary-30);
  }
  .plush__article-banner.right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #E41E6B;
    background-color: var(--color-primary);
    opacity: 0.3;
    z-index: -1;
  }
  .plush__article-banner.right img {
    position: relative;
    right: -80px;
  }
  .plush__article-banner.right .col-lg-4 {
    position: relative;
  }
  .plush__article-banner.right .col-lg-4:before {
    content: '';
    position: absolute;
    left: 18%;
    top: -5%;
    width: 190px;
    height: 110%;
    border: 1px solid;
    border-color: rgba(228, 30, 107, 0.3);
    border-color: var(--color-primary-30);
  }
}

.plush__footer h2 {
  margin-bottom: 30px;
}

.plush__footer .social-list {
  margin-bottom: 30px;
}

.plush__footer .social-list li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .plush__footer .social-list {
    margin-bottom: 20px;
  }
  .plush__footer .social-list li + li {
    margin-left: 20px;
  }
}

.plush__footer .col-12:last-child p {
  margin-bottom: 0;
}

.plush__footer .col-12:last-child p + * {
  margin-top: 20px;
}

.plush__footer .footer-menu li + li {
  margin-top: 10px;
}

.plush__footer .footer-menu.list-horizontal li + li {
  margin-top: 0;
}

.plush__footer .footer-menu.list-horizontal li + li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.plush__footer__bottom {
  margin-top: 50px;
}

.plush__footer .container {
  border-top: 1px solid;
  padding: 50px 15px;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .plush__footer .container {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .vector-plant-svg {
    display: none;
  }
  .plush__article-banner.right img {
    right: 0 !important;
  }
}

@media screen and (max-width: 1300px) {
  .plush__article-banner img {
    position: static !important;
  }
}

.plush__article-banner {
  overflow-x: hidden;
}

.plush__info-banner h2 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .plush__info-banner .btn {
    margin-top: 0;
  }
}

.plush img.position-absolute {
  z-index: -1;
  width: 20%;
}

.plush img.position-absolute:first-child {
  top: 0;
  left: 0;
}

.plush img.position-absolute:nth-child(2) {
  bottom: 0;
  right: 0;
}

.plush__service-list h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plush__service-list h2 .font-adinda {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .plush__service-list h2 {
    margin-bottom: 40px;
  }
  .plush__service-list h2 + .row {
    margin-top: 50px;
  }
  .plush__service-list h2 + .row .font-size-36, .plush__service-list h2 + .row .plush__blog-single-page .blog-content .social-list a, .plush__blog-single-page .blog-content .social-list .plush__service-list h2 + .row a {
    font-size: 22px;
    font-size: var(--font-size-22);
  }
}

.plush__service-list .col-md-4 {
  margin-bottom: 30px;
}

.plush__gallery-list .card-body {
  padding-bottom: 0px;
}

.plush__blog-list div.font-adinda span {
  height: auto;
}

.plush__blog-list div.font-adinda svg {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .vector-plant-svg {
    display: none !important;
  }
  .row {
    margin: 0;
  }
  .row .col-12 + * {
    margin-top: 30px;
  }
  .row .card + .card {
    margin-top: 20px;
  }
  .plush__faq .row > .col-12 {
    margin-bottom: 0 !important;
  }
  .plush__hero-banner .row > :nth-child(2) {
    margin-top: 0;
  }
  .card-image-border *:before {
    display: none;
  }
  .fa:before {
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .row {
    margin: 0;
  }
  .vector-plant-svg {
    display: none;
  }
}

.plush__info-banner .card {
  margin-bottom: 80px;
}

.plush__faq {
  padding-top: 120px !important;
}

.plush__faq .vector-plant-svg {
  right: -16%;
  top: -125%;
}

.plush__faq .row > .col-12 {
  margin-bottom: 30px;
}

.plush__accordion {
  height: 100%;
}

.plush__accordion__link {
  cursor: pointer;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.plush__accordion__link .fa-times {
  display: block;
}

.plush__accordion__link .fa-angle-down {
  display: none;
}

.plush__accordion__link.collapsed .fa-times {
  display: none;
}

.plush__accordion__link.collapsed .fa-angle-down {
  display: block;
}

.plush__accordion__link span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plush__accordion__link span:last-child {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  text-align: right;
}

.plush__service-wrapper .nav-pills a {
  border: 0;
  outline: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.plush__service-wrapper .nav-pills a .fa-heart {
  display: none;
}

.plush__service-wrapper .nav-pills a .fa {
  margin-right: 10px;
}

.plush__service-wrapper .nav-pills .active {
  border: 1px solid;
}

.plush__service-wrapper .nav-pills .active .fa-heart {
  display: inline-block;
}

.plush__service-wrapper .nav-pills .active .fa-heart-o {
  display: none;
}

.plush__service-wrapper .tab-content .row .col-md-12 .card-body {
  padding: 100px 50px !important;
}

.plush__service-wrapper .tab-content .row .col-md-12 .card-body .row {
  padding-left: 20px;
  margin-top: 50px;
}

.plush__service-wrapper .tab-content .row .col-md-12 .card-body .col-md-4 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .plush__service-wrapper .tab-content .row .col-md-12 .card-body .col-12 {
    margin-bottom: 20px;
  }
}

.plush__service-wrapper .tab-content .row .col-md-12 h2 span {
  display: block;
}

.plush__service-wrapper .tab-content .row .col-md-12 svg.position-absolute {
  top: -115%;
  right: -41%;
}

@media screen and (max-width: 992px) {
  .plush__service-wrapper .nav-pills#myTab {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .plush__service-wrapper .nav-pills#myTab li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .plush__service-wrapper .nav-pills#myTab {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.plush__offer .btn-link {
  text-decoration: none !important;
}

.plush__offer .btn-link::after {
  content: '';
  display: block;
  margin-top: 3px;
  width: 100%;
  height: 1px;
  background-color: #222222;
  background-color: var(--color-dark);
}

.plush__offer .btn-link.text-white::after, .plush__offer .offer-card.bg-primary > .btn-link::after, .plush__offer .offer-card.btn-link.text-primary::after > .btn-link::after {
  background-color: #ffffff !important;
  background-color: var(--color-light) !important;
}

.plush__offer .offer-card {
  border: 1px solid;
  height: 250px;
  margin-bottom: 25px;
}

.plush__offer .offer-card.bg-primary > .btn-link::after, .plush__offer .offer-card.btn-link.text-primary::after > .btn-link::after {
  background-color: #ffffff !important;
  background-color: var(--color-light) !important;
}

h1 span, .plush__blog-single-page .text-link span {
  display: block;
}

h1 span .vector-plant-svg, .plush__blog-single-page .text-link span .vector-plant-svg {
  top: -115%;
  right: -41%;
}

.plush__blog-single-page .text-link {
  text-decoration: none !important;
  cursor: pointer;
}

.plush__blog-single-page .text-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -5px;
  background-color: #E41E6B;
  background-color: var(--color-primary);
}

.plush__blog-single-page .text-link span .vector-plant-svg {
  width: 80px;
  height: 108px;
  top: -115%;
  right: -45%;
}

.plush__blog-list-page {
  overflow-x: hidden;
}

.plush__blog-list-page .container > .row > * {
  padding: 50px 0;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .plush__blog-list-page .container > .row > *.left-bg-bar:before, .plush__blog-list-page .container > .row > *.right-bg-bar:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background-color: rgba(228, 30, 107, 0.3) !important;
    background-color: var(--color-primary-30) !important;
  }
  .plush__blog-list-page .container > .row > *.left-bg-bar:before {
    left: -70%;
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  .plush__blog-list-page .container > .row > *.left-bg-bar .card-image-border .col-md-4:before {
    left: auto;
    right: -5%;
  }
  .plush__blog-list-page .container > .row > * .card-image-border .col-md-4:before {
    width: 70%;
  }
  .plush__blog-list-page .container > .row > *.right-bg-bar:before {
    right: -70%;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  .plush__blog-list-page .container > .row > *.right-bg-bar .card-image-border .col-md-4:before {
    left: -5%;
  }
}

.plush__blog-list-page .container > .row > * + * {
  margin-top: 80px;
}

.plush__blog-list-page .card .col-md-4 {
  position: relative;
  z-index: 2;
}

.plush__blog-single-page .blog-content {
  max-width: 900px;
  text-align: justify;
}

.plush__blog-single-page .blog-content figure {
  width: 100%;
  padding-top: 12rem;
}

.plush__blog-single-page .blog-content figure .image-border {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plush__blog-single-page .blog-content figure .image-border:before {
  content: '';
  position: absolute;
  top: -8%;
  left: -8%;
  z-index: -1;
  width: 45%;
  height: 115%;
  border: 1px solid;
  border-color: #E41E6B;
  border-color: var(--color-primary);
}

.plush__blog-single-page .blog-content figure img {
  width: 300px;
  height: 100%;
  z-index: 1;
  top: 0 !important;
}

.plush__blog-single-page .blog-content figure .image-bar {
  width: 100%;
  height: 200px;
}

.plush__blog-single-page .blog-content .social-list {
  position: relative;
}

.plush__blog-single-page .blog-content .social-list:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 300px;
  height: 1px;
  background-color: #6f6f6f;
}

.plush__blog-single-page .blog-content .social-list a {
  color: #6f6f6f;
  display: inline-block;
  padding: 10px;
}

.plush__blog-single-page .blog-content .social-list li {
  position: relative;
}

.plush__blog-single-page .blog-content .social-list li + li {
  margin-left: 50px;
}

.plush__blog-single-page .blog-content .social-list li + li:before {
  width: 50px;
  left: -100%;
}

@media screen and (max-width: 767px) {
  .plush__blog-list-page .container > .row > * {
    padding: 0;
  }
  .plush__blog-list-page .container > .row > * + * {
    margin-top: 30px;
  }
}

.plush__blog-list-page {
  overflow-x: hidden;
}

.plush__contact-page {
  overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
  .plush__contact-page .form-area {
    padding: 100px 0;
  }
  .plush__contact-page .form-area:after {
    content: '';
    position: absolute;
    top: 0;
    right: -25%;
    z-index: 1;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    width: 25vw;
    height: 100%;
    background-color: rgba(228, 30, 107, 0.3);
    background-color: var(--color-primary-30);
  }
  .plush__contact-page .form-area .row {
    position: relative;
    z-index: 2;
  }
  .plush__contact-page .form-area .row .col-md-7 {
    padding-right: 100px;
  }
  .plush__contact-page .form-area .row .col-md-5 {
    position: relative;
  }
  .plush__contact-page .form-area .row .col-md-5:before {
    content: '';
    position: absolute;
    top: -8%;
    left: 15%;
    z-index: -1;
    width: 45%;
    height: 115%;
    border: 1px solid;
    border-color: #E41E6B;
    border-color: var(--color-primary);
  }
  .plush__contact-page .form-area .row .col-md-5 img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .plush__contact-page .form-area:after {
    right: -25%;
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
    width: 50vw;
  }
}

@media screen and (min-width: 1900px) {
  .plush__contact-page .form-area:after {
    right: -50%;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
    width: 50vw;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    max-width: var(--full);
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    max-width: var(--desktop);
  }
}

.section-default-spacing {
  padding: 70px 0;
}

@media screen and (max-width: 992px) {
  .section-default-spacing {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-default-spacing {
    padding: 35px 0;
  }
}

.no-radius {
  border-radius: 0px !important;
}

.circle {
  border-radius: 100%;
}

.plush__section-breaker .container > div {
  border: 2px solid;
}

.plush__section-breaker .container > div.dashed {
  border-style: dashed;
}
/*# sourceMappingURL=style.css.map */