/*
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: "Bricolage Grotesque", sans-serif;
  background: #1B1B1B !important;
}

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: 20px;
  font-family: "K2D", sans-serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
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 {
  padding: 10px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  padding-left: 123px !important;
  padding-right: 100px !important;
}

.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: 16px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: 'K2D';
}

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: 400;
}

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

#content.site-content {
    padding: 0 !important;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}

/*********** Custom Css *************/
.container {
    max-width: 1800px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 50px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}
.header_links ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.language-dropdown select option {
    color: #000;
    font-size: 16px;
}
.language-dropdown select {
    border: none;
    font-size: 20px;
    color: #737373;
    font-family: k2d;
    font-weight: 700;
    width: 60px;
    background: transparent;
}
.header_links .header_btn {
    font-size: 18px;
    line-height: 1;
    background: #A97F08;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-family: 'K2D';
    font-weight: 500;
    display: flex;
    margin-left: 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 169px;
    height: 60px;
    overflow: hidden;
}

/* Hover Effect */
.header_links .header_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}

.header_links .header_btn:hover::before {
    left: 0;
}

.header_links .header_btn:hover {
    background: #8C6A06; /* darker gold shade */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

html, body {
    overflow-x: hidden;
}
.Banner_Sec .banner_video {
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
    height: 950px;
    display: flex;
}
section.vc_section.Banner_Sec {
    padding-right: 0 !important;
}
.Banner_Sec h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.Banner_Sec h2 {
    text-transform: uppercase;
    width: 82%;
    margin-bottom: 40px;
}
.Banner_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    width: 83%;
    font-weight: 300;
    margin-bottom: 40px !important;
}
.theme-btn  a.vc_general {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: 'K2D';
    text-transform: uppercase;
    background: #a97f080f !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 271px;
    height: 60px;
    border-color: #a97f080f !important;
    color: #C39000 !important;
  border-radius: 10px !important;
}
.theme-btn a.vc_general:hover {
    color: #C39000 !important;
    border: 1px solid #c3900087 !important;
    transition: all 0.5s;
}
.theme-btn a.vc_general:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c3900087;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.5s;
}
.theme-btn a.vc_general:hover:before {
    width: 0;
}
.btn_2 a.vc_general:before {
    width: 0;
}
.btn_2 a.vc_general:hover:before {
    width: 100%;
}
.btn_2 a.vc_general:hover {
    color: #C39000 !important;
}
.Banner_Sec .vc_col-sm-6:first-child {
    padding-bottom: 210px;
}
.video_box {
    position: relative;
}
.video_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    border-radius: 50px;
}
/*** Marquee css ***/
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  background: transparent; /* theme orange */
  color: #fff;
  font-weight: 500;
  font-size: 44px;
  border-radius: 15px;
  padding: 15px 0;
  white-space: nowrap;
  text-transform: uppercase;
  border-color: #9E780B;
  border: 1px solid #9E780B;
  font-family: 'K2D';
}
.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 8s linear infinite alternate;
}
.marquee-content {
  display: flex;
  gap: 60px;
  align-items: center;
}
.marquee-content span {
  display: inline-block;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-6%); }
}

.marquee_sec {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}
.marquee-content .stars {
    font-size: 26px;
    color: #C39000;
}

.About_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.About_Sec h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.About_Sec h2 {
    margin-bottom: 35px;
    width: 94%;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child {padding: 80px 75px;background: #FFF4EF;border-radius: 40px;}
.About_Sec  ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}
.About_Sec ul li {
    padding-bottom: 30px;
    position: relative;
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.About_Sec ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    background: #FE661B;
    color: #fff;
    border-radius: 100%;
    padding: 7px 8px;
    margin-right: 13px;
}
.About_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px !important;
    width: 77%;
    font-weight: 300;
}
.About_Sec .btn_2 a.vc_general {
    margin: 0;
}
.years_img img {
    position: absolute;
    bottom: 80px;
    left: 30px;
}
.About_Sec .vc_col-sm-6:last-child {
    position: relative;
    padding-left: 100px;
}
.Services_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.Services_Sec h3 {
    margin-bottom: 15px;
}
.Services_Sec h2 {
    margin-bottom: 60px;
}
.services-box {
    background: #1B1B1B;
    border-radius: 20px;
    padding: 20px 20px 40px;
    transition: all 0.5s;
    height: 513px;
    position: relative;
    border: 1px solid #c3900030;
}

.vision-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 100px;
    padding-bottom: 60px;
}

