/*!
Theme Name: Fore Fun Events
Theme URI: https://www.dotcomdesign.com
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moore-photography
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Moore Photography is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
    # Generic
    --------------------------------------------------------------*/

/* Normalize
    --------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
    ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
                    ========================================================================== */

/**
                    * Remove the margin in all browsers.
                    */

body {
  margin: 0;
  font-family: var(--title-font);
}

body,
html {
  overflow-x: hidden !important;
}

/**
                    * Correct the font size and margin on `h1` elements within `section` and
                    * `article` contexts in Chrome, Firefox, and Safari.
                    */

h1 {
  font-size: 2em;
}

/* Grouping content
                    ========================================================================== */

/**
                    * 1. Add the correct box sizing in Firefox.
                    * 2. Show the overflow in Edge and IE.
                    */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
                    * 1. Correct the inheritance and scaling of font size in all browsers.
                    * 2. Correct the odd `em` font sizing in all browsers.
                    */

pre {
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
                    ========================================================================== */

/**
                    * Remove the gray background on active links in IE 10.
                    */

a {
  background-color: transparent;
  text-decoration: none !important;
  outline: none !important;
}

/**
                    * 1. Remove the bottom border in Chrome 57-
                    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
                    */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
                    * Add the correct font weight in Chrome, Edge, and Safari.
                    */

b,
strong {
  font-weight: bolder;
}

/**
                    * 1. Correct the inheritance and scaling of font size in all browsers.
                    * 2. Correct the odd `em` font sizing in all browsers.
                    */

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
}

/**
                    * Add the correct font size in all browsers.
                    */

small {
  font-size: 80%;
}

/**
                    * Prevent `sub` and `sup` elements from affecting the line height in
                    * all browsers.
                    */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
                    ========================================================================== */

/**
                    * Remove the border on images inside links in IE 10.
                    */

img {
  border-style: none;
}

/* Forms
                    ========================================================================== */

/**
                    * 1. Change the font styles in all browsers.
                    * 2. Remove the margin in Firefox and Safari.
                    */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
                    * Show the overflow in IE.
                    * 1. Show the overflow in Edge.
                    */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
                    * Remove the inheritance of text transform in Edge, Firefox, and IE.
                    * 1. Remove the inheritance of text transform in Firefox.
                    */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
                    * Correct the inability to style clickable types in iOS and Safari.
                    */

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

/**
                    * Remove the inner border and padding in Firefox.
                    */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
                    * Restore the focus styles unset by the previous rule.
                    */

/**
                    * Correct the padding in Firefox.
                    */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
                    * 1. Correct the text wrapping in Edge and IE.
                    * 2. Correct the color inheritance from `fieldset` elements in IE.
                    * 3. Remove the padding so developers are not caught out when they zero out
                    *      `fieldset` elements in all browsers.
                    */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
                    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
                    */

progress {
  vertical-align: baseline;
}

/**
                    * Remove the default vertical scrollbar in IE 10+.
                    */

textarea {
  overflow: auto;
}

/**
                    * 1. Add the correct box sizing in IE 10.
                    * 2. Remove the padding in IE 10.
                    */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
                    * Correct the cursor style of increment and decrement buttons in Chrome.
                    */

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

/**
                    * 1. Correct the odd appearance in Chrome and Safari.
                    * 2. Correct the outline style in Safari.
                    */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
                    * Remove the inner padding in Chrome and Safari on macOS.
                    */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
                    * 1. Correct the inability to style clickable types in iOS and Safari.
                    * 2. Change font properties to `inherit` in Safari.
                    */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
                    ========================================================================== */

/*
                    * Add the correct display in Edge, IE 10+, and Firefox.
                    */

details {
  display: block;
}

/*
                    * Add the correct display in all browsers.
                    */

summary {
  display: list-item;
}

/* Misc
                    ========================================================================== */

/**
                    * Add the correct display in IE 10+.
                    */

template {
  display: none;
}

/**
                    * Add the correct display in IE 10.
                    */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
                    # Typography
                    --------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #808080;
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: var(--white-color) 9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
                                                    # Elements
                                                    --------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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
                                                    --------------------------------------------------------------*/

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
                                                    # Navigation
                                                    --------------------------------------------------------------*/

/*--------------------------------------------------------------
                                                    ## Menus
                                                    --------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: inline-block;
  float: left;
  height: 100%;
  width: auto;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  padding: 0 19px;
}

.main-navigation a {
  display: flex;
  transition: 0.3s;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 47px 0;
  text-transform: uppercase;
  color: var(--dark-color);
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: 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%;
}

/*--------------------------------------------------------------
                                                    # Accessibility
                                                    --------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  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;
}

/*--------------------------------------------------------------
                                                    # 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;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
                                                    # Content
                                                    --------------------------------------------------------------*/

/*--------------------------------------------------------------
                                                    ## Posts and pages
                                                    --------------------------------------------------------------*/

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

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

/*--------------------------------------------------------------
                                                    ## Comments
                                                    --------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
                                                    # 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%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
                                                    ## Captions
                                                    --------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*==========Fonts Start==========*/

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Black.eot");
  src: url("assets/fonts/Montserrat-Black.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Montserrat-Black.woff2") format("woff2"),
    url("assets/fonts/Montserrat-Black.woff") format("woff"),
    url("assets/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Regular.eot");
  src: url("assets/fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("assets/fonts/Montserrat-Regular.woff") format("woff"),
    url("assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Bold.eot");
  src: url("assets/fonts/Montserrat-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("assets/fonts/Montserrat-Bold.woff") format("woff"),
    url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-ExtraBold.eot");
  src: url("assets/fonts/Montserrat-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/Montserrat-ExtraBold.woff") format("woff"),
    url("assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Light.eot");
  src: url("assets/fonts/Montserrat-Light.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Montserrat-Light.woff2") format("woff2"),
    url("assets/fonts/Montserrat-Light.woff") format("woff"),
    url("assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("assets/fonts/RobotoSlab-Regular.eot");
  src: url("assets/fonts/RobotoSlab-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/RobotoSlab-Regular.woff2") format("woff2"),
    url("assets/fonts/RobotoSlab-Regular.woff") format("woff"),
    url("assets/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*==========Fonts End==========*/

/*==========Common CSS Start==========*/

:root {
  --primary-color: #009444;
  --dark-color: #3a3a3c;
  --white-color: #ffffff;
  --lightgreen-color: #39b774;
  --body-font: "Roboto Slab";
  --title-font: "Montserrat";
}

p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  margin-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  font-weight: bold;
  color: var(--dark-color);
}

.h2-title {
  font-size: 34px;
  font-weight: 900;
  color: var(--dark-color);
  line-height: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.h3-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.overflow-text {
  height: 290px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.overflow-text p:last-child {
  margin-bottom: 0;
}

.overflow-text::-webkit-scrollbar {
  width: 2px;
}

.overflow-text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--primary-color);
}

.overflow-text::-webkit-scrollbar-track {
  background: rgba(209, 210, 212, 0.4);
}

.for-des {
  display: block !important;
}

.for-mob {
  display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  color: #ff0000;
}

.grecaptcha-badge {
  display: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-element {
  position: relative;
}

.form-element i {
  position: absolute;
  top: 14px;
  right: 20px;
  pointer-events: none;
  color: var(--primary-color);
  font-size: 16px;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

.sec-wp {
  position: relative;
  z-index: 4;
}

.wpcf7-spinner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

span.wpcf7-not-valid-tip {
  position: relative;
  bottom: 0;
  left: 0;
  color: #ff0000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: -24px;
  text-align: left;
}

.wpcf7-response-output {
  display: none;
  margin: 2em 0 0;
  padding: 0.5em 1em;
  border: 2px solid #f00 !important;
  color: #f00;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  line-height: 1;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  color: #ff0000;
}

.form-input::-webkit-input-placeholder {
  color: rgba(58, 58, 60, 0.3);
}

.form-input::-moz-placeholder {
  color: rgba(58, 58, 60, 0.3);
}

.form-input:-ms-input-placeholder {
  color: rgba(58, 58, 60, 0.3);
}

.form-input::-ms-input-placeholder {
  color: rgba(58, 58, 60, 0.3);
}

.form-input::placeholder {
  color: rgba(58, 58, 60, 0.3);
}

select option {
  color: #000 !important;
}

select {
  color: rgba(58, 58, 60, 0.3) !important;
}

select::-ms-expand {
  display: none;
}

.form-input {
  width: 100%;
  height: 46px;
  border: none;
  outline: none !important;
  padding: 10px 20px;
  color: var(--dark-color);
  background: var(--white-color);
  -webkit-appearance: none;
  border-radius: 0;
}

.form-input.wpcf7-textarea {
  height: 120px;
  resize: none;
  padding: 15px 20px;
}

.wpcf7-select.form-input {
  padding: 10px 40px 10px 20px;
  text-overflow: ellipsis;
}

.submit-btn .sec-btn {
  width: 170px;
  height: 46px;
}

.main-banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: 0 0;
  border: none;
  outline: none;
  opacity: 0;
  z-index: 5;
}

span.wpcf7-list-item-label {
  padding-left: 30px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
  content: " ";
}

span.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  z-index: 1;
}

span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}

input[type="radio"]:checked ~ span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-checkbox span.wpcf7-list-item-label:after,
.wpcf7-checkbox span.wpcf7-list-item-label:before {
  border-radius: unset;
}

.wpcf7-checkbox span.wpcf7-list-item-label:after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  color: var(--primary-color);
  border-radius: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.wpcf7-list-item {
  position: relative;
}

.form-box.form-input-file input[type="file"] {
  position: relative;
  width: 76px;
  height: 73px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.form-box.form-input-file .input-file-icon {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 76px;
  height: 73px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  display: inline-block;
  cursor: pointer;
  z-index: 0;
}

.form-box.form-input-file .input-file-icon::before,
.form-box.form-input-file .input-file-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background: var(--dark-color);
}

.form-box.form-input-file .input-file-icon::after {
  width: 1px;
  height: 30px;
}

.form-box.form-input-file span.input-file-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 90px;
  height: 75px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.h1-title {
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 19px;
}

.h1-title span {
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
}

.sec-btn {
  width: 270px;
  height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 0;
  outline: none !important;
  border: none;
}

.sec-btn:hover {
  background: var(--white-color);
  color: var(--dark-color);
}

.sec-btn.white-btn {
  background: var(--white-color);
  color: var(--dark-color);
}

.sec-btn.white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.slick-initialized .slick-slide {
  outline: none !important;
}

.slick-arrow {
  position: absolute;
  top: -70px;
  right: 25px;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: var(--dark-color);
  font-size: 30px;
  padding: 0;
  z-index: 2;
  outline: none !important;
  transition: 0.3s;
}

.slick-arrow:hover {
  color: var(--primary-color);
}

.slick-dots {
  text-align: left;
  padding-left: 5px;
  bottom: -30px;
  font-size: 0;
  line-height: 1;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  transition: 0.3s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background: var(--primary-color);
}

.slide-arrow.prev-arrow {
  margin-right: 80px;
}

.sec-btn.outline-btn {
  width: 170px;
  height: 46px;
  background: transparent;
  border: 2px solid var(--primary-color);
}

.sec-btn.outline-btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/*==========Common CSS End ==========*/

/*========== Header CSS==========*/

.site-branding {
  margin: 0 auto;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 23px;
  transition: 0.3s;
}

.site-branding img {
  width: 202px;
  transition: 0.3s;
}

.main-navigation li:first-child {
  padding-left: 0;
}

.main-navigation li:last-child {
  padding-right: 0;
}

.site-branding:after {
  content: "";
  position: absolute;
  top: 10px;
  height: 100px;
  right: 0;
  width: 1px;
  background: #707070;
  opacity: 0.1;
  transition: 0.3s;
}

.main-navigation a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: 0.3s;
}

.main-navigation a:hover:after {
  height: 6px;
}

.main-navigation a:hover {
  -webkit-text-stroke-width: 1px;
}

.header-wp {
  position: relative;
}

.header-wp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000vw;
  background: var(--white-color);
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}

