/*
	Theme Name: Spirit Lab Yacht Mixology
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Spirit Lab Yacht Mixology is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.2.1
	Stable tag: 3.2.1
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");


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

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-family: "Titillium Web" !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          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-family: monospace, monospace; /* 1 */
  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;
  height: auto;
  max-width: 100%;
}

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 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: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * 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] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * 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;
  resize: vertical;
}

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

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");


body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto" !important;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
    text-decoration-style: dashed;
}

a:active {
    text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
    text-decoration: underline;
    text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
    border: none;
    color: var(--wp--preset--color--background);
    font-size: var(--wp--preset--font-size--medium);
    padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
    opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.read-more a {
    color: #ff5f95 !important;
    text-decoration: underline !important;
}
.read-more a:hover {
    color: #111 !important;
    text-decoration: none !important;
}
.read-more a:focus {
    text-decoration: underline !important;
}
.master_mixology #more {
  display: none;
}
.master_mixology #dots {
  display: none !important;
}
.master_mixology button {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: inline;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  color: #f4627f;
  cursor:pointer;
}
.wp-block-navigation__responsive-container.is-menu-open {
    padding-top: var(--wp--custom--spacing--outer);
    padding-bottom: var(--wp--custom--spacing--large);
    padding-right: var(--wp--custom--spacing--outer);
    padding-left: var(--wp--custom--spacing--outer);
}
.equipment_supply_cover::after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 100%;
    position: absolute;
}
.footer_social_icondes .elementor-widget-image {
    width: 25% !important;
}
.testimonial_yacth_box .testimonial-box{
    box-shadow: unset !important;
    margin-top: 0px !important;
}
.testimonial_yacth_box .rating-stars li i {
    background: #098452;
}
.testimonial_yacth_box .rating-stars li{
    margin-right: 3px !important;
}
.yacth_page2_gallery .gallery-items .gallery-item-wrap:nth-child(n+4) {
    top: 300px !important;
}
.yacth_page2_gallery .gallery-item-wrap:hover .thumbnail-wrap img{
    transform: scale(1.5);
    transition: 2s;
}
.yacth_page2_gallery .gallery-items .gallery-item-wrap .grid-item{
    margin: 0px !important;
}
.contact_form_yacth .columns_wrap_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form_yacth .columns_wrap_l {
    margin: 0 !important;
    width: 49%;
}
.contact_form_yacth .columns_wrap_r {
    width: 49%;
}
.contact_form_yacth input {
    height: 55px;
    margin: 0 0 6px;
    background: transparent;
    padding: 0 15px;
    width: 100%;
    border: 2px solid #eceae6;
    font-size: 18px;
    color: #464545;
}
.contact_form_yacth textarea{
    width: 100%;
    padding: 15px;
    color: #464545;
    border: 2px solid #eceae6;
    font-size: 18px;
}
.contact_form_yacth .columns_wrap p{
    margin: 0px;
    margin-bottom: 8px;
}
.contact_form_yacth .columns_wrap .wpcf7-submit{
    background: #D0A364;
    color: #fff;
    border: 1px solid #D0A364;
    text-transform: uppercase;
}
.contact_form_yacth .columns_wrap .wpcf7-submit:hover{
    color: #D0A364;
    background: #fff;

}
.page-id-121 .elementor-element-948a6b3,
.page-id-338 .elementor-element-948a6b3{
    display: none;
}

    .mobile_course_des{
        max-height: 700px;
    }


/*New Header Section Css Start*/

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    width: 47px;
    height: 47px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.headerMenuhub {
    margin: 0px 15px;
    border: 2px solid #fff;
}

.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}


.header {
    background: #111444 !important;
    padding: 18px 15px; 
    transition: 0.6s;
    z-index: 9999999;
    position: fixed;
    top: 0;
    width: 100%;
}

.page-id-152 .bg_image_active 
{
  background: transparent!important;
  position: fixed!important;
  top: 0;
}

.page-id-152 .sticky
{
  background: #111343 !important;
}

.header .container 
{
    position: unset;
    max-width: 1366px;
    margin: auto;
}


.sticky {
    background-color: #111343 !important;
    -webkit-box-shadow: 0 2px 40px 8px rgb(15 15 15 / 15%);
    box-shadow: 0 2px 40px 8px rgb(15 15 15 / 15%);
    padding-top: 8px !important;
    position: fixed!important;
    z-index: 999999;
    width: auto;
    left: 0 !important;
    top: 0 !important;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding-bottom: 8px !important;
    right: 0px !important;
    transition: 0.6s;
}

.sticky .get_touch {
    margin-top: 0px;
}

.sticky .header-logo img {
    width: 100px;
}

.sticky .navbar {
    margin-top: 0px;
}

.header-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-div .get_touch a {
    padding: 10px 30px;
    background: #ff5f95;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    position: relative;
    font-family: "Roboto", sans-serif;
    z-index: 1;
    text-decoration: none!important;
    font-weight: 400;
    transition: 0.6s;
}

.header-div .get_touch a:hover {
    background-color: #fff !important;
    color: #000 !important;
    fill: #000 !important;
}

.header-div .get_touch a:hover svg {
    color: #000 !important;
    fill: #000 !important;
}

/*.get_touch a:hover {
    color: #2C2C2C!important;
}

.get_touch a:before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.get_touch a:hover:before {
    top: -40%;
}
*/

.bgImage {
    display: none;
}

.header-div .get_touch a svg {
    padding-right: 0px;
}

.get_touch a svg {
    width: 18px !important;
    color: #fff !important;
    fill: #fff;
    padding-top: 0px;
    padding-right: 5px;
}
.header-logo img {
    width: 140px;
}
.navbar ul li a {
    color: #fff;
    padding-left: 20px;
    font-size: 24px;
    text-decoration: none;
}
.navbar ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.navbar ul li {
    list-style: none;
}
#navigation {
    display: none;
    position: unset;
}
.header .container {
    position: unset;
}
.navbar ul li button {
    background: inherit;
    color: #fff;
    border: 0;
    font-size: 22px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.navbar ul li button span {
    font-family: "Roboto", sans-serif;
    padding-right: 10px;
}

.navbar ul li button i {
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid#fff;
    padding: 10px;
}

.hamburger-menu .nav-sec_1 h5 span {
    visibility: hidden !important;
}

li#menu-item-281 
{
  background-color: #ff5f95;
  text-align: center;
}

li#menu-item-281 a 
{
  color: #ffffff;
}

.hamburger-menu {
    display: flex;
    align-items: baseline;
    justify-content: center;
    background: #fff;
    /* position: absolute; */
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    padding-bottom: 50px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 1px 0px inset, rgb(0 0 0 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    top: 100%;
    bottom: unset;
}
.nav-sec {
    width: 31%;
    vertical-align: top;
}


.scrollup-button {
    z-index: 999999 !important;
    background-color: #ff5f95 !important;
    width: 53px;
    right: 40px !important;
    height: 53px;
}

.scrollup-button .scrollup-svg-icon {
    display: block;
    overflow: hidden;
    fill: #ffffff;
}

.scrollup-button .scrollup-svg-icon {
    opacity: 0 !important;
}

.scrollup-button {
    z-index: 999999 !important;
    background-color: #ff5f95 !important;
    width: 53px;
    right: 40px !important;
    height: 53px;
}

.scrollup-button:after {
    content: "";
    position: absolute;
    left: 35%;
    top: 35%;
    background: url(/wp-content/uploads/2025/02/upload.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(1);
}

.hamburger-menu h5 {
    color: #ff5f95;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Titillium Web" !important;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid#ff5f95;
    margin-bottom: 5px;
    padding-left: 10px;
}

.hamburger-menu h5 span {
    font-weight: 300;
}
.hamburger-menu ul {
    padding: 0;
    margin: 0;
    margin-right: 0px;
}

.ham.hamRotate.ham1 {
    border: 1px solid #fff;
    margin: 0px 0px 0px 10px;
    z-index: 999;
}

.hamburger-menu ul li {
    list-style: none;
    border-bottom: 1px solid#ff5f95;
    line-height: 48px;
    margin-right: 15px;
}

.hamburger-menu li#menu-item-514 + li {
    border: 0;
}

.hamburger-menu li#menu-item-19646 + li {
    border: 0;
}

.hamburger-menu li#menu-item-513 + li {
    border: 0;
}