.services-box h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-family: 'K2D';
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
}
.services-box p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.services-box a {
    color: #A97F08;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'K2D';
}
.services-box .services-img img {
    width: 91%;
    border-radius: 10px;
    transition: all 0.5s;
    height: 0;
    position: absolute;
    top: 20px;
    left: 20px;
}
.services-box .services-con {
    padding: 50px 20px;
    transition: all 0.5s;
}
.services-box .icon-img {
    transition: all 0.5s;
    margin: 20px 0px 40px 20px;
    border-radius: 10px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box .services-img {
    transition: all 0.5s;
}

.services-box:hover .icon-img img {
    display: none;
}

.services-box:hover .icon-img {
    background: transparent !important;
}
.services-box:hover .services-img img {
    height: 194px;
    transition: all 0.5s;
    opacity: 1;
}
.services-box:hover .services-con {
    padding-top: 50px;
    transition: all 0.5s;
}
.services-box:hover .icon-img {
    transition: all 0.5s;
    transform: translateY(80px) scale(0.5) translateX(-50px);
    background: #fff;
}
.services-box .icon-img img {
    transition: all 0.5s;
}
.services-box:hover .icon-img img {
    transition: all 0.5s;
    filter: invert(56%) sepia(88%) saturate(3581%) hue-rotate(2deg) brightness(103%) contrast(99%);
}
.Services_Sec p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Services_Sec .serv_row {
    padding-bottom: 60px;
}
.Choose_Sec {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 160px !important;
    padding-right: 160px !important;
}
.Choose_Sec h3 {
    margin-bottom: 15px;
}
.Choose_Sec h2 {
    margin-bottom: 35px;
}
.Choose_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 40px !important;
    width: 86%;
}
.stats-top .stats-number {
    font-size: 60px !important;
    color: #FE661B;
    line-height: 1 !important;
    font-family: 'K2D';
    font-weight: 500 !important;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    color: #FE661B;
    font-size: 60px !important;
    line-height: 1;
    font-family: 'K2D';
    font-weight: 500;
}
.stats-block .stats-text {
    color: #737373;
    font-size: 20px !important;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 300;
}
.counter_cont .stats-desc {
    padding: 70px 0px !important;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 #0000000d;
}
.counter_cont.cont_2 .stats-desc {
    border: 2px solid #FFE0D1;
}
.counter_cont.cont_3 .stats-desc {
    border: 2px solid #FFE0D1;
    margin-bottom: 0 !important;
}
.counter_cont.cont_4 .stats-desc {
    margin-bottom: 0;
}
.Testimonials_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Testimonials_Sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 98%;
    height: 100%;
    background: #FFF4EF;
    z-index: -1;
    border-radius: 50px;
}
.Testimonials_Sec h3 {
    margin-bottom: 15px;
}
.Testimonials_Sec h2 {
    margin-bottom: 60px;
}
.testimonials-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}
.testimonials-box ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.testimonials-box ul li {
    margin-left: 8px;
    color: #FE661B;
}
.testimonials-box ul li:first-child {
    margin: 0;
}
.testimonials-box h4 {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}
.testimonials-box p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonials-box h5 {
    color: #FE661B;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 25px;
}
.Testimonials_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.Testimonials_Sec .testi_row {
    padding-bottom: 60px;
}
div#footer-widget {
    background-color: transparent !important;
    border-radius: 50px;
    padding-top: 100px;
    padding-bottom: 170px;
    position: relative;
}
div#footer-widget .container {
    max-width: 1700px;
}
.info_cont {
    background: #1B1B1B;
    border-radius: 20px;
    padding: 60px 50px 50px 50px;
    position: relative;
    z-index: 1;
    max-width: 94%;
    border: 2px solid #9e780b26;
}
.info_cont h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.3;
}
.info_cont ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}
.info_cont ul li {
    position: relative;
    padding-bottom: 30px;
}
.info_cont ul li a {
    color: #9E780B;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'K2D';
}
.info_cont ul li:last-child {
    padding-bottom: 0;
}
.info_cont ul li:first-child:before {
    content: '\f095';
    font-family: 'FontAwesome';
    background: #9e780b1a;
    color: #C39000;
    font-size: 22px;
    padding: 13px 18px;
    margin-right: 15px;
    display: inline-block;
}
.info_cont ul li:nth-child(2):before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    background: #9e780b1a;
    color: #C39000;
    font-size: 22px;
    padding: 13px 18px;
    margin-right: 15px;
    display: inline-block;
}
.info_cont p {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 45px;
    font-weight: 300;
}
.info_cont .info_btn {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: 'K2D';
  text-transform: uppercase;
  background: #a97f080f !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 60px;
  border-color: #a97f080f !important;
  color: #C39000 !important;
  border-radius: 10px !important;
  text-decoration: none;
}

.contact-form .form-control {
    background: #1B1B1B;
    height: 60px;
    border-radius: 10px;
    border: 2px solid  #1B1B1B;
    padding-left: 24px;
    margin-bottom: 30px;
    color: #fff;
}
.contact-form .form-control::placeholder {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
}
.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form textarea {
    height: 132px !important;
    border-radius: 20px !important;
    padding-top: 20px;
    resize: none;
}
.contact-form p {
    margin: 0;
}
.contact-form .btn-primary {
    background: #A97F08;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    font-family: 'K2D';
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px;
    width: 100%;
    transition: all 0.5s;
}
.contact-form .btn-primary:hover {
    background: transparent;
    color: #A97F08;
    border: 1px solid;
    transition: all 0.5s;
}
.contact-form .wpcf7-spinner {
    display: none;
}
.social_list ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    border: 2px solid #a97f081f;
    border-radius: 10px;
    padding: 16px 0;
    background: #1B1B1B;
}
.social_list ul a {
    color: #C39000;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'K2D';
    text-decoration: none;
}
.social_list ul li {
    position: relative;
}
.social_list ul li:nth-child(2):before {
    content: '';
    position: absolute;
    left: -80px;
    top: 0;
    width: 1px;
    height: 30px;
    background: #c3900057;
}
.social_list ul li:nth-child(2):after {
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    width: 1px;
    height: 30px;
    background: #c3900057;
}
div#footer-widget .row {
    display: flex;
    align-items: center;
}
div#footer-widget .row_2 {
    margin-top: 85px;
    padding-top: 15px;
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 15px;
}
div#footer-widget .row_2 ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-between;
}
div#footer-widget .row_2 ul li a {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.5s;
    font-family: 'K2D';
}
div#footer-widget .row_2 ul li a:hover {
    color: #A97F08;
    transition: all 0.5s;
}
div#footer-widget .row_2  #media_image-2 {
    text-align: center;
    margin: 0;
}
div#footer-widget .row_2 .col-md-5 {
    max-width: 37%;
    flex: 0 0 37%;
}
div#footer-widget .row_2 .col-md-2 {
    max-width: 26%;
    flex: 0 0 26%;
}
footer#colophon {
    background: transparent !important;
}
footer#colophon .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-top: 1px solid #3c291329;
    max-width: 1700px;
    margin-top: -130px;
    z-index: 9;
    position: relative;
}
.site-info {
    display: flex;
    justify-content: space-between;
}
.site-info .botom_left {
    color: #ffffffad;
    font-size: 20px;
    line-height: 1;
    font-weight: 200;
}
.site-info .botom_left a {
    text-decoration: none;
    transition: all 0.5s;
    text-transform: capitalize;
}
.site-info .botom_left a:hover {
    color: #A97F08 !important;
    transition: all 0.5s;
}
.site-info ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.site-info ul li:last-child {
    margin-left: 50px;
}
.site-info ul li a {
    color: #ffffffad !important;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: 200;
}
.site-info ul li a:hover {
    color: #A97F08 !important;
    transition: all 0.5s;
}
div#footer-widget:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 98%;
    height: 89%;
    background: #a97f080f !important;
    border-radius: 20px;
    z-index: -1;
}
.home .language-dropdown select {
    color: #fff;
}