.site-header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  transition: 0.3s;
}

.header-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-social {
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding-left: 60px;
  font-size: 0;
  line-height: 1;
}

.header-social ul li {
  display: inline-block;
  margin: 0 15px;
}

.header-social ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  font-size: 18px;
  color: var(--primary-color);
  transition: 0.3s;
}

.header-social ul li a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.header-social ul li:first-child {
  margin-left: 0;
}

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

.site-header.sticky_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.site-header.sticky_head .main-navigation a {
  padding: 37px 0;
}

.site-header.sticky_head .site-branding {
  height: 100px;
}

.site-header.sticky_head .site-branding img {
  width: 160px;
}

.site-header.sticky_head .site-branding:after {
  height: 80px;
}

/*========== Header CSS End ==========*/

/*========== Banner CSS==========*/

.main-banner {
  position: relative;
  padding: 333px 0 285px;
  background-position: center;
  background-size: cover;
}

.main-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  opacity: 0.15;
  z-index: 0;
}

.inner-banner.service-banner:after {
  opacity: 0.625;
}

.banner-btn .sec-btn:first-child {
  margin-right: 26px;
}

.banner-btn {
  margin-top: 41px;
}

.main-banner.inner-banner {
  padding: 300px 0 130px;
}

.inner-banner .sub-title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--title-font);
  width: 1000px;
  max-width: 100%;
  margin: 30px auto 0;
}

.banner-text p {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--title-font);
  width: 770px;
  max-width: 100%;
  margin-bottom: 0;
}

/*========== Banner CSS End ==========*/

/*========== Photograph List CSS==========*/

.Photograph-list ul {
  display: flex;
}

.Photograph-list ul li {
  flex: 1;
  background: var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--dark-color);
}

.Photograph-list-wp {
  position: relative;
  z-index: 5;
  margin-top: -60px;
}

/*========== Photograph List CSS End ==========*/

/*========== About CSS ==========*/

.about-text .h2-title {
  margin-bottom: 0;
}

.common-box-text {
  padding: 67px 100px 70px 70px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: var(--white-color);
}

.common-box-text .overflow-text {
  padding-right: 30px;
  margin-bottom: 27px;
  height: auto;
  max-height: 261px;
}

.about-text .overflow-text {
  margin-bottom: 0;
}

.about {
  position: relative;
  padding: 100px 0 130px 0;
  margin-bottom: 100px;
}

.about-img-wp {
  position: absolute;
  top: 0;
  right: calc(50% - 85px);
  width: 56vw;
  height: 100%;
}

.about-img,
.services-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.common-box-text ul li {
  font-family: var(--body-font);
  margin-bottom: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}

.common-box-text ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid var(--lightgreen-color);
}

.common-box-text .sec-btn:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.about:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 83px;
  width: 1660px;
  height: 1865px;
  background: url("assets/images/logo-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-109deg);
  z-index: -1;
}

.about-text h3 {
  font-size: 20px;
  line-height: 37px;
  color: var(--dark-color);
  font-weight: normal;
  margin-bottom: 21px;
}

/*========== About CSS End ==========*/

/*========== Services CSS ==========*/

.services-bottom-text h4 {
  color: #808080;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
}

.services-bottom-text h4 a {
  color: var(--dark-color);
  text-decoration: underline !important;
}

.services-bottom-text h4 a:hover {
  text-decoration: none !important;
}

.services-bottom-text p {
  font-weight: 300;
}

.services-bottom-text,
.services-bottom-text p:last-child {
  margin-bottom: 0;
}

.services-img-wp {
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
  width: 50vw;
  height: 100%;
}

.services {
  position: relative;
  padding: 100px 0;
  margin-bottom: 70px;
}

.services:last-child {
  margin-bottom: 0;
}

.services.even .services-img-wp {
  left: auto;
  right: calc(50% + 15px);
}

.services-text {
  padding: 78px 100px 73px 70px;
}

.services-text .h3-title {
  margin-bottom: 36px;
}

/*========== Services CSS End ==========*/

/*========== Apart Sec CSS ==========*/

.apart-sec {
  padding: 74px 0 44px;
}

.apart-title {
  text-align: center;
  margin-bottom: 58px;
}

.apart-title .h2-title {
  margin-bottom: 11px;
}

.apart-title p {
  width: 570px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.apart-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.apart-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  opacity: 0.5;
  z-index: 0;
}

.apart-box-text {
  position: relative;
  z-index: 1;
}

.apart-box .h3-title {
  color: var(--white-color);
  margin-bottom: 14px;
}

.apart-box p {
  color: var(--white-color);
  margin: 0;
}

.apart-box p span {
  font-weight: bold;
}

.apart-sec-row .row .col-lg-4:nth-child(odd) .apart-box {
  background: var(--lightgreen-color);
}

.apart-box .count {
  position: absolute;
  top: 50%;
  right: -22px;
  font-weight: bold;
  opacity: 0.1;
  font-size: 17em;
  transform: translate(0, -50%);
  font-family: var(--body-font);
}

/*========== Apart Sec CSS End ==========*/