.hamburger-menu li#menu-item-518 + li {
    border: 0;
}

.hamburger-menu ul li:last-child {
    border-bottom: 0px solid#ff5f95;
}
.hamburger-menu ul li a {
    color: #111444;
    text-decoration: none;
    transition: 0.6s;
    font-family: "Roboto", sans-serif;
    /* letter-spacing: 0.5px; */
    font-size: 18px;
    display: block;
    padding-left: 10px;
    font-weight: 400;
}

.hamburger-menu ul li.menu-item-3172 a {
    background-color: #ff5f95;
    text-align: center;
    color: #fff;
}

.hamburger-menu ul li.menu-item-3172 a:hover
{
    color: #fff;
}

.hamburger-menu ul li a br {
    display: none;
}

.hamburger-menu ul li a:hover {
    color: #ff5f95;
}
.hamburger-menu li.get_in_touch a {
    background: #ff5f95;
    color: #fff !important;
    display: block;
    text-align: center;
    font-size: 20px;
}
.hamburger-menu li.get_in_touch a span {
    font-weight: 600;
}















/*New Header Section Css End*/


/* page 3 */

div#mixology-course-left {
    border-top: 50px solid#ff5f95;
}
div#mixology-course-right {
    border-top: 50px solid#d8a566;
}

div#mixology-course-left .elementor-widget-wrap.elementor-element-populated {
    border-left: 1px solid #ff5f95;
    margin-top: 40px;
    height:  226.8%;
}

div#mixology-course-right .elementor-widget-wrap.elementor-element-populated {
    border-left: 1px solid#d8a566;
    margin-top: 40px;
     height: 227%;
}
section#yacht-sector h2.elementor-heading-title.elementor-size-default {
    margin-top: -350px;
}
section#the-subjects {
    width: 92.6%;
}

section#int-course {
    left: 0px;
    top: 0px;
    background: #fff;
    /* padding-left: 80px; */
    /* margin-left: 80px; */
}
section#int-course:before {
    background: #fff;
    content: '';
    position: absolute;
    height: 100vh;
    width: 30%;
    left: -170px;
}
section#int-course .elementor-container.elementor-column-gap-default {
    padding-left: 0px;
}


section#yacht-sector h2.elementor-heading-title.elementor-size-default {
    margin-top: -80px;
    padding-left: 0px;
}
.subjects_table ul li{
    list-style: none;
    vertical-align: middle;
}
div#subjects_table .elementor-widget-container ul li {
    line-height: 40px;
    list-style: none;
    color: #484848;
    font-size: 18px;
    font-weight:400;
}
div#subjects_table .elementor-widget-container ul li span {
    padding-right: 20px;
    vertical-align: sub;
}
/* div#subjects_table:before {
    border-left: 1px solid#ff5f95;
    height: 74%;
    content: "";
} */
div#subjects_table:after {
    border-top: 1px solid#ff5f95;
    /* height: 104%; */
    width: 6.2%;
    content: "";
    left: 10px;
    position: absolute;
    top: 73%;
}
div#day-Intensive {
    background: #fff8fa;
    border: 1px solid#ff5f95;
    width: 88%;
    margin-left: 40px;
    padding-bottom: 60px;
}
div#day-Intensive h3.elementor-icon-box-title {
    color: #ff5f95;
    margin: 30px 0px;
}
div#day-Intensive p {
    font-size: 20px;
    color: #313131;
    font-weight: 400;
}

div#day-Intensive h4 {
    color: #ff5f95;
    font-size: 50px;
    font-weight: 500;
    margin: 0px;
    padding: 30px 0px;
}
a.book-course {
    background: #ff5f95;
       color: #fff;
    padding: 20px 10px;
    font-size: 21px;
    font-weight: 400;
    max-width: 400px;
    width: 400px;
    text-transform: uppercase;
    display: inline-block;
}
a.book-course span{
    vertical-align: sub;
    padding: 0 6px;
} 
a.book-course-dates {
    background: #111343;
    color: #fff;
    padding: 20px 10px;
    font-size: 21px;
    font-weight: 400;
    max-width: 400px;
    width: 400px;
    text-transform: uppercase;
    display: inline-block;
}
a.book-course-dates span{
    vertical-align: sub;
    padding: 0 6px;
}


.subjects-table:before {
    border-left: 1px solid#d8a566!important;
    height: 74%;
    content: "";
}
.subjects-table:after {
    border-top: 1px solid#d8a566!important;
    height: 104%;
    width: 8%!important;
    content: "";
    left: 0!important;
    position: absolute;
    top: 74%!important;
}
.day_Intensive {
    background: #fff8f0!important;
    border: 1px solid#d8a566!important;
    width: 88%;
    margin-left: 40px;
    padding-bottom: 60px;
}
.day_Intensive h3.elementor-icon-box-title {
    color: #d8a566!important;
}
.day_Intensive h4 {
    color: #d8a566!important;
}
.day_Intensive a.book-course {
    background: #d8a566;
}

section#real-feedback .elementor-wrapper.elementor-open-lightbox img {
    border: 10px solid#fff;
    margin: 0px 0px;
    width: 80%;
}
section#real-feedback .elementor-column{
    margin:0px 10px;
}
section#pop-up-events h2.elementor-heading-title.elementor-size-default {
    padding-left: 0px;
    padding-top: 10px;
}
section#pop-up-events p {
    padding-left: 0px;
}

section#pop-up-events .popup-info {
    background: #fff;
    margin-top: -270px;
    border-top: 40px solid#ff5f95;
}

div#popup__info {
    border-top: 40px solid#d8a566!important;
}

section#pop-up-events:before {
    background: #fff;
    content: '';
    position: absolute;
    height: 100vh;
    width: 30%;
    top: -230px;
}
div#bespoke-events h2.elementor-heading-title.elementor-size-default {
    padding-left:0px;
}
div#bespoke-events p{
    padding-left:0px;
}
div#popup__info {
    border-top: 40px solid#d8a566;
}
.cocktail-design-info ul{
    padding:0px;
    margin:0px;
}
.cocktail-design-info ul li {
    line-height: 48px;
    list-style: none;
    font-size: 20px;
    font-weight: 300;
}
.cocktail-design-info ul li span {
    padding-right: 30px;
    vertical-align: sub;
}
div#cocktail__design {
    border-top: 40px solid#d8a566!important;
}

.cocktail-design-info{
      border-top: 40px solid#d8a566!important;
}

div#operational-bar h2.elementor-heading-title.elementor-size-default {
    padding-left: 0px;
    padding-top: 50px;
}
div#operational-bar p {
    padding-left: 0px;
 
}


div#bar_operational{
    border-top: 40px solid#d8a566!important;
}
div#what-we-can{
    border-top: 40px solid#111343!important;
    background: #fff;
    margin-top: -275px;
}
div#what-we-can h2.elementor-heading-title.elementor-size-default {
    padding-left: 0px;
    padding-top: 50px;
}
div#what-we-can p {
    padding-left: 100px;
}

.header_color {
    background: #111444!important;
}

.contact_form p {
    padding-left: 0px!important;
}
.contact_form input{
    width:100%;
}

.contact_form input {
    padding: 20px 15px;
    outline: none!important;
    width: 100%;
    font-family: "Roboto" !important;
}
.contact_form textarea {
    padding: 20px 15px;
    outline: none;
    font-family: "Roboto" !important;
    width: 100%;
}
.contact_form input::placeholder {
    font-size:18px;
    font-family: "Roboto" !important;
    color:#808080;
}
.contact_form textarea::placeholder {
    font-size:14px;
    font-family: "Roboto" !important;
    color:#808080;
}
.contact_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #ff5f95!important;
    color: #fff;
    padding: 20px 10px!important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}
.contact_form .send_ms_btn {
   
    position:relative;
}

