/*
Theme Name: The Remarkable
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
	Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  background-color: #000 !important;
  font-family: "Archivo";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*========CUSTOM_CSS==========*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
#content.site-content {
  padding: 0;
}
.entry-content {
  margin: 0;
}
/*=========TOP_BAR============*/
.top-bar {
    padding-top: 20px;
    background: #000;
}
.aws-container .aws-search-field {padding: 0 0px 0 20px !IMPORTANT;border-radius: 5px !IMPORTANT;font-size: 16px;font-family: 'Archivo';backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);background: linear-gradient(to bottom, rgb(247 247 247 / 12%), rgb(247 247 247 / 12%));border: 1px solid #000;color: #fff !important;font-size: 16px;}
form.aws-search-form.aws-show-clear {
    height: 60px;
}
.navbar-brand {
    width: 100%;
}

.top-bar .container {
    max-width: 80%;
    padding-left: 100px;
    padding-right: 100px;
}
.aws-container .aws-search-form .aws-form-btn {
    background: transparent;
    position: absolute;
    right: 15px;
    z-index: 99;
    height: 30px;
    top: 15px;
    align-items: center;
    width: 30px;
    border-radius: 5px !important;
    background: #d9346c;
    border: 0;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    display: inline-block;
    fill: rgb(247 247 247);
    height: 20px;
    line-height: 24px;
    position: relative;
    width: 40px;
    color: #f7f7f7;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background: #000;
}
.home header#masthead {
    background: #000;
    padding-bottom: 0;
    padding: 0px 60px;
    position: unset !important;
}
.top-bar .row {
    align-items: center;
}
.btn-head a {
    background: #d9346c;
    padding: 20px 18px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
}
.top-bar .col-2, .col-8 {
    padding: 0px 8px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    padding: 0;
    margin-right: 40px;
    color: #fff;
    font-weight: 300;
    transition: all 0.5s ease-in-out;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #d9346c;
    transition: all 0.5s ease-in-out;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 800;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    margin: 0;
}
.right-head ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
nav.navbar.navbar-expand-xl.p-0 {
    margin-top: 20px !IMPORTANT;
    background: linear-gradient(45deg, #ffffff29, #ffffff29) !important;
    backdrop-filter: blur(10px);
    padding: 20px 260px !IMPORTANT;
    box-shadow: 0px 8px 0px -6px #ffffff61;
    border-radius: 5px;
}
.right-head ul li {
    margin-right: 25px;
}

.right-head ul li:last-child {
    margin: 0;
}

/*==========SECOND_SEC============*/
.about-row-1 h3 {
    color: #fff !important;
}
.head-Three {
    font-size: 38px;
    color: #000 !important;
    font-weight: 600;
}
.about-row-2 p {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
}
.text-1 p {
    color: #000;
}
.about-row-2 p b {
    color: #fff;
}
.Second-wRap {
    background: #d9346c !important;
    padding: 35px 30px;
    margin: 0;
    border-radius: 14px;
}
.Second-wRap h4 {
    margin-top: 0;
    font-size: 22px;
    line-height: 31px;
    color: #080808;
}
.Second-wRap ul {
    padding-left: 35px;
    margin: 0;
}
.Second-wRap ul li {
    font-size: 18px;
    line-height: 50px;
}
.Second-wRap ul li hr {
    margin: 0;
}
.about-row-3 p {
    font-size: 22px;
    line-height: 31px;
    color: #000;
    font-weight: bold;
    backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 25%), rgb(247 247 247 / 25%));
    width: 85%;
    margin: auto;
    margin-right: 0;
    padding: 17px 80px;
    border-radius: 12px;
    box-shadow: 0 0 6px 1px #00000052;
    border-top: 1px solid #ffffffb0;
}
section.vc_section.about_SEC {position: relative;padding-top: 50px;overflow: visible;margin-top: 20px;z-index: 9;}

section.vc_section.about_SEC:before {
    content: '';
    backdrop-filter: blur(50px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 10%), rgb(247 247 247 / 10%));
    position: absolute;
    width: 92%;
    height: 100%;
    left: 4%;
    top: 0;
    border-radius: 50px;
    border: 1px solid #ffffff26;
} 
  .head-row {
    position: absolute !IMPORTANT;
    top: -20px;
    left: 0 !IMPORTANT;
    right: 0 !important;
}
.head-four h4 {
    font-size: 16px;
    color: #fff;
}

.head-four {
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.head-four p {
    color: #fff;
    display: inline-block;
    background: #d9346c;
    padding: 10px 40px;
    letter-spacing: 5px;
    border-radius: 7px;
    text-transform: uppercase;
}
/*================THIRD_SEC=============*/
.CourRoW-2 h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #000 !important;
}

.CourRoW-2 ul {
    padding-left: 30px;
}

.CourRoW-2 ul li, .CourRoW-2 p {
    font-size: 18px;
    line-height: 50px;
    color: #000;
}
.CourRoW-2 p {
    line-height: 1.4;
}
.CourRoW-2 .wpb_single_image {
    position: absolute;
    margin: 0;
    top: 25px;
}

section.vc_section.core-Sec {position: relative;margin-top: -43%;z-index: -1;margin-bottom: 60px;overflow: visible;}

section.vc_section.core-Sec:before {
    content: '';
    background: #f5f5f5ed;
    position: absolute;
    width: 98%;
    height: 100%;
    left: 1%;
    border-radius: 50px;
}

.CourRoW-1 {
    padding-top: 48%;
}
.CourRoW-1 .head-four p {
    background: #d9346c;
    text-transform: uppercase;
    color: #000;
    padding: 10px 20px;
}

.CourRoW-1 .head-four:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 50%;
    z-index: -1;
}

/*============FOURTH_SEC=============*/

.package-box {
    border: 1px solid #ffffff6b;
    padding: 0px 20px 20px;
    backdrop-filter: blur(50px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 9%), rgb(247 247 247 / 2%));
    border-radius: 35px;
    height: 520px !important;
    position: relative;
}
.package-box .btn-head a {
    display: block;
    text-align: center;
    padding: 11px 18px;
    border-radius: 40px;
    width: 60%;
    margin: auto;
}
.package-box p.para {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    background: #d9346c;
    width: 90% !important;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 40px;
}

