/*
Theme Name: WP Bootstrap Starter
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
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: poppins;
}

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;
  font-family: Fraunces;
}
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: transparent;
    padding: 10px 85px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.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: #fff;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.5s;
  position: relative;
}

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: 700;
  /*background: #f9f9f9;*/
  transition: all 0.5s;
}

.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%;
  }
}


.container {
    max-width: 1280px;
}

/************* Header Css ************/
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 60px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin: 0;
}
.header_btn a {
    background: #EBBC4B;
    color: #000;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 23px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.5s;
    border: 1px solid transparent;
}
.header_btn a:hover {
    background: transparent;
    color: #EBBC4B;
    border: 1px solid;
    transition: all 0.5s;
}
.navbar {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
    content: '';
    position: absolute;
    bottom: -74px;
    left: 0px;
    background: #fff;
    height: 5px;
    width: 64px;
}
#content.site-content {
    padding: 0 !important;
}
.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}
html, body {
    overflow-x: hidden;
}

/************ Banner Sec Css ************/
section.vc_section.BannerSec {
    padding-left: 85px !important;
    padding-right: 85px !important;
    padding-top: 182px !important;
}
.BannerSec .vc_row {
    display: flex;
    align-items: center;
}
.BannerSec h2 {
    font-size: 82px;
    line-height: 90px;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-weight: 600;
}
.BannerSec .first .vc_column-inner {
    padding-right: 0 !important;
}
.BannerSec .vc_col-sm-3 {
    width: 26%;
    padding-bottom: 150px;
}
.BannerSec .upper_para p {
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.BannerSec p {
    color: #DEDEDE;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 18px;
}
.BannerSec h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
}
.BannerSec:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(inc/assets/images/shadow.png);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
}
.BannerSec marquee {
    z-index: 99;
    position: relative;
    font-size: 50px;
    line-height: 50px;
    font-family: fraunces;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.BannerSec .new_row {
    margin-top: -141px;
}
.BannerSec marquee img {
    margin: 0 75px;
}

/*********** Work Sec Css ************/
.Work_Sec {
    padding-top: 100px !important;
    padding-bottom: 337px;
}
.Work_Sec h2 {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
}
.Work_Sec .second_head {
    padding-right: 10px;
    position: relative;
}
.Work_Sec .second_head:before {
    content: '';
    position: absolute;
    left: 25%;
    top: 13%;
    width: 49px;
    height: 48px;
    background-image: url(inc/assets/images/flower.png);
    background-repeat: no-repeat;
}
.Work_Sec .row_1 {
    display: flex;
    align-items: center;
}
.theme-btn a.vc_general {
    background: #EBBC3B !important;
    color: #000 !important;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100%;
    border: 3px solid transparent !important;
    padding: 84px 0px;
    width: 204px;
    transition: all 0.5s;
}
.Touch_Sec .theme-btn a.vc_general {
    padding: 68px 0;
}
.Work_Sec .vc_col-sm-4 {
    width: 32%;
}
.Work_Sec .vc_col-sm-2 {
    width: 20%;
}
.Work_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 0 !important;
}
.theme-btn a.vc_general:hover {
    background: #000 !important;
    color: #ebb845 !important;
    border: 3px solid #ebb845 !important;
    transition: all 0.5s;
}
.Work_Sec h4 {
    font-size: 24px;
    line-height: 36px;
    color: #283838;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}
.Work_Sec p {
    font-size: 18px;
    line-height: 32px;
    color: #283838;
    padding-left: 20px;
}

/********** Package Sec Css ***********/
.Package_Sec {
    padding-top: 30px !important;
    padding-bottom: 120px;
}
w {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
}
.Package_Sec .second_head {
    position: relative;
    left: 100px;
}
.Package_Sec .second_head:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 13%;
    width: 49px;
    height: 48px;
    background-image: url(inc/assets/images/flower.png);
    background-repeat: no-repeat;
}
.Package_Sec .row_1 {
    display: flex;
    align-items: center;
}
.Package_Sec .vc_col-sm-4 {
    width: 32%;
}
.Package_Sec .vc_col-sm-2 {
    width: 20%;
}
.Package_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 0 !important;
}
.Package_Sec h4 {
    font-size: 24px;
    line-height: 36px;
    color: #283838;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}
.Package_Sec p {
    font-size: 18px;
    line-height: 32px;
    color: #283838;
}
.Package_Sec .new_para p {
    font-size: 17px;
    position: absolute;
    width: 111%;
}
.Package_Sec .row_1 img {
    height: 431px;
    max-width: 431px;
    margin-left: -20px;
}
.Package_Sec .theme-btn {
    margin-bottom: 70px !important;
}
.package-box {
    background-color: #EDC34F;
    padding: 80px 55px 100px 55px;
    text-align: center;
    border-radius: 240px;
}
.package-box h2 {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-top: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin-bottom: 25px !important;
    letter-spacing: 1px;
    color: #000 !important;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€¹Ã¢â‚¬Â  Change this number */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.package-box h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-family: 'Poppins';
    letter-spacing: 1px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€¹Ã¢â‚¬Â  Change this number */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}
.package-box h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #000;
    height: 1px;
    width: 100%;
}
.package-box p {
    padding-left: 0;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 30px;
    height: 125px;
    overflow-y: scroll;
    padding-right: 10px;
    display: inline-block;
}
.package-box a {
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 15px 29px;
    border-radius: 50px;
    border: 1px solid transparent;
    text-decoration: none;
}
.Package_Sec .package_row .pack_one {
    width: 35%;
}
.Package_Sec .package_row .vc_col-sm-4 .vc_column-inner {
    padding-top: 0 !important;
}
.package-box a:hover {
    background: transparent;
    color: #000;
    border: 1px solid;
    transition: all 0.5s;
}
.pack-accomodations .package-box {
    margin-bottom: 50px;
    border-radius: 0;
    padding: 30px 30px 60px 30px;
}
#owl_custom11 .owl-dots {
    display: none;
}
#owl_custom11 .owl-nav .owl-prev {
    position: absolute;
    left: -160px;
    top: 45%;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
#owl_custom11 .owl-nav .owl-prev span {
  font-size: 0;
}
#owl_custom11 .owl-nav .owl-prev span:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/left_arrow.png);
    background-repeat: no-repeat;
}
#owl_custom11 .owl-nav .owl-next {
    position: absolute;
    right: -160px;
    top: 45%;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
#owl_custom11 .owl-nav .owl-next span {
  font-size: 0;
}
#owl_custom11 .owl-nav .owl-next span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/right_arrow.png);
    background-repeat: no-repeat;
}
/*.Package_Sec .package_row {
    width: 1280px;
}*/