.contact_form .send_ms_btn:after {
    content: '';
    background: url(https://yacht-crew-mixology-training.spiritlablondon.com/wp-content/uploads/2023/04/arrow04.png);
    display: block;
    height: 36px;
    width: 26px;
    position: absolute;
    top: 12px;
    right: 40px;
}

.request-button {
    display: initial;
    padding: 4px 4px 4px 4px;
    background: #fff;
    display: block;
}
a.send-request-btn {
    background: #fff;
    padding: 16px 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    border: 1px solid#111343;
    color: #111343;
}
a.send-request-btn span {
    padding-left: 38px;
    vertical-align: top;
    text-align: right;
    float: right;
}

a.send-request-btn.pink_btn {
    border: 1px solid#ff5f95;
    color: #ff5f95;
}
a.send-request-btn.yellow_btn {
    border: 1px solid#d8a566;
    color: #d8a566;
}

.page-id-512 section.elementor-section.elementor-top-section.elementor-element.elementor-element-948a6b3.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    display: none;
}
.page-id-512 section.elementor-section.elementor-top-section.elementor-element.elementor-element-885f7ac.elementor-section-full_width.footer-sec.elementor-section-height-default.elementor-section-height-default {
    background: #111343;
}
.page-id-512 .elementor-442 .elementor-element.elementor-element-fd02bc8 {
    color: #ffffff;
}
.page-id-512 .elementor-442 .elementor-element.elementor-element-1929af3 .elementor-icon-list-text {
    color: #ffffff;
}
.page-id-512 .elementor-442 .elementor-element.elementor-element-e62414e {
    --divider-color: #787878;
}
.page-id-512 a.elementor-icon.elementor-social-icon {
    background: #fff!important;
}
.page-id-512 a.elementor-icon.elementor-social-icon i {
    color: #111343!important;
}
.page-id-512 .footer-sec
{
    display:none
}

.page-id-121 .footer-sec-dark {
    display: none;
}
.page-id-338 .footer-sec-dark {
    display: none;
}


    .mb-top-heading{
        display:none;
    }

.dt-top-heading span {
    font-weight: 300;
}

.mb-top-heading span {
    font-weight: 300;
}


.mb-subjects_table .elementor-widget-container ul {
    padding:0px;
    margin:0px;
}
.mb-subjects_table .elementor-widget-container ul li {
    line-height: 40px;
    list-style: none;
    color: #222;
    font-size: 18px;
    font-weight: 400;
}.mb-subjects_table .elementor-widget-container ul li span {
    padding-right: 20px;
    vertical-align: sub;
}

.mb-subjects_table h3 {
    font-size: 40px!important;
    line-height: 50px;
}
.mb-day-intensive {
    background: #fff8fa;
    border: 1px solid#ff5f95;
    padding-bottom: 60px;
}.mb-day-intensive h3.elementor-icon-box-title {
    color: #ff5f95;
    margin: 30px 0px;
}.mb-day-intensive p {
    font-size: 20px;
    color: #313131;
    font-weight: 400;
}.mb-day-intensive h4 {
    color: #ff5f95;
    font-size: 50px;
    font-weight: 500;
    margin: 0px;
    padding: 30px 0px;
}
.mb-day-intensive p.elementor-icon-box-description {
    color: #222!important;
}
.mb-International-course .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-2f9539c {
    width: 95%;
    border-top: 20px solid#ff5f95;
    margin-top: -100px;
    background: #fff;
} 
.mb-subjects_table .elementor-512 .elementor-element.elementor-element-b546e92 {
    text-align: justify;
    color: #222222;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}



.mb-advanced-course {
    border-top: 20px solid#d8a566;
    width: 95%;
}

.mb-advanced-int  a.book-course{
    background:#d8a566!important;
/*  max-width: auto;
    width: auto;
    padding: 10px 40px; */
}
/* .mb-advanced-course  a.book-course-dates{
     max-width: initial;
    width: auto;
    padding: 10px 40px;
} */

.mb-advanced-int h4{
    color: #D8A566!important;
    font-size: 50px;
    font-weight: 500;
    margin: 0px;
    padding: 30px 0px;
}
.mb-advanced-int {
    background: #fff8f0;
    border: 1px solid#d8a566;
    padding-bottom: 20px;
}



/* 404 Page */


.error404 .footer-sec-dark{
display: none!important;
}

.page-error{
    margin: 50px 20px;
}

.page_404 h3{
    font-size: 45px;
    font-weight: 700;
font-family: "Roboto", Sans-serif;
margin: 0px;
}

.page_404 p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
        font-family: "Roboto", Sans-serif;
        display: block;
}
.page_404 img{
    width: 100%;
    margin: 0 auto;
}