.package-box h3 {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
}
div#owl_custom12 .item {
    margin: 10px;
}
.package-con ul {
    padding-left: 30px;
    height: 200px;
/*     overflow-y: scroll; */
    padding-right: 10px;
}
.package-box p {
    color: #fff !important;
}
.package-con ul li {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}
.package-con ul::-webkit-scrollbar {
  width: 7px; 
}
.package-con ul::-webkit-scrollbar-track {
  background: #222;
  border-radius: 10px;
}
.package-con ul::-webkit-scrollbar-thumb {
  background: #d9346c;
  border-radius: 10px;
}
.owl-nav {
    display: block !important;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-nav button.owl-prev {
    position: absolute;
    left: -200px;
}
.owl-nav button.owl-next {
    position: absolute;
    right: -200px;
}
.owl-nav button {
    backdrop-filter: blur(50px);
    background: #d9346c;
    width: 80px;
    height: 80px;
    font-size: 25px !important;
    color: #fff !IMPORTANT;
    border-radius: 50%;
    outline: none;
    border: 0;
}
section.vc_section.PackagesSec .head-four p {
    background: #d9346c;
    color: #000;
    text-transform: uppercase;
}
section.vc_section.PackagesSec .head-four:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 50%;
    z-index: -1;
}
.PackagesSec h3 {
    color: #fff !important;
}
/*=============SHOP=================*/
section.vc_section.ShoP-SeC {
    position: relative;
    overflow: visible !important;
    margin-top: 30px;
    padding-bottom: 50px;
}
section.vc_section.ShoP-SeC:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 98%;
    height: 100%;
    left: 1%;
    border-radius: 50px;
}
.shop-list ul {
    padding-left: 0px;
    display: block;
    list-style: none;
}
.shop-list ul li {
    font-size: 15px;
    line-height: 27px;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.shop-list ul li:before {
    content: '';
    background: #000;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 11px;
}
.shop-RoW-TwO .p1 {
    color: #000;
}
.shop-RoW-TwO h3.p4 {
    color: #000;
}
.shop-RoW-TwO li {
    color: #000 !important;
}
.shop-RoW-TwO p {
    color: #000;
}
section.vc_section.ShoP-SeC h3.vc_custom_heading.head-Three {
    margin-top: 0;
    font-weight: 800;
}
.shop-list p {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 20px;
}
.ShopRoW {
    padding-top: 40px;
}
.ShopRoW h3.head-Three {
    margin-bottom: 40px;
}
.ShopRoW .head-four {
    margin-top: 10px !IMPORTANT;
}
.shop-RoW-OnE {
    position: absolute ! IMPORTANT;
    top: -20px;
    left: 0 !IMPORTANT;
    right: 0 !important;
}
.shop-RoW-TwO {
    padding-top: 70px;
}
.shop-RoW-OnE p {
    text-transform: uppercase;
}
ul.products .owl-stage {
    display: flex;
}
.woocommerce ul.products li {
    width: 100% !IMPORTANT;
    text-align: center;
}
ul.products .owl-stage-outer {
    overflow: hidden;
}
ul.products .owl-nav {
    top: 35%;
}
.woocommerce ul.products li:nth-child(3) {
    margin: 0 !important;
}
.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 28px !IMPORTANT;
    line-height: 31px;
    color: #000;
    padding-bottom: 10px !important;
}
.theme-btn .vc_general {
    background: #d9346c !important;
    padding: 20px 18px !important;
    color: #fff !IMPORTANT;
    font-size: 18px !IMPORTANT;
    border-radius: 5px !important;
    text-decoration: none;
    border: 0 !important;
}
.owl-dots {
    display: none;
}
.description-para p {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
section.vc_section.core-Sec-TwO:before {
    content: '';
    backdrop-filter: blur(50px);
    /* background: linear-gradient(to bottom, rgb(247 247 247 / 0%), rgb(228 228 228)); */
    position: absolute;
    width: 92%;
    height: 100%;
    left: 4%;
    top: 0;
    border-radius: 50px;
    border: 1px solid #ffffff26;
    background: #e4e4e4;
}
.CourRoW-6 .wpb_single_image {
    position: unset;
}

/*====================SIXTH_SEC=================*/
section.vc_section.BeGin-Sec {
    position: relative;
    margin-top: -21%;
    overflow: visible;
    margin-bottom: 80px;
}
section.vc_section.BeGin-Sec:before {
    content: '';
    background: #d9346c !important;
    width: 75%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}
section.vc_section.BeGin-Sec .head-four p {
    background: #d9346c;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
section.vc_section.BeGin-Sec .head-four {margin-top: -20px;z-index: 1;}
section.vc_section.BeGin-Sec p {
    font-size: 18px;
    color: #000;
}
.this_WrAp ul {
    display: flex;
    column-count: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.this_WrAp ul li a {
    border: 1px solid #fff;
    padding: 19px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    background: #d9346c;
}
.this_WrAp ul li a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.this_WrAp ul li {
    margin-right: 20px;
}
.this_WrAp ul li:last-child {
    margin: 0;
}
/*====================SEVENTH_SEC=================*/
section.vc_section.News_Letter .head-four:before {
    content: '';
    background: #ffffff36;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 50%;
    z-index: -1;
}
section.vc_section.News_Letter .head-four p {
    background: #d9346c;
    color: #000;
    font-size: 16px;
}
section.vc_section.News_Letter p {
    font-size: 16px;
    color: #fff;
}
section.vc_section.News_Letter .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}
.news-letter input {
    height: 60px;
    backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 11%), rgb(247 247 247 / 7%));
    border: 1px solid #ffffff38;
    padding: 0 20px;
}
.news-letter input::placeholder {
    color: #ffffff9c;
    font-weight: 300;
}
.news-letter {
    position: relative;
}
.news-letter .btn-primary {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    background: #d9346c;
    border: 0;
    color: #ffffffd1;
}
section.vc_section.News_Letter h3.head-Three {
    margin-top: 0;
    text-transform: capitalize;
}
section.vc_section.News_Letter .head-four {
    margin-bottom: 70px !important;
}
section.vc_section.core-Sec-TwO {
    padding-bottom: 25%;
}
/*===================FOOTER=================*/
.footer-1 {
    text-align: center;
    padding-top: 40px;
}

.footer-1 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.footer-1 ul li a {
    font-size: 22px;
    line-height: 29px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-right: 40px;
}

.footer-1 ul li a:after {
    content: '';
    background: #000;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    bottom: 0;
}

.footer-1 ul li:last-child a:after {
    display: none;
}

.footer-1 ul li:last-child a {
    padding: 0;
}

.footer-1 ol {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

.footer-1 ol li a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

.footer-1 ol li:nth-child(1) a::before {
  content: '\f0e0'; /* envelope icon */
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* important for solid icons */
  font-size: 22px;
}

.footer-1 ol li:nth-child(2) a::before {
  content: '\f16d'; /* Instagram icon */
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Brands'; /* brands font */
  font-weight: 400;
  font-size: 22px;
}

.section-bridgeway {
    text-align: center !important;
    background: #d9346c;
    border-radius: 50px 50px 0px 0px;
    padding: 25px 10px;
}
.section-bridgeway p {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}
.section-bridgeway p a {
    color: #ffffff !important;
    font-weight: 600;
}
.footer-1 p {
    font-size: 22px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
}
div#footer-widget {
    position: relative;
    padding-top: 20px;
    background: #000 !important;
}
div#footer-widget:before {
    content: '';
    background: #f5f5f5ed;
    position: absolute;
    width: 98%;
    height: 100%;
    left: 1%;
    border-radius: 50px 50px 0px 0px;
}
footer#colophon {
    position: relative;
    z-index: 1;
    background: #000 !important;
}
footer#colophon:before {
    content: '';
    background: #f5f5f5ed;
    position: absolute;
    width: 98%;
    height: 100%;
    left: 1%;
    z-index: -1;
}
/*================================*/
/*     Css END       */
/*==================================*/
.section-1 {
    padding-top: 365px !important;
    padding-bottom: 365px;
    background-size: 96% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

header#masthead {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}

.about-head-24 {
    text-transform: capitalize;
}

.about-para-1 p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    width: 96%;
}

.about-para-2 p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}
.about-sec-2 {
    padding-bottom: 120px;
    padding-top: 120px !important;
}

.sec-2-para li {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.sec-2-para {
    margin-bottom: 15px !important;
}

.about-para-3 p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-top: 40px;
}

.about-sec-2-row {
    padding-top: 50px;
}

.about-sec-3 {
    padding-bottom: 0px;
}

.about-sec-4 {
    padding-bottom: 90px !important;
}

.about-sec-4:before {
    content: '';
    background: #f5f5f5ed;
    position: absolute;
    width: 97%;
    height: 100%;
    left: 30px;
    border-radius: 50px;
    border: 1px solid #000;
}

.about-head-27 {
    text-transform: capitalize;
}

.sec-3-para p {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
}

.about-head-78 {
    text-transform: capitalize;
    padding-top: 50px;
}

.sec-3-para li {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.about-btn-sec a.vc_general {
    background: #d9346c !important;
    color: #fff !important;
    /* width: 204px; */
    /* height: 60px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    padding: 20px 40px;
}

.about-btn-sec a.vc_general:hover {
    background: transparent !important;
    border-color: #000 !important;
    transition: all 0.5s ease-in-out;
}

.section-5-para p {
    font-size: 17px;
    line-height: 34px;
    color: #fff;
}

.section-5-para li {
    font-size: 17px;
    line-height: 34px;
    color: #fff;
}

.section-6 {
    padding-top: 90px;
    padding-bottom: 100px;
}

.section-6-para p {
    font-size: 17px;
    line-height: 34px;
    color: #fff;
}

.section-6-para li {
    font-size: 17px;
    line-height: 34px;
    color: #fff;
}

.service-box {
    display: flex;
    border: 1px solid #d9346c;
    height: 0px;
    border-radius: 14px;
    background: #d9346c;
    padding-left: 40px;
    padding-right: 61px;
    justify-content: center;
    align-items: center;
}
.service-box h3 {
    line-height: 40px;
    font-size: 30px;
    color: #000;
}

.service-box p {
    font-size: 18px;
    line-height: 31px;
    color: #000 !important;
}
.services-sec p {
    color: #fff;
}
.service-box {
  overflow-y: scroll;
   /* ya jitna aap chahte ho */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #000 transparent; /* For Firefox */
  padding-top: 250px;
  padding-bottom: 50px;
}

/* Webkit browsers (Chrome, Edge, Safari) */
.service-box::-webkit-scrollbar {
  width: 8px; /* Patla scroll bar */
}

.service-box::-webkit-scrollbar-track {
  background: transparent; /* Track background transparent */
}

.service-box::-webkit-scrollbar-thumb {
  background-color: #8B3A3A; /* Brownish color thumb */
  border-radius: 10px; /* Gol konay */
  border: 2px solid transparent; /* Thoda gap feel karwane ke liye */
  background-clip: content-box;
}



.services-sec {
    padding-bottom: 100px;
    padding-top: 120px !important;
}

.services-head {
    padding-bottom: 10px;
}

.blog-sec .vc_gitem-zone.vc_gitem-zone-c {
    background: transparent !important;
}

.blog-sec .vc_gitem-zone.vc_gitem-zone-a {
    border-radius: 9px !important;
    background-position: 100% 100% !important;
}

.blog-sec h4 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 5px !important;
    color: #fff !important;
}