/*********** Service Sec ************/
.Service_Sec {
    padding-top: 60px !important;
    padding-bottom: 70px;
}
.Service_Sec h2 {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
}
.Service_Sec .second_head {
    position: relative;
    left: 40px;
}
.Service_Sec .second_head:before {
    content: '';
    position: absolute;
    left: 6%;
    top: 13%;
    width: 49px;
    height: 48px;
    background-image: url(inc/assets/images/flower.png);
    background-repeat: no-repeat;
}
.Service_Sec .row_1 {
    display: flex;
    align-items: center;
}
.Service_Sec .vc_col-sm-4 {
    width: 32%;
}
.Service_Sec .vc_col-sm-2 {
    width: 20%;
}
.Service_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 0 !important;
}
.Service_Sec h4 {
    font-size: 24px;
    line-height: 36px;
    color: #283838;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}
.Service_Sec p {
    font-size: 18px;
    line-height: 32px;
    color: #283838;
    padding-left: 20px;
}
.Service_Sec .row_1 img {
    max-width: 430px;
    margin-left: -10px;
    padding-top: 20px;
}
.Service_Sec .theme-btn {
    margin-bottom: 30px !important;
}
.tab_row .vc_tta-tab a {
    color: #283838 !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    background: transparent !important;
    border: 1px solid transparent !important;
    padding: 19px 0px !important;
    border-radius: 30px !important;
}
.tab_row .vc_active a {
    background: #E0BE45 !important;
    border-radius: 30px !important;
    padding: 19px 40px !important;
}
.tab_row .vc_tta-panels-container {
    background: transparent !important;
}
.tab_row .vc_tta-panels {
    background: transparent !important;
    border: none !important;
}
.tab_row .vc_tta-panel-body {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.services-box {
    display: flex;
    align-items: start;
}
.tab_row .vc_tta-tab {
    margin-left: 47px !important;
}
.tab_row .vc_tta-tab:first-child {
    margin: 0 !important;
}
.services-con h2 {
    font-size: 42px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 30px;
}
.services-con p {
    margin-bottom: 25px;
    padding-left: 0;
}
.services-con h3 {
    font-size: 31px;
    line-height: 36px;
    color: #000;
    margin-top: 0;
    font-family: poppins;
    margin-bottom: 50px;
}
.services-box .services-con {
    width: 50%;
    margin-left: 40px;
}
.services-box .services-img {
    width: 65%;
}
.tab_row .services-box a {
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 30px !important;
    padding: 14px 29px !important;
    background: #e1ba4d !important;
    text-decoration: none;
    transition: all 0.5s;
}
.tab_row .services-box a:hover {
    background: #000 !important;
    color: #e2b654;
}
.tab_row .vc_tta-container {
    margin: 0 !important;
}

/************ Testimonials Sec Css *************/
.testimonial_sec h2 {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
}
.testimonial_sec .second_head {
    position: relative;
    left: 130px;
}
.testimonial_sec .second_head:before {
    content: '';
    position: absolute;
    left: -9%;
    top: 13%;
    width: 49px;
    height: 48px;
    background-image: url(inc/assets/images/flower.png);
    background-repeat: no-repeat;
}
.testimonial_sec .row_1 {
    display: flex;
    align-items: center;
}
.testimonial_sec .vc_col-sm-4 {
    width: 30%;
}
.testimonial_sec .testi_row .vc_col-sm-4 {
    width: 33.33%;
}
.testimonial_sec .vc_col-sm-2 {
    width: 20%;
}
.testimonial_sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 0 !important;
}
.testimonial_sec h4 {
    font-size: 24px;
    line-height: 36px;
    color: #283838;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}
.Pop_btn a.vc_general {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #000 !important;
    text-transform: uppercase;
    border: 1px solid transparent !important;
    border-radius: 30px !important;
    padding: 20px 40px !important;
    background: #ebb44c !important;
    text-decoration: none !important;
    transition: all 0.5s !important;
    font-weight: 500;
}
.Pop_btn a:hover {
    background: #000 !important;
    color: #e2b654 !important;
}
.sellhouse-box p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding-top: 105px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    font-family: jost;
    height: 280px;
    overflow-y: scroll;
    padding-right: 10px;
}
.testimonial_sec .row_1 img {
    max-width: 470px;
    margin-left: -40px;
    margin-top: -140px;
}
.testimonial_sec .theme-btn {
    margin-bottom: 30px !important;
}
.testimonial_sec {
    padding-top: 100px;
}
.testimonials-box {
    background: #ebb845;
    padding: 36px 36px 36px 28px;
    margin-bottom: 50px;
}
.testi_main h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 0;
}
.testi_main {
    display: flex;
    align-items: center;
}
.testi_main h3 {
    margin-top: 0;
    color: #000;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.testi_cont {
    margin-left: 16px;
}
.sellhouse-box ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
.sellhouse-box ul li {
  font-size: 20px;
  color: #000;
  margin-left: 6px;
}
.sellhouse-box ul li:first-child {
    margin: 0;
}
.sellhouse-box p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    width: 45px;
    height: 40px;
    background-image: url(inc/assets/images/qoute.png);
    background-repeat: no-repeat;
}
#owl_custom12 .owl-nav {
    display: block;
}
#owl_custom12 .owl-dots {
    display: none;
}
#owl_custom12 .owl-nav .owl-prev {
    position: absolute;
    left: -120px;
    top: 45%;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
#owl_custom12 .owl-nav .owl-prev span {
  font-size: 0;
}
#owl_custom12 .owl-nav .owl-prev span:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/left_arrow.png);
    background-repeat: no-repeat;
}
#owl_custom12 .owl-nav .owl-next {
    position: absolute;
    right: -120px;
    top: 45%;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
#owl_custom12 .owl-nav .owl-next span {
  font-size: 0;
}
#owl_custom12 .owl-nav .owl-next span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/right_arrow.png);
    background-repeat: no-repeat;
}

/********* Touch Sec Css ***********/
.Touch_Sec h2 {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
    text-transform: uppercase;
}
.Touch_Sec .second_head {
    position: relative;
}
.Touch_Sec .second_head:before {
    content: '';
    position: absolute;
    left: 15%;
    top: 13%;
    width: 49px;
    height: 48px;
    background-image: url(inc/assets/images/flower.png);
    background-repeat: no-repeat;
}
.Touch_Sec .row_1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.Touch_Sec .vc_col-sm-4 {
    width: 30%;
}
.Touch_Sec .testi_row .vc_col-sm-4 {
    width: 33.33%;
}
.Touch_Sec .vc_col-sm-2 {
    width: 20%;
}
.Touch_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 0 !important;
}
.Touch_Sec .row_1 img {
    max-width: 470px;
    margin-left: 30px;
}
.Touch_Sec {
    padding-top: 243px !important;
    padding-bottom: 113px;
}
.contact-form input {
    height: 56px;
    background: transparent;
    border: 1px solid #373737;
    border-radius: 30px;
    padding-left: 25px;
}

.contact-form select {
    height: 56px;
    background: transparent;
    border: 1px solid #373737;
    border-radius: 30px;
    padding-left: 25px;
    color: #000;
    font-size: 16px;
}
.contact-form input::placeholder {
    color: #000;
    font-size: 16px;
    line-height: 1;
}
.contact-form textarea {
    background: transparent;
    border: 1px solid #373737;
    border-radius: 30px;
    padding-left: 25px;
    height: 149px;
    padding-top: 20px;
    resize: none;
}
.contact-form textarea::placeholder {
    color: #000;
}
.contact-form .btn-primary {
    background: #EAC14D;
    color: #000;
    border: 1px solid transparent;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.contact-form p {
    margin-bottom: 20px;
}
.Touch_Sec .vc_row {
    display: flex;
    align-items: center;
}
.btn_last p {
    margin: 0;
}

a#clos__menu {
    display: none;
}

/********** Footer Css **********/
div#footer-widget {
    background-color: #80CD9D !important;
    padding-top: 60px;
    padding-bottom: 40px;
}
.ft_1 ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.ft_1 ul li {
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    padding-bottom: 15px;
    padding-left: 30px;
}
.ft_1 ul li a {
    font-size: 16px;
    color: #252525;
    text-decoration: none;
}

.ft_1 ul li:last-child {
    padding-bottom: 0;
}

.ft_1 ul li:nth-child(2):before {
    content: '\f095';
    position: absolute;
    left: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 20px;
}
.ft_1 ul li:last-child:before {
    content: '\f0e0';
    position: absolute;
    left: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 20px;
}
.ft_1 ul li:first-child:before {
    content: '\f3c5';
    position: absolute;
    left: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 20px;
}
h3.widget-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.ft_2 .nav-link {
    color: #252525;
    font-size: 18px;
    line-height: 38px;
    padding: 0;
    background: transparent !important;
}

.ft_2 li {
    list-style: disc;
    color: #EAC14D;
    font-size: 20px;
}

.ft_2 ul {
    padding-left: 25px;
    display: block;
    column-count: 2;
}

.ft_3 p {
    font-size: 16px;
    line-height: 34px;
    color: #252525;
    margin-bottom: 25px;
}

.ft_3 input {
    background: #00000021;
    height: 60px;
    border-radius: 10px;
    border: 1px solid transparent;
    padding-left: 21px;
}

.ft_3 input::placeholder {
    color: #000;
}

.ft_3 .btn-primary {
    background: #EAC14D;
    font-size: 0;
    position: absolute;
    right: 20px;
    bottom: 94px;
    border-radius: 6px;
    background-image: url(inc/assets/images/btn_arrow.png);
    background-repeat: no-repeat;
    padding: 21px 21px !important;
    height: unset !important;
    background-position: center;
}

.news-form {
    position: relative;
}

.ft_3 .btn-primary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(inc/assets/images/btn_arrow.png);
    width: 100px;
    height: 99px;
}
.ft_2 {
    padding-left: 20px;
    position: relative;
}

.ft_3 {
    padding-left: 90px;
}

.ft_2:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 30%;
    background: #777777;
    height: 96px;
    width: 1px;
}
.ft_2:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 30%;
    background: #777777;
    height: 96px;
    width: 1px;
}
footer#colophon {
    background-color: #ebbd54 !important;
}

.site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-info .bottom_left {
    font-size: 16px;
    line-height: 26px;
    color: #2F2F2F;
}

.site-info .bottom_left a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.bottom_right ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.bottom_right ul li {
    font-size: 22px;
    color: #000;
    padding-right: 25px;
}

.bottom_right ul li:last-child {
    padding: 0;
}

footer#colophon .container {
    padding: 18px 15px !important;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 400 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 700 !important;
}

/************ Inner pages Css *************/
.breadcrumbs {
    padding-top: 300px;
    padding-bottom: 120px;
    background: #83cda0;
}

.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.inner_testi {
    padding-bottom: 100px;
}