/********** Inner Pages Css *********/
.breadcrumbs h1 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
.breadcrumbs {
    text-align: center;
    padding-top: 250px;
    padding-bottom: 130px;
    position: relative;
    background-image: url(https://dev.internalstaging.com/web/gigi-hobson/wp-content/uploads/2025/10/wmremove-transformed.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}
.breadcrumbs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 0;
    opacity: 0.2;
}

.breadcrumbs .container {
    position: relative;
}
.breadcrumbs span {
    color: #ffff;
    font-size: 20px;
    font-weight: 300;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs svg {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}
/* .breadcrumbs:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 98%;
    height: 97%;
    background: #FFF4EF;
    z-index: -1;
    border-radius: 50px;
} */
section.vc_section.Abt_inner h2 {
    width: 100%;
    margin-bottom: 60px;
}
.About_Sec .vc_col-sm-6:last-child p {
    width: 100%;
}
.About_Sec .vc_col-sm-6:last-child .btn_2 a.vc_general {
    margin-left: 10px;
}
section.vc_section.Abt_inner {
    padding-bottom: 0;
}
.post-type-archive-services .marquee_sec .container {
    padding: 0;
}
.post-type-archive-services #primary h3 {
    text-align: center;
    color: #A97F08;
    font-size: 24px;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 20px;
}
.post-type-archive-services #primary h2 {
    text-align: center;
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px !important;
    width: 50%;
    margin: 0 auto;
}
.post-type-archive-services #primary p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 50px;
}
.post-type-archive-services  .services-box {
    border: 2px solid #3c291329;
    margin-bottom: 20px;
    height: unset;
}
.post-type-archive-services .services-box img {
    width: 100%;
    position: unset;
    height: 240px !important;
    object-fit: cover;
}
.post-type-archive-services .services-box:hover .services-con {
    padding-top: 0;
}
.post-type-archive-services .services-box h4 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.post-type-archive-services .sec-accomodations {
    padding-bottom: 100px;
}
.post-type-archive-services .Testimonials_Sec h3 {
    margin-top: 0 !important;
}
.post-type-archive-services .Testimonials_Sec h2 {
    width: 45%;
    margin: 0 auto;
}
.single-services #primary {
    padding-top: 100px;
    padding-bottom: 70px;
}
.single-services #primary h1.entry-title {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-top: 40px;
}
.single-services #primary p {
    color: #ffff;
    font-size: 18px;
    line-height: 34px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    background: #a57d22 !important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 40px;
    transition: all 0.5s;
    font-family: 'K2D';
    font-weight: 500;
    padding: 16px 28px;
}
.page-id-101 .container {
    max-width: 1400px;
}
.Gallery_page {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-testimonials #primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-testimonials .testimonials-box {
    border: 2px solid #3c291329;
}

/********** Responsive Css **********/
@media only screen and (max-width: 1700px) {
.container {
    max-width: 95%;
}
.gallery-sec video {
    width: 230px !important;
    height: 250px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}
header#masthead {
    padding: 30px 0 0 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
}
.header_links .header_btn {
    font-size: 16px;
    margin-left: 30px;
}
.Banner_Sec .banner_video {
    height: 800px;
}
.Banner_Sec h3 {
    font-size: 25px !important;
    margin-bottom: 10px;
}
.Banner_Sec h2 {
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 30px;
}
.Banner_Sec p {
    width: 90%;
    margin-bottom: 30px !important;
}
.theme-btn a.vc_general {
    font-size: 16px;
}
.Banner_Sec .vc_col-sm-6:first-child {
    padding-bottom: 130px;
}
.marquee-wrapper {
    font-size: 40px;
}
.marquee-content .stars {
    font-size: 25px;
}
.marquee-content {
    gap: 50px;
}
h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 22px;
}
h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 50px;
    line-height: 60px;
}
.About_Sec .vc_col-sm-6:last-child {
    padding-left: 60px;
}
.About_Sec .vc_col-sm-6 img {
    width: 90%;
}
.About_Sec .vc_col-sm-6 .years_img img {
    width: unset;
    left: 0;
    bottom: 50px;
}
.About_Sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.About_Sec h2 {
    width: 86%;
}
.Services_Sec h2 {
    margin-bottom: 50px;
}
.Choose_Sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
div#footer-widget {
    padding-top: 80px;
}
div#footer-widget .container {
    max-width: 95%;
}
footer#colophon .container {
    max-width: 95%;
}
section.vc_section.Abt_inner img {
    width: 100%;
}
.breadcrumbs h1 {
    font-size: 50px;
    line-height: 60px;
}
.breadcrumbs {
    padding-top: 280px;
    padding-bottom: 140px;
}
.breadcrumbs:before {
    top: 15px;
    left: 15px;
    width: 98.1%;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child {
    padding: 40px 25px;
}
.info_cont ul li a {
    font-size: 25px;
}
.info_cont h4 {
    font-size: 26px;
}
.info_cont p {
    font-size: 22px;
    margin-bottom: 40px;
}
.social_list ul a {
    font-size: 22px;
}
}