.page_404 {
    width: 40%;
    background: #ffffff;
    border-bottom: 4px solid #f6bcff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}
.page_404 a {
    background: #D0A364;
    padding: 15px 55px;
    text-decoration: none;
    color: #000;
    line-height: 0;
    font-weight: 600;
    font-size: 21px;
    border-radius: 50px;
}

.page-id-892 section.elementor-section.elementor-top-section.elementor-element.elementor-element-948a6b3.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default
{
    display: none;
}

.page-id-892 .footer-sec-dark{
    display: none!important;
}
.show_hide_button  a.elementor-button.elementor-size-sm {
    cursor: pointer;
}
.read_less   a.elementor-button.elementor-size-sm {
    cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}

/*.seo-pg-full {
    display: none;
}*/


/*------- mixology-training-spiritlablondon ----------*/

.mixology-page
{
    position: relative;
}

.mixology-page-logo
{
    position: absolute;
}

.mixology-page-logo .elementor-element.elementor-element-9fb6640.elementor-widget.elementor-widget-image {
    position: absolute;
    bottom: 19rem;
}      

.mixology-banner-content span
{
    color: #f4b331;
}

/*.check-out-button
{
    position: relative;
}*/

.check-out-button a.elementor-button.elementor-button-link.elementor-size-sm 
{
    background: #121FCF;
    background: linear-gradient(to top, #ba1815 50%, #fb201c 50%);
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0 100%);
    width: 250px;
    height: 2.9rem;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.check-out-button a.elementor-button.elementor-button-link.elementor-size-sm:after {
    position: absolute;
    content: "\e925";
    right: 20px;
    top: 11px;
    font-weight: bold;
    font-family: 'jkiticon' !important;
}

.check-out-button-1 a.elementor-button.elementor-button-link.elementor-size-sm 
{
    background: #121FCF;
    background: linear-gradient(to top, #f4b331 50%, #b48324 50%);
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0 100%);
    width: 250px;
    height: 2.9rem;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.check-out-button-1 a.elementor-button.elementor-button-link.elementor-size-sm:after
{
    position: absolute;
    content: "\e925";
    right: 20px;
    top: 11px;
    font-weight: bold;
    font-family: 'jkiticon' !important;
}

.check-out-button-2 a.elementor-button.elementor-button-link.elementor-size-sm 
{
    background: #121FCF;
    background: linear-gradient(to top, #a0c400 50%, #779000 50%);
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0 100%);
    width: 250px;
    height: 2.9rem;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    position: relative;
}


.check-out-button-2 a.elementor-button.elementor-button-link.elementor-size-sm:after
{
    position: absolute;
    content: "\e925";
    right: 20px;
    top: 11px;
    font-weight: bold;
    font-family: 'jkiticon' !important;
}


.level-section
{
    position: relative;
}

.level-section .level-heading h2.elementor-heading-title.elementor-size-default {
    position: absolute;
    bottom: 2rem;
    left: 0rem;
    background: #f32116;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    padding: 15px 60px;
    z-index: 22;
    right: -32%;
    font-size: 38px;
}

.level-heading h2 span
{
    font-weight: bolder;
}


.level-heading h2 
{
    font-weight: 700!important;
}

.advanced-section
{
    position: relative;
}


.advanced-section .advanced-heading h2.elementor-heading-title.elementor-size-default 
{
    position: absolute;
    bottom: 2rem;
    left: -32%;
    background: #f4b331;
    color: #fff;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 15px 60px;
    z-index: 22;
    right: 0;
    font-size: 38px;

}


.advanced-heading h2 span
{
    font-weight: bolder;
}


.advanced-heading h2 
{
    font-weight: 700!important;
}

.foundation-section
{
    position: relative;
}

.foundation-section .foundation-heading h2.elementor-heading-title.elementor-size-default {
    position: absolute;
    bottom: 2rem;
    left: 0rem;
    background: #a1c400;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    padding: 15px 60px;
    z-index: 22;
    right: -32%;
    font-size: 38px;
}

.foundation-heading h2 
{
    font-weight: 700!important;
}

.foundation-heading h2 span
{
    font-weight: bolder;
}


.bg-icon i {
    width: 60px;
    height: 60px;
    color: #000!important;
    background: #fff;
    line-height: 60px;
    font-size: 1.4rem;
    border-radius: 50%;
    font-weight: bolder;
}

.Title-video-section 
{
    position: relative;
}

.Title-video-section i {
    position: absolute;
    bottom: 4%;
    right: 4%;
    font-size: 2rem;
}


/*sidebar nav*/


.top-header {
    position: absolute;
    top: 0;
    width: 100%;
    background: #111343;
    z-index: 9999;
    transition: 0.6s;
}


.is-sticky {
    position: fixed;
    background: #111343;
}

.top-logo img {
    width: 45%!important;
}

.is-sticky .top-logo img {
    width: 28%!important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #111343;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav::-webkit-scrollbar {
  width: 15px;
}

.sidenav::-webkit-scrollbar-track {
  box-shadow: 0!important; 
  border-radius: 0!important;
}
 
.sidenav::-webkit-scrollbar-thumb {
  background: #111343; 
  border-radius: 0px!important;
}


.sidenav::-webkit-scrollbar-thumb:hover {
  background: #111343; 
}



.menu-nav 
{    
    margin: 0;
}

.menu-nav ul 
{
    list-style: none;
    padding: 0!important;
}

.menu-nav ul li
{
    display: block;
}

.menu-nav ul li a {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255,255,255,.5);
    line-height: 35px;
    transition: 0.6s;
}

.menu-nav ul li a:hover {
    color: #FF5F95;
}

/*.menu-nav ul li a ul.dropdownsh {
background: #030538;
    line-height: 30px;
    color: #fff;
    width: 80%;
    margin: 0px auto 18px;
}*/

.menu-nav ul li .dropdown
{
    position: relative;
}

.menu-nav ul li .dropdown::after {
    content: "\f107"!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    float: right;
    width: 25px;
    height: 25px;
    background: #2c3e50;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    transition: 0.6s;
}


.menu-nav ul.dropdownshow {
    background: #030538;
    line-height: 30px;
    color: #fff;
    padding: 10px 20px!important;
    width: 80%;
    margin: 9px auto 3px;
}

.menu-nav ul.dropdownshow li a {
    padding: 0;
    border: 0;
    line-height: 28px;
    font-size: 15px!important;
}

.closebtn {
    border: 3px solid #fff!important;
    margin-top: 15px;
    color: #fff!important;
    font-size: 30px!important;
    padding: 4px 16px 8px!important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    padding: 0px 15px 3px!important;
    right: 25px;
    font-size: 28px!important;
    margin-left: 50px;
    transition: 0.6s;
}

.sidenav .closebtn:hover {
    color: #FF5F95!important;
}

.sidebar__menu span {
    font-size: 30px!important;
    cursor: pointer!important;
    position: absolute;
    right: 10%;
    z-index: 1;
    line-height: 0;
    /* line-height: 35px; */
    top: -27px;
    border: 2px solid #fff!important;
    padding: 20px 10px 22px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.6s;
}

.sidebar__menu span:hover {
    border: 2px solid #FF5F95!important;
    background: #FF5F95;
}

.sidebar__menu span::before {
    position: absolute;
    content: "Menu";
    left: -72px;
    top: 21px;
    color: #fff;
    font-size: 19px;
}

.luxury_Yacht 
{
    position: relative!important;
    height: 800px!important;
}

.luxury_Yacht .e-hosted-video
{
    height: 800px!important;
    width: 100%!important;
}

.luxury_Yacht .e-hosted-video video
{
    object-position: top!important;
} 


.luxury_heading {
    position: absolute;
    left: 0;
    bottom: 45%;
    right: 0;
    z-index: 4;
}

.luxury_heading h2
{
    position: relative;
}

.luxury_Yacht:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 190px;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box; 
    opacity: 1;
    z-index: 0;
}

.luxury_heading h2:before {
    content: "";
    position: relative;
    display: inline-block;
    left: -25px;
    top: 3px;
    width: 130px !important;
    height: 25px;
    background: url(/wp-content/uploads/2024/12/left_line.png);
    background-repeat: no-repeat !important;
}

.luxury_heading h2:after {
    content: "";
    position: relative;
    display: inline-block;
    right: -25px;
    top: 3px;
    background: url(/wp-content/uploads/2024/12/right_line.png);
    width: 130px !important;
    height: 25px;
    background-repeat: no-repeat;
}

.luxury_heading h2 span
{
    font-weight: 700;
}

.brand_logo 
{
    position: absolute;
    right: 25px;
    top: 25px;
    text-align: right;
}

.page-content 
{
  margin: 130px 0px 50px;
}

.page-content p
{
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.yacht_page_urls ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yacht_page_urls ul li
{
  box-shadow: rgb(100 100 100 / 15%) 0px 7px 30px 0px;
  background: #fff;
  padding: 15px 20px;
  transition: 0.6s!important;
  width: 49.30%;
  margin-bottom: 20px;
}

.yacht_page_urls ul li a 
{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
}
.yacht_page_urls .but {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 21px;
    background: linear-gradient(to bottom, #ff5f95 50%, #df5382 50%);
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    color: #fff;
    font-weight: 300;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    z-index: 4;
    padding: 12px 20px !important;
    border-radius: 0 !important;
    font-size: 18px;
    margin-top: 28px;
    margin-left: auto;
    width: 220px;
    margin-right: auto;
}

.yacht_page_urls .but 
{
    justify-content: space-between!important;
}

.yacht_page_urls .but
{
    font-weight: 300;
}

.yacht_page_urls .but
{
    font-weight: 600;
}

.yacht_page_urls .but::before 
{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #ff5f95 50%, #df5382 50%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.yacht_page_urls .but:hover::before 
{
    opacity: 1;
}


.brand_logo img 
{
    width: 15%;
}

.courses-list .elementor-button-wrapper a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    background: linear-gradient(to bottom, #ff5f95 50%, #df5382 50%);
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    color: #fff;
    font-weight: 300;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    z-index: 4;
    padding: 18px 20px !important;
    border-radius: 0 !important;
    font-size: 20px;
    margin-top: 18px;
    width: 300px;
}

.courses-list .elementor-button-wrapper a .elementor-button-content-wrapper 
{
    justify-content: space-between!important;
}

.courses-list .elementor-button-wrapper a .elementor-button-text
{
    font-weight: 300;
}

.courses-list .elementor-button-wrapper a .elementor-button-text span
{
    font-weight: 600;
}

.courses-list .elementor-button-wrapper a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #ff5f95 50%, #df5382 50%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.courses-list .elementor-button-wrapper a:hover::before {
    opacity: 1;
}


.blue_color .elementor-button-wrapper a
{
    background: linear-gradient(to bottom, #333573 50%, #252653 50%)!important;
}

.blue_color .elementor-button-wrapper a::before
{
    background: linear-gradient(to bottom, #252653 50%, #333573 50%)!important;
}

.inter_content p
{
    margin-bottom: 10px;
}

.inter_content p a 
{
    display: block;
    font-weight: 700;
    font-size: 17px!important;
    color: #000;
    position: relative;
    z-index: 4;
    text-decoration: underline!important;
}

.line_2 .inter_content p a
{
    display: inline;
} 

.inter_maindiv
{
	height: 600px;
}

.line_1
{
  height: 600px;
}

.line_2
{
  height: 600px;
}

.line_1 .elementor-element-populated
{
  height: auto;
}

.line_1 .elementor-element-populated .elementor-widget-image
{
  height: auto;
}

.line_1 .elementor-element-populated .elementor-widget-image .elementor-widget-container
{
  height: auto;
}

.line_1 .elementor-element-populated .elementor-widget-image .elementor-widget-container img
{
  height: 600px;
}

.line_1:before
{
    border: 1px solid #ffffff;
    border-right: 0px!important;
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0px;
    z-index: 1;
    bottom: 30px;
}

.inter_div {
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.inter_div p
{
  margin: 1.2em 0px;
}

.line_2:after
{
    border: 1px solid #ff5f95;
    border-left: 0px!important;
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    right: 30px;
    z-index: 1;
    bottom: 30px;
}

.advanced_section:after
{
    border: 1px solid #3aa8f4;
}

.inter_text {
    position: absolute!important;
    padding-left: 280px!important;
    left: inherit!important;
    top: 35%;
    width: auto!important;
    z-index: 9;
}

.inter_text h2 span
{
    font-weight: 700!important;
}

.advanced_section .courses-list .elementor-button-wrapper a
{
    background: linear-gradient(to bottom, #3aa8f4 50%, #3395d8 50%);
}

.advanced_section .courses-list .elementor-button-wrapper a::before
{
    background: linear-gradient(to top, #3aa8f4 50%, #3395d8 50%);
}

.advanced_section .elementor-element-populated:after 
{
    border: 1px solid #3aa8f4;
}

.main_heading h2 span
{
    font-weight: 700!important;
}

.preferred_video 
{
    width: 80%!important;
    margin-inline: auto;
}

.getTouch .elementor-button-wrapper a 
{
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    background: linear-gradient(to bottom, #ff5f95 50%, #df5382 50%);
    color: #fff;
    font-weight: 300;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    z-index: 1;
    padding: 15px 25px !important;
    border-radius: 0 !important;
    font-size: 20px;
    margin-top: 18px;
    width: 250px;
}

.getTouch .elementor-button-wrapper a .elementor-button-content-wrapper .elementor-button-icon i 
{
    font-size: 25px!important;
}

.getTouch .elementor-button-wrapper a .elementor-button-content-wrapper 
{
    justify-content: space-between!important;
    align-items: center!important;
}

.getTouch .elementor-button-wrapper a .elementor-button-text
{
    font-weight: 300;
}

.getTouch .elementor-button-wrapper a .elementor-button-text span
{
    font-weight: 600;
}

.getTouch .elementor-button-wrapper a::before 
{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #ff5f95 50%, #df5382 50%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.getTouch .elementor-button-wrapper a:hover::before 
{
    opacity: 1;
}

.event_heading 
{
    width: 50%!important;
    background-color: #ff5f95;
    padding: 40px 125px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background: #ff5f95 url(/wp-content/uploads/2025/01/pink_log.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 30px!important;
}

.event_heading h2 br
{
  display: none;
}

.event_heading h2 span
{
    font-weight: 700;
}

.cocktail_main_section
{
    margin-top: -32rem!important;
}

.cocktail_section 
{
    padding-left: 120px!important;
    padding-right: 120px!important;
    padding-bottom: 0!important;
    background: #fff url(/wp-content/uploads/2024/12/white_logo.png);
    background-size: cover;
    background-repeat: no-repeat!important;
    z-index: 2;
}

.cocktail_section p
{
  margin: 1em 0px;
}

.real_feedback 
{
    /*background: #fff url(/wp-content/uploads/2025/01/heading-ttle-line-right-1.png);*/
    padding-block: 80px;
    /*background-position: left;*/
    /*background-size: 50%;*/
    /*background-repeat: no-repeat;*/
    position: relative;
}

.real_feedback_2
{
  width: 50%!important;
}

.real_feedback_1
{
  width: 25%!important;
}

.real_feedback_2 h2 br
{
  display: none;
}

.real_feedback_2 h2 span
{
  display: block!important;
}

.real_feedback:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/01/heading-ttle-line-right-1.png);
    background-position: left;
    background-size: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    filter: brightness(0.9);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.real_feedback .elementor-column-gap-default
{
    justify-content: space-between!important;   
}

.real_feedback .elementor-widget-video .elementor-wrapper 
{
    aspect-ratio: inherit!important;
    --video-aspect-ratio: inherit!important;
}


.contactForm form input::placeholder
{
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}

.contactForm form textarea::placeholder
{
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}


.contactForm .wpcf7 form.sent .wpcf7-response-output {
    border-color: green!important;
    color: #000!important;
}


.contactForm form p 
{
    margin: 0;
}

.contactForm form input {
    width: 100%;
    border: 0!important;
    outline: none!important;
    border-bottom: 1px solid #ff5f95!important;
    height: 45px!important;
    font-family: "Roboto", sans-serif !important;
    padding: 15px 20px;
    margin-bottom: 5px!important;
    background-color: transparent!important;
}

.contactForm form textarea 
{
    width: 100%;
    font-family: "Roboto", sans-serif !important;
    border: 0!important;
    border-bottom: 1px solid #ff5f95!important;
    height: 100px!important;
    padding: 15px 20px;
}


.contactForm form .wpcf7-submit 
{
    position: relative;
    display: block!important;
    text-decoration: none;
    font-size: 21px!important;
    background: linear-gradient(to bottom, #333573 50%, #252653 50%)!important;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    color: #fff!important;
    font-weight: 300!important;
    text-align: center!important;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    z-index: 1;
    padding: 18px 20px !important;
    border-radius: 0 !important;
    margin-top: 18px;
    width: auto;
    height: 55px!important;
    line-height: 15px!important;
    border-bottom: 0!important;
}

.contactForm form .wpcf7-submit
{
    font-weight: 300;
}

.contactForm form .wpcf7-submit span
{
    font-weight: 600;
}

.contactForm form .wpcf7-submit::before 
{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #252653 50%, #333573 50%)!important;
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.contactForm form .wpcf7-submit:hover::before 
{
    opacity: 1;
}

.banner_line
{
    position: relative;
}

.banner_line:before 
{
    border: 1px solid #ffffff;
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 1;
    bottom: 30px;
}

/*.real_feedback_1
{
    width: 253px!important;
}*/


.real_feedback .elementor-widget-video .e-hosted-video .elementor-video 
{
  width: 253px!important;
  margin: auto;
  object-fit: cover!important;
  height: 410px!important;
  max-width: inherit!important;
  --video-aspect-ratio: inherit!important;
}


/*New Footer Section Start*/

footer {
    background: #111444;
    padding: 20px 0px;
    width: 100%;
}


footer .container::before {
    height: 135%;
    width: 76%;
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/01/heading-ttle-line-right.png);
    background-position: 20% 10px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    /* filter: brightness(0.2); */
    z-index: 0;
    left: 220px;
    opacity: 0.1;
}
footer .container {
    max-width: 1366px !important;
    margin: auto;
    padding: 0px 1rem;
}

footer {
    position: relative;
    overflow: hidden;
}

.footer-sec.left {
    width: 59%;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.footer-sec.right {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    position: relative;
}

.copyfooter {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    z-index: 1;
    position: relative;
}

.footer-sec h5 {
    color: #f46293;
    font-size: 35px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid;
    font-family: "Titillium Web" !important;
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.left ul {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.left ul {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.footer-sec ul li {
    list-style: none;
}

.footer-social_img {
    display: none;
}

.footer-social_img a {
    background: inherit!important;
    height: auto!important;
    width: auto!important;
    line-height: inherit!important;
    border-radius: inherit!important;
}

.footer-social_img a img:first-child  
{
  width: 100%!important;
}

.footer-social_img a img
{
  width: 100%!important;
}

.footer-sec ul a {
    color: #fff;
    text-decoration: none !important;
    font-family: roboto;
    line-height: 32px;
    font-weight: 300;
    font-size: 18px;
    transition: 0.6s;
    display: flex;
}

.footer-sec a:before {
    content: "\f054";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    padding-right: 15px;
    color: #f46293;
    font-size: 22px;
    transition: 0.6s;
}

.footer-sec ul a:hover {
    color: #f46293;
    padding-left: 5px;
}

.footer-sec ul a br {
    display: none;
}


.footer-sec.right {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    position: relative;
}

.right ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

footer .cart_menu_li {
    display: none;
}

.copyfooter {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    z-index: 1;
    position: relative;
}


.footer-social {
    width: 22%;
}

.mini-footer {
    width: 55%;
}

.mini-footer {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.footer-social_img {
    display: none;
}

.footer-social ul {
    margin-right: auto;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer-social li {
    margin: 0px 6px;
    display: inline-block;
    vertical-align: top;
}

.footer-social a {
    background: #f46293;
    color: #111444;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 22px;
    transition: 0.6s;
}

.footer-social a:hover
{
  background-color: #fff;
}

.footer-social a img
{
    width: 18px!important;
}

.footer-social a img:first-child {
    margin-top: 8px;
}
.footer-social a i {
    line-height: 40px;
}

.footer-social a .fa-facebook:before
{
    content: "\f39e"!important;
}


.mini-footer {
    width: 55%;
}

.mini-footer p {
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
}


/*New Footer Section End*/

@media only screen and (max-width: 1024px){
    .accredited-logo{
        padding: 0px 0px 0px 0px!important;
    }
    .popup-events {
    padding: 0px 0px 0px 0px!important;
}
    
    .specialised-mixology h2.elementor-heading-title.elementor-size-default {
    font-size: 36px !important;
    line-height: 44px !important;
}
/*  page 3 */
section#int-course .elementor-heading-title {
    font-size: 42px!important;
}
section#int-course .elementor-widget-container {
    padding: 0px 0px 10px 0px!important;
}
div#mixology-course-left .elementor-widget-wrap.elementor-element-populated {
    height: 267.3%;
}
div#subjects_table:after {
    width: 7.9%;
}
    .subjects-table:after {
    width: 9.9%!important;
}
div#mixology-course-right .elementor-widget-wrap.elementor-element-populated {
    height: 268%;
}
    section#real-feedback h2.elementor-heading-title.elementor-size-default {
    line-height: 70px;
        font-size:60px;
}

    section#real-feedback .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 32%!important;
}
    section#real-feedback .elementor-column {
    margin: 0px 4px;
}
    
    section#pop-up-events h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
    font-size: 28px;
        line-height: 40px;
}
    section#bespoke-events .elementor-widget-wrap.elementor-element-populated {
    margin: 10px 20px 10px 20px;
}
    a.send-request-btn {
    padding: 12px 30px;
    font-size: 18px;
}
    
    div#bar_operational h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
    font-size: 28px;
        line-height: 40px;
}

    div#bespoke-events p {
    margin: 0;
}
    .barware-lassware h2.elementor-heading-title.elementor-size-default {
    font-size: 50px!important;
}
}

@media only screen and (max-width: 900px){
    
    a.book-course {
    max-width: 300px;
    width: 300px;
}
    a.book-course-dates {
     max-width: 300px;
     width: 300px;
}
section#the-subjects .elementor-container.elementor-column-gap-no {
    min-height: 350px!important;
}
    div#subjects_table:after {
    width: 8.9%;
}
    div#mixology-course-left .elementor-widget-wrap.elementor-element-populated {
    height: 248.7%;
}div#mixology-course-right .elementor-widget-wrap.elementor-element-populated {
    height: 249%;
}
    .subjects-table:after {
    width: 11.5%!important;
}section#real-feedback h2.elementor-heading-title.elementor-size-default {
    line-height: 56px;
    font-size: 46px;
}
    .cocktail-design-info ul li {
    line-height: 38px;
    font-size: 18px;
    display: flex;
}
    div#operational-bar .elementor-widget-wrap.elementor-element-populated {
    margin: 30px 20px 30px 20px;
}
    a.send-request-btn {
    padding: 12px 16px;
    font-size: 16px;
}a.send-request-btn span {
    padding-left: 10px;
}
    section#bespoke-events img{
        width:100%;
    }