.serv-accomodations {
    padding-top: 100px;
    padding-bottom: 100px;
}

.serv-accomodations .services-con h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.serv-accomodations .services-con p {
    font-size: 18px !important;
    color: #283838;
    margin-bottom: 15px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.serv-accomodations .services-con h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.serv-accomodations .services-con a {
    background: #ebb852;
    color: #000;
    font-size: 18px;
    padding: 16px 30px;
    border: 1px solid transparent;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s;
}

.serv-accomodations .services-con a:hover {
    background: #000;
    color: #ebb852;
    border: 1px solid;
    transition: all 0.5s;
}

.serv-accomodations .services-box .services-con {
  width: 100%;
  margin: 0;
}

.serv-accomodations .services-box {
    margin-bottom: 100px;
    box-shadow: 0px 0px 10px 10px #0000000d;
    border-radius: 20px;
    padding: 30px 20px 45px 20px;
    display: block;
}

.serv-accomodations .services-box .services-img {
    width: 100%;
    margin-bottom: 20px;
    height: 350px;
}

.serv-accomodations .services-box .services-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.single-services #primary {
    padding-top: 100px;
    padding-bottom: 100px;
}

.post-type-archive-testimonials  .testi-accomodations {
    padding-top: 100px;
    padding-bottom: 60px;
    justify-content: start !important;
}
.pack-accomodations {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-testimonials .Pop_btn {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #000 !important;
    text-transform: uppercase;
    border: 1px solid transparent !important;
    border-radius: 30px !important;
    padding: 20px 40px !important;
    background: #ebb44c !important;
    text-decoration: none !important;
    transition: all 0.5s !important;
    font-weight: 500;
    margin-bottom: 50px;
}

.post-type-archive-testimonials .row {justify-content: center;}

.package-box h2::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #00000021;
}
.package-box h2::-webkit-scrollbar-thumb {
    background: #000;
}
.package-box p::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #00000021;
}
.package-box p::-webkit-scrollbar-thumb {
    background: #000;
}
.Package_Sec h2 {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
}

.ft_1 img {
    width: 180px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.ft_2 p {
    font-size: 18px;
    line-height: 30px;
    color: #252525;
    position: absolute;
    left: -30px;
    bottom: 30px;
    width: 160%;
}
/********** Responsive Css *************/
@media only screen and (max-width: 1440px) {
.popup_content {
    max-width: 40%;
    padding: 25px;
}
header#masthead {
    padding: 10px 15px;
}
.popup_content {
    padding: 25px;
    max-width: 40%;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
}

section.vc_section.BannerSec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.BannerSec h2 {
    font-size: 48px;
    line-height: 66px;
}

.BannerSec .upper_para p {
    font-size: 18px;
}

.BannerSec p {
    font-size: 16px;
}

.BannerSec h5 {
    font-size: 15px;
    letter-spacing: 2px;
}

.BannerSec marquee {
    font-size: 34px;
}
	
	.lang_btn {
    margin-left: 20px;
}	

.Work_Sec h2 {
    font-size: 70px;
}

.theme-btn a.vc_general {
        font-size: 16px;
        padding: 50px 30px;
        width: unset;
}
.Touch_Sec .theme-btn a.vc_general {
    padding: 50px 17px;
    width: 170px;
}

.Work_Sec {
    padding-top: 80px !important;
    padding-bottom: 150px;
}

.Package_Sec h2 {
    font-size: 70px;
}

.package-box h2 {
    font-size: 21px !important;
    margin-bottom: 20px;
}

.Package_Sec .package_row {
  width: 93%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#owl_custom11 .owl-nav .owl-prev {
    left: -90px;
    width: 50px;
    height: 50px;
}

#owl_custom11 .owl-nav .owl-prev span:before {
    background-size: 70%;
    right: -32px;
}

#owl_custom11 .owl-nav .owl-next {
    right: -90px;
    width: 50px;
    height: 50px;
}

#owl_custom11 .owl-nav .owl-next span:before {
    background-size: 70%;
    left: -13px;
}

.Package_Sec {
    padding-bottom: 80px;
}

.Service_Sec h2 {
    font-size: 70px;
}

.services-con h2 {
    font-size: 28px !important;
}

.tab_row .vc_tta-tab a {
    font-size: 16px;
}

.services-con p {
    font-size: 16px;
    margin-bottom: 20px;
}

.services-con h3 {
    font-size: 26px;
    margin-bottom: 30px;
}

section.vc_section.Gallery_Sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.testimonial_sec h2 {
    font-size: 70px;
}

.testi_main h2 {
    font-size: 22px !important;
}

.Touch_Sec h2 {
    font-size: 70px;
}

.Touch_Sec {
    padding-top: 150px !important;
    padding-bottom: 80px;
}

.package-box {
    padding: 70px 30px 90px 29px;
}

.Lora_Sec .second_head {
    padding: 0;
    right: 50px;
    padding-left: 0 !important;
}

.Lora_Sec h2 {
    padding-left: 100px;
}

.Lora_Sec .second_head:before {
    right: 40%;
    left: unset;
}
.package-box h3 {
    font-size: 20px;
    height: 35px !important;
}

 .package-box a {
    font-size: 16px !important;
} 
#owl_custom12 .owl-nav .owl-prev {
    width: 65px;
    height: 65px;
    left: -90px;
}
#owl_custom12 .owl-nav .owl-prev span:before {
    width: 55px;
    right: -15px;
}
#owl_custom12 .owl-nav .owl-next {
    width: 65px;
    height: 65px;
    right: -90px;
}
#owl_custom12 .owl-nav .owl-next span:before {
    width: 55px;
    background-size: contain;
    left: -15px;
}
.blog-sec h2 {
    font-size: 80px;
}
.popup-content {
    max-width: 70% !important;
    margin-top: 30px !important;
    padding: 40px 20px 25px 20px !important;
}
.single-product section#primary {
    padding: 20px 20px !important;
}
.Package_Sec ul.products .owl-nav .owl-prev {
    width: 65px !important;
    height: 65px !important;
    left: -90px !important;
}
.Package_Sec ul.products .owl-nav .owl-prev span:before {
    width: 55px !important;
    right: -15px !important;
}
.Package_Sec ul.products .owl-nav .owl-next {
    width: 65px !important;
    height: 65px !important;
    right: -90px !important;
}
.Package_Sec ul.products .owl-nav .owl-next span:before {
    width: 55px !important;
    background-size: contain !important;
    left: -15px !important;
}
iframe {
    padding: 20px 50px !important;
}
#productDetailPopup .close-popup {
    top: 19px !important;
    right: 50px !important;
}
}

@media only screen and (max-width: 1280px) {
.BannerSec h2 {
    font-size: 38px;
    line-height: 60px;
}
.BannerSec p {
    font-size: 15px;
    line-height: 26px;
}
.BannerSec .upper_para p {
    font-size: 16px;
    line-height: 32px;
}
	
.Package_Sec ul.products .owl-nav .owl-prev {
    top: unset !important;
    bottom: -29%  !IMPORTANT;
    left: 40% !important;
    width: 55px !important;
    height: 55px !important;
}

.Package_Sec ul.products .owl-nav .owl-next {
    top: unset !important;
    bottom: -29% !important;
    right: 37% !important;
    width: 55px !important;
    height: 55px !important;
}

.Package_Sec {
    padding-bottom: 120px !important;
}

#owl_custom12 .owl-nav .owl-next {
    top: unset !important;
    bottom: -10% !important;
    right: 37% !important;
    width: 55px !important;
    height: 55px !important;
}

#owl_custom12 .owl-nav .owl-prev {
    top: unset !important;
    bottom: -10% ! IMPORTANT;
    left: 40% !important;
    width: 55px !important;
    height: 55px !important;
}

.Pop_btn {
    margin-top: 70px;
}
	
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 20px !important;
}

.header_btn a {
    font-size: 15px !important;
}

.lang_btn {
    margin-left: 20px;
}		
}

@media only screen and (max-width: 1200px) {
	
.popup_content {
    max-width: 40% !important;
}
	

}

@media only screen and (max-width: 1199px) {
	
.navbar-light .navbar-toggler {
    background: #EBBC3B !important;
    font-size: 20px;
}
	
.header_btn {
    display: block !important;
}

.lang_btn {
    margin-left: 0px !important;
    margin-top: 40px;
}	
	
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 99;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
}
	
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 0px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
    display: none;
}

.header_btn a {
    font-size: 16px !important;
    text-align: center !important;
}

.header_btn {
    padding-top: 30px;
    margin: 0 auto;
    text-align: center !IMPORTANT;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-align: center !important;
    margin-bottom: 20px;
}
	
.navbar-light .navbar-toggler:focus {
    outline: none;
}
	