@media only screen and (max-width: 1500px) {
.container {
    max-width: 100%;
}
.language-dropdown select {
    font-size: 18px;
}
.header_links .header_btn {
    margin-left: 20px;
    padding: 20px 30px;
}
.Banner_Sec h3 {
    font-size: 22px !important;
}
h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 45px;
    line-height: 55px;
}
.Banner_Sec .vc_col-sm-6:first-child {
    padding-bottom: 100px;
}
.marquee-wrapper {
    font-size: 32px;
    padding: 15px 0;
}
.marquee-content .stars {
    font-size: 24px;
}
.marquee-content {
    gap: 45px;
}
h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 20px;
}
.About_Sec h2 {
    margin-bottom: 30px;
    width: 88%;
}
.About_Sec ul li {
    font-size: 16px;
    padding-bottom: 25px;
}
.About_Sec ul li:before {
    font-size: 14px;
}
.About_Sec p {
    margin-bottom: 30px !IMPORTANT;
}
.About_Sec .vc_col-sm-6:last-child {
    padding-left: 50px;
}
.services-box {
    padding: 15px;
    height: 380px;
}
.services-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.services-box .services-con {
    padding: 0 10px;
}
.services-box:hover .services-img img {
    height: 150px;
}
.services-box:hover .services-con {
    padding-top: 50px;
}
.Services_Sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Services_Sec .btn_2 a.vc_general {
    margin-left: 0;
}
.theme-btn a.vc_general {
    padding: 20px 26px;
    font-size: 15px;
}
.Choose_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.Choose_Sec h2 {
    width: 92%;
}
.Choose_Sec p {
    width: 97%;
    margin-bottom: 30px !important;
}
.stats-top .stats-number {
    font-size: 45px !important;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    font-size: 45px !important;
}
.stats-block .stats-text {
    font-size: 16px !important;
    margin-top: 10px;
}
.counter_cont .stats-desc {
    padding: 60px 0 !important;
}
.testimonials-box {
    padding: 30px;
}
.Testimonials_Sec p {
    font-size: 15px;
}
.Testimonials_Sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.info_cont {
    padding: 50px 40px 40px 40px;
}
.info_cont h4 {
    font-size: 24px;
    margin-bottom: 30px;
}
.info_cont ul li a {
    font-size: 22px;
}
.info_cont ul li:first-child:before {
    font-size: 16px;
    padding: 13px 17px;
    margin-right: 10px;
}
.info_cont ul li:nth-child(2):before {
    font-size: 16px;
    padding: 13px 17px;
    margin-right: 10px;
}
.info_cont ul {
    margin-bottom: 30px;
}
.info_cont p {
    font-size: 20px;
}
.contact-form .form-control::placeholder {
    font-size: 16px;
}
.social_list ul a {
    font-size: 20px;
}
div#footer-widget .row_2 ul li a {
    font-size: 20px;
    line-height: 1;
}
div#footer-widget .row_2 {
    margin-top: 60px;
    padding-top: 40px;
}
footer#colophon .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: -110px;
}
.site-info .botom_left {
    font-size: 18px;
}
.site-info ul li a {
    font-size: 18px;
}
div#footer-widget {
    padding-top: 70px;
    padding-bottom: 150px;
}
.post-type-archive-services #primary h3 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 15px;
}
.post-type-archive-services #primary h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
}
.post-type-archive-services .services-box img {
    height: 200px !important;
}
.post-type-archive-services .services-box h4 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.services-box p {
    font-size: 15px;
    margin-bottom: 15px;
}
.post-type-archive-services .sec-accomodations {
    padding-bottom: 60px;
}
.services-box .services-img img {
    left: 15px;
}
.Services_Sec .serv_row {
    padding-bottom: 50px;
}
.serv_row2  .vc_col-sm-3 {
    width: 20%;
}
.serv_row2 .vc_col-sm-4 {
    width: 40%;
}
.serv_row2 .vc_col-sm-2 {
    width: 20%;
}
.testi_row2  .vc_col-sm-3 {
    width: 20%;
}
.testi_row2 .vc_col-sm-4 {
    width: 40%;
}
.testi_row2 .vc_col-sm-2 {
    width: 20%;
}
.single-services #primary h1.entry-title {
    font-size: 30px;
}
.services-box a {
    font-size: 16px;
}
.services-box .icon-img {
    margin: 10px 0px 40px 10px;
    width: 80px;
    height: 80px;
}
.services-box:hover .icon-img {
    margin: 0 0px 10px 8px;
    transform: translateY(75px) scale(0.7) translateX(-20px);
}
.services-box .icon-img img {
    width: 50%;
}
.gallery-sec video {
    width: 270px !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}
}

@media only screen and (max-width: 1300px) {
.services-box .icon-img {
  width: 70px;
  height: 70px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
}
div#main-nav {
    max-width: unset !important;
    left: 30px;
}
.language-dropdown select {
    width: 55px;
}
.Banner_Sec h3 {
    font-size: 20px !important;
}
h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 40px;
    line-height: 50px;
}
.Banner_Sec h2 {
    margin-bottom: 25px;
}
.Banner_Sec p {
    width: 100%;
}
.Banner_Sec .banner_video {
    height: 750px;
}
.About_Sec .vc_col-sm-6:last-child {
    padding-left: 30px;
}
.About_Sec h3 {
    margin-bottom: 10px;
}
.About_Sec h2 {
    width: 93%;
    margin-bottom: 20px;
}
.About_Sec ul li:last-child {
    padding-bottom: 20px;
}
.About_Sec p {
    margin-bottom: 20px !important;
}
.About_Sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
.services-box {
    height: 370px;
}
.services-box a {
    font-size: 16px;
}
.services-box .services-con {
    padding: 0 0;
}
.services-box h4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.services-box:hover .services-img img {
    height: 140px;
}
.stats-top .stats-number {
    font-size: 35px !important;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    font-size: 35px !important;
}
.Testimonials_Sec h2 {
    margin-bottom: 40px;
}
.testimonials-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.testimonials-box {
    padding: 25px;
}
.testimonials-box h5 {
    font-size: 16px;
}
.info_cont {
    padding: 40px 30px 30px 30px;
}
.info_cont h4 {
    font-size: 20px;
}
.info_cont ul li a {
    font-size: 20px;
}
.info_cont p {
    font-size: 18px;
    margin-bottom: 30px;
}
.info_cont .info_btn {
    font-size: 16px;
}
.contact-form .form-control {
    margin-bottom: 20px;
}
.testimonials-box p {
    height: 180px;
    overflow-y: scroll;
    padding-right: 10px;
}
.testimonials-box p::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #0000001f;
}
.testimonials-box p::-webkit-scrollbar-thumb {
    background: #fd5d1c;
}
.breadcrumbs h1 {
    font-size: 40px;
    line-height: 50px;
}
.breadcrumbs span {
    font-size: 18px;
}
.breadcrumbs {
    padding-top: 250px;
    padding-bottom: 120px;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child {
    padding: 30px 15px;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child p {
    font-size: 15px;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child li {
    padding-bottom: 20px;
}
.post-type-archive-services #primary h2 {
    font-size: 40px;
    line-height: 50px;
}
.post-type-archive-services .services-box img {
    height: 180px !important;
}
.post-type-archive-services .services-box h4 {
    font-size: 22px;
}
.Testimonials_Sec .testi_row {
    padding-bottom: 40px;
}
}

@media only screen and (max-width: 1199px){
	/* NAV WRAPPER */
.navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* hidden by default */
    width: 300px;
    height: 100%;
    background: #111;
    z-index: 9999;
    padding: 60px 20px;
    transition: 0.4s ease;
    overflow-y: auto;
}

/* ACTIVE CLASS (open state) */
.navbar-collapse.show {
    right: 0;
}

/* CLOSE BUTTON */
.nav-close {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

/* MENU LINKS */
.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-nav li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.navbar-nav li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    text-align: right;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.navbar-nav li a:hover {
    color: #f5c542;
    padding-right: 10px;
}
div#main-nav {
        max-width: unset !important;
        left: unset;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
button#closeNavBtn {
    position: absolute;
    top: 10px;
    border: unset;
    font-size: 16px;
    border-radius: 4px;
    left: 7px;
    color: #000;
}
.main-btns {
    display: grid !important;
    justify-content: flex-end;
    text-align: end;
    gap: 10px;
    margin-top: 10px;
}
.navbar-toggler {
    background: #fff;
}
.navbar-collapse.show button#closeNavBtn {
    display: block !important;
}
.marquee-wrapper {
        font-size: 18px;
        padding: 10px 0;
    }
    .vision-sec .vision-head {
        font-size: 31px !important;
        line-height: 41px !important;
    }