/*========== Gallery CSS ==========*/

.gallery {
  position: relative;
}

.gallery-title {
  margin-bottom: 61px;
}

.gallery-tab {
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 60px;
}

.gallery-tab .sec-btn.dropdown-toggle {
  display: none;
}

.gallery-tab .nav.nav-tabs {
  border: none;
}

.gallery-tab .nav.nav-tabs li {
  text-transform: uppercase;
  color: #d1d2d4;
  cursor: pointer;
  margin: 0 36px;
  transition: 0.3s;
  position: relative;
  padding-bottom: 11px;
}

.gallery-tab .nav.nav-tabs li:first-child {
  margin-left: 0;
}

.gallery-tab .nav.nav-tabs li:last-child {
  margin-right: 0;
}

.gallery-tab .nav.nav-tabs .acitve-gallery-tab,
.gallery-tab .nav.nav-tabs li:hover {
  color: var(--primary-color);
  -webkit-text-stroke-width: 0.8px;
}

.gallery-tab .nav.nav-tabs li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: 0.3s;
}

.gallery-tab .nav.nav-tabs .acitve-gallery-tab:after,
.gallery-tab .nav.nav-tabs li:hover:after {
  width: 100%;
}

.gallery-big-img {
  width: 100%;
  height: 1100px;
  background-position: center;
  background-size: cover;
}

.gallery-thump-img {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.gallery-thump-wp {
  margin: 30px 0;
}

.gallery_thump_slider .slick-list {
  overflow: visible;
}

.gallery .slick-arrow {
  background: var(--white-color);
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 70px;
  height: 70px;
}

.gallery-big-wp .row {
  margin: 0;
}

.gallery .slide-arrow.prev-arrow {
  margin-top: 70px;
  margin-right: 0;
}

.gallery .slide-arrow.prev-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 1px;
  background: var(--dark-color);
}

.gallery-main-sec {
  position: relative;
}

.gallery-full-sec {
  position: relative;
}

.gallery-loader,
.things-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
  display: none;
}

.gallery-loader i,
.things-loader i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  transform: translate(-50%, -50%);
  font-size: 70px;
}

/*========== Gallery CSS End ==========*/

/*========== Things CSS ==========*/

.things-box {
  background: var(--white-color);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 32px 30px;
  margin: 15px 0;
  height: 320px;
  display: flex;
  align-items: center;
}

.things-box .overflow-text {
  height: auto;
  max-height: 130px;
  padding-right: 40px;
  margin-bottom: 55px;
}

.things-box .overflow-text p {
  margin: 0;
}

.things-box h3 {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-color);
  font-weight: normal;
  margin-bottom: 0;
}

.things-box p a {
  color: var(--dark-color);
  text-decoration: underline !important;
}

.things-box p a:hover {
  text-decoration: none !important;
}

.things-sec {
  padding: 92px 0 100px;
  position: relative;
}

.things-sec:after {
  content: "";
  position: absolute;
  right: calc(50% + 690px);
  width: 1000px;
  height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  background: var(--lightgreen-color);
}

.things-img-wp {
  position: absolute;
  right: 0;
  top: 0;
  width: 635px;
  height: 100%;
  background: var(--lightgreen-color);
  overflow: hidden;
}

.things-img {
  width: 200%;
  height: 200%;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -160px;
  left: -320px;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
}

.things-sec .h2-title {
  margin-bottom: 40px;
}

.things-row .slick-list,
.testimonials-row .slick-list {
  width: calc(100% + 680px);
  padding-right: 710px;
}

.things-row .slick-dots {
  bottom: -95px;
}

.things-row .slick-dotted.slick-slider {
  margin-bottom: 95px;
}

.gallery-tab.things-tab {
  margin-bottom: 45px;
}

.gallery-tab.things-tab .nav.nav-tabs li {
  margin: 0 43px;
}

.gallery-tab.things-tab .nav.nav-tabs li:first-child {
  margin-left: 0;
}

.gallery-tab.things-tab .nav.nav-tabs li:last-child {
  margin-right: 0;
}

/*========== Things CSS End ==========*/

/*========== Get Update CSS ==========*/

.get-update {
  background: var(--dark-color);
  padding: 40px 0;
}

.get-update-title {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 120px;
  position: relative;
}

.get-update-title h3 {
  margin: 0;
  color: var(--white-color);
  font-size: 24px;
  line-height: 34px;
}

.get-update-text p {
  color: var(--white-color);
  margin-bottom: 26px;
}

.get-update-text {
  padding-left: 120px;
}

.get-update-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 127px;
  transform: translate(0, -50%);
  background: var(--white-color);
  opacity: 0.3;
}

.get-update-form {
  position: relative;
}

.get-update-form .btn.sec-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 170px;
  border-left: 2px solid transparent;
}

.get-update-form .form-input {
  padding: 10px 190px 10px 20px;
}

.get-update-form .btn.sec-btn:hover {
  border-color: var(--dark-color);
}

/*========== Get Update CSS End ==========*/

/*========== Testimonials CSS ==========*/

.testimonials {
  padding: 97px 0;
  position: relative;
}

.testimonials:after {
  content: "";
  position: absolute;
  top: -120px;
  right: -178px;
  width: 1270px;
  height: 1250px;
  z-index: -1;
  background-image: url("assets/images/testimonials-shep.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonials .h2-title {
  margin-bottom: 40px;
}

.testimonials-box {
  padding: 40px 60px 71px 100px;
  background: var(--lightgreen-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  margin: 15px 0;
}

.testimonials-box .overflow-text {
  height: 155px;
  margin-bottom: 4px;
}

.testimonials-box .overflow-text p {
  margin: 0;
}

.testimonials-box h3 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  min-height: 32px;
}

.testimonials-box:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 30px;
  height: 22px;
  background: url("assets/images/quote-icon.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*========== Testimonials CSS End ==========*/

/*========== Instagram CSS ==========*/

#sb_instagram .sb_instagram_header {
  display: none !important;
}

.instagram-slider .slick-list {
  padding: 0 15vw;
}

#sb_instagram .sbi_photo {
  height: 270px !important;
}

.instagram-box {
  background: var(--primary-color);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 270px;
}

.instagram-box i {
  font-size: 20px;
  color: var(--dark-color);
  margin-bottom: 9px;
}

.instagram-box p {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 300;
  margin: 0;
  color: var(--dark-color);
}

.instagram-box a {
  font-weight: 900;
  text-transform: uppercase;
  color: var(--dark-color);
  transition: 0.3s;
  display: inline-block;
  height: auto;
  line-height: 20px;
}

.instagram-box a:hover {
  color: var(--white-color);
}

#sb_instagram {
  padding: 0 !important;
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

.instagram-mob-box {
  display: none !important;
}

/*========== Instagram CSS End ==========*/

/*========== Map CSS ==========*/

.map-sec {
  width: 100%;
  height: 580px;
  margin-bottom: -220px;
}

.map {
  width: 100%;
  height: 100%;
  border: none;
}

/*========== Map CSS End ==========*/

/*========== Footer CSS ==========*/

.top-footer {
  position: relative;
}

.contact-us-text {
  position: relative;
  padding: 67px 70px 70px 0;
  background: var(--dark-color);
}

.contact-us-text .h2-title {
  color: var(--white-color);
  margin-bottom: 47px;
}

.contact-us-text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240%;
  height: 100%;
  background: var(--dark-color);
  z-index: -1;
}

.footer-location {
  background: var(--primary-color);
  padding: 40px 70px 46px;
  position: relative;
}

.footer-location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1000px;
  height: 100%;
  background: var(--primary-color);
  z-index: 0;
}

.footer-location h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 17px;
  color: var(--white-color);
}

.location-add {
  position: relative;
  margin-bottom: 14px;
}

.location-add a {
  display: inline-block;
  padding-left: 44px;
  color: var(--white-color);
  transition: 0.3s;
}

.location-add a i {
  font-size: 30px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.location-add a span {
  display: inline-block;
  max-width: 180px;
}

.location-add a:hover {
  color: var(--dark-color);
}

.location-link {
  text-transform: capitalize;
  font-weight: bold;
  color: var(--white-color);
  text-decoration: underline !important;
  margin-left: 44px;
  transition: 0.3s;
}

.location-link:hover {
  color: var(--dark-color);
}

.footer-logo {
  display: inline-flex;
  width: 515px;
  vertical-align: top;
  align-items: center;
}

.footer-logo a {
  display: inline-block;
  width: 200px;
}

.footer-logo img {
  width: 100%;
}

.footer-logo p {
  width: calc(100% - 200px);
  padding-left: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--title-font);
  margin-bottom: 0;
}