a.send-request-btn span {
  padding-left: 38px;
}
a.send-request-btn span {
  padding-left: 38px;
  vertical-align: top;
  text-align: right;
  float: right;
}
}


@media only screen and (max-width: 800px){
    section#bespoke-events .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 100%;
}
    section#bespoke-events .elementor-widget-wrap.elementor-element-populated {
    margin: 0px 0px 0px 0px;
}
    div#bespoke-events {
    padding: 15px;
}
    section#pop-up-events h2.elementor-heading-title.elementor-size-default {
    padding-left: 0px;
}
section#pop-up-events p {
    padding-left: 0px;
    margin-bottom:0px;
}   
div#mixology-course-left .elementor-widget-wrap.elementor-element-populated {
    height: 228%;
}
    div#mixology-course-right .elementor-widget-wrap.elementor-element-populated {
    height: 229%;
}
    .subjects-table:after {
    width: 13.5%!important;
}
    div#subjects_table:after {
    width: 10.3%;
}
    section#yacht-sector .elementor-512 .elementor-element.elementor-element-937598d {
    margin-top: 0px!important;
}
    section#int-course .elementor-heading-title {
    font-size: 30px!important;
    line-height: 40px;
}section#int-course .elementor-widget-wrap.elementor-element-populated {
    padding: 0px 20px 0px 20px;
}
    section#int-course {
    top: -30px;
}
    section#what_we_do .elementor-widget-wrap.elementor-element-populated {
    margin: 30px 20px 30px 20px;
}

