/*
 ======================
   Typography
 ======================
*/
@font-face {
  font-family: 'CormorantGaramond regular';
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'CormorantGaramond bold';
  src: url("../fonts/CormorantGaramond-Bold.ttf") format("truetype"); }
strong {
  font-family: 'CormorantGaramond bold'; }

body {
  font-family: 'CormorantGaramond regular';
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'CormorantGaramond bold'; }

p {
  line-height: 1.3em;
  font-size: 28px; }

.text-white {
  color: white !Important; }

.btn {
  border: 3px solid #FFE6CE;
  min-width: 237px;
  color: #FFE6CE;
  border-radius: 40px;
  font-size: 25px;
  transition: all 0.3s ease; }
  .btn:hover, .btn:focus {
    border: 3px solid #FFE6CE;
    background: #FFE6CE;
    color: #8C3D37; }
  .btn.btn_dark {
    border-color: #8C3D37;
    color: #8C3D37;
    font-family: 'CormorantGaramond bold'; }
    .btn.btn_dark:hover, .btn.btn_dark:focus {
      background: #8C3D37;
      color: #FFE6CE; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8C3D37; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8C3D37; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #8C3D37; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #8C3D37; }

/* Bounce animation */
@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
    opacity: 1; }
  50% {
    transform: translate(-50%, 10px);
    opacity: 0.5; }
  100% {
    transform: translate(-50%, 0);
    opacity: 1; } }
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  list-style: none;
  padding: 0px;
  gap: 10px; }
  .slick-dots li button {
    border: 1px solid #ffe6ce;
    background: #ffe6ce;
    text-indent: -999px;
    width: 16px;
    height: 16px;
    border-radius: 50%; }