.blog-sec p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.blog-sec a.vc_general {
    background: transparent !important;
    padding: 0px !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-decoration: underline;
}

.blog-sec {
    padding-top: 100px !important;
    padding-bottom: 40px;
}

.icon-img img {
    width: 80%;
    margin-top: 30px;
}

.contact-para p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}

.contact-us-sec {
    padding-top: 120px !important;
    padding-bottom: 80px;
}

.event-section {
    padding-top: 75px !important;
    padding-bottom: 100px;
}

.event-para p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}

.event-slide.row {
    background: #ce717c;
    padding: 40px;
    border-radius: 40px;
    padding-top: 44px;
    align-items: center;
}

.event-wrapper span {
    font-size: 18px;
    line-height: 19px;
    color: #fff;
}

.event-wrapper h2 {
  font-size: 35px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 0px;
  margin-top: 40px;
}

.event-wrapper h6 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.map-wrapper {
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
}

.event-wrapper p {
    font-size: 17px;
    line-height: 31px;
    color: #fff;
    margin-top: 40px;
}

.col-md-6.soul-left {
    padding-left: 50px !important;
    padding-right: 0px !important;
}

.location_info h1.ser_title {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 80%;
    padding-bottom: 0px !important;
}

.location_info p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.event-btn a {
    border: 1px solid #d9346c;
    width: 245px;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 18px;
    line-height: 0px;
    color: #000;
    text-decoration: none;
    background: #d9346c;
    display: flex;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.event-btn a:hover {
    background: #fff !important;
    color: #000;
    transition: all 0.4s ease-in-out;
}

.event-wrapper h6:before {
    content: '';
    position: absolute;
    right: 18px;
    top: 29%;
    border: 1px solid #ffffff7d;
    width: 334px;
    height: 0;
}

.map-wrapper:before {
    content: '';
    position: absolute;
    top: 42%;
    right: 18px;
    border: 1px solid #ffffff7d;
    width: 247px;
}

.section-1 {
    display: none;
}

.breadcrumbs {
    background-image: url(https://dev.internalstaging.com/web/the-remarkable/remark/wp-content/uploads/2025/04/Group-90.png);
    padding-top: 360px;
    padding-bottom: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumbs h1 {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    font-size: 65px;
    line-height: 76px;
    color: #fff;
    text-transform: capitalize;
}

.woocommerce-shop.woocommerce ul.products li.product .button {
    display: flex;
    width: 204px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    background: #5C331C;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    border-radius: 5px;
}

.woocommerce-shop h1.page-title {
    display: none;
}

.woocommerce-shop.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce-shop.woocommerce .woocommerce-ordering select {
    display: none;
}

.woocommerce-shop .owl-nav button.owl-next {
    display: none;
}

.woocommerce-shop .owl-nav button.owl-prev {
    display: none;
}

.shop-para p {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    font-weight: 300;
}

section.shop-sec {
    padding-top: 120px;
    padding-left: 330px !important;
    padding-right: 330px !important;
}

.woocommerce-shop.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.05% !important;
}

.woocommerce-shop .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: transparent !important;
    border: unset !important;
}

.woocommerce-shop .vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    display: none !important;
}
.woocommerce-shop .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
    width: 250px !important;
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #d9346c;
    border-color: #d9346c;
    border-radius: 22px;
    margin-left: 28px;
    color: #000;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 39px;
    transition: all 0.5s ease-in-out;
}