a#clos__menu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 31px;
    text-decoration: none;
    background: #e6ba4c;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 45px;
    padding-bottom: 5px;
    border-radius: 100% !important;
}	
}


@media only screen and (max-width: 1024px) {
	
.Work_Sec h2 {
    font-size: 60px !important;
}

.Work_Sec .second_head:before {
    left: 29% !important;
}

.Work_Sec p {
    font-size: 16px !important;
}

.Work_Sec h4 {
    font-size: 22px !important;
}

.info_cont h3 {
    font-size: 30px !important;
    line-height: 1.3 !important;
}

.Package_Sec h2 {
    font-size: 60px !important;
}

.Package_Sec .second_head:before {
    left: 13% !important;
}

.Package_Sec p {
    font-size: 16px !important;
}

section.Package_Sec ul.products li .woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 30px !important;
}

section.Package_Sec ul.products li .price {
    font-size: 22px !important;
    line-height: 30px !important;
}

section.Package_Sec ul.products li .product-short-description {
    font-size: 15px !important;
}

section.Package_Sec ul.products li .open-popup-btn {
    font-size: 16px !important;
}

.Service_Sec h2 {
    font-size: 60px !important;
}

.Service_Sec .second_head:before {
    left: 20% !important;
}

.Service_Sec p {
    font-size: 16px !important;
}

.services-con h2 {
    line-height: 60px;
    font-size: 50px !important;
}

.testimonial_sec h2 {
    font-size: 60px !important;
}

.testimonial_sec .second_head:before {
    left: 3% !important;
}

.testi_main h2 {
    font-size: 22px !important;
}

.Pop_btn a.vc_general {
    font-size: 16px !important;
}

.blog-sec h2 {
    font-size: 60px !important;
}

.blog-sec .second_head {
    left: -90px !important;
}

.blog-sec .second_head:before {
    left: 39% !important;
}

.Post-box .Post-con p {
    font-size: 15px !important;
}

.Post-box .Post-con h4 {
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.Touch_Sec h2 {
    font-size: 60px !important;
}

.Touch_Sec .second_head:before {
    left: 20% !important;
}

.ft_2 p {
    font-size: 16px !important;
}
	
div#main-nav {
    width: 40% !important;
}
	
.ult_modal.ult-small {
    width: 50% !important;
}
	
.breadcrumbs h1 {
    font-size: 40px !important;
}
	
.serv-accomodations .services-con h2 {
    font-size: 25px !important;
}

.serv-accomodations .services-con p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.serv-accomodations .services-con a {
    font-size: 16px !important;
}
	
.package-box h2 {
    font-size: 18px !important;
    line-height: 32px !important;
}

.package-box a {
    font-size: 15px !important;
}	
}

@media only screen and (max-width: 991px) {
	
.Service_Sec .services-box img {
    height: 300px !important;
}
	
.Post-box .Post-img img {
    height: 300px !important;
}
	
h3.widget-title {
    font-size: 25px !important;
    line-height: 32px !important;
}
	
.ft_3 {
    padding-left: 30px !important;
}
	
.popup_content {
    max-width: 50% !important;
}	
}

@media only screen and (max-width: 768px) {
	
.popup_content {
    max-width: 70% !important;
}

.BannerSec .vc_col-sm-3 {
    width: 100% !important;
    padding-bottom: 0px !important;
}

.BannerSec .vc_row {
    display: block !important;
}

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

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

.BannerSec .vc_col-sm-6 {
    width: 100% !important;
}

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

.BannerSec p {
    text-align: center !important;
}
	
.banner-img img.vc_single_image-img.attachment-full {
    width: 50%;
}

.BannerSec marquee {
    font-size: 30px !important;
}

.Work_Sec .vc_col-sm-6 {
    width: 100% !important;
}

.Work_Sec .vc_col-sm-4 {
    width: 100% !important;
}

.Work_Sec .vc_col-sm-2 {
    width: 100% !important;
}

.Work_Sec .row_1 {
    display: block !important;
}

.Work_Sec h2 {
    text-align: center !important;
    font-size: 50px !important;
}

.Work_Sec .second_head {
    padding-right: 0px !important;
    margin-top: 30px;
}

.Work_Sec .second_head:before {
    left: 46% !important;
    top: -35% !important;
}

.theme-btn a.vc_general {
    padding: 40px 15px !important;
}

.Work_Sec .vc_col-sm-5 {
    width: 100% !important;
}

.Work_Sec .vc_col-sm-7 {
    width: 100% !important;
}

.Work_Sec h4 {
    font-size: 20px !important;
    text-align: center !important;
    margin-top: 30px;
}

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

.info_cont h3 {
    font-size: 25px !important;
    line-height: 1.2 !important;
}

section.Work_Sec {
    padding-bottom: 80px !important;
}

.Package_Sec .vc_col-sm-6 {
    width: 100% !important;
}

.Package_Sec .vc_col-sm-4 {
    width: 100% !important;
}

.Package_Sec .vc_col-sm-2 {
    width: 100% !important;
}

.Package_Sec .row_1 {
    display: block !important;
}

.Package_Sec h2 {
    font-size: 50px !important;
    text-align: center !important;
}

.Package_Sec .second_head {
    left: 0px !important;
    margin-top: 30px;
}

.Package_Sec .second_head:before {
    left: 47% !important;
    top: -37%;
}

.Package_Sec .new_para p {
    text-align: center !important;
    position: unset !important;
    width: 100% !important;
}

.Service_Sec .vc_col-sm-6 {
    width: 100% !important;
}

.Service_Sec .vc_col-sm-4 {
    width: 100% !important;
}

.Service_Sec .vc_col-sm-2 {
    width: 100% !important;
}

.Service_Sec .row_1 {
    display: block !important;
}

.Service_Sec h2 {
    font-size: 50px !important;
    text-align: center !important;
}

.Service_Sec .second_head {
    left: 0 !important;
    margin-top: 30px;
}

.Service_Sec .second_head:before {
    left: 46% !important;
    top: -35% !important;
}

.Service_Sec p {
    text-align: center !important;
    padding-left: 0px !important;
}

.Service_Sec .services-box {
    display: block !important;
}

.services-box .services-con {
    width: 100% !IMPORTANT;
    margin-left: 0px !important;
}

.services-box .services-con h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-top: 20px;
}

.Service_Sec .services-box img {
    margin: 0 auto  !important;
    text-align: center !important;
}

.services-box .services-img {
    margin: 0 auto !important;
}

.tab_row .services-box a {
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
    width: 25%;
    font-size: 16px !important;
}
	
ul.vc_tta-tabs-list {
    text-align: center !important;
}

.tab_row .vc_tta-tab a {
    font-size: 15px !important;
}

.img_row .vc_col-sm-9 {
    width: 100% !important;
}

.img_row .vc_col-sm-3 {
    width: 100% !important;
}

.img_row .wpb_single_image.vc_align_left {
    text-align: center !important;
}

.img_row p {
    margin-bottom: 20px !important;
}

.testimonial_sec .vc_col-sm-6 {
    width: 100% !important;
}

.testimonial_sec .vc_col-sm-4 {
    width: 100% !important;
}

.testimonial_sec .vc_col-sm-2 {
    width: 100% !important;
}

.testimonial_sec .row_1 {
    display: block !important;
}

.testimonial_sec h2 {
    text-align: center !important;
    font-size: 50px !important;
}

.testimonial_sec .second_head {
    left: 0  !important;
    margin-top: 30px;
}

.testimonial_sec .second_head:before {
    left: 45% !important;
    top: -35% !important;
}

.testimonial_sec .row_1 img {
    margin-left: 0px !important;
    margin-top: -140px !important;
}

.testimonials-box .testi_main h2 {
    font-size: 22px !important;
}

.testimonials-box {
    padding: 36px 20px 36px 28px !important;
}

.testi_main {
    justify-content: center !important;
}

.sellhouse-box p:before {
    left: 48%;
}

.sellhouse-box p {
    text-align: center !important;
    font-size: 16px !important;
}

.sellhouse-box ul {
    justify-content: center !important;
}

.blog-sec .vc_col-sm-6 {
    width: 100% !important;
}

.blog-sec .vc_col-sm-4 {
    width: 100% !important;
}

.blog-sec .vc_col-sm-2 {
    width: 100% !important;
}

.blog-sec .row_1 {
    display: block !important;
}

.blog-sec h2 {
    font-size: 50px !important;
    text-align: center !important;
}

.blog-sec .second_head {
    left: 0px !important;
    margin-top: 30px;
}

.blog-sec .second_head:before {
    left: 46% !important;
    top: -35% !important;
}