.footer-about-text {
  display: block;
  width: 100%;
  padding-top: 44px;
}

.footer-about {
  padding: 70px 0 0 70px;
}

.footer-about-text p {
  font-size: 14px;
  font-family: var(--title-font);
  margin-bottom: 24px;
}

.contact-social ul li:not(:last-child) {
  margin-bottom: 7px;
}

.footer-mail-link {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  transition: 0.3s;
}

.footer-mail-link:hover,
.footer-mail-link i {
  color: var(--primary-color);
}

.footer-mail-link i {
  font-size: 16px;
  margin-right: 10px;
}

.footer-num-link {
  font-size: 24px;
  font-weight: 900;
  color: var(--dark-color);
  transition: 0.3s;
}

.footer-num-link:hover {
  color: var(--primary-color);
}

.footer-social {
  padding: 0 !important;
  height: auto;
  display: block;
  margin-top: 27px;
}

.footer-social ul li:first-child {
  margin-left: 0;
}

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

.footer-menu ul li {
  display: inline-block;
  margin: 0 40px;
}

.footer-menu ul li a {
  text-transform: uppercase;
  color: var(--dark-color);
}

.footer-menu ul li:first-child {
  margin-left: 0;
}

.footer-menu {
  padding: 38px 0 35px;
  text-align: center;
}

.footer-menu ul li a:hover {
  -webkit-text-stroke-width: 1px;
}

.copyright {
  background: var(--lightgreen-color);
  padding: 28px 0 25px;
}

.copyright-top-link {
  display: inline-block;
  width: 100%;
}

.copyright-top-link ul {
  font-size: 0;
  line-height: 1;
}

.copyright-top-link li {
  list-style: none;
  padding: 0 15px;
  border-right: 1px solid var(--white-color);
  line-height: 15px;
  font-size: 12px;
  color: var(--white-color);
  display: inline-block;
}

.copyright-top-link li:first-child {
  padding-left: 0;
}

.copyright-top-link li a {
  color: var(--white-color);
  font-size: 13px;
  transition: 0.3s;
}

.copyright-top-link li:last-child {
  border: none;
}

.copyright-bottom-link {
  text-align: right;
}

.copyright-bottom-link p,
.copyright-bottom-link a {
  font-size: 13px;
  color: var(--white-color);
  transition: 0.3s;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--title-font);
}

.copyright a:hover {
  color: var(--dark-color);
}

.dotcom-link {
  font-weight: bold;
}

/*========== Footer CSS End ==========*/

/*========== 404 CSS ==========*/

.error-404.not-found {
  text-align: center;
  padding: 80px 0;
}

.error-404.not-found img {
  width: 40vw;
}

/*========== 404 CSS End ==========*/

/*========== View All Services css ==========*/

.footer-last {
  text-align: center;
  margin-top: 10px;
}

.view_services_text {
  color: var(--dark-color);
  font-size: 13px;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s;
}

.view_services_text:hover {
  color: #f07114 !important;
  text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
  font-size: 13px;
  color: #819eba;
  cursor: pointer;
  transition: 0.3s;
}

.all-services {
  display: none;
}

.menu-seo-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.menu-seo-menu-container ul li {
  display: inline-block;
}

.menu-seo-menu-container ul li a {
  font-size: 12px;
  color: var(--dark-color);
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid var(--dark-color);
  transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
  margin: 0;
  padding: 0;
  border: none;
}

.menu-seo-menu-container ul li a:hover {
  color: #f07114;
}

/*========== View All Services CSS End  ==========*/

/*=== Blog css ===*/

.type-post {
  margin-bottom: 30px;
}

.entry-header {
  margin-bottom: 10px;
  margin-top: 15px;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
  transition: 0.3s;
  color: var(--dark-color);
}

.type-post .entry-content p {
  margin-bottom: 10px;
}

.entry-footer span {
  margin-right: 10px;
}

.entry-footer span a {
  color: #39b449;
}

.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #39b449;
  margin-bottom: 20px;
}

.post-thumbnail {
  display: block;
  margin: 10px 0;
}

.post-thumbnail img {
  width: 100%;
}

.widget-area .widget_search .search-form,
.page-content .search-form {
  position: relative;
}

.widget-area .widget_search .search-form label,
.page-content .search-form label {
  width: calc(100% - 74px);
  margin-bottom: 0;
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field {
  background: var(--white-color);
  font-size: 16px;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--dark-color);
  padding: 13px 20px 12px;
  -webkit-appearance: none;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  height: 50px;
  color: var(--white-color);
  position: absolute;
  right: 0;
  bottom: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: rgb(44, 53, 85);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
  text-decoration: underline !important;
  color: #2c3555;
}

.entry-content {
  margin: 0;
}

.comments-area textarea {
  border: none;
  resize: none;
  height: 180px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 10px;
}