.woocommerce-shop .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}
.woocommerce-shop ul.products li.product {
    width: 30% !important;
    margin: 0 20px;
    margin-bottom: 30px !IMPORTANT;
    margin-left: 0;
    clear: unset;
}
section.vc_section.shop-sec.woocommerce-shop a.button {
    display: block;
    background: #d9346c;
    padding: 20px 18px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
    cursor: pointer;
}
/*-------------------------------------------------------------
              single-product page
--------------------------------------------------------------*/
.single-product {
  background: #00000005;
}
.single-product div.product .product_title {
  font-size: 30px;
  line-height: 40px;
  border: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 85%;
}
.single-product p.price {
  font-size: 25px !important;
  color: #5c331c !important;
  margin: 20px 0;
}
.single-product .quantity input {
  background: #d9346c82 !important;
  border: 0;
  height: 60px;
  width: 60px !important;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
  outline: none !important;
}
.single-product .product_meta {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
}
.single-product .product_meta span.posted_in {
  width: 100%;
  display: inline-block;
}
.single-product .product_meta a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.single-product .woocommerce-product-gallery__image img {
  margin-left: auto;
  border: 2px solid #ce717c;
  background: #ce717c;
  height: 500px !important;
  object-fit: contain;
  padding: 20px;
  border-radius: 20px;
}
.single-product ol.flex-control-nav {
  margin-top: 10px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product ol.flex-control-nav li {
  border-radius: 10px !important;
  overflow: hidden;
  margin-right: 0px !important;
  border: 2px solid #5c331c;
  width: 132px !important;
  height: 132px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs {
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
  border: 0 !important;
  padding: 0 !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce-tabs ul.tabs.wc-tabs li::after {
  display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500 !important;
  padding: 24px 62px !important;
  background: #d9346c !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
  background: transparent !important;
  border-radius: 0 !important;
  margin-right: 20px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active {
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
  color: #5c331c !important;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500 !important;
  padding: 24px 62px !important;
  background: #d9346c !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 5%;
}
.woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce-Tabs-panel p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 24px;
  line-height: 34px;
}
.related.products {display: none;}
span#reply-title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 5px;
}
.comment-form-rating {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
}
p.stars a {
  color: #f97f00 !important;
}
.woocommerce #review_form #respond textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: none;
  background: #fff;
  box-shadow: 0 3px 15px 0 #0000001a;
  outline: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
}
#review_form_wrapper label {
  display: inline-block;
  width: 100%;
}
.single-product.single div.product form.cart .button {
  background: #d9346c;
  color: #fff;
  text-align: center;
  padding: 20px 55px;
  border-radius: 30px;
  margin: 0 !important;
  border: 1px solid #d9346c;
  transition: 0.5s ease-in-out;
  font-weight: 400;
}
.single div.product form.cart .button:hover {
  background: #fff;
  color: #000 !important;
  transition: all 0.5s ease-in-out;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce-Tabs-panel h4 {
  font-size: 28px;
  font-weight: 500;
}
.woocommerce-Tabs-panel ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.woocommerce-Tabs-panel ul li {
  line-height: 36px;
  position: relative;
  color: #fff;
  font-size: 18px;
}
.woocommerce-Tabs-panel p strong {
  margin-bottom: 10px;
  display: inline-block;
}
p.comment-form-author {
  width: 100%;
}
#review_form input {
  border: none;
  background: #fff;
  box-shadow: 0 3px 15px 0 #0000001a;
  outline: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.single-product section#primary {
  max-width: 100%;
  flex: 100%;
}
h1.page-title {
  font-size: 44px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
}
.single-product .woocommerce ul.products li.product a img {
  width: 150px;
  object-fit: scale-down;
  height: 180px;
}
.single-product aside#secondary {
  display: none;
}
.single-product table.variations tr td.value select {
  height: 50px;
  border: 1px solid #5c331c;
  outline: none !important;
  box-shadow: none !important;
}
.single-product div.product form.cart .variations {
  margin-bottom: 0;
}
.related.products
  a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
  margin: 0 !important;
}
.single-product span.tinvwl_add_to_wishlist-text {
  font-size: 16px !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
}
.single-product
  .summary.entry-summary
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
  margin: 0px 0 !important;
  text-decoration: none;
  display: block;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.single-product
  .summary.entry-summary
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:before {
  margin-right: 0px;
  text-decoration: none;
  font-size: 30px;
  background: #fff;
  color: #5c331c;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product form.cart {
  margin: 0px;
}
.single-product .summary.entry-summary {
  margin: 0;
}
.single-product p.price del {
  color: #b2b2b2;
  margin-right: 20px;
}
.single-product .product_meta span.sku_wrapper {
  display: none;
}
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.single-product p.price ins {
  text-decoration: none;
}
.single-product table.variations tr th label {
  font-size: 20px;
  line-height: 35px;
  margin: 0 !important;
  color: #000000;
  font-family: "NewYork";
}
.single-product table.variations span.woo-selected-variation-item-name {
  font-size: 20px;
  line-height: 30px;
  color: #5c331c;
}
.single-product ul.tabs.wc-tabs {
  padding-left: 0 !important;
  overflow: visible !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
  border: 1px solid #5c331c !important;
  border-radius: 5px !important;
  background: #5c331c00 !important;
}
#review_form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin: 25px 0 !important;
}
#review_form input#wp-comment-cookies-consent {
  width: unset;
  margin-right: 15px;
}
#review_form p.comment-form-cookies-consent label {
  margin: 0;
}
#review_form p.form-submit {
  margin-bottom: 0 !important;
}
#review_form p.form-submit input#submit {
  background: #5c331c !important;
  color: #fff !important;
  text-align: center;
  padding: 25px 55px;
  border-radius: 5px;
  margin: 0 !important;
  border: 1px solid #5c331c;
  transition: 0.5s ease-in-out;
  font-weight: 400;
}
.related.products h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 50px;
  font-weight: 400;
}
.related.products ul.products li.product:nth-child(4) {
  display: none;
}
.single-product span.onsale {
  display: none;
}
.single-product .summary.entry-summary {
  margin-bottom: 0 !important;
  box-shadow: 13px 14px 20px 0px #ce717c61;
  padding: 40px;
  border-radius: 40px;
  background: #ce717c;
}
.single-product .tinv-wraper.woocommerce.tinv-wishlist {
  display: block !important;
}
.single-product
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after
  span.tinvwl_add_to_wishlist-text {
  display: none;
}
.single-product table.variations a.reset_variations {
  color: red;
  font-size: 18px !important;
  line-height: 34px !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
  display: block;
}
.woocommerce-message {
  background: #fff;
  border: 2px solid #d9346c;
  border-radius: 60px;
  font-size: 18px;
  line-height: 44px;
  color: #000;
}
.woocommerce-message::before {
  color: #d9346c;
}
.woocommerce-message a.button.wc-forward {
  background: #d9346c !important;
  border: 1px solid #f4f4f4;
  padding: 12px 45px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s ease-in-out !important;
  display: block;
  line-height: 21px;
}
.woocommerce section#primary {
  padding: 100px 15px;
}
/*===============================
    Woocommerce Cart Page
===============================*/
.woocommerce-cart section#primary {
  padding: 100px 15px;
  flex: 100%;
  max-width: 100%;
}
.woocommerce-cart h1.entry-title {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  thead
  tr
  > th {
  font-size: 18px;
  line-height: 34px;
  border: 1px solid #fff;
  padding: 20px;
  color: #fff;
  visibility: visible !important;
  opacity: 1 !important;
  background: #d9346c !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
  border: 1px solid #000 !important;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td {
  padding: 20px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-cart-item__wrap
  a {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-cart-item__wrap
  span.wc-block-formatted-money-amount {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-components-product-metadata {
  font-size: 16px;
  line-height: 30px;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-components-quantity-selector {
  border: 1px solid #fff;
  margin: 0 !important;
  margin-right: 20px !important;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-components-quantity-selector
  button {
  color: #fff !important;
  font-size: 20px;
  opacity: 1;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td.wc-block-cart-item__product {
  padding-right: 10%;
  position: relative;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td.wc-block-cart-item__product
  .wc-block-cart-item__quantity {
  /* position: absolute; */
  /* top: 80px; */
  /* right: 20px; */
  display: flex;
  align-items: baseline;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  button.wc-block-cart-item__remove-link {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  background: #d9346c !important;
  border-radius: 5px;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
  background: #d9346c;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.woocommerce-cart .wc-block-components-sidebar span.wc-block-cart__totals-title,
.woocommerce-checkout
  .wc-block-components-sidebar
  span.wc-block-cart__totals-title {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  padding: 0;
  font-family: "NewYork";
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper {
  border-color: #ffffff5c;
  padding: 20px 0;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  display: block;
  font-weight: 500;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  a,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  a {
  color: #fff;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon {
  padding: 0;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  input#wc-block-components-totals-coupon__input-0 {
  background: transparent;
  border-color: #fff;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  padding: 30px 12px 10px !important;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  button.components-button,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  button.components-button {
  padding: 18px 23px;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 5px;
  color: #5c331c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  label,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  label {
  color: #fff !important;
  font-size: 16px;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-cart__submit-container
  a,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-cart__submit-container
  a {
  padding: 18px 23px;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 5px;
  color: #5c331c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
  margin-top: 20px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
  margin: 0;
}
/*===============================
    Woocommerce Checkout Page
===============================*/
.woocommerce-checkout section#primary {
  padding: 100px 15px;
  flex: 100%;
  max-width: 100%;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border-color: #ffffff5c;
    padding: 20px;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-color: #ffffff5c !IMPORTANT;
}
.woocommerce-checkout h1.entry-title {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  border: none;
}
.woocommerce-checkout h2.wc-block-components-title {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-transform: capitalize;
}
.woocommerce-checkout p.wc-block-components-checkout-step__description {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
}
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-order-summary-item {
  display: block !important;
}
.woocommerce-checkout
  .wc-block-components-order-summary
  .wc-block-components-order-summary-item__image
  > img {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px;
  margin: 0 auto !important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 60% !important;
  display: inline-block !important;
}
.woocommerce-checkout
  .wc-block-components-order-summary
  .wc-block-components-order-summary-item__description {
  padding-left: 0;
}
.woocommerce-checkout button.wc-block-components-panel__button {
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-checkout .wc-block-components-order-summary {
  padding: 0 !important;
}
.woocommerce-checkout span {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.woocommerce-checkout p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 0 !important;
}
.woocommerce-checkout span.wc-block-components-product-name {
  font-size: 25px;
  line-height: 35px;
}
.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  width: 30px;
  height: 30px;
}
.woocommerce-checkout button.components-button.wc-block-components-button {
  padding: 18px 23px;
  font-size: 16px;
  line-height: 26px;
  background: #5c331c;
  border: 1px solid #5c331c;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: none !important;
}
.woocommerce-checkout
  .wc-block-components-main
  button.wc-block-components-button {
  background: #d9346c;
  color: #fff;
  text-align: center !important;
  padding: 20px 55px !important;
  border-radius: 5px;
  margin: 0 !important;
  border: 1px solid #5c331c;
  transition: 0.5s ease-in-out;
  font-weight: 400;
}
aside#secondary {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-color: #fff;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #fff !important;
}
.woocommerce-page h2.woocommerce-loop-product__title, .woocommerce-page .price {
    color: #fff !IMPORTANT;
}
.woocommerce-page a.button {
    background: #5c331c ! IMPORTANT;
}
.woocommerce-page a.tinvwl_add_to_wishlist_button {
    background: #5c331c !IMPORTANT;
}
.woocommerce .woocommerce-ordering select {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.woocommerce-checkout .price {
    color: #fff !IMPORTANT;
}

.woocommerce-Tabs-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    color: #fff;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {color: #fff;}
.wc-block-components-checkout-return-to-cart-button {
    color: #fff;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid hsl(0deg 0% 100%);
}
.wc-block-components-checkout-return-to-cart-button {
    color: #fff !important;
}
.white_ThiS a.vc_general {
    background: #D9346C !IMPORTANT;
    color: #000 !IMPORTANT;
}
.section-5-para ol {
    padding-left: 10px;
}
.white_ThiS a.vc_general:hover {
    color: #fff !important;
    border: 1px solid #fff !IMPORTANT;
}
.CourRoW-2 .wpb_single_image img {
    height: 700px;
    object-fit: cover;
    border-radius: 50px;
}


.navigation.post-navigation {
    display: none;
}
h1.entry-title {
    display: none;
}
.entry-content {
    color: #fff;
/*     padding: 80px 0;
    border-top: solid 1px #ffffff6e; */
}
/* .entry-content h3 {
    font-size: 30px;
    color: #fff;
} */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #fff;
}
footer.entry-footer {
    display: none;
}
.entry-content ul {
    padding-left: 20px;
}
.entry-content ul li {
    margin-bottom: 10px;
}
.entry-content ul li ul {
    margin-top: 14px;
}
section.vc_section.PackagesSec h2 {
    font-size: 35px;
}
section.vc_section.PackagesSec p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
section.vc_section.PackagesSec p a {
    color: #d9346c;
}
.package-box .btn-head {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 29px;
    transform: translate(-50%, 0);
}
.shop-list ul {
    padding: 0 !important;
}
ul.products .owl-stage-outer .description-para {
    display: none;
}
.contact-para p a {
    color: #d6677b;
}
.why-choose {
    padding-bottom: 70px;
    padding-top: 50px;
}

/*********** Responsive Css *************/
@media only screen and (max-width: 1600px) {
.woocommerce-shop section.shop-sec {
    padding-left: 180px !important;
    padding-right: 180px !important;
}
header#masthead nav.navbar.navbar-expand-xl.p-0 {
    padding: 20px 200px ! IMPORTANT;
}
.top-bar .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-head a {
    font-size: 16px !important;
}
    .about-row-3 p {
        width: 100% !important;
        color: #000 !important;
    }
}
@media only screen and (max-width: 1500px) {
.top-bar .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-head a {
    font-size: 16px !important;
}
      .about-row-2 p {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 15px;
    }
        .Second-wRap {
        background: #94B38B;
        padding: 35px 30px;
        margin: 0;
        border-radius: 14px;
    }
    .about-row-3 p {
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        backdrop-filter: blur(10px);
        background: linear-gradient(to bottom, rgb(247 247 247 / 25%), rgb(247 247 247 / 25%));
        width: 85%;
        margin: auto;
        margin-right: 0;
        padding: 17px 80px;
        border-radius: 12px;
        box-shadow: 0 0 6px 1px #00000052;
        border-top: 1px solid #ffffffb0;
    }
    .owl-nav button {
    backdrop-filter: blur(50px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 20%), rgb(247 247 247 / 20%)) ! IMPORTANT;
    width: 60px;
    height: 60px;
    font-size: 20px !important;
    color: #fff ! IMPORTANT;
    border-radius: 50%;
    outline: none;
    border: 0;
}
	  header#masthead {
    background: #000;
    padding-bottom: 0;
    padding: 20px 20px 0 !important;
}
nav.navbar.navbar-expand-xl.p-0 {
    margin-top: 20px ! IMPORTANT;
    background: linear-gradient(45deg, #ffffff29, #ffffff29) !important;
    backdrop-filter: blur(10px);
    padding: 20px 70px 20px 17% ! IMPORTANT;
    box-shadow: 0px 8px 0px -6px #ffffff61;
    border-radius: 5px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    padding: 0;
    margin-right: 30px;
    color: #fff;
    font-weight: 300;
}
.head-Three {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.about-row-2 p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
section.vc_section.about_SEC {
    position: relative;
    padding-top: 40px;
    overflow: visible;
    margin-top: 0px;
    padding-right: 70px !important;
    padding-left: 70px !important;
}
.Second-wRap ul li {
    font-size: 16px;
    line-height: 40px;
}
.about-row-3 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 25%), rgb(247 247 247 / 25%));
    width: 85%;
    margin: auto;
    margin-right: 0;
    padding: 17px 80px;
    border-radius: 12px;
    box-shadow: 0 0 6px 1px #00000052;
    border-top: 1px solid #ffffffb0;
}
.about-row-2 p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.Second-wRap {
    background: #94B38B;
    padding: 35px 20px;
    margin: 0;
    border-radius: 14px;
}
.text-1 p {
    color: #000 !important;
}
/* .about-row-3 {
    position: absolute;
    bottom: 8%;
    right: 15px;
} */
section.vc_section.PackagesSec {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

section.vc_section.BeGin-Sec h3.head-Three {
    font-size: 28px !important;
    width: 60%;
    line-height: 38px ! IMPORTANT;
    margin: 0 auto;
    margin-bottom: 20px;
}
section.vc_section.BeGin-Sec:before {
    content: '';
    background: #5C331C;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}
.owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
}
.owl-nav button.owl-next {
    position: absolute;
    right: -70px;
}
    .about-row-3 p {
        width: 100% !important;
        color: #000 !important;
    }
}

@media only screen and (max-width: 1440px) {
.top-bar .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-head a {
    font-size: 16px !important;
}
 .breadcrumbs h1 {
    font-size: 50px !important;
}
.about-head-24 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.about-head-27 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.about-head-78 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.about-head-29 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.services-head {
    font-size: 50px !important;
    line-height: 60px !important;
}
.packages-head {
    font-size: 50px !important;
    line-height: 60px !important;
}
.blog-head {
    font-size: 50px !important;
    line-height: 60px !important;
}
.blog-sec h4 {
    font-size: 25px !important;
    line-height: 32px !important;
}
.woocommerce-shop section.shop-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.woocommerce-shop.woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 25px !important;
}
.shop-head {
    font-size: 50px !important;
    line-height: 60px !important;
}
.event-head {
    font-size: 50px !important;
    line-height: 60px !important;
}
.contact-head {
    font-size: 50px !important;
    line-height: 60px !important;
}
    .about-row-3 p {
        width: 100% !important;
        color: #000 !important;
    } 
}

@media only screen and (max-width: 1366px) {
.about-row-3 p {
    width: 100% !important;
    color: #000 !important;
}
.breadcrumbs h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.about-head-24 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.about-para-1 p {
    font-size: 16px !important;
}
.about-para-2 p {
    font-size: 16px !important;
    line-height: 32px !important;
}
.about-head-27 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.sec-3-para p {
    font-size: 16px !important;
    line-height: 32px !important;
}
.about-head-78 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.sec-3-para li {
    font-size: 16px !important;
    line-height: 30px !important;
}
.about-head-29 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.services-head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.service-box h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}
.packages-head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.packages-ala-carte {
    font-size: 30px !important;
    line-height: 50px !important;
}
.blog-head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.shop-head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.woocommerce-shop section.shop-sec {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.event-head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.contact-head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.top-bar .container {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.raw-black-text {
    padding-top: 50px !important;
}
.top-bar .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-head a {
    font-size: 16px !important;
}
}

@media only screen and (max-width: 1280px) {
.owl-nav button {
    display: none;
}
.btn-head a {
    font-size: 16px !important;
}
header#masthead nav.navbar.navbar-expand-xl.p-0 {
    padding: 20px 80px ! IMPORTANT;
}
.btn-head a {
    font-size: 16px !important;
}
.head-Three {
    font-size: 30px !important;
    line-height: 40px !important;
}
.shop-list p {
    font-size: 18px !important;
    line-height: 30px !important;
}
section.ShoP-SeC .woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 22px !important;
}
section.vc_section.core-Sec-TwO:before {
    width: 100% !important;
    left: 0px !important;
}
.about-sec-4:before {
    width: 100% !important;
    left: 0px !important;
}
.services-sec:before {
    width: 100% !important;
    left: 0px !important;
}
.woocommerce-shop .vc_tta.vc_general .vc_tta-panel-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.woocommerce-shop section.shop-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* .entry-content {
    padding: 60px 0;
    border: none;
} */
.navbar-brand {
    margin: 0;
}
header#masthead {
    padding: 15px 15px 0 !important;
}
.Second-wRap h3 {
    margin-top: 0;
    font-size: 24px;
}
.Second-wRap ul li {
    line-height: 35px;
}
.Second-wRap {
    padding: 25px 15px;
}
.about-row-2 p br {
    display: none;
}
.CourRoW-1 .head-four {
    margin-bottom: 25px !important;
}
.CourRoW-1 p {
    font-size: 16px;
}
.CourRoW-2 h3 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
}
.CourRoW-2 .wpb_single_image {
    position: unset;
}
.package-box h3 {
    font-size: 22px;
}
.package-box .btn-head {
    bottom: 30px;
}
.package-box {
    /* min-height: 280px; */
}
section.vc_section.PackagesSec h2 {
    font-size: 32px;
    padding: 0;
}
section.vc_section.PackagesSec p {
    font-size: 16px;
}
.entry-content ul li {
    font-size: 16px;
	color: #fff;
}
.PackagesSec h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 40px !important;
}
.shop-list p {
    font-size: 16px !important;
    line-height: 28px !important;
}
.theme-btn .vc_general {
    font-size: 16px !important;
}
section.vc_section.BeGin-Sec {
    margin-bottom: 60px;
}
.footer-1 p {
    font-size: 20px;
}
.footer-1 ul li a {
    font-size: 20px;
}
.section-bridgeway p {
    font-size: 20px;
}
span.wpcf7-spinner {
    display: none;
}
.breadcrumbs {
    padding-top: 320px;
    padding-bottom: 260px;
}
.breadcrumbs h1 {
    font-size: 30px !important;
    line-height: 44px !important;
}
.about-sec-2 {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.about-sec-3 h2 {
    font-size: 30px !important;
}
.section-5 h2 {
    font-size: 30px !important;
}
.about-sec-4 h2 {
    font-size: 30px !important;
    padding: 0;
    line-height: 44px !important;
}
.about-sec-4 h3 {
    font-size: 24px;
}
.sec-3-para p {
    margin-bottom: 20px;
}
.about-sec-4:before {
    width: 98% !important;
    left: 13px !important;
    background-size: 100% 100% !important;
    bottom: 0;
}
.about-sec-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.container {
    max-width: 98%;
}
.services-sec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
.services-sec h2 {
    font-size: 34px !important;
    line-height: 46px !important;
    padding: 0 !important;
}
.PackagesSec h2 {
    font-size: 32px !important;
    line-height: 46px !important;
    margin-bottom: 30px;
}
.woocommerce-shop.woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 24px !important;
}
.description-para p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.woocommerce section#primary {
    padding: 80px 15px 40px 15px;
}
.woocommerce-shop.woocommerce ul.products li.product .button {
    font-size: 16px;
    width: 150px;
    height: 50px;
}
.footer-1 img {
    width: 30%;
}
.blog-sec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
.blog-head {
    font-size: 32px !important;
}
.blog-sec h4 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
.blog-sec p {
    font-size: 16px;
    margin-bottom: 0;
}
.blog-sec a.vc_general {
    font-size: 16px;
}
.contact-us-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.icon-img img {
    margin-top: 0;
    width: 60%;
}
.contact-us-sec .icon-img {
    margin-bottom: 30px !important;
}
.contact-head {
    font-size: 32px !important;
}
.contact-para p {
    font-size: 16px;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    font-size: 18px;
    padding: 16px 40px !important;
}
.woocommerce-Tabs-panel p {
    font-size: 20px;
}
#review_form p.form-submit input#submit {
    font-size: 18px;
    padding: 20px 0;
}
.woocommerce-shop.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 32% !important;
}
.top-bar .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
}