.blog-sec .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.Post-box {
    margin: 0 auto !important;
    width: 80%;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.Post-box .Post-img img {
    height: 400px !important;
}

section.Touch_Sec {
    padding-top: 100px !important;
}
	
.Package_Sec ul.products li {
    border-radius: 240px !important;
}

div#main-nav {
    width: 50% !important;
}
	
.Touch_Sec .vc_col-sm-5 {
    width: 100% !important;
}

.Touch_Sec .vc_col-sm-2 {
    width: 100% !important;
}

.Touch_Sec .vc_row {
    display: block !important;
}

.Touch_Sec h2 {
    text-align: center !important;
    font-size: 50px !important;
}

.Touch_Sec .second_head {
    margin-top: 30px;
}

.Touch_Sec .second_head:before {
    left: 47% !important;
    top: -37% !important;
}

section.Touch_Sec {
    background-color: #dee7e7;
    padding-top: 60px !important;
}

.Touch_Sec .row_1 img {
    margin-left: 0px !important;
    margin-top: -90px;
}

.Touch_Sec .vc_col-sm-7 {
    width: 100% !important;
}
	
.map {
    text-align: center !important;
}
	
.contact-form {
    margin-top: 50px;
}
	
.Package_Sec .package_row {
    width: 100% !important;
}
	
div#footer-widget .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

div#footer-widget {
    text-align: center !important;
}

.ft_2 ul {
    column-count: 1 !important;
    padding-left: 0px !important;
    list-style: none !important;
}

.ft_2 p {
    position: unset !important;
    text-align: center !important;
    width: 100% !important;
}

.ft_2 li {
    list-style: none !important;
}

.ft_1 ul li:first-child:before {
    left: 34% !important;
}

.ft_1 ul li:nth-child(2):before {
    left: 40% !important;
}

.ft_1 ul li:last-child:before {
    left: 35% !important;
}

.ft_2:before {
    display: none;
}

.ft_2:after {
    display: none;
}

.ft_3 input.wpcf7-form-control {
    width: 50%;
    margin: 0 auto;
}

.ft_3 .btn-primary {
    width: unset !important;
}

.ft_3 .btn-primary {
    right: 27% !important;
}
	
.popup-content {
    max-width: 90% !important;
}

.popup-content h2 {
    font-size: 25px !important;
}

.popup-content h3 {
    font-size: 18px !important;
}
	
.popup-content #popup-data {
    height: 400px !important;
}

.popup-content p {
    font-size: 15px !important;
}
	
#delivery-scheduler .calendar-container {
    width: 100% !important;
}

#delivery-scheduler .timeslots-container {
    width: 100% !important;
}

.single-product .product_title.entry-title {
    font-size: 23px !important;
}
	
.popup_content h2 {
    font-size: 22px !important;
}

.popup_content p {
    font-size: 15px !important;
}

  .popup-box iframe {
    height: 650px !important;
}
	
.ult-overlay-close.top-right {
    right: 0px !important;
}

.ult_modal.ult-small {
    width: 80% !important;
}
	
.Term_Sec h3 {
    font-size: 25px !important;
}

.Term_Sec p strong {
    font-size: 18px !important;
}

.Term_Sec p {
    font-size: 15px !important;
}
	
.breadcrumbs h1 {
    font-size: 35px !important;
}

.breadcrumbs {
    padding-top: 250px !important;
    padding-bottom: 80px !important;
}
	
.Lora_Sec h2 {
    padding-left: 0px !important;
}

.Lora_Sec  .second_head {
    right: 0px !important;
}

.Lora_Sec  .wpb_single_image.vc_align_left {
    text-align: center !important;
}
	
.serv-accomodations .services-con h2 {
    font-size: 22px !important;
}

.serv-accomodations .services-con p {
    font-size: 15px !important;
}

.serv-accomodations {
    padding-bottom: 0px !important;
    padding-top: 70px !important;
}
	
.pack-accomodations .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.pack-accomodations {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
	
.testi-accomodations .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.testi-accomodations {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
.blog  .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
.Touch_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 15px !important;
}

.blog-sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 15px !important;
}

.testimonial_sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 15px !important;
}

.Service_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 15px !important;
}

.Package_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 15px !important;
}

.Work_Sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 15px !important;
}
	
.BannerSec .new_row {
    margin-top: 0px !important;
}
	
.BannerSec:after {
    display: none;
}
	
.hand-img img {
    position: absolute;
    left: 0;
    width: 40%;
    top: -40px;
}
	
.hand-img-2 img {
    position: absolute;
    width: 40%;
    left: 30px;
    top: -80px;
    height: unset !important;
}
	
.hand-img-3 img {
    position: absolute;
    left: -40px;
    width: 50%;
}
	
.hand-img-6 img {
    position: absolute;
    left: 0;
    width: 38%;
    top: 50px;
}
	
.theme-btn {
    display: flex !important;
    justify-content: center;
}

.theme-btn a.vc_general {
    display: flex;
    justify-content: center;
    align-items: center;
}
	
.single-post h1.entry-title {
    font-size: 25px !important;
}

.single-post p {
    font-size: 16px !important;
    line-height: 30px !important;
}	
}

@media only screen and (max-width: 767px) {
	
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: unset !important;
    border: unset !important;
}

.Service_Sec h4 {
    font-size: 20px !important;
    text-align:  center !important;
}
	
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: unset !important;
    border: unset !important;
}

div#owl_custom13 .owl-dots {
    margin-bottom: 30px !important;
}

.logo-img img.vc_single_image-img.attachment-full {
    width: 60%;
}
	
.lora-img img.vc_single_image-img.attachment-full {
    width: 60%;
}
	
.single-services h1.entry-title {
    font-size: 25px !important;
}

.single-services p {
    font-size: 16px !important;
}
	
.single-services #primary {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
	
.Term_Sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
.BannerSec marquee {
    font-size: 25px !important;
    line-height: 40px !important;
}	
}

@media only screen and (max-width: 667px) {
	
div#main-nav {
    width: 60% !important;
}
	
.BannerSec .upper_para p {
    font-size: 15px !important;
    line-height: 30px !important;
}

.BannerSec h2 {
    font-size: 32px !important;
    line-height: 50px !important;
}

.Work_Sec h2 {
    font-size: 40px !important;
    line-height: 100px !important;
}

.Work_Sec p {
    font-size: 15px !important;
    padding-left: 0px !important;
}

.info_cont h3:before {
    font-size: 45px !important;
    margin-top: 20px !important;
}

.info_cont h3 {
    font-size: 22px !important;
}

.ab_img:before {
    width: 100% !important;
    left: 0  !important;
}

.Package_Sec h2 {
    font-size: 40px !important;
    line-height: 100px !important;
}

.Package_Sec p {
    font-size: 15px !important;
}

section.Package_Sec ul.products li .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 30px !important;
}

.Service_Sec h2 {
    font-size: 40px !important;
    line-height: 100px !important;
}

.Service_Sec p {
    font-size: 15px !important;
}

.services-box .services-con h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.Service_Sec h4 {
    font-size: 18px !important;
}

.testimonial_sec h2 {
    font-size: 40px !important;
    line-height: 100px !important;
}

.testimonials-box .testi_main h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}

.blog-sec h2 {
    font-size: 40px !important;
    line-height: 100px !important;
}

.Touch_Sec h2 {
    font-size: 40px !important;
    line-height: 100px !important;
}

.contact-form .btn-primary {
    font-size: 16px !important;
}

.ft_1 ul li:first-child:before {
    left: 32% !important;
}

.ft_1 ul li:last-child:before {
    left: 34% !important;
}

.ft_3 input {
    width: 60% !important;
}

.ft_3 .btn-primary {
    width: unset !important;
    right: 23% !important;
}
	
#owl_custom12 .owl-nav .owl-prev {
    left: 33% !important;
}

#owl_custom12 .owl-nav .owl-next {
    right: 33% !important;
}
	
.theme-btn a.vc_general {
    width: 158px !important;
    height: 150px !important;
}
	
.Package_Sec ul.products li {
    border-radius: 100px !important;
}
	
.Package_Sec ul.products .owl-nav .owl-prev {
    left: 34% !important;
}

.Package_Sec ul.products .owl-nav .owl-next {
    right: 34% !important;
}
	
.lora-img img.vc_single_image-img.attachment-full {
    width: 70% !important;
}
	
.testi-accomodations .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
.pack-accomodations .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}	
}