.vision-row .vision-box {
        height: 370px !important;
        padding: 15px 15px !important;
        margin-bottom: 0px !important;
    }
.user_inoform:after {
    display: none;
}
.user_profile img {
    height: 240px !important;
}
.user_inoform {
    padding: 10px 10px 10px 10px !important;
}
	.user_inoform:after{
		display: none !important;
	}
.event_row .col-md-3 {
    max-width: 40%;
    flex: 0 0 40%;
}
.ddsdfse .col-lg-3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
    .services-box {
        height: auto !important;
        margin-bottom: 30px;
    }
.gallery-row {
    padding-top: 50px;
}
.vision-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.event-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.gallery-row-2 .wpb_column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.gallery-row-2 {
    text-align: center;
}

.gallery-row-2 .wpb_wrapper p {
    text-align: center !important;
}
.gallery-sec:before {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}
div#footer-widget:before {
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        bottom: 0 !important;
    }
.social_list ul li:nth-child(2):before {
    display: none;
}

.social_list ul li:nth-child(2):after {
    display: none;
}
.contact-form {
        max-width: 100% !important;
        padding: 20px !important;
        margin: 0 !important;
    }
.info_cont {
        padding: 20px !important;
    }
.about-pg-para {
    height: auto !important;
    padding: 20px 30px !important;
}
.about-pg-para-2 {
    height: auto !important;
    padding: 20px 20px !important;
}
.marquee_sec {
    margin-top: 20px;
}
    div#footer-widget {
        padding-top: 40px;
    }
    .services-box {
        height: auto !important;
    }
.post-type-archive-services .sec-accomodations .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}
.post-type-archive-services .sec-accomodations .services-box {
        height: auto !important;
    }
.post-type-archive-services #primary p {
    font-size: 15px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 20px;
}
.Gallery_page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.Gallery_page video {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
}
.page-id-11 .marquee-wrapper {
    display: none;
}
}
@media only screen and (max-width: 960px){
	.gallery-sec .vision-head {
        font-size: 30px !important;
        line-height: 45px !important;
    }
    .event-sec .events-head {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .home .gallery-sec video {
        width: 100% !important;
        height: 130px !important;
        object-fit: cover !important;
        border-radius: 12px !important;
    }
    .info_cont ul li:nth-child(2):before {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 10px;
    }
    .info_cont ul li:first-child:before {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 10px;
    }
.info_cont ul li a {
        font-size: 15px;
    }
    .Services_Sec h2 {
        margin-bottom: 20px;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .home .Services_Sec {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }
    .post-type-archive-services #primary h2 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }
.post-type-archive-services .marquee_sec {
    display: none;
}
.blog-row {
    padding-top: 20px !important;
}
.page-id-202 .marquee_sec {
    display: none;
}
.page-id-9 .marquee_sec {
    display: none;
}

.vision-row {
    padding-top: 20px !important;
}

.vision-row {
    display: flex;
    flex-wrap: wrap;
}

.vision-row .wpb_column {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
.site-info .botom_left {
        font-size: 15px;
    }
.site-info ul li a {
        font-size: 15px;
    }
.site-info ul li:last-child {
    margin-left: 15px;
}
    div#footer-widget .row_2 ul li a {
        font-size: 15px;
    }
div#footer-widget .row_2 ul {
    justify-content: unset;
    gap: 20px;
}
.vision-sec .vision-head br {
    display: none;
}
}
@media only screen and (max-width: 767px){
.vision-row .wpb_column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }	
    .banner-btn-1 {
        font-size: 14px !important;
        width: 119px !important;
        height: 40px !important;
        position: relative !important;
        left: 200px !important;
    }

.vision-sec {
    text-align: center !important;
}

.vision-sec img {
    margin-top: 10px;
}
.vision-sec .vision-head {
    text-align: center !important;
}

.home .vision-sec p {
    text-align: center !important;
    width: 100% !important;
}

.vision-sec h3 {
    text-align: center !important;
}

.vision-sec .theme-btn {
    text-align: center !important;
    justify-content: center !important;
}
    .event_row .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
.event-sec h3 {
    text-align: center !important;
}

.event-sec .events-head {
    text-align: center !important;
}

.home .event-sec p {
    WIDTH: 100% !IMPORTANT;
    TEXT-ALIGN: center;
}
.Services_Sec h2 {
    width: 100% !important;
}
.event-sec .theme-btn {
    justify-content: center !important;
}
.home .events-head {
    width: 100%;
}
.user_inoform {
    margin-bottom: 20px;
}
.user_inoform .date p {
    text-align: left !important;
}
.user_profile img {
        height: auto !important;
    }
    .ddsdfse .col-lg-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .home .Services_Sec {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
.info_cont {
        max-width: 100% !important;
    }
div#footer-widget .row {
    DISPLAY: grid;
    JUSTIFY-CONTENT: center;
    TEXT-ALIGN: center;
}

div#footer-widget .row_2 ul {
    DISPLAY: grid;
    JUSTIFY-CONTENT: center;
}

div#footer-widget .row_2 .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
}

div#footer-widget .row_2 .col-md-2 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 20px 0px;
}
.site-info {
    display: grid;
    justify-content: center;
    gap: 20px;
}

.site-info ul {
    justify-content: center;
}
    .vision-sec .vision-head {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .event-sec .events-head {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .gallery-sec .vision-head {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .page-id-9 .vision-para p {
        font-size: 15px !important;
        width: 100% !important;
		text-align: center !important;
    }
.post-type-archive-services .sec-accomodations .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
.register-form {
    max-width: 100% !important;
    margin: 0px auto;
    padding: 20px;
}
}
@media only screen and (max-width: 580px){
.banner-btn-1 {
    left: 80px !important;
}	
}
@media only screen and (max-width: 439px){
	.banner-btn-1 {
    left: 20px !important;
}
}


.main-btns {
    display: flex;
    align-items: center;
}

.contact-btn a {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffff;
    text-decoration: none;
}

.team-head {
    width: 60%;
    margin: 0 auto;
}

.theme-btn {
    display: flex !important;
    justify-content: center;
}


.vision-para p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    width: 90%;
    margin: 0 0 0 auto;
}

.vision-sec .theme-btn {
    justify-content: end;
}


.vision-box {
  position: relative;
  border: 2px solid #a97f0829;
  height: 515px;
  border-radius: 20px;
  background: #1B1B1B;
  padding: 40px 60px;
  overflow: hidden;
  transition: all 0.5s ease;
}

/* Create the glowing border and background animation */
.vision-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #A97F08, transparent 60%);
  z-index: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.5s ease;
}