section#bar-oper-design {
    padding: 0px 0px 0px 0px;
}
.elementor-512 .elementor-element.elementor-element-452363b > .elementor-widget-container {
    margin: 0px 0px 0px 10px!important;
}
    .cocktail-design-info ul li span {
    padding-right: 20px!important;
}
    .cocktail-design-info .elementor-widget-wrap.elementor-element-populated {
    margin: 10px 20px 30px 30px!important;
}
    div#bespoke-events {
    padding-bottom: 50px;
}
section#real-feedback .elementor-wrapper.elementor-open-lightbox img {
    width: 100%;
}
}




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

    .sidebar__menu span {
        font-size: 25px!important;
        padding: 16px 8px 18px;
    }

    .sidebar__menu span::before {
        left: -68px;
        top: 18px;
        font-size: 17px;
    }

    .mobile_bg_sec{
        min-height: 550px;
    }   
    .mobile_font_des{
        font-size: 26px !important;
    }
    .mobile_course_des{
        max-height: 600px;
    }
    .logo img {
    width: 60%!important;
}
.elementor-121 .elementor-element.elementor-element-29099b0 {
    padding: 30% 0% 58% 0%;
}
    .accredited-logo img {
    width: 50%;
}
    .popup-events img{
        width:100%!important:
    }
    .elementor-hidden-desktop .elementor-widget-image img {
    width: 100%!important;
}
    .elementor-121 .elementor-element.elementor-element-eaec7ec {
    margin-top: -69px;
    margin-bottom: 0px;
    padding: 250px 15px 200px 15px;
}

    .elementor-121 .elementor-element.elementor-element-5da6e5e .elementor-heading-title {
    font-size: 21px!important;
    
}
    .footer-sec .elementor-column.elementor-col-33.elementor-inner-column {
    width: 100%;
}
    .footer-sec .elementor-widget-container {
    text-align: center;
}.footer-sec .elementor-widget-container img {
    width: 30%!important;
}
    
.footer-sec li.elementor-icon-list-item {
    text-align: center!important;
}
    .footer-sec .elementor-widget-container {
    text-align: center;
    color: #01152E;
          line-height: 48px;
}
    .footer-sec .elementor-social-icons-wrapper.elementor-grid {
    text-align: center;
}
        .equipment_supply_cover .elementor-widget-wrap.elementor-element-populated {
    padding-bottom: 70px!important;
}
    
/*  page 3 */
.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-c39b4e3.top-left-line {
    display: none;
}
    div#logo-sec img {
    width: 40%;
    text-align: left;
    float: left;
}elementor-512 .elementor-element.elementor-element-3abb681 {
    padding: 0px 0px 400px 0px;
}
    section#yacht-sector h2.elementor-heading-title.elementor-size-default {
     margin-top: -490px;
    padding-left: 0px;
}
    .mb-top-heading{
        display:block!important;
    }
    .dt-top-heading{
        display: none!important;
    }
    div#subjects_table:after {
   display:none;
}
    div#mixology-course-left .elementor-widget-wrap.elementor-element-populated {
    border-left: 0px solid#ff5f95;
    height: auto;
}
.top-img-bg {
    margin-top: 0px;
    padding: 0px 0px 500px 0px!important;
}

.mb-top-heading {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    position: absolute;
    margin-top: 200px;
}
    section#real-feedback .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 100%!important;
}
    



    section#real-feedback{
    margin-top: 30px;
    padding: 40px 15px 40px 15px;
}
    section#real-feedback .elementor-wrapper.elementor-open-lightbox img {
    margin: 20px 0px;
}
.real_people_info {
    padding-bottom: 40px;
    }
    