@media only screen and (max-width: 568px) {
	
.popup_content {
    max-width: 90% !important;
}

.ab_img img {
    height: 270px !important;
    border-radius: 240px !important;
}
	
.Package_Sec ul.products li {
    border-radius: 50px !important;
}
	
.tab_row .services-box a {
    width: 35% !important;
}
	
.site-info {
    display: block !important;
    text-align: center !important;
}

.bottom_right ul {
    justify-content: center;
}
	
.lora-img img.vc_single_image-img.attachment-full {
    width: 80% !important;
}
	
.services-box .services-con h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.serv-accomodations .services-con a {
    padding: 12px 22px !important;
    font-size: 15px !important;
}

.ft_1 ul li:first-child:before {
    left: 29% !important;
}

.ft_1 ul li:nth-child(2):before {
    left: 38% !important;
}

.ft_1 ul li:last-child:before {
    left: 32% !important;
}
	
div#main-nav {
    width: 70% !important;
}
	
.breadcrumbs h1 {
    font-size: 30px !important;
}
	
.Term_Sec h3 {
    font-size: 22px !important;
}
	
.popup-content h2 {
    font-size: 22px !important;
}

.popup-content h3 {
    font-size: 16px !important;
    line-height: 30px !important;
}

#accept-btn {
    font-size: 15px !important;
}
	
.single-product .product_title.entry-title {
    font-size: 20px !important;
}

#delivery-scheduler label {
    font-size: 16px !important;
}	
}

@media only screen and (max-width: 520px) {
	
.Work_Sec h2 {
    font-size: 35px !important;
    line-height: 90px !important;
}

.Package_Sec h2 {
    font-size: 35px !important;
    line-height: 90px !important;
}

.Service_Sec h2 {
    font-size: 35px !important;
    line-height: 90px !important;
}

.testimonial_sec h2 {
    font-size: 35px !important;
    line-height: 90px !important;
}

.blog-sec h2 {
    font-size: 35px !important;
    line-height: 90px !important;
}

.Touch_Sec h2 {
    font-size: 35px !important;
    line-height: 90px !important;
}

.ft_1 ul li:first-child:before {
    left: 27% !important;
}

.ft_1 ul li:nth-child(2):before {
    left: 36% !important;
}

.ft_1 ul li:last-child:before {
    left: 30% !important;
}

.ft_3 input {
    width: 80% !important;
}

.ft_3 .btn-primary {
    right: 14% !important;
}
	
.Post-box {
    width: 90% !important;
}
	
.lora-img img.vc_single_image-img.attachment-full {
    width: 100% !important;
}	
}

@media only screen and (max-width: 480px) {
	
div#main-nav {
    width: 70% !important;
}
	
.banner-img img.vc_single_image-img.attachment-full {
    width: 70%;
}
	
#owl_custom12 .owl-nav .owl-prev {
    left: 25% !important;
}

#owl_custom12 .owl-nav .owl-next {
    right: 25% !important;
}

.Package_Sec ul.products .owl-nav .owl-prev {
    left: 25% !important;
}

.Package_Sec ul.products .owl-nav .owl-next {
    right: 25% !important;
}
	
.ft_1 ul li:last-child:before {
    left: 28% !important;
}

.ft_1 ul li:first-child:before {
    left: 26% !important;
}
	
.blog #primary {
    padding-top: 50px !important;
}
	
.ult_modal.ult-small {
    width: 98% !important;
}
	
.services-box .services-con h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}
	
.banner-img img.vc_single_image-img.attachment-full {
    width: 80% !important;
}

.BannerSec marquee {
    font-size: 20px !important;
    line-height: 30px !important;
}

.BannerSec marquee img {
    width: 42px !important;
    height: 42px !important;
    margin: 0 25px !important;
}
	
section.Package_Sec ul.products li {
    padding: 50px 35px 50px 35px !important;
}
	
.popup_content {
    left: 0px !important;
    max-width: 100% !important;
}
	
.Service_Sec .services-box img {
    height: 200px !important;
}
	
.tab_row .services-box a {
        width: 45% !important;
}	
}

@media only screen and (max-width: 425px) {
	
.Work_Sec h2 {
    font-size: 30px !important;
    line-height: 80px !important;
}

.Work_Sec .second_head:before {
    top: -53% !important;
}

.Package_Sec h2 {
    font-size: 30px !important;
    line-height: 80px !important;
}

.Package_Sec .second_head:before {
    top: -56% !important;
}

.Package_Sec ul.products .owl-nav .owl-prev {
    bottom: -37% !important;
}

.Package_Sec ul.products .owl-nav .owl-next {
    bottom: -37% !important;
}

.Service_Sec h2 {
    font-size: 30px !important;
    line-height: 80px !important;
}

.Service_Sec .second_head:before {
    top: =45% !important;
}

.testimonial_sec h2 {
    font-size: 30px !important;
    line-height: 80px !important;
}

.testimonial_sec .second_head:before {
    top: -45% !important;
}

.blog-sec h2 {
    font-size: 30px !important;
    line-height: 80px !important;
}

.blog-sec .second_head:before {
    top: -45% !important;
}

.Touch_Sec h2 {
    font-size: 30px !important;
    line-height: 80px !important;
}

.Touch_Sec .second_head:before {
    top: -47% !important;
}
	
.ab_img img {
    height: 350px !important;
    border-radius: 30px !important;
}

.ab_img:before {
    border-radius: 30px !important;
}
	
.popup-box iframe {
    padding: 20px 10px !important;
}

#productDetailPopup .close-popup {
    right: 10px !important;
    font-size: 20px !important;
   
}
	
	.single-product section#primary{
		 padding: 8px 12px !important;
	}
	
.single-product .product_title.entry-title {
    font-size: 17px !important;
    margin-top: 30px !important;
}
	
.ft_1 ul li:first-child:before {
    left: 23% !important;
}

.ft_1 ul li:nth-child(2):before {
    left: 34% !important;
}

.ft_1 ul li:last-child:before {
    left: 25% !important;
}
	
.navbar-brand {
    width: 30%;
}
	
.Service_Sec h4 {
        font-size: 15px !important;
}
	
.Touch_Sec iframe {
    height: 350px !important;
}
	
.contact-form input::placeholder {
    font-size: 15px !important;
}	
}

@media only screen and (max-width: 375px) {
	
.info_cont {
    left: 0 !important;
}
	
.hand-img-2 img {
    width: 60% !important;
    top: 70px !important;
    left: 0px !important;
}

.Service_Sec .services-box img {
    border-radius: unset !important;
    height: 150px !IMPORTANT;
}

.Post-box .Post-img img {
    height: 300px !important;
}

.ft_1 ul li:first-child:before {
    left: 16% !important;
}

.ft_1 ul li:nth-child(2):before {
    left: 29% !important;
}

.ft_1 ul li:last-child:before {
    left: 20% !important;
}

.Work_Sec p {
    font-size: 14px !important;
    line-height: 30px !important;
}
	
    .tab_row .services-box a {
        width: 53% !important;
    }
	
#owl_custom12 .owl-nav .owl-prev {
    left: 10% !important;
}

#owl_custom12 .owl-nav .owl-next {
    right: 10% !important;
}
	
    div#main-nav {
        width: 75% !important;
    }	
}
/************* additional Css *************/
.ab_img img {
    width: 1200px;
    border-radius: 220px;
}
section.vc_section.Lora_Sec {
    padding-top: 0 !important;
    padding-bottom: 100px;
    background-color: #dde7e7;
    margin-bottom: 50px;
}
.Service_Sec .services-box {
    margin-bottom: 50px !important;
    align-items: center;
}
.Service_Sec .services-box img {
    width: 100%;
    height: 450px;
    border-radius: 210px;
}
.single-services h1.entry-title {
    font-size: 30px;
    color: #000;
}
.single-services p {
    font-size: 18px;
    line-height: 34px;
}
.single-services .service_form p input {
    height: 45px;
    border: 1px solid #0000006b;
    border-radius: 30px;
    padding-left: 10px;
    width: 160px;
}
.service_form p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px !important;
}
.service_form p label {
    margin: 0;
    width: 100%;
}
.service_form .col-md-6 p {
    display: block;
    margin-bottom: 50px !important;
}
.single-services .service_form .col-md-6 input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
}
.service_form p .wpcf7-form-control-wrap {
    display: block;
}
.single-services .service_form .btn-primary {
    background: #ebb852;
    color: #000;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 500;
    width: unset;
    height: unset;
    padding: 12px 30px;
}
.single-services .service_form .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.5;
}
.single-services h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 30px;
}
.single-services ul {
    padding-left: 20px;
}
.single-services ul li {
    font-size: 18px;
    line-height: 50px;
    color: #000;
}
.btn_one p {
    display: block;
    text-align: end;
}
.service_form  .wpcf7-spinner {
    display: block;
}