/* Hover effect */
.vision-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 25px rgba(169, 127, 8, 0.3);
  border-color: #A97F08;
}

/* Show glowing gradient on hover */
.vision-box:hover::before {
  opacity: 1;
  animation: goldGlow 2s linear infinite;
}

/* Animate the gold gradient movement */
@keyframes goldGlow {
  0% {
    background: linear-gradient(135deg, #A97F08, transparent 60%);
  }
  50% {
    background: linear-gradient(315deg, #A97F08, transparent 60%);
  }
  100% {
    background: linear-gradient(135deg, #A97F08, transparent 60%);
  }
}

/* Keep content above the glow */
.vision-box > * {
  position: relative;
  z-index: 1;
}


.vision-box img {
    padding-bottom: 70px;
}

.vision-box h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
}

.vision-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vision-row {
    padding-top: 90px;
}


.gallery-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    position: relative !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery-sec:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 98%;
    height: 100%;
    background: #a97f080f !important;
    border-radius: 20px;
    z-index: -1;
}
.gallery-row {
    padding-top: 80px;
}

.gallery-text p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 70%;
    margin-left: 150px;
}

.gallery-btn a.vc_general {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  background: #A97F08 !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  border-radius: 10px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.4s ease;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

/* BEFORE: solid background that slides in from left */
.gallery-btn a.vc_general::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff; /* solid overlay color */
  z-index: -1;
  transition: all 0.5s ease;
}

/* Text above the before layer */
.gallery-btn a.vc_general span,
.gallery-btn a.vc_general {
  position: relative;
  z-index: 2;
}

/* Hover Effect */
.gallery-btn a.vc_general:hover::before {
  left: 0;
}

/* Change text + background on hover */
.gallery-btn a.vc_general:hover {
  color: #A97F08 !important;
  background: #fff !important;
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(169, 127, 8, 0.3);
  border-color: #A97F08;
}


.gallery-btn {
    display: flex !important;
    justify-content: center;
}

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

.event-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 100px;
}

.event-sec .theme-btn {
    justify-content: end;
}

.events-head {
    width: 90%;
}

.user_profile img {
      width: 100%;
    height:  340px;
    object-fit: cover;
    object-position: top;
}

.user_inoform {
  position: relative;
  border: 2px solid #a97f083b;
  border-radius: 20px;
  background: #1B1B1B;
  padding: 20px 20px 30px 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Before element for golden glow effect */
.user_inoform::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(169,127,8,0.7), transparent 70%);
  border-radius: 20px;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease;
}

/* Hover state */
/* .user_inoform:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 0 25px rgba(169,127,8,0.3);
  border-color: #A97F08;
} */

/* Animate the glowing before element */
/* .user_inoform:hover::before {
  opacity: 1;
  animation: goldenShimmer 3s linear infinite;
} */

/* Keyframes for a subtle gold shimmer animation */
@keyframes goldenShimmer {
  0% {
    background: linear-gradient(135deg, rgba(169,127,8,0.7), transparent 70%);
  }
  50% {
    background: linear-gradient(315deg, rgba(169,127,8,0.7), transparent 70%);
  }
  100% {
    background: linear-gradient(135deg, rgba(169,127,8,0.7), transparent 70%);
  }
}

/* Keep content above the glowing overlay */
.user_inoform > * {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}


.date p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    padding-top: 35px;
    margin-bottom: 15px !important;
}

.user-data h4.user_name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'K2D';
    margin-top: 20px !important;
}
.date p {margin-bottom: 10px !important;padding-top: 0px !important;font-size: 16px;line-height: 30px;font-weight: 300;}
.date strong {
    color: #A97F08;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 5px;
}

.user-data a {
    text-decoration: none;
    color: #fff;
}