@media only screen and (max-width: 1199px) {
.mob-menu-header-holder.mobmenu {
    background: #d72b69 !important;
}
.btn-head a {
    font-size: 16px !important;
}
.top-bar .container {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.mobmenu-content a {
    color: #000 !important;
    font-size: 18px !important;
}
.mobmenu-content #mobmenuright li:hover {
    background: transparent !important;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background: #d72b69 !important;
    color: #fff !important;
}
.breadcrumbs {
    padding-top: 170px;
    padding-bottom: 220px;
}
.breadcrumbs h1 {
    font-size: 35px !important;
    line-height: 1.5 !important;
}
.CourRoW-2 ul li {
    color: #000;
}
.PackagesSec ul li {
    color: #000;
}
.package-box ul li {
    color: #fff;
}
}



@media only screen and (max-width: 1024px) {
.top-bar {
    padding-top: 15px;
}
.top-bar .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.btn-head a {
    padding: 16px 20px;
    font-size: 15px !important;
}
.aws-container .aws-search-field {
    height: 50px !important;
}
.aws-container .aws-search-form .aws-form-btn {
    top: 9px;
}
.top-bar .col-2 {
    max-width: 19%;
    flex: 0 0 19%;
}
.top-bar .col-8 {
    max-width: 62%;
    flex: 0 0 62%;
}
form.aws-search-form.aws-show-clear {
    height: 55px;
}
.head-four p {
    font-size: 14px !important;
}
.head-Three {
    font-size: 26px !important;
}
.about-row-2 p {
    font-size: 15px;
}
.Second-wRap h3 {
    font-size: 22px !important;
}
.entry-content ul li {
    font-size: 15px;
    line-height: 28px;
}
section.vc_section.about_SEC {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.Second-wRap {
    margin-bottom: 20px;
}
section.vc_section.about_SEC:before {
    width: 98%;
    left: 1%;
}
.about-row-2 .vc_col-sm-5 .vc_column-inner {
    padding-top: 0 !important;
}
.about-row-2 {
    display: flex;
    align-items: center;
}
section.vc_section.core-Sec {
    margin-top: -35%;
}
.CourRoW-1 {
    padding-top: 42%;
}
section.vc_section.core-Sec:before {
    bottom: -30px;
}
section.vc_section.PackagesSec p {
    width: 80%;
}
.package-box p {
    font-size: 14px !important;
    width: 90% !important;
    padding: 8px 0 !important;
}
.PackagesSec .package-box h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
}
.PackagesSec h2 {
    font-size: 30px !important;
}
section.vc_section.core-Sec-TwO:before {
    width: 98% !important;
    left: 1% !important;
}
section.vc_section.core-Sec-TwO {
    padding-bottom: 22%;
}
section.vc_section.BeGin-Sec:before {
    width: 94%;
}
section.vc_section.BeGin-Sec h3.head-Three {
    font-size: 25px !important;
    width: 80%;
}
.this_WrAp ul li a {
    font-size: 15px;
    padding: 16px 20px;
}
.this_WrAp ul {
    padding-bottom: 10px;
}
section.vc_section.News_Letter .head-four {
    margin-bottom: 40px !important;
}
.News_Letter .vc_row {
    display: flex;
    align-items: center;
}
section.vc_section.News_Letter p {
    margin-bottom: 0 !important;
}
.footer-1 ul li a {
    font-size: 18px;
    padding-right: 25px;
}
.footer-1 ol li a {
    font-size: 18px;
}
.footer-1 p {
    font-size: 18px;
}
.section-bridgeway p {
    font-size: 18px;
}
.section-bridgeway {
    padding: 20px 10px;
}
.about-head-24 {
    font-size: 30px !important;
    margin: 0;
}
.about-para-2 p {
    font-size: 15px !important;
}
.section-5 h2 {
    font-size: 26px !important;
    line-height: 46px !important;
}
.section-5-para p {
    font-size: 15px;
}
.white_ThiS a.vc_general {
    font-size: 16px;
    padding: 18px 30px;
}
.single-product .summary.entry-summary {
    padding: 20px;
}
.single-product p.price {
    margin-top: 0;
}
.single-product .product_meta {
    font-size: 16px;
}
.woocommerce-shop.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31% !important;
}
}