/*************** modal Css ******************/
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.popup-content {
  background: #fff;
  width: 100%;
  max-width: 60%;
  margin: 30px auto;
  padding: 55px 25px 30px 25px;
  position: relative;
  border-radius: 8px;
}
.close-popup {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  background: #000;
  color: #fff;
  line-height: 1;
  border-radius: 0;
  padding: 5px 12px 9px 12px;
}
.popup-content h2 {
    font-size: 30px;
    color: #000;
    margin-top: 0;
    padding: 0;
    margin-bottom: 20px;
}
.popup-content h3 {
    font-size: 22px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 34px;
}
.popup-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.popup-content #popup-data {
    overflow-y: scroll;
    padding-right: 10px;
    height: 650px;
}
.popup-content #popup-data::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #0000002b;
}
.popup-content #popup-data::-webkit-scrollbar-thumb {
    background: #000;
}
.popup-content ul {
    padding-left: 20px;
    margin: 0;
}
.popup-content ul li {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}
.popup-content ul li:last-child {
    padding: 0;
}
.popup-actions {
  text-align: right;
  margin-top: 20px;
}
#accept-btn {
  padding: 12px 20px;
  background: #EBBC3B;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  border: 1px solid transparent;
}
#accept-btn:hover {
  background: #000;
  color: #EBBC3B;
  transition: all 0.5s;
}




.popup-overlay_2 {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
.popup_content {
  background: #fff;
  padding: 30px;
  text-align: left;
  border-radius: 5px;
  max-width: 30%;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.popup-buttons button {
  padding: 12px 30px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}
#acceptBtn {
  background-color: #EBBC4B;
  color: #000;
}
#denyBtn {
  background-color: #000;
  color: #ebb852;
  margin-left: 10px;
}
.popup-buttons button {
    border-radius: 25px 0px 25px 0px;
}
#customPopup {
  display: none;
  /* rest of your styles */
}
.popup_content h2 {margin-top: 0;font-size: 26px;color: #000;padding: 0;margin-bottom: 15px;}

.popup_content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
}

.blog-sec {
    padding-top: 120px;
}
.Post-box .Post-img img {
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 10px 10px #0000000a;
    border-radius: 10px;
}
.Post-box .Post-con h4 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 25px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Post-box .Post-con  p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.Post-box .Post-con a {
    color: #000;
    background: #ebb44c;
    padding: 12px 20px;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s;
}
.blog #primary {
    padding-top: 100px;
}
.blog .Post-box {
    margin-bottom: 100px;
}
.single-post #primary {
    padding-top: 100px;
    padding-bottom: 70px;
}
div#comments {
    display: none;
}
.single-post h1.entry-title {
    font-size: 30px;
    color: #000;
}
.single-post p {
    font-size: 18px;
    line-height: 34px;
}

div#owl_custom13 {
    display: block;
}
div#owl_custom13 .owl-nav {
    display: none;
}
div#owl_custom13 .owl-dots {
    text-align: center;
}
div#owl_custom13 .owl-dots .owl-dot.active {
    background: #e2b654;
    height: 10px;
    width: 50px;
    border-radius: 30px;
    border: 1px solid transparent;
}
div#owl_custom13 .owl-dots .owl-dot {
    background: #fff;
    border: 1px solid transparent;
    height: 10px;
    width: 30px;
    border-radius: 30px;
    margin-left: 15px;
    outline: none;
}

.blog-sec h2 {
    font-size: 100px;
    color: #000;
    font-weight: 400;
    padding: 0;
    line-height: 115px;
}
.blog-sec .second_head {
    position: relative;
    left: 40px;
}
.blog-sec .second_head:before {
    content: '';
    position: absolute;
    left: 20%;
    top: 13%;
    width: 49px;
    height: 48px;
    background-image: url(inc/assets/images/flower.png);
    background-repeat: no-repeat;
}
.blog-sec .row_1 {
    display: flex;
    align-items: center;
}
.blog-sec .vc_col-sm-4 {
    width: 32%;
}
.blog-sec .vc_col-sm-2 {
    width: 20%;
}
.blog-sec .vc_col-sm-2 .vc_column-inner {
    padding-left: 0 !important;
}

.Privacy_Sec {
    padding-top: 50px;
    padding-bottom: 70px;
}
.Privacy_Sec h2 {
    font-size: 32px;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 50px;
}
.Privacy_Sec p {
    font-size: 18px;
    line-height: 34px;
}
.Privacy_Sec ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.Privacy_Sec ul li {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 10px;
}
.Privacy_Sec strong {
    color: #000;
}
.Privacy_Sec a {
    text-decoration: none;
}
.Privacy_Sec .last_para ul li {
    list-style: none;
}
.Privacy_Sec .last_para ul {
    padding-left: 0;
}
.Privacy_Sec .last_para ul li img {
    margin-right: 10px !important;
    font-size: 20px;
}
.Privacy_Sec .last_para ul li {
    display: flex;
    align-items: center;
}


.qoute_sec h2 {
    font-size: 100px;
    color: #000;
    padding: 0;
    margin-bottom: 60px !important;
    font-weight: 400;
}
.qoute_sec .qoute_row .owl-stage-outer {
    overflow: hidden;}

.qoute_sec .qoute_row .owl-stage {
    display: flex;
}
.qoute_sec .qoute_row .owl-dots {
    display: none;
}
.qoute_sec .qoute_row p {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 50px;
    font-family: 'Fraunces';
    width: 70%;
    margin: 0 auto;
}

.qoute_row .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
.qoute_row .owl-nav .owl-prev span {
  font-size: 0;
}
.qoute_row .owl-nav .owl-prev span:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/left_arrow.png);
    background-repeat: no-repeat;
}
.qoute_row .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
.qoute_row .owl-nav .owl-next span {
  font-size: 0;
}
.qoute_row .owl-nav .owl-next span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/right_arrow.png);
    background-repeat: no-repeat;
}
.qoute_sec {
    padding-top: 20px;
    padding-bottom: 130px;
}

ul.products .owl-stage-outer {
    overflow: hidden;
}
ul.products .owl-stage {
    display: flex;
}


ul.products .owl-stage .wp-post-image {
    display: none !important;
}
.Package_Sec ul.products li {
    width: 100% !important;
    background-color: #EDC34F;
    padding: 100px 35px 100px 35px !important;
    text-align: center;
    border-radius: 240px;
    margin-bottom: 0 !important;
}
.Package_Sec ul.products li .woocommerce-loop-product__title {
    font-size: 26px !important;
    line-height: 38px !important;
    text-transform: uppercase;
    padding: 0 !important;
    letter-spacing: 1px;
    color: #000 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 25px auto !important;
}
.Package_Sec ul.products li  .price {
    text-align: center;
    margin-top: 0;
    font-size: 24px !important;
    line-height: 32px;
    color: #000 !important;
    font-family: 'Poppins';
    letter-spacing: 1px;
    position: relative;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
}
.Package_Sec ul.products li .product-short-description {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    /*     height: 90px;
    overflow-y: scroll;
    padding-right: 10px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Package_Sec ul.products li .product-short-description::-webkit-scrollbar-thumb {
    background: #000;
}
.Package_Sec ul.products li .product-short-description::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #00000021;
}
.Package_Sec ul.products li .open-popup-btn {
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 18px 30px;
    border-radius: 50px;
    border: 1px solid transparent;
    font-weight: 500;
}
.Package_Sec ul.products .owl-dots {
    display: none;
}
.Package_Sec ul.products .owl-nav .owl-prev {
    position: absolute;
    left: -160px;
    top: 45%;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
.Package_Sec ul.products .owl-nav .owl-prev span {
  font-size: 0;
}
.Package_Sec ul.products .owl-nav .owl-prev span:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/left_arrow.png);
    background-repeat: no-repeat;
}
.Package_Sec ul.products .owl-nav .owl-next {
    position: absolute;
    right: -160px;
    top: 45%;
    background: transparent;
    border: 1px solid #283838;
    border-radius: 100%;
    width: 77px;
    height: 77px;
}
.Package_Sec ul.products .owl-nav .owl-next span {
  font-size: 0;
}
.Package_Sec ul.products .owl-nav .owl-next span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 68px;
    height: 16px;
    background-image: url(inc/assets/images/right_arrow.png);
    background-repeat: no-repeat;
}
.package_row .vc_column-inner {
    padding-top: 0 !important;
}





.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

section.related.products {
    display: none;
}

.single-product div#footer-widget {
    display: none;
}

.single-product header#masthead {
    display: none;
}

.single-product .breadcrumbs {
    display: none;
}

.single-product footer#colophon {
    display: none;
}

.single-product section#primary {
    padding: 50px 0;
}
.single-product .woocommerce-product-gallery {
    display: none;
}
.single-product .entry-summary {
    width: 100% !important;
    float: unset;
}
.single-product .product_title.entry-title {
    font-size: 26px;
    color: #000;
}
.woocommerce .quantity .qty {
    height: 50px;
}
.single-product .single_add_to_cart_button {
    background: #EBBC4B !important;
    color: #fff !important;
    font-size: 0 !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    position: relative !important;
    height: 50px;
    width: 130px;
}
#productDetailPopup .close-popup {
    top: 39px;
    right: 100px;
    background: #EBBC4B;
    font-size: 35px;
    padding: 8px 14px;
}
.single-product #wpadminbar {
    display: none;
}
.woocommerce-cart #primary {
    padding-top: 50px;
    padding-bottom: 50px;
}
.woocommerce-cart th {
    font-size: 20px;
}
.woocommerce-cart .wc-block-components-product-name {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 20px !important;
}
.woocommerce-cart .wc-block-cart__submit-button {
    background: #EBBC4B;
    color: #fff;
    font-size: 16px;
    padding: 16px 0 !important;
    height: unset !important;
    text-decoration: none;
}
.Touch_Sec iframe {
    padding: 0 !important;
    border-radius: 40px;
}


.info_cont h3 {
    font-size: 34px;
    color: #fff;
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
}
.info_cont p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
    padding-left: 0;
    color: #fff;
}
.info_cont p a {
    color: #fff;
    text-decoration: none;
}
.info_cont {
    position: absolute;
    top: 45%;
    width: 100%;
}
.info_row {
    position: relative;
}
.info_cont h3:before {
	content: '\f2a0';
	position: absolute;
	top: -100px;
	font-family: "FontAwesome";
	font-weight: 700;
	font-size: 60px;
	color: #ebb845;
	right: 0;
	margin: auto;
	width: 100%;
	transform: rotate(323deg);
}
.ab_img:before {
	content: '';
	position: absolute;
	left: 24px;
	top: 0;
	background: #0000006b;
	width: 96%;
	height: 100%;
	border-radius: 220px;
}
.ab_img {
	position: relative;
}


.info_cont {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
	   transform: translate3d(300px, -10px, 0) rotate(10deg);
}
.in-view {
          transform: none;
          visibility: visible;
          opacity: 1;
}
.info_cont p:last-child {
    display: none;
}

.sellhouse-box p::-webkit-scrollbar {
    width: 5px;
    background-color: #0000003b;
}
.sellhouse-box p::-webkit-scrollbar-thumb {
    background: #000;
}

.testi_main .testimonials-img {
    display: none;
}
.testi_row {
    width: 95%;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  pointer-events: none;
  cursor: default;
}
.single-product .single_add_to_cart_button:before {
    content: 'Continue';
    position: absolute;
    left: 28px;
    top: 16px;
    font-size: 16px;
}

/* .Package_Sec ul.products li .product_type_simple {
    display: none !important;
} */
.single-product .wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button {
    display: none !important;
}
.woocommerce-checkout header#masthead {
    display: none;
}
.woocommerce-checkout .breadcrumbs {
    display: none;
}
.woocommerce-checkout div#footer-widget {
    display: none;
}