.user-data p.user_excerpt {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.read-btn a {
  text-decoration: none;
  font-size: 16px;
  FONT-WEIGHT: 400;
  color: #A97F08;
  font-family: 'K2D';
  text-transform: uppercase;
}

.read-btn-2 a {
  text-decoration: none;
  font-size: 16px;
  FONT-WEIGHT: 400;
  color: #A97F08;
  font-family: 'K2D';
  text-transform: uppercase;
}

.blog-row {
    padding-top: 80px;
}

.Banner_Sec span {
    color: #C39000;
}

.banner-btn-1 {
    font-size: 18px !important;
    line-height: 1 !important;
    background: #A97F08 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    transition: all 0.4s ease !important;
    font-family: 'K2D' !important;
    font-weight: 500 !important;
    display: flex !important;
    position: relative !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    justify-content: center !important;
    align-items: center !important;
    width: 169px !important;
    height: 60px !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

/* Hover Effect */
.banner-btn-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transition: all 0.4s ease;
}

.banner-btn-1:hover::after {
    left: 100%;
}

.banner-btn-1:hover {
    background: #8C6A06 !important; /* Thoda darker tone for depth */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}


.banner-btn-2 {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    font-family: 'K2D' !important;
    text-transform: uppercase !important;
    background: #a97f080f !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 228px !important;
    height: 60px !important;
    border-color: #a97f080f !important;
    color: #C39000 !important;
    border-radius: 10px !important;
}

.navbar-nav {
    margin-left: 80px;
}


@media only screen and (max-width: 1680px) {

.gallery-sec video {
    width: 230px !important;
    height: 240px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}

 header#masthead {
    padding-left: 57px !important;
    padding-right: 30px !important;
    padding-top: 4px !important;
}

.banner-btn-1 {
    font-size: 16px !important;
    width: 149px !important;
    height: 50px !important;
}

.banner-btn-2 {
    font-size: 16px !important;
    width: 208px !important;
    height: 50px !important;
}

section.vision-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

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

.vision-head {
    font-size: 70px !important;
    line-height: 84px !important;
}

.vision-para p {
    font-size: 18px !important;
}

section.event-sec {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.events-head {
    font-size: 70px !important;
    line-height: 84px !important;
}

.event-sec h3.vc_custom_heading {font-size: 25px !important;}

.vision-sec h3.vc_custom_heading {
    font-size: 25px !important;
}

.Services_Sec h3 {
    font-size: 25px !important;
}

.team-head {
    font-size: 70px !important;
    line-height: 84px !important;
}

section.Services_Sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.vision-box {
    height: 480px !important;
}

.vision-box img {
    padding-bottom: 70px !important;
} 
}


@media only screen and (max-width: 1600px) {

.gallery-sec video {
    width: 200px !important;
    height: 230px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}

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

.navbar-brand {
}

.navbar-brand img {
    width: 92% !important;
}

.vision-head {
    font-size: 60px !important;
    line-height: 74px !important;
}

.vision-sec h3.vc_custom_heading {
    font-size: 22px !important;
}

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

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

.vision-box {
    padding: 30px 40px !important;
    height: 460px !important;
}

.event-sec h3.vc_custom_heading {
    font-size: 22px !important;
}

.events-head {
    font-size: 60px !important;
    line-height: 74px !important;
}

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

.team-head {
    font-size: 60px !important;
    line-height: 74px !important;
}

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

.Services_Sec p {
    margin-bottom: 40px !important;
}

.services-box .services-con {
    padding: 30px 20px;
}

.services-box {
    padding: 20px 10px 30px;
    height: 483px !important;
} 
}


@media only screen and (max-width: 1440px) {
.gallery-sec video {
    width: 210px !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}


 .navbar-brand img {
    width: 85% !important;
}

.banner-btn-1 {
    font-size: 15px !important;
    width: 139px !important;
    height: 45px !important;
}

.banner-btn-2 {
    font-size: 15px !important;
    width: 188px !important;
    height: 45px !important;
}

.vision-head {
    font-size: 50px !important;
    line-height: 64px !important;
}

.vision-sec h3.vc_custom_heading {
    font-size: 20px !important;
    line-height: 30px !important;
}

.vision-box img {
    padding-bottom: 20px !important;
}

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

.vision-box {
    height: 404px !important;
}

section.gallery-sec {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.gallery-text p {
    width: 80% !important;
    margin-left: 70px !important;
}

.events-head {
    font-size: 50px !important;
    line-height: 64px !important;
}

.event-sec h3.vc_custom_heading {
    font-size: 20px !important;
}

.user-data h4.user_name {
    font-size: 18px !important;
}

.team-head {
    font-size: 50px !important;
    line-height: 64px !important;
}

.Services_Sec h3 {
    font-size: 20px !important;
}

section.Services_Sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.services-box {
    height: 423px !important;
}

.services-box h4 {
    font-size: 16px !important;
}

.services-box .icon-img {
    margin: 10px 0px 10px 10px !important;
}

.services-box .icon-img img {
    width: 80% !important;
}

.services-box {
    height: 390px !important;
}

.navbar-nav {
    margin-left: 50px !important;
} 
}


@media only screen and (max-width: 1366px) {
.gallery-sec video {
    width: 190px !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 20px !important; /* same rounded corners */
}

 .navbar-brand img {
    width: 81% !important;
}

.banner-btn-1 {
    font-size: 14px !important;
    width: 119px !important;
    height: 40px !important;
}

.banner-btn-2 {
    font-size: 14px !important;
    width: 170px !important;
    height: 40px !important;
}

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

.header_links .header_btn {
    width: 159px !important;
    height: 50px !important;
    font-size: 15px !important;
}

.vision-box p {
    font-size: 14px !important;
}

  .vision-box h2 {
        font-size: 22px !important;
        line-height: 32px !important;
}

.user-data h4.user_name {
    font-size: 15px !important;
}

.user-data p.user_excerpt {
    font-size: 15px !important;
}

.services-box h4 {
    font-size: 15px !important;
}

.Services_Sec p {
    margin-bottom: 10px !important;
}

.team-head {
    font-size: 40px !important;
    line-height: 54px !important;
}

.events-head {
    font-size: 40px !important;
    line-height: 54px !important;
}

.vision-head {
    font-size: 40px !important;
    line-height: 54px !important;
}

.vision-box {
    height: 384px !important;
}

.vision-box p {
    line-height: 28px !important;
} 
}



@media only screen and (max-width: 1280px) {
.gallery-sec video {
    width: 180px !important;
    height: 190px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}


  .navbar-brand img {
        width: 73% !important;
}

.vision-para p {
    font-size: 15px !important;
    width: 76% !important;
}

section.vision-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

section.event-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.Services_Sec p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-box {
    height: 350px !important;
}

.services-box h4 {
    font-size: 14px !important;
}

.services-box .icon-img img {
    width: 100% !important;
}

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

header#masthead {
    padding-right: 10px !important;
}
}


@media only screen and (max-width: 1200px) {
.gallery-sec video {
    width: 170px !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* same rounded corners */
}
.about-pg-para-2 {
	padding: 40px !important;	
}

  .vision-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-pg-para-2 img {
	width: 65% !important;
} 
.vision-box {
    height: 354px !important;
    padding: 20px 30px !important;
}

.gallery-text p {
    width: 91% !important;
    margin-left: 10px !important;
}

.user-data h4.user_name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-data p.user_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}


.ani-imgv1 {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1.2s infinite alternate;
  margin-top: 20px
}

 @-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(20); }
  100% { transform: translateY(-20px); }
}

div#comments {
    display: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #a57d22;
}
/* Animation Css */
/* .anm_mod{
    transition:all 2s !important;
	opacity: 0 !important;
}
.anm_mod.left.fast {
    transform: translate(-200%, 0%);
opacity: 0;
}

.anm_mod.right.delay {
    transform: translate(200%, 0%);
    opacity: 0;
}

.anm_mod.full.wpb_column {
    transform: translate(0px, 100%);
    opacity: 0;
}
.animation .anm_mod{
        transform: translate(0px, 0%) !important;
    opacity:1 !important;
}
 */
	