@media only screen and (max-width: 950px) {
.search-Bar {
    width: 100%;
}
.top-bar .col-8 {
    width: 40%;
    max-width: 40% !important;
    margin-right: auto;
}
.top-bar .col-2:last-child {
    width: 50%;
    max-width: 30%;
    flex: 60%;
}
.btn-head {
    text-align: right;
}
}
@media only screen and (max-width: 768px) {
.top-bar .col-2 {
    max-width: 25%;
    flex: 0 0 25%;
}
section.vc_section.Testi_SeC {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.top-bar .col-8 {
    max-width: 50%;
    flex: 0 0 50%;
}
.about-row-2 {
    display: block;
}
.about-row-2 .vc_col-sm-7 {
    width: 100%;
}
section.vc_section.about_SEC {
    text-align: center;
}
.about-row-2 .vc_col-sm-5 {
    width: 100%;
}
.head-Three {
    text-align: center !important;
}
.Second-wRap  ul {
    list-style: none;
}
.entry-content ul li {
    line-height: 40px;
    padding-left: 0;
}
.core-Sec .CourRoW-2 .vc_col-sm-6 {
    width: 100%;
}
.core-Sec  ul {
    list-style: none;
}
.core-Sec {
    text-align: center;
}
.package-box {
    padding: 0 10px 10px;
}
.PackagesSec .package-box h3 {
    font-size: 17px !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  line-height: 28px;
}
.package-box h3 {
    font-size: 17px !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    line-height: 28px;
}
.package-box p {
    width: 100% !important;
}
section.vc_section.PackagesSec h2 {
    font-size: 25px !important;
    margin-top: 0 !important;
}
section.vc_section.PackagesSec {
    text-align: center;
    padding-top: 30px !important;
}
section.vc_section.PackagesSec ul {
    list-style: none;
}
.package-box {
    height: 410px !important;
}
.about_SEC .about-row-1 .vc_col-sm-7 {
    position: static !important;
}
section.vc_section.core-Sec {
    margin-top: 0;
}
.core-Sec-TwO .CourRoW-1 .vc_col-sm-6 {
    position: static !important;
}
section.vc_section.core-Sec .CourRoW-1 {
    padding-top: 50px;
}
section.vc_section.PackagesSec .raw-black-text h3 {
    color: #fff !important;
    padding-top: 0 !important;
}
section.vc_section.PackagesSec .raw-black-text p {
    color: #fff !important;
}
.about-row-2 p {
    color: #fff !important;
}
section.vc_section.PackagesSec ul li {
    color: #fff;
}
.Testi_SeC .testimonials-slider {
    display: unset;
}
.package-con ul {
    height: 230px !important;
    margin: 0;
    padding: 0 !important;
    overflow-y: scroll;
}
.package-con p:last-child {
    margin: 0;
    padding: 0 !important;
}
.entry-content ul li {
    text-align: center !important;
}
.shop-RoW-TwO .vc_col-sm-6 {
    width: 100%;
}
section.vc_section.ShoP-SeC {
    text-align: center;
}
.shop-list ul li:before {
    display: none;
}
section.ShoP-SeC .woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}
.why-choose {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}
.head-Three {
    margin-bottom: 20px;
}
.why-choose p {
    font-size: 15px;
    margin-bottom: 20px;
}
section.vc_section.News_Letter h3.head-Three {
    font-size: 24px !important;
}
.footer-1 ul {
    display: block;
}
div#footer-widget {
    text-align: center;
}
.footer-1 ul li a {
    padding: 0;
    line-height: 40px;
}
.footer-1 ul li a:after {
    display: none;
}
.footer-1 ol {
    display: block;
    margin-bottom: 50px;
}
.footer-1 ol li a {
    line-height: 40px;
}
.footer-1 img {
    width: 40%;
}
.breadcrumbs h1 {
    font-size: 30px !important;
    text-align: center;
}
.breadcrumbs {
    padding-top: 120px;
    padding-bottom: 140px;
}
.about-head-24 {
    font-size: 25px !important;
    margin: 0 !important;
    text-align: center !important;
}
.about-para-1 p {
    margin-bottom: 15px;
    width: 100%;
}
.about-sec-3 h2 {
    font-size: 25px !important;
}
.about-sec-2 {
    padding-top: 50px !important;
    padding-bottom: 50px;
    text-align: center;
}
.about-sec-2 .vc_col-sm-6 {
    width: 100%;
}
.about-sec-2 .wpb_single_image {
    text-align: center !important;
}
.about-sec-3 .vc_col-sm-6 {
    width: 100%;
}
.about-sec-3 {
    text-align: center;
}
.about-sec-3 .wpb_single_image {
    text-align: center !important;
}
.entry-content ul {
    list-style: none;
}
section.vc_section.section-5 {
    padding-top: 50px !important;
}
.section-5 .vc_col-sm-6 {
    width: 100%;
}
.section-5 {
    text-align: center;
}
.section-5 h2 {
    text-align: center !important;
}
.section-5 h2 br {
    display: none;
}
.section-5 .wpb_single_image {
    text-align: center !important;
    margin-top: 30px;
}
section.vc_section.about-sec-4 {
    text-align: center;
}
.about-sec-4 h2 {
    text-align: center !important;
    font-size: 25px !important;
}
section.vc_section.services-sec {
    text-align: center;
}
.services-sec p {
    font-size: 15px;
    line-height: 28px;
}
.services-sec h2 {
    font-size: 28px !important;
    text-align: center !important;
}
.woocommerce section#primary {
    padding: 50px 15px 20px 15px;
}
.woocommerce-shop.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 49% !important;
}
.woocommerce-shop.woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 20px !important;
}
.description-para p {
    font-size: 15px;
    line-height: 28px;
}
.woocommerce-shop.woocommerce ul.products li.product .button {
    font-size: 15px;
    width: 130px;
    height: 45px;
}
section.vc_section.blog-sec {
    text-align: center;
}
.blog-head {
    font-size: 25px !important;
    text-align: center !important;
}
.blog-sec h4 {
    font-size: 17px !important;
    line-height: 28px !IMPORTANT;
    text-align: center !important;
}
.blog-sec p {
    font-size: 15px;
    line-height: 28px;
}
.blog-sec a.vc_general {
    font-size: 15px;
}
.blog-sec .vc_btn3-container {
    text-align: center !important;
    margin: 0 !important;
}
.contact-us-sec .vc_col-sm-6 {
    width: 100%;
}
.contact-us-sec {
    text-align: center;
}
.contact-us-sec .icon-img {
    text-align: center !important;
}
.contact-head {
    font-size: 25px !important;
    text-align: center !important;
    margin-top: 30px;
}
.contact-us-sec .wpb_single_image {
    text-align: center !important;
    margin: 0 !important;
}
.woocommerce-message {
    font-size: 15px;
}
.woocommerce-cart section#primary {
    padding: 50px 15px;
}
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    display: block;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 100% !important;
    padding-right: 0;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    width: 100%;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 16px !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a, .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container a {
    font-size: 15px !important;
}
.woocommerce-checkout h2.wc-block-components-title {
    font-size: 25px;
}
.woocommerce-checkout p.wc-block-components-checkout-step__description {
    font-size: 16px;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    width: 100%;
    padding: 0;
}
.woocommerce-cart .wc-block-components-sidebar, .woocommerce-checkout .wc-block-components-sidebar {
    width: 100%;
    margin-top: 50px;
}
.contact-us-sec .vc_row .vc_col-sm-6 {
    position: static !important;
}
.wpb_text_column.wpb_content_element.text-ala-carte {
    height: unset !important;
}
.page-id-171 section.vc_section.PackagesSec .vc_col-sm-3, .page-id-171 section.vc_section.PackagesSec .vc_col-sm-4 {
    width: 100%;
}
}