.section_title {
  font-size: 60px;
  color: #8C3D37; }
  @media (max-width: 1600px) {
    .section_title {
      font-size: 52px; } }

/*== Header ===*/
.header_wrapper .navbar {
  padding-top: 80px;
  position: absolute; }
.header_wrapper .navbar-brand img {
  height: 164px; }
  @media (max-width: 1600px) {
    .header_wrapper .navbar-brand img {
      height: 154px; } }
.header_wrapper .navbar-nav li {
  padding: 0px 28px; }
  @media (max-width: 1600px) {
    .header_wrapper .navbar-nav li {
      padding: 0px 15px; } }
  .header_wrapper .navbar-nav li a {
    font-size: 30px;
    color: #FFE6CE;
    transition: all 0.3s ease; }
    .header_wrapper .navbar-nav li a:hover {
      opacity: 0.7; }
    .header_wrapper .navbar-nav li a img {
      height: 34px; }
    @media (max-width: 1600px) {
      .header_wrapper .navbar-nav li a {
        font-size: 24px; }
        .header_wrapper .navbar-nav li a img {
          height: 30px; } }
  @media (max-width: 992px) {
    .header_wrapper .navbar-nav li:last-child {
      /*display: inline-block;
      position: absolute;
      bottom: 18px;
      left: 65px;*/ } }

.banner_wrapper {
  height: 100vh;
  background-size: cover;
  padding-top: 320px;
  color: #FFE6CE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFE6CE;
    opacity: 0.2;
    z-index: 2;
    pointer-events: none; }
  @media (max-width: 1024px) {
    .banner_wrapper {
      min-height: 600px; }
      .banner_wrapper:before {
        min-height: 600px; } }
  .banner_wrapper .container {
    max-width: 1000px; }
    @media (max-width: 1600px) {
      .banner_wrapper .container {
        max-width: 780px; } }
  .banner_wrapper .section_head {
    margin-bottom: 35px; }
    .banner_wrapper .section_head .title {
      font-size: 60px;
      text-shadow: 0px 1px 7px #ffe6cea1; }
    .banner_wrapper .section_head .description {
      font-size: 30px;
      color: #FFD99F; }
    .banner_wrapper .section_head .title, .banner_wrapper .section_head .description {
      display: block;
      transition: transform 0.3s ease;
      transform-origin: center center; }
      .banner_wrapper .section_head .title:hover, .banner_wrapper .section_head .description:hover {
        transform: scale(1.1); }
    @media (max-width: 1600px) {
      .banner_wrapper .section_head .title {
        font-size: 48px; }
      .banner_wrapper .section_head .description {
        font-size: 25px; } }
  .banner_wrapper .entry_content {
    max-width: 592px; }
    @media (max-width: 1600px) {
      .banner_wrapper .entry_content {
        max-width: 560px; } }
  .banner_wrapper p {
    font-size: 25px;
    margin-bottom: 0px; }
    @media (max-width: 1600px) {
      .banner_wrapper p {
        font-size: 21px; } }
  .banner_wrapper .scroll_wrap {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0px;
    z-index: 99;
    text-align: center;
    animation: bounce 1.5s infinite; }
    .banner_wrapper .scroll_wrap img {
      height: 65px;
      position: absolute;
      top: 8px;
      left: 50%;
      /*transform: translateX(-50%);*/
      margin-left: -32.5px; }
    .banner_wrapper .scroll_wrap span {
      display: block;
      color: black;
      font-size: 25px;
      margin-top: -30px; }
    @media (max-width: 1024px) {
      .banner_wrapper .scroll_wrap {
        display: none; } }

.music_wrapper {
  background: #8C3D37;
  padding: 110px 0px 60px;
  position: relative; }
  .music_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlays/flowers-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02;
    z-index: 1; }
  .music_wrapper .container {
    z-index: 9;
    position: relative; }
  .music_wrapper .section_title {
    color: #FFE6CE;
    margin-bottom: 50px;
    padding-left: 80px; }
  .music_wrapper .track {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px; }
  .music_wrapper .track button {
    padding: 0px;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    border: none;
    border: none;
    width: 46px;
    margin: 12px auto; }
    .music_wrapper .track button img {
      height: 46px; }
  .music_wrapper .note {
    font-size: 20px;
    text-align: center;
    color: #FFE6CE;
    margin: 50px auto 0px; }
    .music_wrapper .note a {
      display: inline-block; }
    @media (max-width: 1600px) {
      .music_wrapper .note {
        font-size: 16px;
        max-width: 1000px; } }
  .music_wrapper .entry_content {
    margin-top: -80px; }
    .music_wrapper .entry_content .entry_single {
      flex-direction: column;
      margin: 0px 50px;
      border: 8px solid #FFE6CE;
      padding: 110px 45px 80px;
      border-radius: 33px;
      max-width: 340px; }
      @media (max-width: 1600px) {
        .music_wrapper .entry_content .entry_single {
          padding: 80px 40px 50px; } }
      .music_wrapper .entry_content .entry_single img {
        max-width: 100%;
        border-radius: 12px; }
    .music_wrapper .entry_content .slick-track {
      padding-top: 80px !important; }
      .music_wrapper .entry_content .slick-track .slick-center {
        /*margin-top: -70px;*/
        transform: translateY(-70px);
        /* Lift up smoothly */
        z-index: 2; }
  .music_wrapper .volume-wrapper {
    visibility: hidden;
    width: 100%;
    align-items: center;
    gap: 5px; }
    .music_wrapper .volume-wrapper button {
      width: 25px; }
      .music_wrapper .volume-wrapper button img {
        height: 25px; }
  .music_wrapper .slick-center .volume-wrapper {
    visibility: visible !important; }
  .music_wrapper .slick-slide {
    transition: transform 0.4s ease;
    transform: translateY(0);
    /* Default position */ }
    @media (min-width: 1241px) {
      .music_wrapper .slick-slide:not(.slick-center) .volume-wrapper {
        visibility: hidden !important; } }
  .music_wrapper .slick-arrow {
    background: transparent url(../images/icons/right-arrow.png) no-repeat;
    color: transparent;
    background-size: 35px;
    background-position: center;
    border: none;
    width: 20%;
    position: absolute;
    height: 100%;
    top: 0px;
    z-index: 99;
    margin-top: -17px; }
    .music_wrapper .slick-arrow.slick-next {
      right: 0px;
      background-position: 100% center; }
    .music_wrapper .slick-arrow.slick-prev {
      transform: rotate(180deg);
      background-position: 100% center; }
    .music_wrapper .slick-arrow:hover {
      background-image: url(../images/icons/down-arrow.png); }
  .music_wrapper input[type="range"] {
    flex: 1;
    height: 4px;
    appearance: none;
    border-radius: 5px;
    background: black;
    cursor: pointer; }
  .music_wrapper input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFE6CE;
    border: none; }
  .music_wrapper input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFE6CE;
    border: none; }
  .music_wrapper input[type="range"].volume::-webkit-slider-runnable-track {
    height: 4px;
    background: #000; }
  .music_wrapper input[type="range"].volume {
    background: #FFE6CE !important; }
  .music_wrapper .volume::-webkit-slider-thumb {
    margin-top: -3px !Important; }
  .music_wrapper .album_title {
    text-align: center; }
    .music_wrapper .album_title .title {
      font-size: 25px;
      color: #FFE6CE;
      margin-bottom: 5px;
      margin-top: 25px; }
    .music_wrapper .album_title span {
      font-size: 15px;
      color: #FFE6CE; }
  .music_wrapper .controls {
    margin-top: 10px;
    width: 100%;
    text-align: CENTER; }
    .music_wrapper .controls .progress, .music_wrapper .controls .volume {
      width: 100%; }
    .music_wrapper .controls .time {
      display: none; }
  .music_wrapper .player_wrap .prev img {
    height: 38px;
    transform: rotate(180deg); }
  .music_wrapper .player_wrap .next img {
    height: 38px; }

.testimonial_wrapper {
  padding: 100px 0px;
  background-color: #8C3D37;
  position: relative; }
  .testimonial_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlays/flowers-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02;
    z-index: 1; }
  .testimonial_wrapper .container {
    z-index: 9;
    position: relative; }
  .testimonial_wrapper .section_title {
    margin-bottom: 100px;
    text-align: center;
    color: #FFE6CE; }
    @media (max-width: 1600px) {
      .testimonial_wrapper .section_title {
        margin-bottom: 80px; } }
  .testimonial_wrapper .testimonial_slider .entry_single {
    text-align: center;
    padding-top: 45px; }
    .testimonial_wrapper .testimonial_slider .entry_single img {
      max-width: 100%;
      height: 30px;
      margin: 0 auto 30px; }
      @media (max-width: 1600px) {
        .testimonial_wrapper .testimonial_slider .entry_single img {
          height: 26px; } }
    .testimonial_wrapper .testimonial_slider .entry_single .content {
      position: relative;
      max-width: 415px;
      margin: 10px auto;
      padding: 50px 65px; }
      .testimonial_wrapper .testimonial_slider .entry_single .content p {
        font-size: 15px;
        color: #FFE6CE; }
      .testimonial_wrapper .testimonial_slider .entry_single .content:before {
        content: "";
        position: absolute;
        top: -45px;
        left: 0px;
        width: 100%;
        height: 400px;
        background-image: url(../images/icons/frame-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(-52deg);
        z-index: -1; }
    .testimonial_wrapper .testimonial_slider .entry_single:nth-child(3n) .content:before {
      transform: rotate(45deg); }
    .testimonial_wrapper .testimonial_slider .entry_single:first-child .content:before, .testimonial_wrapper .testimonial_slider .entry_single:nth-child(3n + 1) .content:before {
      transform: rotate(-120deg); }
    .testimonial_wrapper .testimonial_slider .entry_single .author_name {
      font-size: 15px;
      position: relative;
      width: 300px;
      margin-top: 100px;
      color: #FFE6CE;
      padding: 0px 45px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 130px auto 0px;
      line-height: 1.3em; }
      .testimonial_wrapper .testimonial_slider .entry_single .author_name::before {
        content: "";
        position: absolute;
        top: -67%;
        left: 0px;
        width: 300px;
        height: 235px;
        background-image: url(../images/icons/circle-handdrawn.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(-33deg);
        z-index: -1; }
      .testimonial_wrapper .testimonial_slider .entry_single .author_name::after {
        content: "";
        position: absolute;
        top: -100px;
        left: 6px;
        width: 90px;
        height: 100px;
        background-image: url(../images/icons/arrow-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(10deg);
        z-index: -1; }
    .testimonial_wrapper .testimonial_slider .entry_single:nth-child(2n+1) .author_name {
      margin-top: 115px; }
    @media (max-width: 1600px) {
      .testimonial_wrapper .testimonial_slider .entry_single .content p, .testimonial_wrapper .testimonial_slider .entry_single .author_name {
        font-size: 15px; } }
  .testimonial_wrapper .slick-arrow {
    background: transparent url(../images/icons/right-arrow.png) no-repeat;
    color: transparent;
    background-size: contain;
    background-position: center;
    border: none;
    width: 35px;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -17px; }
    .testimonial_wrapper .slick-arrow.slick-next {
      right: 0px; }
    .testimonial_wrapper .slick-arrow.slick-prev {
      transform: rotate(180deg); }
    .testimonial_wrapper .slick-arrow:hover {
      background-image: url(../images/icons/down-arrow.png); }

.featured_wrapper {
  padding: 110px 0px;
  background-color: #FFE6CE;
  position: relative; }
  .featured_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlays/notes-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.01;
    z-index: 1; }
  .featured_wrapper .container {
    z-index: 9;
    position: relative;
    max-width: 1180px; }
  .featured_wrapper .section_title {
    margin-bottom: 100px;
    text-align: center; }
    @media (max-width: 1600px) {
      .featured_wrapper .section_title {
        margin-bottom: 80px; } }
  .featured_wrapper .icon_wrapper {
    display: flex;
    align-items: center; }
    .featured_wrapper .icon_wrapper img {
      height: 112px;
      margin-right: 25px; }
    .featured_wrapper .icon_wrapper .content {
      color: #8C3D37;
      max-width: 335px; }
      @media (max-width: 1600px) {
        .featured_wrapper .icon_wrapper .content {
          max-width: 280px; } }
      .featured_wrapper .icon_wrapper .content .title {
        font-size: 30px; }
      .featured_wrapper .icon_wrapper .content p {
        font-size: 25px;
        margin-bottom: 0px; }
      @media (max-width: 1600px) {
        .featured_wrapper .icon_wrapper .content .title {
          font-size: 25px; }
        .featured_wrapper .icon_wrapper .content p {
          font-size: 21px; } }

.about_wrapper {
  padding: 100px 0px;
  background: #FFE6CE;
  position: relative; }
  .about_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlays/notes-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02;
    z-index: 1; }
  .about_wrapper .container {
    z-index: 9;
    position: relative; }
  .about_wrapper .section_title {
    color: #8C3D37; }
  .about_wrapper .entry_img img {
    max-width: 100%; }
  .about_wrapper .entry_img.right img {
    max-width: 328px; }
  .about_wrapper .content p {
    color: #8C3D37;
    font-size: 25px; }
    @media (max-width: 1600px) {
      .about_wrapper .content p {
        font-size: 20px; } }
  .about_wrapper .content img {
    max-width: 230px; }

.bio_wrapper {
  background: #8C3D37;
  padding: 200px 0px;
  position: relative; }
  .bio_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 88%;
    background-image: url(../images/overlays/notes-flying.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.1; }
  .bio_wrapper .entry_content {
    position: relative; }
    .bio_wrapper .entry_content .entry_img img {
      max-width: 65%;
      display: block;
      margin: 0 auto; }
    .bio_wrapper .entry_content .content {
      background: #FFE6CE;
      border-radius: 50%;
      color: #000;
      position: absolute;
      text-align: center;
      padding: 30px 55px;
      max-width: 447px; }
      .bio_wrapper .entry_content .content a {
        color: #000;
        text-decoration: none; }
      .bio_wrapper .entry_content .content .title {
        font-size: 45px; }
      .bio_wrapper .entry_content .content p {
        font-size: 17px; }
      .bio_wrapper .entry_content .content.left {
        top: -90px;
        left: 0px; }
      .bio_wrapper .entry_content .content.right {
        right: 0px;
        bottom: -90px; }
        .bio_wrapper .entry_content .content.right:before {
          content: "";
          position: absolute;
          top: -30%;
          left: 55%;
          width: 70px;
          height: 80px;
          background-image: url(../images/icons/music-notes.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }

.offer_wrapper {
  background: #FFE6CE;
  padding: 100px 0px 50px;
  position: relative; }
  .offer_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlays/notes-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02; }
  .offer_wrapper .section_title {
    color: #8C3D37;
    margin-bottom: 50px; }
  .offer_wrapper .entry_content .col-md-4 {
    padding: 0px 30px; }
  .offer_wrapper .entry_content .entry_single {
    border: 5px solid #8C3D37;
    border-radius: 33px;
    padding: 30px 30px 140px;
    color: #8C3D37;
    height: 100%;
    position: relative; }
    .offer_wrapper .entry_content .entry_single .entry_head .description {
      font-size: 20px;
      margin-bottom: 10px; }
    .offer_wrapper .entry_content .entry_single .entry_head .title {
      font-size: 45px;
      margin-bottom: 20px;
      color: transparent;
      -webkit-text-stroke: 1px #8C3D37; }
    .offer_wrapper .entry_content .entry_single .entry_list {
      list-style: none;
      padding-left: 0px; }
      .offer_wrapper .entry_content .entry_single .entry_list li {
        color: #8C3D37;
        margin-bottom: 10px;
        font-size: 18px;
        position: relative;
        padding-left: 40px; }
        .offer_wrapper .entry_content .entry_single .entry_list li img {
          height: 25px;
          margin-right: 5px;
          left: 0px;
          top: 5px;
          position: absolute; }
  .offer_wrapper .entry_footer {
    margin-top: 40px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0px; }
  .offer_wrapper .note {
    font-size: 20px;
    text-align: center;
    color: #8C3D37;
    margin: 50px auto 0px; }
    @media (max-width: 1600px) {
      .offer_wrapper .note {
        font-size: 16px;
        max-width: 1000px; } }

.faq_wrapper {
  background: #8C3D37;
  padding: 100px 0px;
  color: #FFE6CE;
  position: relative; }
  .faq_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlays/flowers-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.03;
    z-index: 1; }
  .faq_wrapper .container {
    z-index: 9;
    position: relative; }
  .faq_wrapper .section_title {
    color: #FFE6CE;
    margin-bottom: 120px; }
  .faq_wrapper .accordion .accordion-item {
    background: transparent;
    color: #FFE6CE;
    border: none;
    border-bottom: 1px solid #FFE6CE;
    border-radius: 0px; }
    .faq_wrapper .accordion .accordion-item:last-child {
      border-bottom: none; }
    .faq_wrapper .accordion .accordion-item .accordion-header .accordion-button {
      background: transparent;
      color: #FFE6CE;
      font-size: 25px;
      border: none;
      padding-left: 60px;
      box-shadow: none;
      position: relative;
      border-radius: 0px;
      font-family: 'CormorantGaramond regular'; }
      .faq_wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
        background-image: url(../images/icons/down-arrow.png) !important;
        transform: rotate(90deg);
        left: 20px;
        position: absolute; }
      @media (max-width: 1600px) {
        .faq_wrapper .accordion .accordion-item .accordion-header .accordion-button {
          font-size: 21px; } }
  .faq_wrapper .accordion .accordion-body {
    padding-left: 60px;
    padding-top: 0px; }
    .faq_wrapper .accordion .accordion-body a {
      color: #FFE6CE; }
  .faq_wrapper .entry_img {
    position: relative; }
    .faq_wrapper .entry_img > img {
      max-width: 85%;
      margin-top: 80px; }
    .faq_wrapper .entry_img .brand_circle {
      border-radius: 50%;
      background: #FFE6CE;
      width: 250px;
      height: 250px;
      padding: 30px;
      right: 0px;
      align-items: center;
      display: flex;
      position: absolute;
      top: -60px;
      justify-content: center; }
      .faq_wrapper .entry_img .brand_circle img {
        max-width: 130%; }

.contact_wrapper {
  background: #FFE6CE;
  padding: 100px 0px 50px;
  position: relative;
  overflow: hidden; }
  .contact_wrapper:before, .contact_wrapper:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    z-index: 1; }
  .contact_wrapper:before {
    bottom: -22%;
    right: 10%;
    width: 400px;
    height: 400px;
    background-image: url(../images/icons/bubble-frame-3.png);
    transform: rotate(85deg); }
  .contact_wrapper:after {
    bottom: -12%;
    left: -61px;
    width: 410px;
    height: 410px;
    transform: rotate(-75deg);
    background-image: url(../images/icons/bubble-frame-1.png); }
  .contact_wrapper .section_title {
    margin-bottom: 50px; }
  .contact_wrapper .entry_img {
    position: relative; }
    .contact_wrapper .entry_img img {
      max-width: 100%;
      margin-top: -45px; }
    .contact_wrapper .entry_img:before, .contact_wrapper .entry_img:after {
      content: "";
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.3;
      z-index: 1; }
    .contact_wrapper .entry_img.left img {
      position: relative;
      z-index: 99; }
    .contact_wrapper .entry_img.left:before {
      top: -62%;
      left: 0px;
      width: 400px;
      height: 100%;
      background-image: url(../images/icons/bubble-frame-3.png);
      transform: rotate(-160deg); }
    .contact_wrapper .entry_img.right img {
      margin-top: 180px;
      position: relative;
      z-index: 99; }
    .contact_wrapper .entry_img.right:before {
      top: -37%;
      right: -105px;
      width: 440px;
      height: 500px;
      background-image: url(../images/icons/bubble-frame-2.png);
      transform: rotate(-61deg); }
  .contact_wrapper .contact-form {
    margin: 0 auto;
    max-width: 610px;
    position: relative;
    z-index: 99; }
    .contact_wrapper .contact-form .form-input.error,
    .contact_wrapper .contact-form select.error {
      border: 1px solid red; }
    .contact_wrapper .contact-form .error-message {
      color: red;
      font-size: 0.9em;
      margin-top: 4px;
      display: block; }
    .contact_wrapper .contact-form .form-input:focus {
      outline: none; }
    .contact_wrapper .contact-form .form-input.input-error,
    .contact_wrapper .contact-form .form-control.input-error,
    .contact_wrapper .contact-form select.input-error,
    .contact_wrapper .contact-form textarea.input-error {
      border: 1px solid #dc3545;
      /* Bootstrap red */
      background-color: #fff0f0; }
    .contact_wrapper .contact-form .form-group {
      margin-bottom: 15px; }
      .contact_wrapper .contact-form .form-group input, .contact_wrapper .contact-form .form-group textarea, .contact_wrapper .contact-form .form-group select {
        border: 2px solid #8C3D37;
        border-radius: 33px;
        min-height: 50px;
        font-size: 20px;
        background: transparent;
        width: 100%;
        color: #8C3D37;
        padding: 5px 25px; }
      .contact_wrapper .contact-form .form-group textarea {
        min-height: 140px; }
      .contact_wrapper .contact-form .form-group select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none;
        padding-left: 50px; }
      .contact_wrapper .contact-form .form-group.select_wrap {
        position: relative; }
        .contact_wrapper .contact-form .form-group.select_wrap::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 25px;
          transform: translateY(-50%) rotate(90deg);
          /* Rotate the icon */
          width: 16px;
          height: 16px;
          background-image: url("../images/icons/down-arrow-red.png");
          /* Replace with your icon */
          background-size: contain;
          background-repeat: no-repeat;
          pointer-events: none; }
  .contact_wrapper .copyright_wrap {
    padding-top: 100px;
    text-align: center;
    z-index: 99;
    position: relative; }
    .contact_wrapper .copyright_wrap .entry_list {
      display: flex;
      padding-left: 0px;
      justify-content: center;
      margin-bottom: 0px; }
      .contact_wrapper .copyright_wrap .entry_list li {
        list-style: none; }
        .contact_wrapper .copyright_wrap .entry_list li a {
          font-size: 20px;
          text-decoration: none;
          padding: 0px 5px;
          color: #8C3D37; }
    .contact_wrapper .copyright_wrap .entry_text a {
      font-size: 20px;
      text-decoration: none;
      padding: 0px 5px;
      color: #8C3D37; }

.page_content {
  background: #8C3D37;
  color: #FFE6CE;
  padding: 100px 0px;
  font-size: 20px;
  min-height: 100vh;
  position: relative; }
  .page_content .container {
    max-width: 1100px;
    position: relative; }
  .page_content .pdf_link {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFE6CE; }

/* menu collapse after 1240px*/
/* Always collapsed by default */
@media (max-width: 1400px) {
  .testimonial_slider .slick-dots {
    margin-top: 0px; }
  .testimonial_slider .slick-list {
    padding: 0px !Important; }
  .testimonial_slider .entry_single {
    overflow: hidden; }
    .testimonial_slider .entry_single .content {
      padding: 10px 30px !Important; }
      .testimonial_slider .entry_single .content:before {
        content: none !Important; }
    .testimonial_slider .entry_single .author_name {
      margin-top: 0px !Important; }
      .testimonial_slider .entry_single .author_name::before, .testimonial_slider .entry_single .author_name::after {
        content: none !Important; }

  .testimonial_wrapper .section_title {
    margin-bottom: 30px; }
  .testimonial_wrapper .slick-arrow.slick-prev {
    left: -30px; }
  .testimonial_wrapper .slick-arrow.slick-next {
    right: -30px; }

  .music_wrapper input[type="range"] {
    width: calc(100% - 60px); }
  .music_wrapper .entry_content .entry_single {
    margin: 0px 40px; } }
@media (max-width: 1320px) {
  .about_wrapper .entry_img img {
    max-width: 100% !important; } }
@media (max-width: 1240px) {
  .music_wrapper .slick-track .slick-center {
    margin-top: 0px !Important;
    transform: translateY(0px) !important; }
  .music_wrapper .entry_content .entry_single {
    /*margin: 0px 25px;*/
    max-width: 100% !Important; }
  .music_wrapper .slick-arrow {
    width: 5% !important; }

  .about_wrapper .entry_img.right img {
    max-width: 100%; }

  .header_wrapper .navbar-nav li {
    padding: 0px 10px; }

  .bio_wrapper .entry_content .content {
    position: relative;
    bottom: initial;
    top: initial;
    margin: 0 auto; }
  .bio_wrapper .entry_content .entry_img img {
    max-width: 100%; } }
@media (max-width: 1199px) {
  .header_wrapper .navbar {
    padding-top: 10px;
    background: #ffe6ced9 !important; }
  .header_wrapper .navbar-collapse {
    margin: 0px -15px; }

  .navbar-collapse {
    background: #8C3D37;
    padding: 10px 15px; }

  .banner_wrapper:before {
    height: 100vh; } }
@media (max-width: 991px) {
  .banner_wrapper {
    padding-top: 270px;
    background-position: 60% 0px; }
    .banner_wrapper .btn {
      margin-top: 30px !Important; }

  .banner_wrapper .section_head {
    margin-bottom: 60px; }

  .section_title {
    font-size: 45px; }

  .navbar-brand {
    margin-left: 0px !important; }
    .navbar-brand img {
      height: 100px !important; }

  .reverse_mobile {
    flex-direction: column-reverse; }

  .featured_wrapper {
    padding: 50px 0px; }
    .featured_wrapper .icon_wrapper {
      display: flex;
      align-items: center;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 40px; }
      .featured_wrapper .icon_wrapper img {
        margin-right: 0px !Important;
        margin-bottom: 15px; }

  .music_wrapper {
    padding: 50px 0px 60px; }
    .music_wrapper .section_title {
      padding-left: 0px; }
    .music_wrapper .entry_content .entry_single {
      margin: 0px 15px;
      max-width: 100%; }

  .offer_wrapper .entry_content .entry_single {
    margin-bottom: 30px;
    height: auto; }

  .faq_wrapper {
    padding: 50px 0px; }
    .faq_wrapper .section_title {
      margin-bottom: 50px; }
    .faq_wrapper .entry_img .brand_circle {
      width: 160px;
      height: 160px;
      top: 10px; }

  .contact_wrapper {
    padding: 50px 0px; }
    .contact_wrapper .container_fluid {
      padding: 0px 15px; }
    .contact_wrapper .contact-form {
      margin: 30px auto !important; }
    .contact_wrapper .entry_img {
      display: none; }
      .contact_wrapper .entry_img img {
        margin: 0px; }
      .contact_wrapper .entry_img.right img {
        margin-top: 0px; }
    .contact_wrapper:before, .contact_wrapper:after {
      content: none; }

  .testimonial_wrapper {
    padding: 50px 0px; }
    .testimonial_wrapper .section_title {
      margin-bottom: 50px; }

  .testimonial_slider .slick-dots {
    margin-top: 0px; }
  .testimonial_slider .slick-list {
    padding: 0px !Important; }
  .testimonial_slider .entry_single {
    overflow: hidden; }
    .testimonial_slider .entry_single .content {
      padding: 20px !Important; }
      .testimonial_slider .entry_single .content:before {
        content: none !Important; }
    .testimonial_slider .entry_single .author_name {
      margin-top: 0px !Important; }
      .testimonial_slider .entry_single .author_name::before, .testimonial_slider .entry_single .author_name::after {
        content: none !Important; }

  .about_wrapper {
    padding: 50px 0px; }
    .about_wrapper .section_title {
      margin-bottom: 0px !important;
      padding-left: 0px !Important; }
    .about_wrapper .entry_img img {
      margin-bottom: 30px; }
    .about_wrapper .entry_img.right img {
      max-width: 100%;
      margin-top: 30px !Important; }

  .page_content .pdf_link {
    display: block;
    margin-bottom: 30px;
    position: relative; }

  .about_wrapper .content.text-center img {
    display: none; } }
@media (max-width: 667px) {
  .banner_wrapper {
    padding-top: 270px; }
    .banner_wrapper:before {
      height: 100vh; }

  .section_title {
    font-size: 38px; }

  .offer_wrapper {
    padding: 50px 0px; }

  .music_wrapper .section_title {
    text-align: center; }

  .about_wrapper .section_title {
    text-align: center; }
  .about_wrapper .content img {
    max-width: 100%; }

  .faq_wrapper .section_title {
    margin-bottom: 20px; }

  .contact_wrapper .section_title {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .contact_wrapper .copyright_wrap .entry_list li a, .contact_wrapper .copyright_wrap .entry_text a {
    font-size: 16px; } }

/*# sourceMappingURL=main.css.map */