.top-right-line .elementor-divider {
    text-align: left;
    padding-top: 0px!important;
    padding-bottom: 50px;
}
    .mb-subjects_table h3.elementor-heading-title.elementor-size-default {
    font-size: 32px!important;
    line-height: 44px;

}section#pop-up-events .popup-info {
    margin-top: -310px;
    padding-top: 50px;
    width: 95%;
}
    section#pop-up-events h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
    font-size: 40px;
    line-height: 60px;
}div#bespoke-events {
    padding: 50px 15px 80px 15px;
}
    div#bar_operational h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
    font-size: 40px;
    line-height: 60px;
}
    .footer-sec-dark .elementor-column.elementor-col-33 {
    width: 100%!important;
    text-align: center;
    margin: 0 auto;
}
    .footer-sec-dark .elementor-widget-container {
    text-align: center!important;
}
    .footer-sec-dark .elementor-442 .elementor-element.elementor-element-08dab1f img {
    width: auto!important;
}
    .footer-sec-dark .elementor-442 .elementor-element.elementor-element-4e1533c .elementor-widget-container {
    text-align: center!important;
}
    .footer-sec-dark span.elementor-divider-separator {
    border-top: 1px solid#fff!important;
}
    .elementor-442 .elementor-element.elementor-element-08dab1f img {
    width: auto!important;
}
.providing-quality-heading {
    position: absolute;
    top: -750PX;
    left: 22%;
    font-size: 52px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 55px;
}
    section#mb-event-coc .elementor-512 .elementor-element.elementor-element-6d38141 > .elementor-element-populated {
    margin: 20px 20px 20px 20px!important;
}
        section#mb-event-coc .elementor-512 .elementor-element.elementor-element-2176630 > .elementor-element-populated {
    margin: 20px 20px 20px 20px!important;
}
    .cocktail-design-info ul li {
    line-height: 50px;
    font-size: 18px;
    display: flex;
}
    div#bar_operational {
    width: 95%;
    border-top: 40px solid#d8a566!important;
}
    .page_404 {
     width: 75%;
    padding: 40px;
}
    .page_404 h3 {
    font-size: 30px;
}.page_404 p {
    font-size: 16px;
}.page_404 a {
    padding: 15px 50px;
    font-size: 18px;
}

.yacht-sector-1 {
    margin-top: 0px!important;
    display: block!important;
}
.get-in-touch-btn {
    display: none!important;
}

}


@media only screen and (max-width: 575px){
    .accredited-logo img {
    width: 100%;
}
.specialised-mixology {
    padding: 20% 0% 28% 0%!important;
}
    .elementor-121 .elementor-element.elementor-element-eaec7ec {
    margin-top: -100px!important;
    margin-bottom: 0px;
    padding: 70px 15px 140px 15px!important;
}
    .elementor-121 .elementor-element.elementor-element-5da6e5e .elementor-heading-title {
    font-size: 42px!important;
    line-height: 55px;
}

    .equipment_supply_cover .elementor-widget-container p {
    text-align: justify;
}
    .footer-sec .elementor-widget-container img {
    width: 60%!important;
}.mb-day-intensive {
    padding-bottom: 30px;
}
    
  .cocktail-design-info {
    border-top: 26px solid#d8a566!important;
}
.mb-subjects_table h3.elementor-heading-title.elementor-size-default {
    font-size: 32px!important;
    line-height: 44px;
}

section#pop-up-events h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
    font-size: 32px;
    line-height: 44px;
}.cocktail-design-info ul li {
    line-height: 40px;
    font-size: 16px;
    display: flex;
}
div#bar_operational h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
    font-size: 32px;
    line-height: 44px;
}.providing-quality-heading {
    font-size: 40px;
    line-height: 46px;
}.mb-subjects_table h3 {
    font-size: 32px!important;
    line-height: 44px;
}
section#pop-up-events .popup-info {
    padding-top: 20px;
}
}
@media only screen and (max-width: 400px){

.specialised-mixology {
    padding: 30px 5px 80px 5px!important;
}
 .footer__sec .elementor-element.elementor-element-fd02bc8.elementor-widget.elementor-widget-text-editor{
    text-align: center!important;
  }

 .footer__sec .elementor-442 .elementor-element.elementor-element-aa2e4ba {
    text-align: center!important;
}



 .footer__sec .elementor-442 .elementor-442 .elementor-element.elementor-element-d4812fa {
    width: 100%!important;
}
 .footer__sec .elementor-442 .elementor-element.elementor-element-acafcea {
    width: 100%!important;
}

 .footer__sec .elementor-442 .elementor-element.elementor-element-aa2e4ba img {
    width: 100%!important;
}
  
    
}

@media only screen and (min-width: 767px){
    .yacth_page2_gallery .gallery-items{
        height: unset !important;
        display: flex;
        flex-wrap: wrap;
    }
    .yacth_page2_gallery .gallery-items .gallery-item-wrap{
        width: 33%;
        float: left;
        position: unset !important;
    }

}
.cache_remove ~ div{
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}