@media only screen and (max-width: 767px) {
section.vc_section.News_Letter {
    text-align: center;
}
.text-Birth {
    max-width: 100% !important;
}
.sec-testimonials2 h2 {
    font-size: 42px !important;
    line-height: 55px !important;
}
.text-ala-carte {
    height: unset !important;
}
section.vc_section.blog-sec .vc_grid-item {
    width: 60%;
    margin: 0 auto !important;
}
.about-sec-2 .vc_row .vc_col-sm-6 {
    position: static !important;
}
.about-sec-3 .vc_row .vc_col-sm-6 {
    position: static !important;
}
.about-sec-3 .vc_row.wpb_row.vc_row-fluid {
    flex-direction: column-reverse;
    display: flex;
}
.about-sec-4 .raw-about-inner .vc_col-sm-6 {
    position: static !important;
}
.section-5 .vc_row .vc_col-sm-6 {
    position: static !important;
}
.about-sec-4:before {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    z-index: -1;
}
.about-sec-4 .raw-about-inner .vc_col-sm-6  .wpb_single_image.wpb_content_element {
    text-align: center;
}
.about-sec-4 .raw-about-inner .vc_col-sm-6 .wpb_single_image.wpb_content_element img {
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}
}

@media only screen and (max-width: 605px) {
.top-bar .col-8 {max-width: 100% !important;}
.top-bar .col-2:last-child {
    max-width: 100%;
}
.top-bar .row {
    justify-content: center;
}
}
@media only screen and (max-width: 700px) {
.top-bar .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
}
.top-bar .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
}
.top-bar {
    text-align: center;
}
.navbar-brand {
    width: 50%;
    margin-bottom: 20px;
}
.btn-head {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn-head a {
    padding: 12px 20px;
}
.this_WrAp ul {
    display: contents;
}
.entry-content ul li {
    margin-right: 0;
    margin-bottom: 25px;
}
section.vc_section.BeGin-Sec h3.head-Three {
    width: 100%;
}
.woocommerce-Tabs-panel p {
    font-size: 16px;
}
}

@media only screen and (max-width: 580px) {
section.ShoP-SeC .woocommerce ul.products li h2.woocommerce-loop-product__title {
    font-size: 22px !important;
}
.sec-testimonials2 .birth-head {
    font-size: 30px !important;
    padding-top: 0;
}
section.vc_section.BeGin-Sec h3.head-Three {
    font-size: 22px !important;
}
.breadcrumbs h1 {
    font-size: 25px !important;
}
.breadcrumbs {
    padding-top: 80px;
    padding-bottom: 100px;
}
.section-5 h2 {
    font-size: 22px !important;
}
.footer-1 ul li a {
    font-size: 16px;
}
.footer-1 p {
    font-size: 16px;
}
.footer-1 ol li a {
    font-size: 16px;
}
.section-bridgeway p {
    font-size: 16px;
}
.woocommerce-shop.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
}
.single-product .woocommerce-product-details__short-description p {
    font-size: 16px;
}
.single-product p.price {
    font-size: 22px !important;
}
.single-product .quantity input {
    font-size: 20px;
    height: 55px;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    font-size: 16px;
}
#review_form p.form-submit input#submit {
    font-size: 16px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product {
    padding: 10px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 16px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    margin-top: 20px !important;
    padding: 15px;
}
section.vc_section.blog-sec .vc_grid-item {
    width: 100%;
}
.blog-sec h4 {
    font-size: 20px !important;
    line-height: 36px !important;
}
}

@media only screen and (max-width: 480px) {
.head-Three {
    font-size: 22px !important;
}
.entry-content ul {
    padding-left: 0;
}
.entry-content ul li {
    margin-bottom: 15px;
}
.about-row-3 p {
    padding: 20px 15px;
}
.CourRoW-2 h3 {
    font-size: 22px !important;
    line-height: 34px !important;
}
.CourRoW-2 .wpb_single_image img {
    height: 400px;
}
section.vc_section.PackagesSec .head-four p {
    padding: 15px 0;
}
section.vc_section.PackagesSec p {
    width: 100%;
}
section.vc_section.BeGin-Sec h3.head-Three {
    font-size: 22px !important;
}
section.vc_section.core-Sec-TwO {
    margin-bottom: 150px;
    padding-bottom: 12%;
}
section.vc_section.News_Letter h3.head-Three {
    font-size: 20px !important;
    line-height: 36px !important;
}
.news-letter .btn-primary {
    font-size: 15px;
    height: 35px;
    top: 10px;
    right: 10px;
}
.footer-1 img {
    width: 60%;
}
.section-bridgeway p {
    line-height: 30px;
}
.section-bridgeway {
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}
.footer-1 ol {
    margin-bottom: 40px;
}
.short-img {
    width: 100%;
}
.Testi_SeC .Testi_head {
    font-size: 40px !important;
}
}