.comments-area p input {
  border: none;
  border-radius: 10px;
  height: 46px;
  width: 100%;
  outline: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

p.comment-form-cookies-consent > input {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 15px;
}

.form-submit .submit {
  box-shadow: none;
  padding: 0;
}

.comment-form-author,
.comment-form-email {
  width: 47.5%;
  display: inline-block;
  margin-right: 28px;
}

.comment-form-email {
  margin: 0;
}

.comment-form-cookies-consent label {
  position: absolute;
  top: 0;
  left: 20px;
}

h2.widget-title {
  font-size: 20px;
}

.widget-area {
  width: 100%;
}

.comment-form-cookies-consent {
  position: relative;
}

.widget_search .widget-title {
  display: none;
}

.widget ul {
  margin: 0;
}

/*=== End of Blog css ===*/

/*==== thank-you page CSS End  ====*/

.thank-text {
  text-align: center;
  padding-top: 170px;
  position: relative;
}

.thank-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 147px;
  height: 151px;
  background-image: url("assets/images/thank-you.gif");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.thank-text p {
  margin-bottom: 0;
}

.thank-text p a {
  text-decoration: underline !important;
  color: #252627;
}

/*==== thank-you page CSS End  ====*/

/*==== Inner-page CSS Start  ====*/

.inner-page-text {
  padding: 60px 0;
}

.privacy-content p {
  margin-bottom: 15px;
  word-break: break-word;
}

.privacy-content ol,
.privacy-content ul {
  padding: 0;
  margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li {
  margin-bottom: 10px;
  list-style: decimal;
}

.privacy-content a,
.entry-content p a {
  color: var(--lightgreen-color);
  transition: 0.3s;
}

.privacy-content a:hover,
.entry-content p a:hover {
  color: var(--primary-color);
  text-decoration: underline !important;
}

/*===== About Us Page Start =====*/

.about-us-sec .common-box-text {
  margin-bottom: 100px;
}

.about.about-us-sec {
  margin-bottom: 0;
  padding: 100px 0 0;
}

.our-team {
  padding-bottom: 100px;
}

.team-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.team-content h3 {
  font-size: 23px;
  text-transform: uppercase;
}

.team-img {
  height: 400px;
  background-position: center;
  background-size: cover;
}

.team-content {
  padding: 26px 0 22px;
  background: var(--white-color);
  text-align: center;
}

.our-team-slider .slick-list {
  padding-bottom: 14px;
}

.our-team-slider .slick-dots {
  text-align: center;
}

/*===== About Us Page End =====*/

/*===== Event Page Start =====*/

.event-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 18px;
}

.event-date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.event-time {
  display: inline-block;
  vertical-align: middle;
}

.event-date p,
.event-time p {
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 0;
}

.event-date-title {
  margin-bottom: 18px;
}

.event-img {
  height: 450px;
  max-height: 100%;
  background-position: center;
  background-size: cover;
}

.main-event {
  padding: 84px 0 90px;
}

.event-box {
  margin-bottom: 50px;
}

.event-box:last-child {
  margin-bottom: 0;
}

/*===== Event Page End =====*/

/*===== Career Page Start =====*/

.career-content .h2-title {
  margin-bottom: 11px;
}

.career-form .form-input {
  border: 1px solid var(--dark-color);
}

.career-form label {
  margin-bottom: 10px;
}

.career-form .wpcf7-list-item {
  margin: 0 15px 10px 0;
}

.career-form .wpcf7-list-item label {
  margin-bottom: 0;
}

.career-form .wpcf7-list-item:last-child {
  margin: 0 0 10px 0;
}

.main-career-content {
  padding: 77px 0 90px;
}

.career-form .sec-btn,
.blog-post .sec-btn,
.main-seo-content .sec-btn {
  border: 1px solid transparent;
}

.career-form .sec-btn:hover,
.blog-post .sec-btn:hover,
.main-seo-content .sec-btn:hover {
  border-color: var(--dark-color);
}

.career-form .form-input.wpcf7-not-valid {
  border: 2px solid #f00;
}

/*===== Career Page End =====*/

/*===== Blog Page Start =====*/

.blog-post {
  padding: 80px 0;
}

.blog-post .inner-page-text {
  padding: 0;
}

/*===== Blog Page End =====*/

/*===== Seo Page Start =====*/

.contact-form.seo-form-wp {
  padding: 17px 30px 30px;
  background-color: var(--primary-color);
}

.contact-form.seo-form-wp .col-lg-6 {
  max-width: 100%;
  flex: 0 0 100%;
}

.contact-form.seo-form-wp .sec-btn {
  background: var(--dark-color);
  color: var(--white-color);
}

.contact-form.seo-form-wp .sec-btn:hover {
  background: var(--white-color);
  color: var(--dark-color);
}

.main-seo-content {
  padding: 76px 0 90px;
}

.contact-form.seo-form-wp .h2-title {
  margin-bottom: 48px;
}

/*===== Seo Page End =====*/

/*===== Services Page Start =====*/

.services-content-wp {
  background-color: var(--white-color);
  padding: 30px 60px;
  box-shadow: 0 3px 50px rgb(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.services-tab-img {
  width: 700px;
  height: 415px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.services-tabbing-box:nth-child(2) .services-tab-img {
    background-size: contain;
}

.events-footer {
  margin-top: 20px;
  padding: 80px 0;
  background-color: rgb(40 167 69 / 6.5%);
}

.events-footer-content:hover .h4-title a {
  padding: 16px 0;
}

.events-footer-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.events-footer .h2-title {
  margin-bottom: 30px;
}

.events-footer-content:hover .events-footer-img:before {
  opacity: 0.1375;
}

.events-footer-img {
  height: 300px;
  position: relative;
}

.events-footer-img .back-img,
.events-footer-img iframe {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.events-footer-content .h4-title {
  position: absolute;
  inset: auto 0 0 0;
  font-size: 22px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.events-footer-content .h4-title a {
  background-color: var(--dark-color);
  display: block;
  padding: 12px 0;
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: underline !important;
}

.events-footer-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-color);
  opacity: 0.1;
  pointer-events: none;
  transition: 0.3s;
}

.events-footer-location {
  width: 100%;
}

.location-map {
  display: flex;
}

.location-map iframe {
  width: 100%;
  height: 262px;
}

.cta-image {
  width: 100%;
  height: 262px;
  background-size: cover;
  background-position: center;
}

.events-footer .h3-title {
  margin: 0;
}

.event-detail-text p {
  line-height: 1.625;
  letter-spacing: 0.00625em;
  margin: 0;
}

.services-content-wp .sec-btn {
  border: 1px solid transparent;
}

.services-content-wp .sec-btn:hover {
  border-color: var(--dark-color);
}

.services-tabbings {
  margin-top: 40px;
}

.services-tabbing-box {
  margin-bottom: 50px;
}

.services-tabbing-box:last-child {
  margin-bottom: 0;
}

.services-tabbing-box.odd .services-tab-img-wp {
  margin-left: -115px;
}

.services-page-sec {
  padding: 90px 0;
}

.services-tabbing-box .event-content a {
  color: var(--dark-color);
  text-transform: capitalize;
  text-decoration: underline !important;
  font-size: 18px;
  transition: 0.3s;
}

.services-tabbing-box .event-content a i {
  margin-left: 5px;
  transition: 0.3s;
  font-size: 20px;
}

.services-tabbing-box .event-content a:hover i {
  margin-left: 15px;
}

.customize-space {
  padding-top: 100px;
}

.entertainment-options {
  padding-top: 100px;
}

.entertainment-options .row {
  margin: 0 -8px;
  gap: 16px 0;
}

.entertainment-options .row div[class*="col"] {
  padding: 0 8px;
}

.entertainment-options .apart-box {
  margin: 0;
}

.customize-space-image-wp > .row > * {
  padding: 0 calc(var(--spacer) * 0.5);
}

.customize-space-image-wp > .row {
  margin: 0 calc(var(--spacer) * -0.5);
}

.customize-space-image {
  display: block;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customize-space-1 {
  aspect-ratio: 1/1.1375;
}

.customize-space-2 {
  aspect-ratio: 1/1.25;
  margin-bottom: 116px;
}

.customize-space-3 {
  width: calc(66.66666667% + calc(var(--spacer) * 0.66666667));
  height: auto;
  aspect-ratio: 1/0.61538461;
  margin: -150px 0 0 auto;
  border-top: var(--spacer) solid var(--white-color);
  border-left: var(--spacer) solid var(--white-color);
}

.customize-space-image-wp {
  --spacer: 18px;
  margin-left: 30px;
}

.catering-flexibility {
  padding: 100px 0;
}

.catering-flexibility .sec-title p {
  font-size: 20px;
  letter-spacing: 0.0075em;
}

.catering-box {
  height: 100%;
  padding: 28px 10px 24px;
  color: var(--white-color);
}

.top-catering .row .catering-box {
  background: var(--box-color);
}

.top-catering .row,
.other-caterings .row {
  margin: 0 -8px;
  gap: 16px 0;
}

.catering-box-title .h4-title {
  font-size: 22px;
  color: inherit;
  margin-bottom: 4px;
}

.catering-box-contact ul li a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.catering-flexibility .sec-title .h2-title {
  margin-bottom: 8px;
}

.catering-box-title span {
  display: inline-block;
  font-style: italic;
}

.catering-box-contact {
  margin-top: 26px;
}

.catering-box-contact ul li:not(:last-child) {
  margin-bottom: 6px;
}

.catering-box-contact ul li a:hover {
  text-decoration: underline !important;
}

.other-caterings {
  margin-top: 50px;
}

.other-caterings .sec-title .h3-title {
  margin-bottom: 20px;
}

.top-catering .row div[class*="col"],
.other-caterings .row div[class*="col"] {
  padding: 0 8px;
}

.emphasize-joy-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.emphasize-joy-gallery .back-img {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 10px solid var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.emphasize-joy {
  padding: 100px 0;
  background-color: rgb(40 167 69 / 6.5%);
}

.emphasize-joy .sec-title {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}

.holiday-theme-img {
  width: 240px;
  height: 240px;
  flex: 1 0 auto;
}

.holiday-theme-img .back-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.holiday-theme-box {
  background-color: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  /*     margin-bottom: 30px;
    display: flex;
    align-items: center; */
  height: 100%;
}
.holiday-themes .row {
  gap: 30px 0;
}
.holiday-theme-content {
  padding: 20px 30px;
}

.holiday-theme-content p {
  margin: 0;
}

.holiday-themes {
  margin-top: 30px;
}

.holiday-theme-sec {
  padding-top: 100px;
}

.emphasize-joy-gallery .back-img:nth-child(1) {
  transform: rotate(1.625deg);
}

.emphasize-joy-gallery .back-img:nth-child(2) {
  transform: rotate(-2deg);
}

.emphasize-joy-gallery .back-img:nth-child(3) {
  transform: rotate(1.5deg);
}

.contact-cta {
  padding: 100px 0 80px;
}

.contact-cta-box {
  background-color: rgb(40 167 69/6.5%);
  position: relative;
  display: flex;
  padding: 70px 60px;
}

.contact-cta-text {
  max-width: 610px;
}

.contact-cta-img {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 375px;
}

.contact-cta-text p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.0125em;
  margin-bottom: 40px;
}

.contact-cta-text p span {
  display: block;
  color: var(--dark-color);
  font-weight: 900;
  font-size: 20px;
  margin-top: 10px;
}

.contact-cta-text .sec-btn:hover {
  background-color: var(--dark-color);
  color: var(--white-color);
}

/*===== Services Page End =====*/

/*===== Services Details Page Start =====*/
.services-page-main .service-title {
  width: 100%;
  margin: 0;
}

.services-page-main {
  padding-top: 100px;
}

.services-details-main {
  margin-top: 20px;
}

.services-details-sec {
  padding: 0;
}

.services-details-sec .services-tab-img {
  width: 100%;
}

/*===== Services Details Page End =====*/

/*==== Inner-page page CSS End  ====*/

/*==== Scrolltop CSS  ====*/

.scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--dark-color);
  line-height: 44px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 98;
  transition: 0.3s;
  border: 2px solid var(--white-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: none;
}

.scrolltop i {
  color: var(--white-color);
}

.scrolltop:hover {
  background: var(--lightgreen-color);
  border-color: var(--dark-color);
}

.scrolltop:hover i {
  color: var(--dark-color);
}

/*==== Scrolltop CSS End ====*/

/*==========Responsive Start==========*/
@media (min-width: 992px) {
  .main-banner.inner-banner .h1-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }

  .page-id-741 .contact-cta {
    padding-top: 200px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1800px) {
  .instagram-slider .slick-list {
    padding: 0 10vw;
  }
}

@media (max-width: 1760px) {
  .things-sec:after {
    width: 7.35vw;
  }
}

@media (max-width: 1499px) {
  .about-img-wp {
    width: 58vw;
  }

  .common-box-text {
    padding: 67px 70px 70px 70px;
  }

  .services-text {
    padding: 78px 70px 73px 70px;
  }

  .things-img-wp {
    width: 350px;
  }

  .things-img {
    left: -260px;
  }

  .gallery-big-img {
    height: 800px;
  }

  .instagram-slider .slick-list {
    padding: 0 4vw;
  }

  .about-us-sec .about-img-wp {
    width: 1035px;
  }

  .footer-menu ul li {
    margin: 0 30px;
  }

  .services-tabbing-box.odd .services-tab-img-wp {
    margin-left: -160px;
  }

  .contact-us-text {
    padding: 67px 40px 70px 0;
  }

  .footer-location {
    padding: 40px 40px 46px;
  }

  .footer-about {
    padding: 70px 0 0 40px;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-logo a {
    width: 160px;
  }

  .footer-logo p {
    width: calc(100% - 160px);
    padding-left: 30px;
  }

  .contact-cta-text {
    max-width: 550px;
  }

  .contact-cta-box {
    padding: 60px 50px;
  }

  .contact-cta-img {
    width: 345px;
    right: 50px;
  }
}

@media (max-width: 1320px) {
  .things-sec::after {
    display: none;
  }

  .instagram-slider .slick-list {
    padding: 0 2vw;
  }
}

@media (max-width: 1199px) {
  .comment-form-author,
  .comment-form-email {
    width: 47%;
  }

  .site-branding img {
    width: 160px;
  }

  .main-navigation li {
    padding: 0 11px;
  }

  .header-social {
    padding-left: 30px;
  }

  .header-wp .header-social ul li {
    margin: 0 5px;
  }

  .gallery-thump-img {
    height: 200px;
  }

  .common-box-text {
    padding: 67px 40px 70px 40px;
  }

  .common-box-text.services-text {
    padding: 78px 40px 73px 40px;
  }

  .about:after {
    top: 0;
    right: 0;
    width: 1460px;
    height: 1765px;
  }

  .gallery-big-img {
    height: 700px;
  }

  .footer-location {
    padding: 41px 0 46px 40px;
  }

  .copyright-top-link li {
    padding: 0 6px;
  }

  .get-update-title {
    padding-right: 60px;
  }

  .get-update-text {
    padding-left: 60px;
  }

  .testimonials-box .overflow-text {
    height: 165px;
  }

  .footer-about {
    padding: 40px 0 0 40px;
  }

  .testimonials-box {
    padding: 40px 40px 51px 100px;
  }

  .things-img-wp {
    width: 250px;
  }

  .things-img {
    width: 150%;
    height: 150%;
    left: -100px;
  }

  .things-box {
    padding-right: 30px;
  }

  .things-box .overflow-text {
    padding-right: 10px;
  }

  .instagram-slider .slick-list {
    padding: 0;
  }

  .footer-menu ul li {
    margin: 0 23px;
  }

  .about-us-sec .about-img-wp {
    width: 700px;
  }

  .event-box {
    margin-bottom: 30px;
  }

  .seo-banner .banner-btn .sec-btn:first-child {
    margin: 0 0 30px;
  }

  .services-tab-img {
    width: 600px;
  }

  .services-tabbing-box.odd .services-tab-img-wp {
    margin-left: -150px;
  }

  .services-content-wp {
    padding: 30px;
  }

  .services-details-sec .services-tab-img {
    height: 500px;
  }

  .footer-logo a {
    width: 130px;
  }

  .footer-logo p {
    width: calc(100% - 130px);
  }

  .about-img-wp {
    width: 59vw;
  }

  .customize-space-image-wp {
    --spacer: 14px;
    margin-left: 0;
  }

  .holiday-theme-img {
    width: 194px;
    height: 262px;
  }

  .holiday-theme-content {
    padding: 18px;
  }

  .contact-cta-box {
    padding: 50px 40px;
  }

  .contact-cta-text {
    max-width: 470px;
  }

  .contact-cta-img {
    right: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catering-box-contact ul li a {
    font-size: 15px;
    gap: 6px;
  }
}

@media (max-width: 991px) {
  .for-des {
    display: none !important;
  }

  .for-mob {
    display: block !important;
  }

  .menu-primary-menu-container {
    display: none;
  }

  .toggled .menu-primary-menu-container {
    display: block;
  }

  .site-header .container {
    max-width: 100%;
    padding: 0;
    height: 100%;
  }

  .site-header .container .row {
    margin: 0;
    height: 100%;
  }

  .site-header .container .row .col-lg-2 {
    width: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    align-items: center;
    z-index: 10;
  }

  .widget-area {
    margin-top: 50px;
  }

  .main-banner .banner-video {
    display: none;
  }

  .menu-toggle {
    position: fixed;
    top: 30px;
    right: 30px;
    border: none;
    outline: none !important;
    background: transparent;
    width: 30px;
    padding: 0;
    z-index: 100;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    margin-bottom: 5px;
    border-radius: 30px;
    transition: 0.3s;
  }

  .menu-toggle span:last-child {
    margin: 0;
  }

  .toggled .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
  }

  .toggled .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .toggled .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
  }

  .toggled .menu-toggle span {
    background: var(--white-color);
  }

  .site-header .menu-main-menu-container {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 80px 0 0 30px;
    transition: 0.3s;
    overflow-y: auto;
    background: var(--primary-color);
    z-index: 99;
  }

  .site-header .toggled .menu-main-menu-container {
    top: 0;
  }

  .site-header {
    top: 0;
    background: var(--white-color);
    height: 80px;
    overflow: visible;
  }

  .header-wp:after {
    display: none;
  }

  .site-branding:after {
    display: none;
  }

  .header-wp .header-social {
    display: none;
  }

  .site-branding {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    display: inline-flex;
    width: 130px;
    height: 80px;
    padding-left: 0;
    z-index: 10;
  }

  .site-header.sticky_head .site-branding {
    height: 80px;
  }

  .site-branding a,
  .site-branding img,
  .site-header.sticky_head .site-branding img {
    width: 100%;
  }

  .main-navigation li {
    padding: 0;
    display: block;
    float: none;
    margin-bottom: 5vh;
  }

  .main-navigation a {
    padding: 0;
    display: inline-flex;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: var(--white-color);
  }

  .main-navigation a:hover {
    color: var(--dark-color);
    -webkit-text-stroke-width: 0;
  }

  .main-navigation a:after {
    background: var(--dark-color);
  }

  .main-navigation a:hover:after {
    height: 4px;
  }

  .header-num-link {
    position: fixed;
    top: 25px;
    left: 30px;
    font-size: 30px;
    color: var(--primary-color);
    transition: 0.3s;
  }

  .header-num-link:hover {
    color: var(--dark-color);
  }

  .main-banner {
    padding: 200px 0 180px;
  }

  .h1-title {
    font-size: 50px;
    line-height: 70px;
  }

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

  .banner-text p {
    font-size: 25px;
    line-height: 40px;
    width: 100%;
  }

  .Photograph-list-wp {
    margin: 0 0 -15px 0;
    padding: 36px 0 34px;
  }

  .Photograph-list ul {
    display: block;
  }

  .Photograph-list ul li {
    display: inline-block;
    height: auto;
    background: transparent;
    border-right: 2px solid #000;
    padding-right: 9px;
    margin-right: 6px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 13px;
    margin-bottom: 15px;
  }

  .Photograph-list ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }

  .Photograph-list {
    text-align: center;
  }

  .about:after {
    display: none;
  }

  .about-img-wp {
    width: 100%;
    height: 400px;
    position: relative;
    right: auto;
    left: 0;
    z-index: 0;
  }

  .about {
    padding: 80px 0;
    margin: 0;
  }

  .common-box-text,
  .common-box-text.services-text {
    padding: 38px 30px 40px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
  }

  .common-box-text .overflow-text {
    overflow: hidden;
    padding: 0;
    height: auto;
    max-height: unset;
  }

  .services-tabbings {
    margin-top: 30px;
  }

  .events-footer {
    margin: 0;
    padding: 80px 0 60px;
  }

  .events-footer .h2-title {
    margin-bottom: 20px;
  }

  .about-btn {
    margin-top: 24px;
  }

  .services-img-wp {
    position: relative;
    left: 0;
    width: 100vw;
    height: 400px;
    z-index: 0;
  }

  .services.even .services-img-wp {
    left: 0;
    right: auto;
  }

  .services-text .h3-title {
    margin-bottom: 25px;
  }

  .services {
    padding: 0;
  }

  .apart-sec {
    padding: 58px 0 37px;
  }

  .apart-title {
    margin-bottom: 38px;
  }

  .gallery-tab .sec-btn.dropdown-toggle {
    display: flex;
    width: 100%;
    background: transparent;
    justify-content: left;
    padding: 0;
    height: auto;
    border-bottom: 2px solid var(--dark-color);
    padding-bottom: 7px;
  }

  .gallery-tab {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .gallery-tab .sec-btn.dropdown-toggle .caret:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 35px;
    transition: 0.3s;
  }

  .gallery .h2-title,
  .things-sec .h2-title {
    margin-bottom: 26px;
  }

  .gallery-big-img {
    height: 400px;
  }

  .gallery-thump-wp {
    display: none;
  }

  .apart-sec-row .row .col-lg-4:nth-child(1) .apart-box,
  .apart-sec-row .row .col-lg-4:nth-child(4) .apart-box,
  .apart-sec-row .row .col-lg-4:nth-child(5) .apart-box {
    background: var(--lightgreen-color);
  }

  .apart-sec-row .row .col-lg-4:nth-child(2) .apart-box,
  .apart-sec-row .row .col-lg-4:nth-child(3) .apart-box,
  .apart-sec-row .row .col-lg-4:nth-child(6) .apart-box {
    background: var(--primary-color);
  }

  .things-img-wp {
    display: none;
  }

  .things-row .slick-list,
  .testimonials-row .slick-list {
    width: auto;
    padding: 0;
  }

  .gallery {
    position: relative;
  }

  .gallery-tab .dropdown-menu {
    width: 100%;
    padding: 15px 30px;
  }

  .gallery-tab .dropdown-menu li {
    margin-bottom: 14px;
  }

  .gallery-tab.show .sec-btn.dropdown-toggle .caret:after {
    transform: rotate(180deg);
  }

  .gallery-tab .dropdown-menu li:last-child {
    margin: 0;
  }

  .things-sec {
    padding: 70px 0 80px;
    margin: 0;
  }

  .things-box {
    padding: 32px 30px 35px;
  }

  .things-row .slick-dots {
    bottom: -40px;
    padding-left: 10px;
  }

  .things-row .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .gallery-tab.things-tab {
    margin-bottom: 25px;
  }

  .things-box .overflow-text {
    height: 185px;
    padding-right: 15px;
  }

  .testimonials:after {
    display: none;
  }

  .get-update-text {
    padding: 0;
  }

  .get-update-title:after {
    display: none;
  }

  .get-update-title h3 {
    margin-bottom: 16px;
  }

  .get-update-text p {
    margin-bottom: 36px;
  }

  .get-update {
    padding: 37px 0 40px;
  }

  .testimonials {
    padding: 57px 0;
  }

  .testimonials .h2-title {
    margin-bottom: 22px;
  }

  .testimonials-box {
    padding: 70px 30px 37px;
  }

  .testimonials-box:after {
    top: 30px;
    right: 30px;
    left: auto;
  }

  .testimonials-box .overflow-text {
    height: 110px;
  }

  .map-sec {
    margin: 0;
    height: 420px;
  }

  .instagram-slider .instagram-box {
    display: none !important;
  }

  .instagram-mob-box {
    display: flex !important;
    height: 120px;
  }

  .footer-location {
    padding: 41px 20px 36px;
    text-align: center;
  }

  .location-add a i {
    display: none;
  }

  .location-add a {
    padding: 0;
  }

  .location-link {
    margin: 0;
  }

  .contact-us-text:after {
    right: -150px;
  }

  .contact-us-text {
    padding: 77px 0 80px;
    text-align: center;
  }

  .footer-about {
    padding: 80px 0 0 0;
    text-align: center;
  }

  .footer-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .footer-logo a {
    width: 160px;
    margin-bottom: 30px;
  }

  .footer-logo p {
    width: 100%;
    padding: 0;
  }

  .footer-about-text {
    width: 280px;
    max-width: 100%;
    padding: 0;
    margin: auto;
  }

  .footer-menu ul li {
    margin: 0;
    display: block;
    margin-bottom: 24px;
  }

  .footer-menu {
    text-align: center;
    padding: 40px 0;
  }

  .copyright-top-link li:first-child {
    padding: 0;
    display: block;
    border: none;
    margin-bottom: 9px;
  }

  .copyright-top-link {
    text-align: center;
  }

  .copyright-bottom-link {
    text-align: center;
    margin-top: 10px;
  }

  .copyright {
    padding: 43px 0 35px;
  }

  .get-update-title {
    padding: 0;
  }

  .contact-us-text .h2-title {
    margin-bottom: 30px;
  }

  .apart-sec-row .col-lg-4.col-6 {
    padding: 0 10px;
  }

  .apart-sec-row .row {
    margin: 0 -10px;
  }

  .apart-box {
    margin-bottom: 20px;
  }

  .main-banner.inner-banner {
    padding: 176px 0 76px;
  }

  .error-404.not-found img {
    width: 100vw;
  }

  .about-btn {
    display: block;
  }

  .site-header.sticky_head .main-navigation a {
    padding: 0;
  }

  .form-input.wpcf7-textarea {
    height: 140px;
  }

  .footer-about-text p {
    margin-bottom: 28px;
  }

  .about-us-sec .about-img-wp {
    width: 100%;
    height: 500px;
    max-height: 500px;
  }

  .event-img {
    height: 350px;
  }

  .event-img-wp {
    margin-bottom: 24px;
  }

  .event-content h3 {
    margin-bottom: 17px;
  }

  .event-box {
    margin-bottom: 7px;
  }

  .main-event {
    padding: 80px 0 60px;
  }

  .main-career-content {
    padding: 67px 0 80px;
  }

  .blog-post {
    padding: 59px 0 51px;
  }

  .blog-post .widget-area {
    margin-top: 0;
  }

  .seo-banner .banner-btn .sec-btn:first-child {
    margin: 0 30px 30px 0;
  }

  .main-seo-content {
    padding: 67px 0 80px;
  }

  .our-team {
    padding-bottom: 77px;
  }

  .services-page-sec {
    padding: 80px 0;
  }

  .services-tab-img {
    width: 100%;
    height: 400px;
  }

  .services-tabbing-box.odd .services-tab-img-wp {
    margin-left: auto;
  }

  .services-tabbing-box {
    margin-bottom: 30px;
  }

  .services-details-sec {
    padding: 80px 0;
  }

  .services-details-sec .services-tab-img {
    height: 400px;
  }

  .about-us-sec .common-box-text {
    margin-bottom: 0px;
  }

  .gallery-title {
    margin-bottom: 30px;
  }

  .scrolltop {
    display: none !important;
  }

  .wpcf7-spinner {
    display: block;
    margin: 10px auto -24px auto;
  }

  .events-footer-content {
    margin-bottom: 30px;
  }

  .customize-space-image-wp {
    max-width: 525px;
  }

  .entertainment-options,
  .customize-space {
    padding-top: 80px;
  }

  .catering-flexibility {
    padding: 80px 0;
  }

  .page-id-741 .catering-flexibility {
    padding-bottom: 0;
  }

  .contact-cta {
    padding-top: 0;
  }

  .other-caterings {
    margin-top: 40px;
  }

  .holiday-theme-img {
    width: 260px;
    height: 260px;
  }

  .holiday-themes .row > div[class*="col"]:nth-child(even) .holiday-theme-box {
    flex-direction: row-reverse;
  }

  .holiday-theme-content {
    padding: 30px;
  }

  .emphasize-joy {
    padding: 80px 0;
  }

  .holiday-theme-sec {
    padding-top: 80px;
  }

  .emphasize-joy-gallery {
    gap: 20px;
  }

  .emphasize-joy-gallery .back-img {
    border-width: 6px;
  }

  .holiday-themes {
    margin-top: 10px;
  }

  /*     .holiday-theme-box {
        margin-bottom: 20px;
    } */
  .holiday-theme-box {
    height: auto;
  }
  .contact-cta-box {
    flex-direction: column;
    padding: 50px 40px 0 40px;
  }

  .contact-cta-img {
    position: relative;
    inset: 0;
    margin: 50px auto 0;
    text-align: center;
    width: 100%;
    max-width: 300px;
  }

  .contact-cta-text {
    max-width: 100%;
    text-align: center;
  }

  .contact-cta-text p span {
    margin-top: 4px;
  }

  .contact-cta-text p {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }

  .comment-form-cookies-consent {
    margin-bottom: 40px !important;
  }

  .main-banner {
    padding: 180px 0 110px;
  }

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

  .h1-title {
    font-size: 46px;
    line-height: 58px;
  }

  .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-text h3 {
    font-size: 18px;
  }

  .banner-btn .sec-btn {
    display: flex;
    margin: 0 auto;
  }

  .banner-btn .sec-btn:first-child {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .banner-btn {
    margin-top: 40px;
  }

  .about-img-wp,
  .services-img-wp {
    height: 320px;
  }

  .top-catering .row,
  .other-caterings .row {
    margin: 0 -4px;
    gap: 8px 0;
  }

  .top-catering .row div[class*="col"],
  .other-caterings .row div[class*="col"] {
    padding: 0 4px;
  }

  .customize-space-content {
    text-align: center;
  }

  .about {
    padding: 60px 0;
  }

  .services {
    margin-bottom: 60px;
  }

  .gallery-big-img {
    height: 320px;
  }

  .apart-box .count {
    font-size: 14em;
  }

  .about-us-sec .common-box-text {
    padding: 17px 30px 11px;
  }

  .seo-banner .banner-btn {
    margin-bottom: 30px;
  }

  .seo-banner .banner-btn .sec-btn:first-child {
    margin: 0 auto 30px;
  }

  .menu-seo-menu-container ul li {
    display: block;
  }

  .menu-seo-menu-container ul li a {
    border-right: 0;
    padding: 0;
  }

  .things-sec {
    padding: 50px 0 60px;
  }

  .contact-us-text {
    padding: 57px 0 60px;
  }

  .footer-about {
    padding-top: 60px;
  }

  .footer-menu {
    padding-bottom: 20px;
  }

  .banner-text p {
    font-size: 20px;
    line-height: 35px;
  }

  .inner-page-text h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .error-404.not-found {
    padding: 60px 0;
  }

  .emphasize-joy {
    padding: 60px 0;
  }

  .holiday-theme-box {
    flex-direction: column !important;
  }

  .holiday-theme-img {
    width: 100%;
  }

  .holiday-theme-content {
    padding: 24px 20px;
  }

  .emphasize-joy .sec-title .h4-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .emphasize-joy-gallery {
    gap: 14px;
    margin-top: 26px;
  }

  .emphasize-joy-gallery .back-img {
    border-width: 4px;
  }

  .holiday-theme-sec {
    padding-top: 60px;
  }

  .entertainment-options,
  .customize-space {
    padding-top: 60px;
  }

  .contact-cta-box {
    padding: 30px 20px 0;
  }

  .contact-cta-img {
    margin: 36px auto 0;
  }

  .contact-cta {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .events-footer-content .h4-title {
    font-size: 20px;
  }

  .service-banner .h1-title {
    font-size: calc(
      clamp(2rem, 5.714vw + 0.571rem, 2.625rem)
    ); /*42px to 32px from 575px to 400px*/
    line-height: 1.4;
  }

  .inner-banner .sub-title {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
  }

  .services-tabbings {
    margin-top: 20px;
  }

  .thank-text {
    padding-top: 80px;
    margin: 60px 0;
  }

  .thank-text:before {
    width: 57px;
    height: 61px;
  }

  .container {
    padding: 0 30px;
  }

  .privacy-content ol,
  .privacy-content ul {
    margin-left: 20px;
  }

  .apart-box p {
    letter-spacing: 1px;
  }

  .apart-box {
    padding: 15px;
  }

  .get-update-form .btn.sec-btn {
    width: 140px;
  }

  .testimonials-box .overflow-text {
    height: 130px;
    margin-bottom: 20px;
  }

  #sb_instagram .sbi_photo {
    height: 240px !important;
  }

  .team-img {
    height: 300px;
  }

  .our-team {
    padding-bottom: 47px;
  }

  .main-event {
    padding: 50px 0 27px;
  }

  .event-img {
    height: 300px;
  }

  .main-career-content {
    padding: 37px 0 50px;
  }

  .blog-post {
    padding: 29px 0 21px;
  }

  .main-seo-content {
    padding: 37px 0 50px;
  }

  .main-seo-content .h2-title {
    margin-bottom: 12px;
  }

  .contact-form.seo-form-wp .h2-title {
    margin-bottom: 18px;
  }

  .services-page-sec {
    padding: 50px 0;
  }

  .events-footer {
    padding: 50px 0 30px;
  }

  .events-footer-content {
    margin-bottom: 20px;
  }

  .services-tab-img {
    height: 350px;
  }

  .services-details-sec {
    padding: 50px 0;
  }

  .services-details-sec .services-tab-img {
    height: 300px;
  }

  .entertainment-options,
  .customize-space {
    padding-top: 60px;
  }

  .catering-flexibility {
    padding: 60px 0;
  }

  .other-caterings {
    margin-top: 30px;
  }

  .catering-flexibility .sec-title p {
    margin-bottom: 20px;
  }

  .other-caterings .sec-title .h3-title {
    margin-bottom: 10px;
  }

  .customize-space-3 {
    margin: -29% 0 0 auto;
  }

  .customize-space-2 {
    margin-bottom: 70%;
  }

  .emphasize-joy .sec-title .h4-title {
    font-size: 18px;
  }

  .emphasize-joy {
    padding: 40px 0;
  }

  .emphasize-joy-gallery {
    flex-wrap: wrap;
    margin: auto;
    gap: 20px;
    margin-top: 20px;
  }

  .emphasize-joy-gallery .back-img {
    width: 46%;
  }

  .contact-cta-img {
    max-width: 250px;
  }

  .contact-cta-text p {
    font-size: 17px;
  }
}

@media (max-width: 430px) {
  .h1-title {
    font-size: 42px;
    line-height: 55px;
  }

  .main-banner.inner-banner.service-banner {
    padding: 156px 0 56px;
  }

  .apart-box {
    height: 230px;
  }

  .site-header .menu-main-menu-container {
    padding: 60px 0 0 30px;
  }

  .services-tab-img {
    height: 300px;
  }

  .services-content-wp {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .container {
    padding: 0 15px;
  }

  .services-text.common-box-text .sec-btn {
    width: 230px;
  }

  .apart-sec-row .col-lg-4.col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .apart-box {
    height: 170px;
  }

  .common-box-text,
  .common-box-text.services-text {
    padding: 38px 15px 40px;
  }

  .things-box {
    padding: 30px 15px;
    height: 280px;
  }

  .get-update-form .btn.sec-btn {
    width: 100px;
  }

  .testimonials-box {
    padding: 70px 15px 37px;
  }

  #sb_instagram .sbi_photo {
    height: 200px !important;
  }

  .footer-location {
    padding: 41px 10px 46px;
  }

  .h1-title {
    font-size: 34px;
    line-height: 44px;
  }

  .header-num-link {
    left: 15px;
  }

  .menu-toggle {
    right: 15px;
  }

  .main-banner {
    padding: 150px 0 80px;
  }

  .about-us-sec .common-box-text {
    padding: 17px 15px 11px;
  }

  .event-date,
  .event-time {
    display: block;
    margin: 0;
  }

  .event-date {
    margin-bottom: 9px;
  }

  .form-box.form-input-file .input-file-icon {
    width: 60px;
    height: 60px;
  }

  .career-form .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
  }

  .career-form .wpcf7-list-item:last-child {
    margin: 0;
  }

  .career-form .wpcf7-form-control-wrap.file-509 {
    margin-bottom: 16px;
  }

  .career-form .sec-btn {
    width: 100%;
  }

  .contact-form.seo-form-wp {
    padding: 17px 15px 30px;
  }

  .services-content-wp {
    padding: 20px 15px;
  }

  .about-img-wp,
  .services-img-wp {
    height: 280px;
  }

  .services-text .h3-title {
    margin-bottom: 20px;
  }

  .h3-title {
    font-size: 22px;
  }

  .gallery-big-img {
    height: 280px;
  }

  .copyright-top-link li {
    padding: 0 4px;
  }

  .customize-space-image-wp {
    --spacer: 10px;
  }
}

/*==========Responsive End==========*/

.holiday-more {
  text-align: center;
  margin-top: 50px;
}

.holiday-more h5 {
  color: var(--green);
  font-size: 22px;
}