@media(max-width: 2500px)
{
    .line_1 img
    {
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .inter_text 
    {
        left: 48%!important;
        padding-left: 0!important;
    }
}


@media(max-width: 1920px)
{
    .inter_text 
    {
        left: 32%!important;
    }
}

@media(max-width: 1440px)
{
    .inter_text 
    {
        padding-left: 200px;
    }

    .courses-list .elementor-button-wrapper a 
    {
        width: 420px;
    }
}


@media(max-width: 1400px)
{
    .inter_text 
    {
        padding-left: 185px;
    }

    .real_feedback_2 .elementor-element-populated
    {
      padding: 0px 0px 0px 20px!important;
    }
}

@media(max-width: 1366px)
{
    .inter_text 
    {
        padding-left: 170px;
    }
}

@media(max-width: 1200px)
{
    .inter_text 
    {
        padding-left: 125px;
        left: inherit!important;
    }

    .real_feedback_2 .elementor-element-populated
    {
        padding-left: 125px!important;   
    }

    .event_heading 
    {
        padding: 40px 110px;
    } 

    .cocktail_section {
        padding-left: 100px!important;
        padding-right: 100px!important;
    }

    .real_feedback .elementor-column-gap-default {
        justify-content: space-around!important;
    }

    .footer-sec.right {
        padding-left: 20px;
    }

    .footer-social {
        margin-right: 15px;
    }

    .mini-footer {
    width: auto;
}

.mini-footer {
    width: auto;
}
}


@media(max-width: 1100px)
{
    .inter_text 
    {
        padding-left: 110px!important;
    }

    .real_feedback_2 .elementor-element-populated
    {
        padding-left: 120px!important;   
    }

    .event_heading 
    {
        padding: 40px 100px;
    }

    .courses-list .elementor-button-wrapper a 
    {
        width: 350px;
    }

    .footer-sec.left {
        width: 57%;
        padding-inline: 15px;
    }

    .footer-sec.right {
        padding-left: 30px;
    }
}

@media(max-width: 1024px)
{
.inter_maindiv
{
	height: auto;
}

.line_1
{
  height: auto;
}

.line_2
{
  height: auto;
}

.line_1 .elementor-element-populated
{
  height: auto;
}

.line_1 .elementor-element-populated .elementor-widget-image
{
  height: auto;
}

.line_1 .elementor-element-populated .elementor-widget-image .elementor-widget-container
{
  height: auto;
}

.line_1 .elementor-element-populated .elementor-widget-image .elementor-widget-container img
{
  height: 600px;
}

    .luxury_heading h2:before
    {
        display: none;
    }

    .luxury_heading h2:after
    {
        display: none;
    }

    .line_1 img 
    {
        width: 100%;
    }

    .line_2:after 
    {
        border-left: 1px solid #ff5f95!important;
        border-top: 0!important;
        top: 0px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .line_1:before {
        border-right: 1px solid #ffffff;
        border-bottom: 0px!important;
        right: 15px;
        top: 15px;
        left: 15px;
        bottom: 0px;
    }

    .advanced_section:after {
        border: 1px solid #3aa8f4;
        border-left: 1px solid #3aa8f4!important;
    }


    .cocktail_section 
    {
        width: 94%!important;
        margin-inline: auto;
    }

    .event_heading 
    {
        margin-left: 30px;
    }

    .banner_line:before 
    {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .event_heading 
    {
        padding: 40px 50px;
    }

    .cocktail_section 
    {
        padding-left: 45px!important;
        padding-right: 45px!important;
    }

    .cocktail_main_section 
    {
        margin-top: -25rem!important;
    }

    .real_feedback_2 .elementor-element-populated 
    {
        padding-left: 60px!important;
    }

    .banner_line .elementor-column-gap-default
    {
        min-height: 850px!important;
    }   

    .event_heading h2
    {
        font-size: 40px!important;
    }

    .main_heading h2
    {
        font-size: 36px!important;
        line-height: 50px!important;
    }

    .preferred_video 
    {
        width: 80%!important;
    }

    .inter_text h2 span br
    {
        display: none;
    }

    .inter_text 
    {
        padding-left: 0px!important;
        top: 35%;
        width: 100%!important;
        text-align: center;
    }
}


@media(max-width: 990px)
{

  .yacht_page_urls ul li
  {
    width: 100%;
    margin-bottom: 15px;
  }

    .bespokeRow .elementor-column-gap-default
    {
        flex-wrap: wrap;
    }


    .luxury_heading 
    {
            bottom: 40%;

    }

    .luxury_Yacht 
    {
        position: relative!important;
        height: 500px!important;
    }

    .luxury_Yacht .e-hosted-video
    {
        height: 500px!important;
        width: 100%!important;
    }

    .luxury_heading h2
    {
        font-size: 48px!important;
    }

    .bespokeRow .elementor-column-gap-default .elementor-inner-column
    {
        width: 100%!important;
    }

    .bespokeRow .elementor-column-gap-default .elementor-inner-column img
    {
        margin-bottom: 30px!important;
    }

    .bespokeRow .elementor-column-gap-default .elementor-inner-column .elementor-widget-heading
    {
        margin-bottom: 0!important
    }

    .bespokeRow .elementor-column-gap-default .elementor-inner-column .elementor-element-populated
    {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .event_heading 
    {
        margin-left: 25px;
    }

    .real_feedback 
    {
        padding-block: 50px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .real_feedback_1 {
        width: 50%!important;
    }

    .real_feedback_2 {
        width: 100%!important;
    }


    .real_feedback .elementor-widget-video .e-hosted-video .elementor-video 
    {
        height: auto!important;
    }

    .real_feedback_2 .elementor-element-populated {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .real_feedback .elementor-column-gap-default 
    {
        padding-inline: 25px;
    }

    .real_feedback_2 .elementor-element-populated .main_heading h2 
    {
        text-align: center!important;
        margin-bottom: 30px;
    }

    .real_feedback_2 .elementor-element-populated .main_heading h2 br
    {
        display: none;
    }

    .real_feedback_2 .elementor-element-populated .main_heading h2 span 
    {
        display: block;
    }

    .main_heading h2 span 
    {
        display: block;
    }

    .elementor-element-f685e17 .main_heading h2
    {
        padding-top: 25px!important;
    }

    .elementor-element-f685e17 .main_heading h2 span {
        display: inline;
    }

     .main_tell h2 span br
    {
        display: none;
    }

    .inter_text h2
    {
        font-size: 48px!important;
        line-height: 60px!important;
    }
    .bespokeRow .elementor-inner-column .main_heading h2 span
    {
        display: inline;
    }

    .footer-sec.left {
    width: 55%;
}

.footer-social {
    width: 35%;
}
}


@media(max-width: 768px)
{

  .real_feedback_2 
  {
    width: 100%!important;
  }

  .real_feedback_1 
  {
    width: 100%!important;
  }

  .footer-social {
    width: 100%;
   }

   .mini-footer 
   {
    padding-top: 30px;
  }

    .hamburger-menu {
        background: #ffffff;
    }

    .hamburger-menu {
    display: block !important;
    width: 100%;
    padding: 10px;
}



.nav-sec {
    width: 100%;
}

    .get_touch 
    {
        display: none;
    }

    .hamburger-menu h5 {
        font-size: 20px;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .hamburger-menu ul li {
        line-height: 34px;
    }

    .hamburger-menu ul li a {
        font-size: 16px;
    }


    .cocktail_section 
    {
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-top: 0px!important;
    }

    .line_2 .inter_content p a 
    {
        display: block;
    }

    .event_heading h2 {
        font-size: 32px!important;
        line-height: 36px!important;
    }

    .event_heading h2 br
    {
        display: none;
    }

    .popheading h2 br
    {
        display: block;
    }

    .popheading h2 span {
        display: block;
    }

    .spirit_list h2 span {
    display: contents!important;
}

    .spirit_list h2 br
    {
        display: block;
    }

    .spirit_list h2 span br
    {
        display: none;
    }

    .event_heading h2 span br
    {
        display: block;
    }

    .event_heading h2 span
    {
    display: contents!important;
    }

    .main_heading h2 {
    line-height: 40px!important;
    }   

    .event_heading {
        width: 80%!important;
    }

    .event_heading 
    {
        margin-left: 20px;
    }

    .event_heading 
    {
        padding: 25px 20px;
    }

    .preferred_video 
    {
        width: 95%!important;
    }

    .banner_line .elementor-column-gap-default 
    {
        min-height: 550px!important;
    }

    .line_2
    {
        padding: 0px 30px!important;
    }

    .line_2 .elementor-element-populated
    {
        padding: 30px 15px!important;
    }

    .courses-list .elementor-button-wrapper a {
        width: 280px;
        font-size: 15px;
        margin-top: 15px;
        padding: 15px 15px !important;
    }

    footer .container::before
    {
        content: inherit;
    }

    footer {
    background: #111444;
    padding: 20px 0px;
}

.footer-sec.left {
    width: 100%;
    padding-inline: 10px;
}

.footer-sec h5 {
    border-bottom: 0px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.footer-sec ul {
    width: 100%;
}

.footer-sec ul a {
    line-height: 26px;
    font-size: 16px;
}

.footer-sec a:before 
{
  padding-right: 8px;
  font-size: 18px;
}
footer .container {
    padding: 0px 0.5rem;
    width: 98%;
}

.footer-sec.right {
    width: 100%;
    padding-left: 10px;
}

.copyfooter {
    display: block;
    padding-inline: 10px;
}

.footer-social {
    width: 100%;
    margin-bottom: 30px;
}

.mini-footer 
{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #f46293;
  margin-top: 0px;
}

.mini-footer {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #f46293;
    margin-top: 0px;
}

.footer-sec ul a {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 8px;
}

}

@media(max-width: 575px)
{

	.main_tell {
    	padding-left: 12px;
    	padding-top: 30px;
    	margin-bottom: 0!important;
	}

    footer {
    background: #111444;
    padding: 20px 0px;
}

.footer-social_img {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.footer-social_img {
    display: block;
    margin: 20px auto;
    text-align: center;
}

    .header-logo img {
        width: 100px;
    }

    .header {
        padding: 5px 15px;
    }

    .line_2:after 
    {
        border-left: 1px solid #ff5f95;
        border-top: 0!important;
        top: 0px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .advanced_section .elementor-element-populated:after {
        border-left: 1px solid #3aa8f4!important;
    }

    .real_feedback 
    {
        padding-block: 30px;
    }

    .real_feedback_2 .elementor-element-populated .main_heading h2 
    {
        margin-bottom: 20px;
    }

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

    .main_heading h2 {
        font-size: 28px!important;
        line-height: 32px!important;
    }  

    .event_heading {
        margin-left: 12px;
    }

    .luxury_heading {
        bottom: 40%;
    }

    .luxury_Yacht 
    {
        position: relative!important;
        height: 430px!important;
    }

    .luxury_Yacht .e-hosted-video
    {
        height: 430px!important;
        width: 100%!important;
    }

    .luxury_heading h2
    {
        font-size: 40px!important;
    }

    .line_1:before {
        border-right: 1px solid #ffffff!important;
        border-bottom: 0px!important;
        right: 10px;
        top: 10px;
        left: 10px;
        bottom: 0px;
    }

    .banner_line:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .inter_text h2 
    {
        font-size: 40px!important;
        line-height: 50px!important;
    }

    .line_1 img 
    {
        height: 400px!important;
        object-position: center!important;
    }
}