@media only screen and (max-width: 320px) {
.navbar-brand {
    width: 70%;
}
.about-row-2 .vc_col-sm-5 .vc_column-inner {
    padding-right: 0 !important;
}
.about-row-3 p {
    padding: 15px;
}
.about-row-3 .vc_column-inner {
    padding: 0 !important;
}
.CourRoW-2 h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.CourRoW-2 .wpb_single_image img {
    height: 300px;
}
.news-letter .btn-primary {
    padding: 0 8px;
    font-size: 14px;
}
.footer-1 img {
    width: 70%;
}
.navbar-brand {
    width: 70%;
}
.about-row-2 .vc_col-sm-5 .vc_column-inner {
    padding-right: 0 !important;
}
.about-row-3 p {
    padding: 15px;
}
.about-row-3 .vc_column-inner {
    padding: 0 !important;
}
.CourRoW-2 h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.CourRoW-2 .wpb_single_image img {
    height: 300px;
}
.news-letter .btn-primary {
    padding: 0 8px;
    font-size: 14px;
}
.footer-1 img {
    width: 70%;
}
.footer-1 ol li a {
    padding-left: 25px;
    font-size: 15px;
}
.footer-1 ol li:nth-child(1) a::before {
    font-size: 18px;
}
.footer-1 ol li:nth-child(2) a::before {
    font-size: 18px;
}
.footer-1 ul li a {
    font-size: 15px;
}
.footer-1 p {
    font-size: 15px;
}
.about-sec-3 h2 {
    font-size: 22px !important;
}
.about-head-24 {
    font-size: 22px !important;
}
.section-5 h2 {
    line-height: 36px !important;
    font-size: 20px !important;
}
section.vc_section.section-5 {
    padding-top: 20px !important;
}
.about-sec-4 h3 {
    line-height: 1.4;
    font-size: 20px;
}
.about-sec-4:before {
    width: 93% !important;
}
.breadcrumbs h1 {
    font-size: 22px !important;
}
.blog-head {
    font-size: 20px !important;
    line-height: 40px !important;
}
.blog-sec h4 {
    font-size: 17px !important;
    line-height: 33px !important;
}
.contact-head {
    font-size: 22px !important;
}
.single-product .woocommerce-product-gallery__image img {
    height: 350px !important;
}
.single-product .summary.entry-summary {
    padding: 20px 15px;
}
.single-product .quantity input {
    font-size: 16px;
    margin-right: 10px;
}
.btn-head {
    margin-top: 15px;
    margin-bottom: 20px;
}
}

.how-kj ul {
    list-style: none;
}

.how-kj a {
    color: #d31a6c;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
}

.how-kj li {
    font-size: 18px;
    line-height: 34px;
}

.how-kj p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px !important;
}

.how-kj h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
}
.woocommerce-shop.woocommerce ul.products li.product .button {
    display: none;
}
.why-choose .head-Three {
    color: #fff !important;
}
.News_Letter h3 {
    color: #fff !important;
}
.shop-RoW-TwO p {
    color: #000;
}
section.vc_section.core-Sec.core-Sec-TwO h3 {
    color: #000 !important;
}
section.vc_section.core-Sec.core-Sec-TwO p {
    color: #000 !important;
}
section.vc_section.core-Sec.core-Sec-TwO li {
    color: #000;
}
.raw-about-inner p.p1 {
    color: #000;
}
.raw-about-inner li {
    color: #000 !important;
}
.raw-about-inner h3 {
    color: #000;
}
.raw-about-inner p {
    color: #000;
}
.about-sec-2 {
    overflow: visible !important;
}
.about-sec-2 .vc_row {
    overflow: visible !important;
}
.about-sec-2 .vc_row .vc_col-sm-6 {
    position: sticky;
    top: 30px;
    height: 100%;
}

.about-sec-3 {
    overflow: visible !important;
}
.about-sec-3 .vc_row {
    overflow: visible !important;
}
.about-sec-3 .vc_row .vc_col-sm-6 {
    position: sticky;
    top: 30px;
    height: 100%;
}
.section-5 {
    overflow: visible !important;
}
.section-5 .vc_row {
    overflow: visible !important;
}
.section-5 .vc_row .vc_col-sm-6 {
    position: sticky;
    top: 30px;
    height: 100%;
}
.aws-container .aws-search-field:focus {
    background: linear-gradient(to bottom, rgb(247 247 247 / 12%), rgb(247 247 247 / 12%));
}
.PackagesSec ul {
    list-style: none;
    color: #000;
}
section.vc_section.BeGin-Sec h3 {
    color: #fff !important;
}
.raw-black-text h3 {
    color: #000 !important;
}
.raw-black-text p {
    color: #000 !important;
}
.core-Sec-TwO {
    overflow: visible !important;
}
.core-Sec-TwO .CourRoW-1 {
    overflow: visible !important;
}
.core-Sec-TwO .CourRoW-1 .vc_col-sm-6 {
    position: sticky;
    top: 30px;
    /* height: 100%; */
}
.about_SEC {
  overflow: visible !important;
}
.about_SEC .about-row-1 {
  overflow: visible !important;
}
.about_SEC .about-row-1 .vc_col-sm-7 {
  position: sticky;
  top: 30px;
  height: 100%;
}

.about-sec-4 {
  overflow: visible !important;
}
.about-sec-4 .raw-about-inner {
  overflow: visible !important;
}
.about-sec-4 .raw-about-inner .vc_col-sm-6 {
  position: sticky;
  top: 30px;
  height: 100%;
}
.contact-us-sec {
    overflow: visible !important;
}
.contact-us-sec .vc_row {
    overflow: visible !important;
}
.contact-us-sec .vc_row .vc_col-sm-6 {
    position: sticky;
    top: 30px;
    height: 100%;
}
/* ---------------------------- */
/* Testimonials Slider Styling  */
/* ---------------------------- */
.Testi_SeC  .testimonials-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.Testi_SeC  .testimonial-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 4rem 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.Testi_SeC  .testimonial-content {
  margin-top: 1rem;
}
.Testi_SeC .testimonial-title {
  font-size: 1.50rem;
  color: #333333 !important;
  margin-bottom: 0.75rem;
  font-weight: 600;
  margin-top: 0;
}
.Testi_SeC  .testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 0;
}
.Testi_SeC .Testi_head {
    font-size: 50px;
    text-align: center !important;
    line-height: 60px;
    font-weight: 600;
}
.Testi_SeC p {
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}
.Testi_SeC p strong {
    font-weight: 400;
}

.testimonial-card {
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 4rem 2rem;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
max-width: 600px;
text-align: center;
margin-bottom: 20px !important;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 0;
}

h3.testimonial-title {
    font-size: 1.50rem;
    color: #333333 !important;
    margin-bottom: 0.75rem;
    font-weight: 600;
    margin-top: 0;
}
.services-sec ul {
    list-style: none;
}
.services-sec li {
    font-size: 16px;
    line-height: 30px;
}
.services-sec strong {
    font-size: 24px;
}
.contact-para p a {
    color: #fff !important;
}
.sec-3-para p {
    color: #000;
}
.sec-3-para li.p1 {
    color: #000;
}
.sec-3-para li {
    color: #000;
}
.sec-3-para h3 {
    color: #000;
}
.text-ala-carte p {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 32px;
}
.text-ala-carte {
    border: 1px solid #ffffff6b;
    padding: 0px 20px 20px;
    backdrop-filter: blur(50px);
    background: linear-gradient(to bottom, rgb(247 247 247 / 9%), rgb(247 247 247 / 2%));
    border-radius: 35px;
    height: 250px !important;
    position: relative;
}
.text-ala-carte .btn-head a {
    display: block;
    text-align: center;
    padding: 11px 18px;
    border-radius: 40px;
    width: 60%;
    margin: auto;
}
.text-ala-carte p.para {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    background: #d9346c;
    width: 90% !important;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 40px;
}

.text-ala-carte h3 {
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    font-size: 17px;
    line-height: 28px;
    background: #d9346c;
    width: 100% !important;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 30px;
}
.Testi_SeC .testimonial-title {
    display: none;
}
.text-Birth {
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 4rem 2rem;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
max-width: 600px;
text-align: center;
margin-bottom: 20px !important;
}

.text-Birth p {
    color: #000;
    font-size: 17px;
    line-height: 30px;
}
.birth-head {
    font-size: 40px !important;
    line-height: 80px !important;
    padding-top: 30px;
}
.raw-black-text {
    padding-top: 100px;
}