.woocommerce-checkout h3 {
    font-size: 30px;
    color: #000;
    padding: 0;
    margin-bottom: 50px;
    line-height: 1.4;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce form .form-row label {
    font-size: 16px;
    color: #000;
    padding-bottom: 5px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    height: 50px;
}
.woocommerce #place_order {
    background: #EBBC3B;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    border-radius: 4px;
}

.woocommerce-checkout footer#colophon {
    display: none;
}

/* .woocommerce form #delivery_datetime_field {
    display: none;
} */


.woocommerce form .validate-state {
    position: relative;
}

.woocommerce form .validate-state label {
    font-size: 0px;
}

.woocommerce form .validate-state label:before {
    content: 'Province/State';
    font-size: 16px;
}

.woocommerce form .validate-state label span {
    font-size: 16px;
    padding-left: 3px;
}

.woocommerce form .notes {
    position: relative;
}

.woocommerce form .notes label {
    font-size: 0;
}

.woocommerce form .notes label:before {content: 'Notes';font-size: 16px;}

.img_row p {
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    line-height: 30px;
}

/*.woocommerce .product_meta {*/
/*    display: none;*/
/*}*/

/*.woocommerce-checkout .woocommerce-info {*/
/*    display: none;*/
/*}*/

/*.woocommerce-checkout .woocommerce-message {*/
/*    display: none;*/
/*}*/

.days-grid div.selected {
    border-radius: 100% !important;
    background: #ebb852 !important;
}
.days-grid div {
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 500;
    color: #ebb852;
}
.timeslots-container {
    width: 280px !important;
    margin-top: 50px;
}
.timeslot {
    border: 1px solid #ebb852;
    text-align: center;
    color: #ebb852;
    font-weight: 600;
    padding: 12px 0 !important;
}
.timeslots-list {
    padding-right: 5px;
}
.timeslots-list::-webkit-scrollbar {
    width: 5px;
    background-color: #0000003b;
}
.timeslots-list::-webkit-scrollbar-thumb {
    background: #ebb852;
}
.calendar-container h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #000;
}

.weekdays {
    font-size: 14px;
}

.calendar-container {
    width: 350px !important;
    margin-top: 50px;
}

.timeslots-header {
    font-family: 'Fraunces';
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#delivery-scheduler label {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
}


#delivery-scheduler {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .calendar-container {
        width: 300px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        background: white;
    }
    
    .month-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .month-header button {
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
    }
    
    .weekdays {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .days-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
    }
    
    .days-grid div {
        padding: 8px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
    }
    
    .days-grid div:hover {
        background: #f0f0f0;
    }
    
    .days-grid div.selected {
        background: #4285f4;
        color: white;
    }
    
    .days-grid div.disabled {
        color: #ccc;
        cursor: not-allowed;
    }
    
    .days-grid div.other-month {
        color: #aaa;
    }
    
    .timezone-display {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        text-align: center;
    }
    
    .timeslots-container {
        width: 200px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        background: white;
    }
    
    .timeslots-header {
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .timeslots-list {
        max-height: 300px;
        overflow-y: auto;
    }
    
    .timeslot {
        padding: 8px;
        margin-bottom: 5px;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .timeslot:hover {
        background: #f0f0f0;
    }
    
    .timeslot.selected {
        background: #4285f4;
        color: white;
    }
    
    .timeslot.booked {
        color: #ccc;
        text-decoration: line-through;
/*         cursor: not-allowed; */
    }

.month-header a {
    color: #ebb458;
}

.Term_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Term_Sec p {
    font-size: 18px;
    line-height: 34px;
}
.Term_Sec p strong {
    font-size: 22px;
    font-weight: 600;
}
.Term_Sec h3 {
    font-size: 30px;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}
.popup-buttons button:focus {
    outline: none;
}
.Term_Sec .btn-modal {
    background: #ebb845 !important;
    color: #000 !important;
    border: 1px solid transparent !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.cancel-form h1 {
    margin-top: 10px;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
.cancel-form .btn_last p {
    margin-bottom: 0;
}
.ult_modal-body {
    border-radius: 20px !important;
}


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

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

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

.woocommerce-shop #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}

.woocommerce-shop .woocommerce-placeholder {
    display: none !important;
}

.woocommerce-shop .woocommerce-loop-product__title {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-top: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin-bottom: 25px !important;
    letter-spacing: 1px;
    color: #000 !important;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.woocommerce-shop .price {
    text-align: center;
    margin-top: 0;
    font-size: 24px !important;
    line-height: 32px;
    color: #000 !important;
    font-family: 'Poppins';
    letter-spacing: 1px;
    position: relative;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
}

.woocommerce-shop .product-short-description {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce-shop .open-popup-btn {
    background: #000 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 18px 30px !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
    font-weight: 500;
}

.woocommerce-shop ul.products li.product {
    background: #EDC34F;
    text-align: center;
    padding: 30px 30px 60px 30px;
    margin-right: 30px;
    width: 31.7% !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.woocommerce-shop .breadcrumbs h1 {
    font-size: 0;
    position: relative;
}

.woocommerce-shop .breadcrumbs h1:after {
    content: 'Packages';
    font-size: 50px;
}

select.gt_selector.notranslate {
    background: #EBBC4B;
    font-size: 16px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.header_btn {
  display: flex;
  align-items: center;
}

.woocommerce ul.products li .wc-buy-now-btn-archive {
    display: none !important;
}

.weekdays div {
    width: 39px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.star-rating-wrap .star-rating {
}
.star-rating span {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s ease;
  margin: 0 10px;
  line-height: 1;
}
.star-rating span.active,
.star-rating span:hover,
.star-rating span:hover ~ span {
  color: #EAC14D;
}

.star-rating-wrap .star-rating p {
    display: flex;
    justify-content: center;
    font-size: 40px;
}

.star-rating-wrap p {
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.4;
}
.days-grid .past-date,
.days-grid .empty-cell,
.timeslot.past-time {
    color: #ccc;
    cursor: not-allowed;
}