.row-1 {
    display: none !important;
}
.home .row-1 {
    display: flex !important;
}
.page-id-11 .row-1 {
    display: flex !important;
}
.about-pg-para p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
.about-pge-ul li {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
.about-pge-ul strong {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
}
.about-pge-ul {
    position: relative;
    border: 2px solid #a97f0829;
    height: 300px;
    border-radius: 20px;
    background: #1B1B1B;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 0.5s 
ease;
}
.about-pg-para {
    position: relative;
    border: 2px solid #a97f0829;
    height: 330px;
    border-radius: 20px;
    background: #1B1B1B;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 0.5s 
ease;
}
.about-pg-para h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.about-pg-para::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #A97F08, transparent 60%);
  z-index: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.about-pg-para:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 25px rgba(169, 127, 8, 0.3);
  border-color: #A97F08;
}
.about-pg-para:hover::before {
  opacity: 1;
  animation: goldGlow 2s linear infinite;
}
.about-pge-ul::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #A97F08, transparent 60%);
  z-index: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.about-pge-ul:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 25px rgba(169, 127, 8, 0.3);
  border-color: #A97F08;
}
.about-pge-ul:hover::before {
  opacity: 1;
  animation: goldGlow 2s linear infinite;
}
.pg-imgf img {
    height: 300px !important;
    border-radius: 15px;
}
.single-services li {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.main-event-btn {
    display: flex;
    justify-content: space-between;
}
.user-data p.user_excerpt {
    display: none;
}
.single-post strong {
    font-size: 25px;
    line-height: 64px;
    color: #a57d22;
    font-weight: 400;
    text-transform: capitalize;
}
.single-post div {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
}
.single-post h1.entry-title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    border: unset !important;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.popup-box {
    background: #fff;
    padding: 40px;
    width: 600px;
    max-width: 90%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    height: 850px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {height: 120px;}
/* Close button */
.close-popup {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #a57d22;
}

select#type-select {
    width: 100% !important;
}
label {
    width: 100%;
}
.contact-form-7 {
    font-family: 'Kaisei HarunoUmi', sans-serif;
    max-width: 700px;
    margin: 0 auto;
}
.contact-form-7 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-form-7 .col-6 {
    flex: 0 0 48%;
}

.contact-form-7 .col-12 {
    flex: 0 0 100%;
}
.contact-form-7 label {
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}
.contact-form-7 input[type="text"],
.contact-form-7 input[type="email"],
.contact-form-7 input[type="tel"],
.contact-form-7 select,
.contact-form-7 textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: #f8f8f8;
    color: #333;
    transition: all 0.3s ease;
    outline: none;
    height: 50px;
}
.contact-form-7 input[type="text"]:focus,
.contact-form-7 input[type="email"]:focus,
.contact-form-7 input[type="tel"]:focus,
.contact-form-7 select:focus,
.contact-form-7 textarea:focus {
    border-color: #A97F08;
    background: #fff;
    box-shadow: 0 0 8px rgba(169,127,8,0.3);
}

.contact-form-7 ::placeholder {
    color: #999;
    opacity: 1;
}
#price-box {
    background: #f3f3f3;
    padding: 12px 15px;
    border-left: 4px solid #A97F08;
    border-radius: 4px;
}
.contact-form-7 p {
    margin-bottom: 0px !important;
}
.contact-form-7 input[type="submit"],
.contact-form-7 .submit-wrap input[type="submit"] {
    background: #A97F08;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.contact-form-7 input[type="submit"]:hover,
.contact-form-7 .submit-wrap input[type="submit"]:hover {
    background: #925e05;
}
.services-con p {
    margin: unset !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
.about-pg-para-2 {
    position: relative;
    border: 2px solid #a97f0829;
    height: 450px;
    border-radius: 20px;
    background: #1B1B1B;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 0.5s 
ease;
}
.about-pg-para-2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #A97F08, transparent 60%);
  z-index: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.about-pg-para-2:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 25px rgba(169, 127, 8, 0.3);
  border-color: #A97F08;
}
.about-pg-para-2:hover::before {
  opacity: 1;
  animation: goldGlow 2s linear infinite;
}
.about-pg-para-2 img {
    width: 50%;
/*     border-radius: 15px; */
}
.about-pg-para-2 p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.user_inoform {
    position: relative;
}
.user_inoform:after {
    content: 'Coming Soon';
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 0;
    background: rgb(169 127 8 / 92%);
    z-index: 9999;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 40px;
    transition: all 0.5s;
}
/* .user_inoform:hover:after {
    height: 110%;
} */
/* .event_row .col-md-3:first-child .user_inoform:hover:after {
    height: 0%;
} */
/* .event_row .col-md-3:nth-child(2) .user_inoform:hover:after, .event_row .col-md-3:nth-child(3) .user_inoform:hover:after {
    height: 0% !important; 
} */
.single-post .post-thumbnail img {
	height: 500px;
    width: auto;
}
.single-post  .entry-meta {
    display: none;
}
.gallery-sec video {
    width: 270px;
    height: 280px;
    object-fit: cover;
    border-radius: 12px; /* same rounded corners */
}
.register-form {
    max-width: 850px;
    margin: 50px auto;
    padding: 40px;
    background: #8C6A06;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.register-form h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
}
.register-form h3 {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    border-left: 4px solid #ffffff;
    padding-left: 10px;
}
.register-form .form-group {
    margin-bottom: 20px;
}
.register-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}

.register-form input,
.register-form textarea,
.register-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    background: #ffffff;
    transition: 0.3s ease;
    height: 55px;
}
.register-form input:focus,
.register-form textarea:focus,
.register-form select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
}
.register-form textarea {
    min-height: 120px;
    resize: vertical;
}
.register-form hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.4);
    margin: 30px 0;
}
.register-form .wpcf7-acceptance {
    color: #ffffff;
    font-size: 13px;
}
.register-form .wpcf7-submit {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: none;
    background: #232019 !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
.register-form .wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.register-form .wpcf7-response-output {
    margin-top: 20px;
    border-radius: 8px;
    background: #ffffff;
    color: #333;
    padding: 10px;
}
.register-form .wpcf7-acceptance input[type="checkbox"] {
    display: none;
}
.register-form .wpcf7-acceptance label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
}
.register-form .wpcf7-acceptance label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #ffffff;
    transition: all 0.3s ease;
}
.register-form .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
    content: "✔";
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 16px;
    color: #764ba2;
    font-weight: bold;
}
.page-id-11 .row-1 {
    display: none !important;
}
.contact-form {
    max-width: 850px;
    margin: 50px auto;
    padding: 40px;
    background: #8C6A06;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.contact-form input.form-control {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    background: #ffffff;
    transition: 0.3s ease;
    height: 55px;
    color: #000 !important;
}

.contact-form input::placeholder {color: #000 !important;}

.contact-form textarea.form-control {
    background: #fff !important;
    border: #fff !important;
    color: #000 !important;
    height: 120px !important;
}

.contact-form textarea::placeholder {
    color: #000 !important;
}

.wpcf7-response-output {
    color: #fff !important;
}
button#closeNavBtn {
    display: none;
}