/*!
Theme Name: triangleloft
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: triangleloft
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.

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

@font-face {
    font-family: 'bicyclette';
    src: url('fonts/bicyclette-black-webfont.woff2') format('woff2'),
        url('fonts/bicyclette-black-webfont.woff') format('woff'),
        url('fonts/bicyclette-black-webfont.ttf') format('truetype'),
        url('fonts/bicyclette-black-webfont.svg#bicycletteblack') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'bicyclette';
    src: url('fonts/bicyclette-bold-webfont.woff2') format('woff2'),
        url('fonts/bicyclette-bold-webfont.woff') format('woff'),
        url('fonts/bicyclette-bold-webfont.ttf') format('truetype'),
        url('fonts/bicyclette-bold-webfont.svg#bicyclettebold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'bicyclette';
    src: url('fonts/bicyclette-regular-webfont.woff2') format('woff2'),
        url('fonts/bicyclette-regular-webfont.woff') format('woff'),
        url('fonts/bicyclette-regular-webfont.ttf') format('truetype'),
        url('fonts/bicyclette-regular-webfont.svg#bicycletteregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'neuzeit_grotesk';
    src: url('fonts/neuzeitgro-bol-webfont.woff2') format('woff2'),
        url('fonts/neuzeitgro-bol-webfont.woff') format('woff'),
        url('fonts/neuzeitgro-bol-webfont.ttf') format('truetype'),
        url('fonts/neuzeitgro-bol-webfont.svg#neuzeit_groteskbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'neuzeit_grotesk';
    src: url('fonts/neuzeitgro-lig-webfont.woff2') format('woff2'),
        url('fonts/neuzeitgro-lig-webfont.woff') format('woff'),
        url('fonts/neuzeitgro-lig-webfont.ttf') format('truetype'),
        url('fonts/neuzeitgro-lig-webfont.svg#neuzeit_grotesklight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'neuzeit_grotesk';
    src: url('fonts/neuzeitgro-reg-webfont.woff2') format('woff2'),
        url('fonts/neuzeitgro-reg-webfont.woff') format('woff'),
        url('fonts/neuzeitgro-reg-webfont.ttf') format('truetype'),
        url('fonts/neuzeitgro-reg-webfont.svg#neuzeitgrounspecified') format('svg');
    font-weight: 400;
    font-style: normal;

}



body {
    width: 100%;
    cursor: none;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'neuzeit_grotesk';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #D7D7D7;
    font-size: 1.30vw;
    line-height: 1.1;
    background-color: #000;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 30px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #D7D7D7;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}


/*font size*/


h1 {
    font-weight: 700;
    font-size: 9vw;
    line-height: 0.8;
}

h2 {
    line-height: 0.75;
    font-weight: 700;
    font-size: 8.7vw;
    font-family: 'bicyclette';
    letter-spacing: -0.015em;
}

h3 {
    font-family: 'bicyclette';
    font-weight: 700;
    font-size: 4.56vw;
    line-height: 0.7;
}

h4 {
    font-size: 1.58vw;
    font-weight: 400;
}

h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 0.8;
}

h6 {
    font-size: 1.1vw;
    font-weight: 400;
}

/* gapping*/
.cmn-gap {
    padding: 4vw 0;
}

/* button */

.btn,
input[type="submit"],
input[type="button"],
button[type="submit"] {
    font-family: 'neuzeit_grotesk';
    font-weight: 400;
    padding-top: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FF4E54;
    text-align: left;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.2;
    font-size: 16px;
    padding: 0;
}

.btn span {
    width: 16px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    color: #fff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none !important;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

a:hover {
    color: #ff4e54;
}

img {
    max-width: 100%;
}

/*input type*/
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    color: #FFE7DE;
    height: 45px;
    padding: 0 10px;
    outline: none !important;
    background: transparent;
    border: 2px double transparent;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(#ff4e54, #ff4e54, #ff8c73);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#ff4e54), color-stop(#ff4e54), to(#ff8c73));
    background-image: linear-gradient(#000, #000), linear-gradient(#ff4e54, #ff4e54, #ff8c73);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
}

textarea {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: 2px double transparent;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(#ff4e54, #ff4e54, #ff8c73);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#ff4e54), color-stop(#ff4e54), to(#ff8c73));
    background-image: linear-gradient(#000, #000), linear-gradient(#ff4e54, #ff4e54, #ff8c73);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: 100%;
    color: #FFE7DE;
    height: 190px;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    resize: none;
    padding: 15px 10px;
}

select {
    border-radius: 0px;
    border: 1px solid rgba(114, 109, 131, 0.3);
    width: 100%;
    padding: 20px 30px;
    background: url(images/down-arow.svg) no-repeat calc(100% - 16px) center #fff;
    background-size: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #737373;
    font-size: 15px;
}

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

input[type="submit"],
input[type="button"],
button[type="submit"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px double transparent;
    padding: 10px 30px;
    border-radius: 10px;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(left, #16123c, #042a70, #ff4e54, #ff846f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#16123c), color-stop(#042a70), color-stop(#ff4e54), to(#ff846f));
    background-image: linear-gradient(#000, #000), linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-family: 'bicyclette';
    font-weight: 700;
    color: #ffe7de;
    text-decoration: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
    background: -o-linear-gradient(left, #16123c, #042a70, #ff4e54, #ff846f);
    background: -webkit-gradient(linear, left top, right top, from(#16123c), color-stop(#042a70), color-stop(#ff4e54), to(#ff846f));
    background: linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f);
    border: 2px solid #fff;
}

input:focus,
select:focus,
textarea:focus {
    border: 2px double #fff;
}

::-webkit-input-placeholder {
    font-weight: 400;
    color: #FFE7DE;
    opacity: 1;
}

:-ms-input-placeholder {
    font-weight: 400;
    color: #FFE7DE;
    opacity: 1;
}

::-moz-placeholder {
    font-weight: 400;
    color: #FFE7DE;
    opacity: 1;
}

:-moz-placeholder {
    font-weight: 400;
    color: #FFE7DE;
    opacity: 1;
}

/*end*/

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */
.form_input_check {
    margin-top: 10px;
}

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-right: 15px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #414F64;
    font-weight: 700;
    line-height: 20px;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 18px;
    border: 0;
    background: rgba(114, 109, 131, 0.27);
    border-radius: 5px;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 18px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 5px 0;
    padding: 0px 0;
    position: relative;
    text-align: center;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #D7D7D7;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    font-family: 'bicyclette';
    padding: 8px 18px;
    line-height: 1;
}

.navbar-nav>li.current-menu-item a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    background: url(images/nav-bg.png) center center no-repeat;
    background-size: 100% 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #000;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
    border: 4px solid;
    -o-border-image: -o-linear-gradient(left, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#16123c), color-stop(#042a70), color-stop(#ff4e54), to(#ff846f)) 1;
    border-image: linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f) 1;
}

.sub-menu>li>a {
    /* color: #000; */
    display: block;
    width: 100%;
    padding: 6px 10px;
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 1.2;
    color: #D7D7D7;
    font-weight: 700;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background-image: linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f);
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* ======body css start====== */
/*fixed nav bar*/
.main-head.fixed {
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*fixed nav bar end*/

/*menu*/
.hum-menu {
    position: relative;
    height: 45px;
    width: 45px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s linear;
    overflow: hidden;
}

.hum-menu.active {
    background-color: transparent;
    position: relative;
    z-index: 9999;
}

.hum-menu .menu {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu .line {
    position: absolute;
    height: 4.5px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.4s linear;
    opacity: 1;
}

.menu .line.one {
    top: 0px;
    width: 30%;
}

.menu .line.two {
    top: 10px;
    width: 45%;
}

.menu .line.three {
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}

.menu .line.four {
    bottom: 10px;
    width: 80%;
}

.menu .line.five {
    bottom: 0px;
    width: 100%;
}

.hum-menu.active .line.one {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
}

.hum-menu.active .line.five {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
    width: 100%;
}

.hum-menu.active .line.two,
.hum-menu.active .line.three,
.hum-menu.active .line.four {
    opacity: 0;
}

/*end*/
/*Sidebar*/
.custom_sidebar {
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 999;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    opacity: 0;
    padding: 100px 20px 50px 20px;

    display: flex;
    align-items: center;
    justify-content: start;
    /* flex-direction: column; */
}

.custom_sidebar.active_sidebar {
    left: 0;
    opacity: 1;
}

.no_scroll {
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.custom_sidebar ul {
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav-bar-logo {
    width: 210px;
    margin-bottom: 40px;
}

/*Sidebar*/

.container-main {
    padding: 0 7vw;
    width: 100%;
}

.main-head {
    padding: 20px 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}

/* .header-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo{
    width: 3.2vw;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.logo:hover{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
} */

.bnr-ovarlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    right: 0%;
    top: 10vw;
    width: 58vw;
    z-index: 1;
}

.bnr-ovarlay .btn:first-child {
    max-width: 240px;
    text-align: justify;
}

.bnr-ovarlay .btn:last-child {
    margin-left: 20vw;
}



/* banner star */

.banner {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    /* background-color: #000; */
}

.banner_in {
    width: 100%;
    aspect-ratio: 3640/2047;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.animation_wpr {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    /* animation-play-state: paused !important; */
}

.banner a img.banner-logo {
    width: 25vw;
    min-width: 300px;
    z-index: 3;
    position: relative;
}

.banner p {
    margin-left: 2%;
    font-size: 1.5vw;
    font-family: Bicyclette;
    font-style: normal;
    font-weight: 900;
    background: -o-linear-gradient(342.87deg, #16123c -38.35%, #042a70 -30.54%, #ff4e54 70%);
    background: linear-gradient(107.13deg, #16123c -38.35%, #042a70 -30.54%, #ff4e54 70%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    z-index: 3;
    pointer-events: none
}

.animation_wpr.mouseon:hover img {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.animation_wpr img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 1;
    width: 300px;
}

.animation_wpr img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/* banner end */
.about-sec h6 {
    margin-bottom: 5px;
}

.about-sec h2 {
    margin-bottom: 3vw;
}

.about-sec p {
    text-align: justify;
    color: #A6A6A6;
}

.about-sec .gx-5 {
    --bs-gutter-x: 7rem;
}

.cmn-border {
    border-top: 4px solid;
    -o-border-image: -o-linear-gradient(left, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#16123c), color-stop(#042a70), color-stop(#ff4e54), to(#ff846f)) 1;
    border-image: linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.p-outer {
    width: 92%;
}

.team-sec .btn-outer {
    text-align: center;
    margin-top: 4vw;
}

.team-right {
    padding-top: 30px;
}

.team-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
}

.team-img img {
    width: 100%;
}

.cmn-hov-img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cmn-hov-img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-hero-sec {
    padding: 6vw 0;
}

.team-hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px -25px -10px;
}

.team-hero-col {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 25px;
}

.team-hero-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-hero {
    padding: 10px;
    width: 110px;
    height: 110px;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(315deg, #16123c, #042a70, #ff4e54, #ff846f);
    background-image: linear-gradient(#000, #000), linear-gradient(135deg, #16123c, #042a70, #ff4e54, #ff846f);
    border: 3px double transparent;
    border-radius: 10px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin-right: 15px;
}

.team-hero img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-con {
    width: calc(100% - 125px);
}

.team-con h6 {
    color: #FF8C73;
    font-size: 1vw;
}

.team-con h6:first-child {
    color: #ffe7de;
    text-decoration: underline;
    margin-bottom: 7px;
}

.ftr-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ftr-menu ul li {
    padding: 2vw 7vw;
    border-top: 0.1vw solid;
    -o-border-image: -o-linear-gradient(left, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#16123c), color-stop(#042a70), color-stop(#ff4e54), to(#ff846f)) 1;
    border-image: linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ftr-menu ul li a {
    font-family: 'bicyclette';
    letter-spacing: -0.065em;
    color: #E5E5E5;
    font-weight: 400;
    font-size: 10vw;
}

.ftr-menu ul li a:hover {
    color: #ff4e54;
}

.ftr-logo {
    width: 19.57vw;
    margin-bottom: 20px;
    filter: grayscale(1);
}

.ftr-logo:hover {
    filter: grayscale(0);
}

.cpy-rgt,
.cpy-rgt a {
    background: -o-linear-gradient(343.6deg, #16123C -43.69%, #FF4E54 -43.68%, #042A70 -24.57%, #FF8C73 92.03%);
    background: linear-gradient(106.4deg, #16123C -43.69%, #FF4E54 -43.68%, #042A70 -24.57%, #FF8C73 92.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1vw;
}

.cpy-rgt a:hover {
    color: #ff4e54;
    -webkit-text-fill-color: #ff4e54;
    -webkit-background-clip: text;
    background-clip: text;
}

.ftr-right {
    padding-top: 30px;
    text-align: center;
}

.ftr-right h4 {
    font-family: 'bicyclette';
    font-weight: 700;
    text-transform: uppercase;
    color: #D7D7D7;
    font-size: 1.35vw;
    margin-bottom: 10px;
}

.ftr-right a,
.ftr-right p {
    font-size: 1.10vw;
    color: #D7D7D7;
}

.ftr-right p {
    font-weight: 400;
}

.ftr-right a:hover {
    color: #ff4e54;
}

.social-link {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-link li {
    margin-right: 8px;
}

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

.social-link li a {
    width: 1.7vw;
}

.social-link li a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*cursor*/
.cursor-follower {
    position: absolute;
    background: url(images/logo.svg) no-repeat center center;
    background-size: 35px;
    width: 35px;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(5px, 5px) rotate(20deg);
    -ms-transform: translate(5px, 5px) rotate(20deg);
    transform: translate(5px, 5px) rotate(20deg);
}

.cursor-follower.active {
    display: none;
}

/*cursor*/

.cmn-topgap {
    margin-top: 85px;
}

.story-sec h2 {
    margin-bottom: 3vw;
}

.story-sec p {
    text-align: justify;
}

.story-sec .story-left p:not(:last-child) {
    margin-bottom: 20px;
}

.btn-link {
    text-decoration: inherit;
    color: #ff4e54;
}

.btn-link:hover {
    color: #042A70;
}

.story-img {
    border-radius: 10px;
}

.story-img img {
    width: 100%;
    border-radius: 10px;
}

.story-right h6 {
    margin-top: 12px;
    font-size: 1.1vw;
    color: #fff;
}

.space-sec1 .heading {
    margin-bottom: 3vw;
    display: inline-block;
}

.space-sec1 .heading h2 {
    margin-bottom: 5px;
}

.space-video video {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-space-outer {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.about-space-outer figure {
    width: 100%;
    height: 100%;
}

.about-space-outer .abt-diagram img {
    width: 100%;
    height: 100%;
}

.about-space-outer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about-space-outer ul li {
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #D7D7D7;
}

.about-space-outer ul li span {
    font-weight: 700;
    color: #D7D7D7;
}

.about-space-outer ul li:not(:last-child) {
    margin-bottom: 8px;
}

.text-heading {
    margin-bottom: 5vw;
}

.space-box {
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(left, #042a70, #ff4e54, #ff846f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#042a70), color-stop(#ff4e54), to(#ff846f));
    background-image: linear-gradient(#000, #000), linear-gradient(90deg, #042a70, #ff4e54, #ff846f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 3px double transparent;
}

.box-bg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.space-box-img {
    width: 100%;
    z-index: 0;
}

.space-box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.space-box h4 {
    font-family: 'bicyclette';
    font-weight: 700;
    color: #D7D7D7;
    font-size: 1.3vw;
    z-index: 1;
    line-height: 1;
    margin-bottom: 0;
}

.space-title {
    padding: 9px 35px 9px 20px;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(left, #042a70, #ff4e54, #ff846f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#042a70), color-stop(#ff4e54), to(#ff846f));
    background-image: linear-gradient(#000, #000), linear-gradient(90deg, #042a70, #ff4e54, #ff846f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-bottom: 3px double transparent;
    position: relative;
}

.space-title .card-logo {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -12px;
    top: -14px;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(left, #ff4e54, #ff846f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#ff4e54), to(#ff846f));
    background-image: linear-gradient(#000, #000), linear-gradient(90deg, #ff4e54, #ff846f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 3px double transparent;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    padding: 5px;
}

.look-slider .slick-slide {
    padding: 0 35px;
    padding-top: 15px;
}

.look-slider .slick-list {
    margin: 0 -35px;
}

.home-slider .slick-slide {
    padding: 0 15px;
    padding-top: 15px;
}

.home-slider .slick-list {
    margin: 0 -15px;
}

.slick-arrow,
.slick-arrow::before {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
    z-index: 7;
}

.slick-arrow,
.slick-arrow:focus {
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-arrow.slick-disabled {
    opacity: 0.30;
}

.slick-arrow.slick-disabled::before {
    opacity: 1;
}

.slick-arrow::before {
    content: '';
    background: url(images/slider-arrow.svg) center center no-repeat;
    background-size: 12px;
    display: block;
}

.slick-next::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slick-arrow:hover {
    background-color: #ff4e54;
    border-color: transparent;
}

.space-sec4 .text-heading-rgt {
    text-align: right;
}

.space-s4-itm h3 {
    background: -o-linear-gradient(359.63deg, #ec4b56 2.03%, #ff8a72 101.43%);
    background: linear-gradient(90.37deg, #ec4b56 2.03%, #ff8a72 101.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
}

.space-s4-itm .curators-slider .slick-slide,
.space-s4-itm .curators-slider .curators-con,
.space-s4-itm .curators-hero {
    height: 14vw;
}

.space-s4-itm .curators-slider .curators-con,
.space-s4-itm .curators-slider .curators-hero {
    border-radius: 0;
}

.space-sec4 .text-heading h6 {
    margin-bottom: 5px;
}

.newslatter-sec {
    padding: 5vw 0;
}

.newslatter-outer {
    max-width: 660px;
    margin: 0 auto;
    padding-top: 78px;
    padding-left: 58px;
    position: relative;
}

.newslatter-outer:after {
    content: '';
    display: block;
    width: calc(100% + 5px);
    height: calc(100% - 15px);
    background: url(images/newslatter-bg.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.newslatter-sec .space-box h4 {
    margin: 0;
}

.newslatter-sec .space-box .space-box-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newslatter-inr {
    width: 395px;
}

.newslatter-inr h5 {
    font-family: 'bicyclette';
    font-weight: 700;
    margin-bottom: 10px;
}

.newslatter {
    position: relative;
}

.newslatter input[type="email"] {
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(315deg, #ff4e54, #ff846f);
    background-image: linear-gradient(#000, #000), linear-gradient(135deg, #ff4e54, #ff846f);
    border: 3px double transparent;
    border-radius: 5px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 45px;
    color: #FFE7DE;
    font-weight: 400;
    padding: 0 15px;
}

.newslatter input[type="email"]::-webkit-input-placeholder {
    color: #FFE7DE;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.newslatter input[type="email"]::-moz-placeholder {
    color: #FFE7DE;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.newslatter input[type="email"]:-ms-input-placeholder {
    color: #FFE7DE;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.newslatter input[type="email"]::-ms-input-placeholder {
    color: #FFE7DE;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.newslatter input[type="email"]::placeholder {
    color: #FFE7DE;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.newslatter input[type="submit"] {
    position: absolute;
    font-size: 0;
    width: 16px;
    height: 14px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(images/down-arrow.svg) center center no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.newslatter input[type="submit"]:hover,
.newslatter input[type="submit"]:focus {
    -webkit-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.space-video {
    line-height: 0;
}

.space-sec2 .btn {
    font-size: 1.18vw;
}

.space-title .card-logo {
    border-radius: 5px;
}

.space-box {
    border-radius: 5px;
    height: 100%;
}

.look-slider .space-box .space-box-img img {
    border-radius: 5px;
}

.space-title .card-logo:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -10px;
    top: 10px;
    border-top: 6px solid transparent;
    border-right: 10px solid #ff4e54;
    border-bottom: 5px solid transparent;
}

.space-title .card-logo:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 1px;
    bottom: -7px;
    border-top: 7px solid #ff846f;
    border-left: 10px solid transparent;
}

.space-title:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0px;
    bottom: -7px;
    border-top: 5px solid transparent;
    border-right: 4px solid #ff846f;
    border-bottom: 5px solid transparent;
    z-index: 1;
}

.space-title:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: -7px;
    border-top: 5px solid transparent;
    border-left: 5px solid #042a70;
    border-bottom: 5px solid transparent;
    z-index: 1;
}

.look-slider .space-title {
    padding: 9px 35px 9px 4vw;
}

/*whats on 5*/
.whats-on5-sec1 h2 {
    margin-bottom: 3vw;
}

.whats-on5-sec1 p {
    text-align: justify;
}

.whats-on5-sec1 h6 {
    text-align: right;
    margin-top: 10px;
}

.whats-on5-sec2 h3,
.whats-on5-sec3 h3 {
    letter-spacing: -0.015em;
    text-transform: uppercase;
    background: -o-linear-gradient(359.63deg, #FF4E54 2.03%, #FF8C73 101.43%);
    background: linear-gradient(90.37deg, #FF4E54 2.03%, #FF8C73 101.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 45px;
}

.curators-box {
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(315deg, #16123c, #042a70, #ff4e54, #ff846f);
    background-image: linear-gradient(#000, #000), linear-gradient(135deg, #16123c, #042a70, #ff4e54, #ff846f);
    border: 3px double transparent;
    border-radius: 15px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    overflow: hidden;
}


.curators-hero {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* border-radius: 10px; */
    overflow: hidden;
}

.curators-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.curators-slider .slick-prev {
    left: 10px;
}

.curators-slider .slick-next {
    right: 10px;
}

.curators-slider .slick-arrow.slick-disabled {
    display: none !important;
}

.curators-slider .slick-slide,
.curators-slider .curators-con,
.curators-hero {
    height: 27vw;
}

.curators-slider .slick-arrow,
.curators-slider .slick-arrow::before {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    opacity: 1;
    z-index: 7;
    background-color: transparent;
}

.curators-slider .slick-arrow {
    border: 0;
}

.curators-slider .slick-arrow::before {
    background-size: 10px;
    border: 2px solid #FF4E54;
    background-color: transparent;
    background: url(images/arrow-red.svg) center center no-repeat;
    background-size: 10px;
}

.curators-slider .slick-arrow:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.curators-con {
    background: #FFFFFF;
    padding: 30px 20px 30px 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* border-radius: 15px; */
    scrollbar-color: #D9D9D9 transparent;
    scrollbar-width: thin;
    position: relative;
}

/* .curators-con:after{
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.34%);
    position: absolute;
    left: 0;
    bottom: 0;
} */
/*crome*/
/* width */
.curators-con::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.curators-con::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.curators-con::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 100px;
}

/* Handle on hover */
.curators-con::-webkit-scrollbar-thumb:hover {
    background: #bababa;
}

.curators-con h5 {
    font-family: 'bicyclette';
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.curators-con p {
    font-family: 'bicyclette';
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 1.4;
}

.curators-con p:not(:last-child) {
    margin-bottom: 15px;
}

.whats-on5-sec3 .curators-con h5 {
    font-weight: 400;
    margin-bottom: 20px;
}

.whats-on5-sec3 .curators-con h4 {
    font-family: 'bicyclette';
    font-weight: 700;
    color: #000000;
    font-size: 21px;
}

.whats-on5-sec3 .curators-con .btn {
    font-family: 'bicyclette';
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    color: #FF806D;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.whats-on5-sec3 .curators-con .btn:hover {
    color: #042A70;
}

.whats-on5-sec3-itm h4 {
    font-family: 'bicyclette';
    font-weight: 700;
    font-size: 2vw;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.whats-on5-sec3-itm:first-child h4 {
    margin-bottom: 0;
}

.whats-on5-sec3-itm p,
.whats-on5-sec3-itm ul li a {
    font-size: 1.30vw;
    font-family: 'bicyclette';
    font-weight: 400;
    color: #C4C4C4;
}

.whats-on5-sec3-itm ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.whats-on5-sec3-itm ul li:not(:last-child) {
    margin-bottom: 15px;
}

.whats-on5-sec3-itm ul li a span {
    width: 26px;
    margin-right: 5px;
    display: inline-block;
}

.whats-on5-row-btm {
    margin-top: 4vw;
}

.whats-on5-sec3-itm ul li a:hover {
    color: #ff4e54;
}

/*contact*/
.contact-left h6 {
    margin-bottom: 10px;
}

.contact-left h2 {
    margin-bottom: 0;
    font-size: 10vw;
}

.contact-left h2 span,
.contact-map-sec h2 span {
    background: -o-linear-gradient(359.63deg, #FF4E54 2.03%, #FF8C73 101.43%);
    background: linear-gradient(90.37deg, #FF4E54 2.03%, #FF8C73 101.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    width: 80px;
}

.contact-form h6 {
    font-family: 'bicyclette';
    font-weight: 900;
    color: #D7D7D7;
    margin-bottom: 10px;
}

.contact-form .frm-itm:not(:last-child) {
    margin-bottom: 2vw;
}

.contact-form .frm-itm:first-child {
    margin-bottom: 5vw;
}

.contact-form {
    width: 45vw;
    margin-left: auto;
}

.contact-right {
    padding-top: 5vw;
}

.contact-map {
    width: 100%;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(315deg, #16123c, #042a70, #ff4e54, #ff846f);
    background-image: linear-gradient(#000, #000), linear-gradient(135deg, #16123c, #042a70, #ff4e54, #ff846f);
    border: 3px double transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 15px;
    margin-left: 15px;
    position: relative;
}

.map-logo {
    border-radius: 5px;
    background-image: linear-gradient(#000, #000), linear-gradient(90deg, #ff4e54, #ff846f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 3px double transparent;
    -webkit-transform: rotate(14.93deg);
    -ms-transform: rotate(14.93deg);
    transform: rotate(14.93deg);
    position: absolute;
    bottom: -8px;
    left: -15px;
    width: 48px;
    height: 48px;
    padding: 5px;
}

.contact-map .map-logo img {
    border-radius: 0;
}

.contact-map img {
    width: 100%;
    border-radius: 15px;
}

.location-list-outer {
    width: 100%;
    overflow: hidden;
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(340deg, #16123c, #042a70, #ff4e54, #ff846f);
    background-image: linear-gradient(#000, #000), linear-gradient(110deg, #16123c, #042a70, #ff4e54, #ff846f);
    border: 3px double transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 15px;
    max-height: 37vw;
    padding: 20px 0;
    position: relative;
}

.loc-search input[type="search"] {
    width: 100%;
    border-radius: 5px;
    border: 0;
    color: #A9A9A9;
    height: 45px;
    padding: 0 10px 0 40px;
    font-size: 16px;
    background: -o-linear-gradient(359.17deg, #082565 2.85%, #B2435D 101.48%);
    background: linear-gradient(90.83deg, #082565 2.85%, #B2435D 101.48%);
}

.loc-search {
    position: relative;
}

.loc-search:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(images/search.svg) center center no-repeat;
    background-size: 100%;
}

.loc-search input[type="search"]:focus {
    border-color: #042a70;
}

.loc-search input[type="search"]::-webkit-input-placeholder {
    color: #A9A9A9;
    opacity: 1;
}

.loc-search input[type="search"]::-moz-placeholder {
    color: #A9A9A9;
    opacity: 1;
}

.loc-search input[type="search"]:-ms-input-placeholder {
    color: #A9A9A9;
    opacity: 1;
}

.loc-search input[type="search"]::-ms-input-placeholder {
    color: #A9A9A9;
    opacity: 1;
}

.loc-search input[type="search"]::placeholder {
    color: #A9A9A9;
    opacity: 1;
}

.loc-search {
    padding: 0px 15px;
    margin-bottom: 15px;
}

.location-list {
    max-height: calc(37vw - 100px);
    overflow-y: auto;
    scrollbar-color: #3B2E63 transparent;
    scrollbar-width: thin;
    padding: 0 15px 0 15px;
    margin-right: 10px;
}

/*crome*/
/* width */
.location-list::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.location-list::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.location-list::-webkit-scrollbar-thumb {
    background: #3B2E63;
    border-radius: 100px;
}

/* Handle on hover */
.location-list::-webkit-scrollbar-thumb:hover {
    background: #042a70;
}

.location-list-outer:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -o-linear-gradient(268.42deg, rgba(0, 0, 0, 0) 1.34%, #000000 77.98%);
    background: linear-gradient(181.58deg, rgba(0, 0, 0, 0) 1.34%, #000000 77.98%);
}

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

.location-list ul li a:hover h4 {
    color: #ff846f;
}

.location-list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #6D6D6D;
}

.location-list ul li:last-child {
    border-bottom: 0;
}

.location-list h4 {
    margin-bottom: 12px;
    font-size: 1.5vw;
}

.location-list h5 {
    font-size: 1.1vw;
    line-height: 1.1;
}

.contact-map-sec h2 {
    margin-bottom: 3vw;
}


/*modal*/
.contact-modal {
    background: -o-linear-gradient(344.39deg, rgba(0, 0, 0, 0.7) -2.58%, rgba(4, 42, 112, 0.7) 36.42%, rgba(255, 140, 115, 0.7) 100%);
    background: linear-gradient(105.61deg, rgba(0, 0, 0, 0.7) -2.58%, rgba(4, 42, 112, 0.7) 36.42%, rgba(255, 140, 115, 0.7) 100%);
    border-radius: 15px;
    max-width: 100%;
    text-align: center;
    padding: 35px 80px;
    position: relative;
    overflow: hidden;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.contact-modal-outer .modal-content {
    border: 0;
    background-color: transparent;
}

.contact-modal-outer .modal-dialog {
    max-width: 450px;
}

.contact-modal:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-modal h2 {
    font-weight: 700;
    font-size: 36px;
    color: #D7D7D7;
    line-height: 0.9;
    margin-bottom: 10px;
}

.contact-modal h4 {
    font-size: 16px;
    color: #D7D7D7;
    margin-bottom: 50px;
}

.contact-modal .modal-logo {
    width: 50px;
}

.contact-modal .cross-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 15px;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    opacity: 1;
}

.contact-modal .cross-btn:hover {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.modal-backdrop.show {
    opacity: 0;
}

.newslatter-outer .space-box h4 {
    font-size: 1.6vw;
}

.story-left {
    width: 63.7%;
}

.story-right {
    width: 36.3%;
}

.whats-on5-sec1-left {
    padding-right: 60px;
}

.space-box .curators-slider .slick-slide,
.space-box .curators-slider .curators-con,
.space-box .curators-hero {
    height: 14vw;
}

.space-box .curators-slider .slick-slide {
    padding: 0;
}

.space-box .curators-slider .slick-list {
    margin: 0;
}

.contact-qlink {
    margin-top: 40px;
}

.contact-qlink a {
    display: flex;
    align-items: center;
}

.contact-qlink a span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(100, 99, 99, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
}

.space-box .curators-slider .slick-arrow {
    display: none !important;
}

.space-box .curators-slider .slick-arrow.hv-arrow {
    display: block !important;
}

.space-box .curators-slider .slick-arrow.slick-disabled.hv-arrow {
    display: none !important;
}

.gform_required_legend {
    display: none !important;
}

/*--start 7.9.2022--*/
.newslatter .gform_wrapper .gform_validation_errors,
.contact-form .gform_wrapper .gform_validation_errors {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0px 0px 0px 30px;
    font-family: 'bicyclette';
}

.newslatter .gform_wrapper .gfield_validation_message,
.newslatter .gform_wrapper .validation_message,
.contact-form .gform_wrapper .gfield_validation_message,
.contact-form .gform_wrapper .validation_message {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0px !important;
    font-family: 'bicyclette' !important;
}

.newslatter .gform_wrapper .gform_validation_errors>h2 {
    font-family: 'bicyclette' !important;
}

.newslatter .gform_wrapper .gform_validation_errors>h2 .gform-icon,
.contact-form .gform_wrapper .gform_validation_errors>h2 .gform-icon {
    left: 0;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.newslatter_message .newslatter-inr h3 {
    line-height: 0.75;
    font-weight: 400;
    font-size: 10vw;
    font-family: 'bicyclette';
    letter-spacing: -0.065em;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

.newslatter_message .newslatter-inr {
    width: 90%;
}

.newslatter_message .newslatter-inr h4 {
    line-height: 1.2;
    font-size: 1.1vw;
    text-transform: uppercase;
}

.newslatter input[type="submit"] {
    margin-top: -18px;
}

.contact-form .gform_footer input[type="submit"] {
    margin: 0 auto;
}

.contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 24px;
}

.contact-form .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.contact-form #field_1_7.gfield_html_formatted {
    margin-top: calc(5vw - 24px);
}

.contact-form .gfield_html h6 {
    margin-bottom: -10px;
}

.contact-form #field_1_10.gfield_html_formatted {
    margin-top: calc(2vw - 12px);
}

.whats-on5-sec2 .curators-slider .slick-arrow,
.whats-on5-sec2 .curators-slider .slick-arrow::before,
.whats-on5-sec3 .curators-slider .slick-arrow,
.whats-on5-sec3 .curators-slider .slick-arrow::before {
    width: 25px;
    height: 25px;
}

/*--end 7.9.2022--*/
.wpsl-direction-wrap {
    display: none !important;
}
.wpsl-country{
    display: none !important;
}

/* =====body css end===== */
/* Modification CSS 08.09.22 */
#wpsl-wrap #wpsl-stores::-webkit-scrollbar{
    width: 8px;
}
#wpsl-wrap #wpsl-stores::-webkit-scrollbar-track {
    background: transparent; 
}  
#wpsl-wrap #wpsl-stores::-webkit-scrollbar-thumb{
    background: #3B2E63; 
    border-radius: 100px;
}
#wpsl-wrap #wpsl-stores::-webkit-scrollbar-thumb:hover {
    background: #042a70; 
}
#wpsl-result-list{
    background-image: -o-linear-gradient(#000,#000),-o-linear-gradient(340deg,#16123c,#042a70,#ff4e54,#ff846f);
    background-image: linear-gradient(#000,#000),linear-gradient(110deg,#16123c,#042a70,#ff4e54,#ff846f);
    border: 3px double transparent;
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border-radius: 0 0 15px 15px;
    padding: 0 0 20px;
    position: relative;
    overflow: hidden;
    border-top: 0;
    width: 37%;
}
#wpsl-result-list::after{
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -o-linear-gradient(268.42deg, rgba(0, 0, 0, 0) 1.34%, #000000 77.98%);
    background: linear-gradient(181.58deg, rgba(0, 0, 0, 0) 1.34%, #000000 77.98%);
}
#wpsl-stores{
    margin-right: 10px;
    padding: 0 15px 0 15px;
}
#wpsl-wrap #wpsl-result-list ul li{
    padding: 20px 0;
    border-bottom: 1px solid #6D6D6D;
}
#wpsl-wrap #wpsl-result-list ul li:last-child{
    border-bottom: 0;
}
#wpsl-stores .wpsl-store-location p{
    margin-bottom: 0;
    font-size: 1.1vw;
}
#wpsl-stores .wpsl-store-location p strong{
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 1.5vw;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#wpsl-stores .wpsl-store-location p:hover strong{
    color: #ff846f;
}
#wpsl-stores .wpsl-store-location .wpsl-street{
    display: inline-block;
}
#wpsl-wrap .wpsl-search #wpsl-search-input{
    width: 100%;
    border-radius: 5px 0 0 5px;
    border: 0;
    color: #A9A9A9;
    height: 45px;
    padding: 0 10px 0 40px;
    font-size: 16px;
    background: -o-linear-gradient(359.17deg, #082565 2.85%, #B2435D 101.48%);
    background: linear-gradient(90.83deg, #082565 2.85%, #B2435D 101.48%);
}
#wpsl-wrap .wpsl-search{
    background: transparent;
    width: 37%;
    background-image: -o-linear-gradient(#000,#000),-o-linear-gradient(340deg,#16123c,#042a70,#ff4e54,#ff846f);
    background-image: linear-gradient(#000,#000),linear-gradient(110deg,#16123c,#042a70,#ff4e54,#ff846f);
    border: 3px double transparent;
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border-radius: 15px;
    padding: 20px 15px 15px;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
}
#wpsl-wrap .wpsl-search .wpsl-search-btn-wrap{
    margin-right: 0;
    float: right;
}
.wpsl-search #wpsl-search-btn {
    background-color: #082565;
    font-size: 0;
    width: 40px;
    background-image: url(images/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 0;
    height: 45px;
    border-radius: 0 5px 5px 0;
    border: 0;
}
#wpsl-search-wrap .wpsl-input>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
#wpsl-search-wrap .wpsl-input {
    width: calc(100% - 40px);
    position: relative;
    padding-left: 95px;
    margin-right: 0;
    margin-bottom: 0;
}
#wpsl-search-wrap .wpsl-input>div > label{
    font-size: 14px;
    line-height: 1;
}
#wpsl-wrap  #wpsl-gmap{
    margin-top: -38px;
    height: 411px!important;
    width: 58%;
    background-image: -o-linear-gradient(#000,#000),-o-linear-gradient(315deg,#16123c,#042a70,#ff4e54,#ff846f);
    background-image: linear-gradient(#000,#000),linear-gradient(135deg,#16123c,#042a70,#ff4e54,#ff846f);
    border: 3px double transparent;
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border-radius: 15px;
    position: relative;
}
.slick-arrow, .slick-arrow::before{
    width: 40px;
    height: 40px;
}
.slick-arrow::before{
    background-size: 10px;
}
/* Modification CSS 08.09.22 */


/* update 12/09/2022 start */

.space-sec2 .text-md-end .space_doc{
    margin-bottom: 10px;
}
.space-sec2 .text-md-end .space_doc:last-child{
    margin-bottom: 0;
}

/* update 12/09/2022 end */
/***************13.9.22************************/
.row.space_images {
    margin-bottom:40px;
}
/*====== support 14/09/2022 ss =======*/
.hood_link{
    margin-top: 45px;
}
.hood_link .btn-link{
    text-decoration: underline;
    font-size: 22px;
    display: inline-block;
}
.hood_link .btn-link:hover{
    color: #fff;
}
/*====== support 14/09/2022 ss end =======*/

.map { -webkit-filter: grayscale(100%); }


/* date 16/9/22 start  */

.look-slider .space-title{
    padding: 9px 35px 9px 1vw;
}
.space-sec2 .space_doc-new .btn{
    /* max-width: 210px; */
    /*max-width: 13.6vw;*/
    margin-left: auto;
    display: block;
    /*display: flex;*/
    justify-content: space-between;
}
#wpsl-wrap{
    position:relative;
    padding-bottom: 10px;
}
/* #wpsl-wrap::before{
    content: "";
    position: absolute;
    left: 41%;
    bottom: 0px;
    height: 58px;
    width: 58px;
    background: url(images/lg-shape-new.svg) no-repeat center center;
    background-size: 58px;
    z-index: 9;
} */
.space-sec1 .heading .btn {
    padding-left: 8px;
}
.look-slider2 > .slick-list > .slick-track > .slick-slide{
    margin: 0 12px;
}
.look-slider2 > .slick-list{
    margin: 0 -12px;
}
.cmn-border-thin {
    border-top: 0.1vw solid;
    -o-border-image: -o-linear-gradient(left, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#16123c), color-stop(#042a70), color-stop(#ff4e54), to(#ff846f)) 1;
    border-image: linear-gradient(90deg, #16123c, #042a70, #ff4e54, #ff846f) 1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.page-template-tmp-contact .gform_wrapper .gform_validation_errors>h2{
    font-size: 18px !important;
    color: #fa7766 !important;
}
.page-template-tmp-contact .gform_wrapper.gravity-theme .gfield_description,
.page-template-tmp-contact .gform_wrapper.gravity-theme .instruction{
    font-size: 18px !important;
    color: #fa7766 !important;
}

/* date 16/9/22 start  */

#wpsl-search-wrap{

	display: none!important;
}
.curators-box .curators-slider .slick-arrow {
    display: none !important;
}

.curators-box .curators-slider .slick-arrow.hv-arrow {
    display: block !important;
}

.curators-box .curators-slider .slick-arrow.slick-disabled.hv-arrow {
    display: none !important;
}
.curators-box .curators-slider .slick-arrow::before {
    width: 40px;
    height: 40px;
}
.curators-box .curators-slider .slick-next {
    right: 25px;
}


#wpsl-gmap .wpsl-info-window{
    color: #000;
}
/*support 20/09/2022 ss*/
#wpsl-wrap:after{
    content: '';
    display: block;
    border-radius: 6px;
    background-image: linear-gradient(#000,#000),linear-gradient(90deg,#ff4e54,#ff846f);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border: 3px double transparent;
    -webkit-transform: rotate(14.93deg);
    -ms-transform: rotate(14.93deg);
    transform: rotate(14.93deg);
    position: absolute;
    bottom: 4px;
    left: 41.4%;
    width: 48px;
    height: 48px;
}
#wpsl-wrap::before{
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    left: calc(41.4% + 8px);
    bottom: calc(4px + 8px);
    background: url(images/card-logo.svg) center center no-repeat;
    background-size: 100%;
    z-index: 1;
    -webkit-transform: rotate(14.93deg);
    -ms-transform: rotate(14.93deg);
    transform: rotate(14.93deg);
}
/*support 20/09/2022 ss end*/

/***********************************/



/* update 27/09/2022 start */

.contact-map-sec #wpsl-wrap + p{
    margin-top: 0;
    font-size: 14px;
}
#wpsl-wrap{
    margin-bottom: 10px;
}

/* update 27/09/2022 end */

/* support 29/09/2022 start */

.newslatter-sec{
    min-height: 80vh;
}
 .newslatter-sec{
    position: relative;
 }
 .contact-modal-outer{
    position: absolute;
    transition: all .6s ease-in-out;
    -webkit-transition: all 0.6s linear, right 0.3s ease-out;
     -moz-transition: all 0.6s linear, right 0.3s ease-out;
       -o-transition: all 0.6s linear, right 0.3s ease-out;
          transition: all 0.6s linear, right 0.3s ease-out;
 }
 .contact-modal-outer .btn-close{
    display: none;
}
/* support 29/09/2022 end */

/* support 12-10-22 start */
.have_heading_style{
    letter-spacing: -0.065em;
}
/* support 12-10-22 end */

/* 03.11.22 */

.navbar-nav li.menu-item-has-children>.sub-menu {
    display: none;
}
.navbar-nav li.menu-item-has-children.toggled>.sub-menu {
    display: block;
}

/* 03.11.22 end */
/* CSS Modification  04.11.22 */
#wpsl-wrap #wpsl-stores{
    scrollbar-width: thin;
    scrollbar-color: #3B2E63 transparent; 
    scroll-behavior:smooth;
}
#wpsl-wrap #wpsl-stores:-webkit-scrollbar{
    width: 8px;
    scrollbar-color:#3B2E63 transparent; 
}
#wpsl-wrap #wpsl-stores:-webkit-scrollbar-track {
    background: transparent; 
}  
#wpsl-wrap #wpsl-stores:-webkit-scrollbar-thumb{
    background: #3B2E63; 
    border-radius: 100px;
}
#wpsl-wrap #wpsl-stores:-webkit-scrollbar-thumb:hover {
    background: #042a70; 
}
/* Blog Listing */
.blg_itm_box{
    background-image: -o-linear-gradient(#000, #000), -o-linear-gradient(left, #042a70, #ff4e54, #ff846f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#042a70), color-stop(#ff4e54), to(#ff846f));
    background-image: linear-gradient(#000, #000), linear-gradient(90deg, #042a70, #ff4e54, #ff846f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 3px double transparent;
    border-radius: 5px;
    overflow: hidden;
}
.blg_itm_imgBox a {
    display: block;
    height: 26vw;
}
.blg_itm_imgBox a > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blg_itm_txtBox{
    text-align: center;
    padding: 1.5vw 1vw;
}
.blog_lstng_section .heading{
    margin-bottom: 5vw;
}
.blg_sldr .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.blg_sldr .blg_indvdl_item.slick-slide{
    margin-left: 10px;
    margin-right: 10px;
}
.blg_dte{
    margin-bottom: 0.5vw;
}
.blg_itm_txtBox h4 {
    font-size: 2.58vw;
    margin-bottom: 0.8vw;
}
.blg_itm_txtBox p:not(:last-child){
    margin-bottom: 1vw;
}
.blg_itm_txtBox h4 a{
    color: #ff4e54;
}
.blg_itm_txtBox h4 a:hover{
    color: #fff;
}
.rdeMre_lnk{
    color: #ff4e54;
    text-decoration: underline;
}
.rdeMre_lnk:hover{
    color: #fff;
}
/* CSS Modification  04.11.22 */

/* support 9-11-22 start  */

.ftr-menu ul li.submenu .ul_submenu a{
    font-size: 7vw;
}
.ftr-menu ul li.submenu .ul_submenu li:last-child {
    border-top: 0;
}
.ftr-menu ul li{
    padding: 0;
}
.ftr-menu ul li a{
    padding: 2vw 7vw;
}
.ftr-menu ul li .ul_submenu a{
    padding: 2vw 14vw;
}

/* support 9-11-22 end */

/* update start 30-11-2022 */

.space_doc.space_doc-new{
    text-align: center;
    margin-top: 30px;
}
.space_doc.space_doc-new a{
    margin: 0 auto;
    align-items: center;
    line-height: 1;
}

/* update end 30-11-2022 */

/* CSS Modification 01.01.22 */
.look-slider .space-box .curators-slider .curators-hero {
    height: 24vw;
}
.look-slider .space-box .curators-slider  .slick-slide{
    height: 24vw;
}
/* CSS Modification 01.01.22 */

/* CSS Modification 02.12.22 (collage img align) start*/

.team-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    height: 100%;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-right {
    padding-top: 0;
}

/* CSS Modification 02.12.22 (collage img align) end*/

.tahk_page{
    min-height: 50vh;
}

/* ========== responsive css =========== */
@media (min-width: 768px) {
    .animation_wpr img {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .animation_wpr img:nth-child(7n+1) {
        -webkit-animation: moving 20s infinite;
        animation: moving 20s infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animation_wpr img:nth-child(7n+2) {
        -webkit-animation: moving2 20s infinite;
        animation: moving2 20s infinite;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animation_wpr img:nth-child(7n+3) {
        -webkit-animation: moving3 20s infinite;
        animation: moving3 20s infinite;
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
    }

    .animation_wpr img:nth-child(7n+4) {
        -webkit-animation: moving4 20s infinite;
        animation: moving4 20s infinite;
        -webkit-animation-delay: 8s;
        animation-delay: 8s;
    }

    .animation_wpr img:nth-child(7n+5) {
        -webkit-animation: moving5 20s infinite;
        animation: moving5 20s infinite;
        -webkit-animation-delay: 12s;
        animation-delay: 12s;
    }

    .animation_wpr img:nth-child(7n+6) {
        -webkit-animation: moving6 20s infinite;
        animation: moving6 20s infinite;
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
    }

    .animation_wpr img:nth-child(7n+7) {
        -webkit-animation: moving7 20s infinite;
        animation: moving7 20s infinite;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animation_wpr img:nth-child(8) {
        -webkit-animation-delay: 25s;
        animation-delay: 25s;
    }

    .animation_wpr img:nth-child(9) {
        -webkit-animation-delay: 18s;
        animation-delay: 18s;
    }

    .animation_wpr img:nth-child(10) {
        -webkit-animation-delay: 21s;
        animation-delay: 21s;
    }

    .animation_wpr img:nth-child(11) {
        -webkit-animation-delay: 23s;
        animation-delay: 23s;
    }

    .animation_wpr img:nth-child(12) {
        -webkit-animation-delay: 8s;
        animation-delay: 8s;
    }

    .animation_wpr img:nth-child(13) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
    }

    .animation_wpr img:nth-child(14) {
        -webkit-animation-delay: 14s;
        animation-delay: 14s;
    }

    .animation_wpr img:nth-child(15) {
        -webkit-animation-delay: 18s;
        animation-delay: 18s;
    }

    @-webkit-keyframes moving {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.986) translate(-248.6%, 148.6%);
            transform: scale(1.986) translate(-248.6%, 148.6%);
        }
    }

    @keyframes moving {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.986) translate(-248.6%, 148.6%);
            transform: scale(1.986) translate(-248.6%, 148.6%);
        }
    }

    @-webkit-keyframes moving2 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(2.118) translate(161.8%, -261.8%);
            transform: scale(2.118) translate(161.8%, -261.8%);
        }
    }

    @keyframes moving2 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(2.118) translate(161.8%, -261.8%);
            transform: scale(2.118) translate(161.8%, -261.8%);
        }
    }

    @-webkit-keyframes moving3 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.944) translate(-244.4%, -244.4%);
            transform: scale(1.944) translate(-244.4%, -244.4%);
        }
    }

    @keyframes moving3 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.944) translate(-244.4%, -244.4%);
            transform: scale(1.944) translate(-244.4%, -244.4%);
        }
    }

    @-webkit-keyframes moving4 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.173) translate(244.4%, 244.4%);
            transform: scale(1.173) translate(244.4%, 244.4%);
        }
    }

    @keyframes moving4 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.173) translate(244.4%, 244.4%);
            transform: scale(1.173) translate(244.4%, 244.4%);
        }
    }

    @-webkit-keyframes moving5 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.173) translate(244.4%, -244.4%);
            transform: scale(1.173) translate(244.4%, -244.4%);
        }
    }

    @keyframes moving5 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(1.173) translate(244.4%, -244.4%);
            transform: scale(1.173) translate(244.4%, -244.4%);
        }
    }

    @-webkit-keyframes moving6 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(2.823) translate(-232.3%, 332.3%);
            transform: scale(2.823) translate(-232.3%, 332.3%);
        }
    }

    @keyframes moving6 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(2.823) translate(-232.3%, 332.3%);
            transform: scale(2.823) translate(-232.3%, 332.3%);
            -moz-transform: scale(2.823) translate(-232.3%, 332.3%);
            -ms-transform: scale(2.823) translate(-232.3%, 332.3%);
            -o-transform: scale(2.823) translate(-232.3%, 332.3%);
        }
    }

    @-webkit-keyframes moving7 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(2.58) translate(-308%, -308%);
            transform: scale(2.58) translate(-308%, -308%);
        }
    }

    @keyframes moving7 {
        0% {
            -webkit-transform: scale(0) translate(0, 0);
            transform: scale(0) translate(0, 0);
        }

        100% {
            -webkit-transform: scale(2.58) translate(-308%, -308%);
            transform: scale(2.58) translate(-308%, -308%);
        }
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;

    }
}

@media(max-width:1440px) {

    .curators-slider .slick-arrow,
    .curators-slider .slick-arrow::before {
        width: 35px;
        height: 35px;
    }

    .curators-slider .slick-arrow::before {
        background-size: 7px;
    }

    .curators-con {
        padding: 20px 20px 20px 50px;
    }

    .whats-on5-sec3 .curators-con .btn {
        margin-top: 0;
    }

    .about-sec .gx-5 {
        --bs-gutter-x: 6rem;
    }
    /* Modification CSS 08.09.22 */
    .slick-arrow, .slick-arrow::before{
        width: 35px;
        height: 35px;
    }
    .slick-arrow::before{
        background-size: 7px;
    }
    /* Modification CSS 08.09.22 */

    .space-box h4 {
        font-size: 1.26vw;
    }

    /* 19.09.22 */

    .curators-box .curators-slider .slick-arrow::before {
        width: 35px;
        height: 35px;
    }
}
@media(max-width:1280px) {
.space-box .curators-slider .slick-arrow {
    display: block !important;
}
.curators-con {
    padding: 15px 38px 15px 55px !important;
}
.curators-box .curators-slider .slick-arrow {
    display: block !important;
}
}
@media(max-width:1199px) {
    h6 {
        font-size: 1.5vw;
    }

    .team-hero {
        margin-right: 13px;
    }

    .team-con {
        width: calc(100% - 155px);
    }

    .about-sec .gx-5 {
        --bs-gutter-x: 5rem;
    }

    .cpy-rgt,
    .cpy-rgt a {
        font-size: 1.3vw;
    }

    .bnr-ovarlay {
        top: 13vw;
        width: 61vw;
    }

    .bnr-ovarlay .btn:last-child {
        margin-left: 11vw;
    }

    .cmn-topgap {
        margin-top: 85px;
    }

    .space-title .card-logo {
        width: 35px;
        height: 35px;
        right: -12px;
        top: -15px;
    }

    .whats-on5-row {
        padding: 0 0px;
    }

    .curators-slider .slick-arrow,
    .curators-slider .slick-arrow::before {
        width: 30px;
        height: 30px;
    }

    .curators-slider .slick-prev {
        left: 5px;
    }

    .curators-slider .slick-next {
        right: 5px;
    }

    .curators-con {
        padding: 15px 10px 15px 38px;
    }

    .curators-slider .slick-slide,
    .curators-slider .curators-con,
    .curators-slider .curators-hero {
        height: 30vw;
    }

    .space-s4-itm .curators-slider .slick-slide,
    .space-s4-itm .curators-slider .curators-con,
    .space-s4-itm .curators-hero {
        height: 14vw;
    }

    .space-box .curators-slider .slick-slide,
    .space-box .curators-slider .curators-con,
    .space-box .curators-hero {
        height: 16vw;
    }

    .contact-left h2 span {
        width: 50px;
    }

    .whats-on5-sec3 .curators-con h4 {
        font-size: 18px;
    }

    .social-link li a {
        width: 1.8vw;
    }

    .about-right p:first-child {
        margin-bottom: 40px;
    }

    .team-con {
        width: calc(100% - 100px);
    }

    .team-hero {
        margin-right: 10px;
        padding: 7px;
        width: 90px;
        height: 90px;
    }

    .contact-left h2 span,
    .contact-map-sec h2 span {
        width: 45px;
    }

    .space-box h4 {
        font-size: 1.22vw;
    }

    .newslatter-outer .space-box h4 {
        font-size: 1.9vw;
    }

    /* .newslatter_message .newslatter-inr h4 {
    font-size: 1.5vw;
} */
/* Modification CSS 08.09.22 */
.slick-arrow, .slick-arrow::before{
    width: 30px;
    height: 30px;
}
/* Modification CSS 08.09.22 */

/* 19.09.22 */

.curators-box .curators-slider .slick-arrow::before {
    width: 30px;
    height: 30px;
}
    /* CSS Modification  04.11.22 */
    .blg_itm_imgBox a {
        height: 25vw;
    }
    /* CSS Modification  04.11.22 */

    /* update start 30-11-2022 */
    .space-sec2 .space_doc-new .btn{
        max-width: 14.6vw;
    }
    /* update start 30-11-2022 */
    /* CSS Modification 01.01.22 */
    .look-slider .space-box .curators-slider .curators-hero {
        height: 30vw;
    }
    .look-slider .space-box .curators-slider  .slick-slide{
        height: 30vw;
    }
    /* CSS Modification 01.01.22 */
    
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    } */

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    /* .navbar-nav > li{
        padding-top: 15px;
        padding-bottom: 15px;
    } */

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}

@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 38px;
        margin-left: auto;
        height: 38px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 4px;
        background-color: #ffe7de;
        border-radius: 0;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 3px;
        background: -o-linear-gradient(left, #042a70, #ff4e54, #ff846f);
        background: -webkit-gradient(linear, left top, right top, from(#042a70), color-stop(#ff4e54), to(#ff846f));
        background: linear-gradient(90deg, #042a70, #ff4e54, #ff846f);
        position: absolute;
        left: 4px;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0px;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0px;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border-width: 2px;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 5px 0;
        text-align: center;
    }

    /* .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    } */

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: auto;
        font-size: 24px;
    }

    /* .sub-menu>li>a {
        padding-left: 40px;
    } */

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 100%;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 15px 40px 15px;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 30px;
        top: 20px;
        position: absolute;
        background-color: transparent;
    }

    .stick.open:after,
    .stick.open:before {
        background: #ffe7de;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */
    h6 {
        font-size: 15px;
    }

    .logo {
        width: 5vw;
    }

    body {
        font-size: 15px;
        line-height: 1.2;
    }

    p {
        margin: 0 0 20px 0;
    }

    .cmn-gap {
        padding: 5vw 0;
    }

    .banner p {
        font-size: 2vw;
    }

    .about-right p:first-child {
        margin-bottom: 20px;
    }

    .team-con h6 br {
        display: none;
    }

    .cpy-rgt,
    .cpy-rgt a {
        font-size: 13px;
    }

    .ftr-logo {
        width: 200px;
    }

    .ftr-right h4 {
        font-size: 14px;
    }

    .ftr-right a,
    .ftr-right p {
        font-size: 12px;
    }

    .social-link li a {
        width: 18px;
    }

    .about-sec .gx-5 {
        --bs-gutter-x: 1rem;
    }

    .p-outer {
        width: 100%;
    }

    .bnr-ovarlay {
        width: 65vw;
    }

    .cmn-topgap {
        margin-top: 78px;
    }

    .story-right h6 {
        font-size: 1.7vw;
    }

    .space-video video {
        height: 400px;
    }

    .about-space-outer {
        width: 100%;
        margin-top: 30px;
    }

    .space-sec2 .btn {
        font-size: 16px;
    }

    .space-title {
        padding: 9px 30px 9px 10px;
    }

    .look-slider .space-title {
        padding: 9px 30px 9px 4vw;
    }

    .newslatter-sec .space-box h4 {
        font-size: 3vw;
    }

    .whats-on5-sec2 h3,
    .whats-on5-sec3 h3 {
        margin-bottom: 30px;
    }

    .whats-on5-sec2 .curators-box,
    .whats-on5-sec3 .curators-box,
    .curators-slider .slick-slide,
    .curators-slider .curators-con,
    .curators-slider .curators-hero {
        height: 50vw;
    }

    .contact-form {
        width: 100%;
    }

    .contact-left h2 br {
        display: none;
    }

    .contact-left h2 span {
        width: 35px;
    }

    .contact-left h2 {
        font-size: 8.6vw;
        margin-bottom: 10px;
    }

    .location-list h4 {
        font-size: 18px;
    }

    .location-list h5 {
        font-size: 16px;
    }

    .location-list-outer {
        max-height: inherit;
    }

    .location-list {
        max-height: 300px;
    }

    .team-hero-col {
        width: 33.33%;
    }

    .team-con h6 {
        font-size: 1.7vw;
    }

    /* .space-s4-itm .curators-slider .slick-slide, .space-s4-itm .curators-slider .curators-con, .space-s4-itm .curators-hero {
    height: 24vw;
} */
    .contact-map {
        margin-left: 0;
    }

    .space-box h4 {
        font-size: 1.6vw;
    }

    .story-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .story-right {
        width: 100%;
    }

    .cursor-follower {
        display: none;
    }

    .whats-on5-sec1-left {
        padding-right: 12px;
    }

    .space-box .curators-slider .slick-slide,
    .space-box .curators-slider .curators-con,
    .space-box .curators-hero {
        height: 24vw;
    }

    .slick-arrow,
    .slick-arrow::before {
        width: 40px;
        height: 40px;
    }

    .slick-prev {
        left: -45px;
    }

    .slick-next {
        right: -45px;
    }

    .newslatter_message .newslatter-inr h4 {
        font-size: 15px;
    }
    /* Modification CSS 08.09.22 */
    #wpsl-wrap #wpsl-gmap{
        margin-top: 0;
        width: 100%;
        height: 350px !important;
        margin-bottom: 20px;
    }
    #wpsl-wrap .wpsl-search,#wpsl-result-list{
        width: 100%;
    }
    #wpsl-wrap .wpsl-search{
        border-bottom: 3px double transparent;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    #wpsl-result-list{
        border-top: 3px double transparent;
        border-radius: 15px;
        padding-top: 20px;
    }
    #wpsl-stores .wpsl-store-location p strong {
        font-size: 18px;
    }
    #wpsl-stores .wpsl-store-location p{
        font-size: 16px;
    }
    #wpsl-wrap #wpsl-result-list ul li:first-child{
        padding-top: 0;
    }
    #wpsl-search-wrap .wpsl-input{
        width: 100%!important;
    }
    #wpsl-search-wrap{
        position: relative;
    }
    #wpsl-wrap .wpsl-search .wpsl-search-btn-wrap{
        position: absolute;
        right: 0;
        top: 0;
        margin: 0!important;
    }
    .wpsl-search #wpsl-search-btn{
        margin: 0!important;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-input{
        padding-right: 50px;
        border-radius: 5px;
    }
    .slick-arrow, .slick-arrow::before{
        width: 30px;
        height: 30px;
    }
    /* Modification CSS 08.09.22 */

    /* date 16/9/22 start  */

    .look-slider .space-title {
        padding: 9px 30px 9px 20px;
    }
    #wpsl-wrap #wpsl-gmap{
        position: relative;
    }
    .space-sec2 .space_doc-new .btn{
        max-width: 185px;
    }
    /* date 16/9/22 end  */
    #wpsl-wrap:after {
        bottom: inherit;
        left: 1.4%;
        top: 44%;
    }
    #wpsl-wrap::before {
        bottom: inherit;
        left:calc(1.4% + 8px);
        top: calc(44% + 8px);
    }
    /* CSS Modification  04.11.22 */


    /* CSS Modification  04.11.22 */
    /* CSS Modification 01.01.22 */
    .look-slider .space-box .curators-slider .curators-hero {
        height: 35vw;
    }
    .look-slider .space-box .curators-slider  .slick-slide{
        height: 35vw;
    }
    /* CSS Modification 01.01.22 */

    /* 05-12-2022 */
    .look-slider .slick-slide {
        padding: 0 15px;
        padding-top: 15px;
    }
    
    .look-slider .slick-list {
        margin: 0 -15px;
    }

  
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    /*end*/

    .cmn-gap {
        padding: 50px 0;
    }

    .main-head {
        padding: 20px 15px;
    }

    .team-hero-sec {
        padding: 50px 0;
    }

    .team-img {
        max-width: 100%;
    }

    .team-sec .btn-outer {
        margin-top: 25px;
    }

    .footer {
        text-align: center;
    }

    .social-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ftr-right h4 {
        font-size: 18px;
    }

    .ftr-right a,
    .ftr-right p {
        font-size: 14px;
    }

    .ftr-right p br {
        display: none;
    }

    .about-sec h2 {
        margin-bottom: 25px;
    }

    .about-sec h6 {
        margin-bottom: 10px;
    }

    .bnr-ovarlay {
        width: 70vw;
        top: 20vw;
    }

    .btn,
    input[type="submit"],
    input[type="button"],
    button[type="submit"] {
        font-size: 14px;
    }

    .bnr-ovarlay .btn:first-child {
        max-width: 210px;
    }

    .banner p {
        font-size: 3vw;
    }

    .cmn-topgap {
        margin-top: 68px;
    }

    .story-left {
        text-align: center;
    }

    .story-right h6 {
        font-size: 15px;
    }

    .story-sec h2 {
        margin-bottom: 25px;
    }

    .ftr-menu ul li {
        padding: 2vw 20px;
    }

    .space-sec1 .heading .btn {
        margin-left: 0;
    }

    .space-sec1 .heading {
        margin-bottom: 25px;
    }

    .space-video video {
        height: 310px;
    }

    .about-space-outer ul {
        margin-bottom: 25px;
    }

    .space-box h4 {
        font-size: 20px;
    }

    .space-sec4 .text-heading-rgt {
        text-align: left;
        margin-top: 20px;
    }

    .space-s4-itm h3 {
        margin-bottom: 25px;
    }

    .newslatter-sec .space-box .space-box-img {
        min-height: 220px;
    }

    .newslatter-outer {
        padding-top: 60px;
        padding-left: 45px;
    }

    .newslatter-inr {
        width: 80%;
    }

    .newslatter-sec {
        padding: 50px 0;
    }

    .newslatter-outer::after {
        width: 100%;
    }

    .contact-left h2 span {
        width: 25px;
    }

    .contact-form .frm-itm:not(:last-child) {
        margin-bottom: 30px;
    }

    .social-link li a {
        width: 24px;
    }

    .team-hero-col {
        width: 50%;
    }

    /* .space-s4-itm .curators-slider .slick-slide, .space-s4-itm .curators-slider .curators-con, .space-s4-itm .curators-hero {
        height: 45vw;
    } */
    .space-box .curators-slider .slick-slide,
    .space-box .curators-slider .curators-con,
    .space-box .curators-hero {
        height: 45vw;
    }

    .contact-left h2 span,
    .contact-map-sec h2 span {
        width: 30px;
    }

    .map-logo {
        left: -12px;
        width: 40px;
        height: 40px;
        padding: 4px;
    }

    .slick-prev {
        left: calc(50% - 45px);
        top: inherit;
        bottom: -20px;
    }

    .slick-next {
        right: calc(50% - 45px);
        top: inherit;
        bottom: -20px;
    }

    .curators-slider .slick-arrow {
        top: 50%;
        bottom: inherit;
    }

    .look-slider,
    .home-slider {
        padding-bottom: 70px;
    }

    .whats-on5-sec1 h2 br {
        display: none;
    }

    .team-hero-row {
        justify-content: start;
    }

    .contact-form #field_1_7.gfield_html_formatted,
    .contact-form #field_1_10.gfield_html_formatted {
        margin-top: 12px;
    }
    /* Modification CSS 08.09.22 */    
    .space_images{
        margin-bottom: 20px;
    }  
    /* Modification CSS 08.09.22 */


    /* date 16/9/22 start */
    .look-slider2{
        padding-bottom: 20px;
    }
    .look-slider2 .slick-next{
        bottom: -50px;
    }
    .look-slider2 .slick-prev{
        bottom: -50px;
    }
    .page-template-tmp-contact .gform_wrapper.gravity-theme .gfield_description,
    .page-template-tmp-contact .gform_wrapper.gravity-theme .instruction {
        font-size: 16px !important;
    }
    .page-template-tmp-contact .gform_wrapper .gform_validation_errors>h2 {
        font-size: 16px !important;
    }
    .space-sec1 .heading .btn {
        padding-left: 4px;
    }
    /* date 16/9/22 end */

    /* update 27/09/2022 start */
    #wpsl-wrap{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /* update 27/09/2022 end */



    /* support 29/09/2022 start */

    .newslatter-sec{
        min-height: auto;
    }
    /* support 29/09/2022 end */
    /* CSS Modification  04.11.22 */
    .blg_sldr{
        padding-bottom: 50px;
    }
    .blg_itm_txtBox h4{
        font-size: 22px;
    }
    .blg_itm_imgBox a {
        height: 50vw;
    }
    .blg_sldr_wrppr {
        padding-bottom: 20px;
    }
    .blog_lstng_section .heading {
        margin-bottom: 7vw;
    }
    .blg_itm_txtBox{
        padding: 25px 20px;
    }
    /* CSS Modification  04.11.22 */

      /* support 9-11-22 start  */

    .ftr-menu ul li{
        padding: 0;
    }
    .ftr-menu ul li a{
        padding: 2vw 20px;
      }
      .ftr-menu ul li .ul_submenu a{
        padding: 2vw 40px;
      }
    
    /* support 9-11-22 end  */

    /* update start 30-11-2022 */
    .space_doc.space_doc-new{
        margin-top: 0;
    }
    .ftr-menu ul li a{
        font-size: 7vw;
    }
    /* update end 30-11-2022 */
    /* CSS Modification 01.01.22 */
    .look-slider .space-box .curators-slider .curators-hero {
        height: 45vw;
    }
    .look-slider .space-box .curators-slider  .slick-slide{
        height: 45vw;
    }
    /* CSS Modification 01.01.22 */
	
	 /* CSS Modification 12.12.22 (img collage) start*/
	.about-sec p {
	 margin-bottom: 20px;
	}
	 /* CSS Modification 12.12.22 (img collage) end*/
	
	
}

@media (max-width: 575px) {
    .row.space_images {
        margin-bottom: 24px;
    }
    h3 {
        font-size: 6vw;
    }

    h5 {
        font-size: 20px;
    }

    .container-main {
        padding: 0 20px;
    }

    .main-head {
        padding: 15px 15px;
    }

    .logo {
        width: 40px;
    }

    .banner p {
        font-size: 16px;
        margin-left: 5%;
    }

    .navbar-collapse .navbar-toggler {
        right: 20px;
        top: 15px;
    }

    .bnr-ovarlay {
        top: 25vw;
    }

    .bnr-ovarlay .btn:last-child {
        margin-left: auto;
        margin-right: 20px;
    }

    .cmn-topgap {
        margin-top: 70px;
    }

    /* .slick-arrow, .slick-arrow::before {
        width: 45px;
        height: 45px;
    } */
    /* .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    } */
    .newslatter-sec .space-box h4 {
        font-size: 18px;
    }

    .newslatter-outer {
        padding-left: 40px;
    }

    .whats-on5-sec2 .curators-box,
    .whats-on5-sec3 .curators-box,
    .curators-slider .slick-slide,
    .curators-slider .curators-con,
    .curators-slider .curators-hero {
        height: 380px;
    }

    /* .space-s4-itm .curators-slider .slick-slide, .space-s4-itm .curators-slider .curators-con, .space-s4-itm .curators-hero {
        height: 45vw;
    } */
    .space-box .curators-slider .slick-slide,
    .space-box .curators-slider .curators-con,
    .space-box .curators-hero {
        height: 45vw;
    }

    textarea {
        height: 150px;
    }

    .contact-modal-outer .modal-dialog {
        max-width: 100%;
    }

    .location-list {
        max-height: 220px;
    }

    .space-sec1 .heading {
        text-align: left;
    }

    .space-sec1 .heading .btn {
        text-align: left;
    }

    .contact-qlink {
        margin-top: 30px;
    }
    #wpsl-wrap:after {
        left: 14px;
        top: 44.5%;
        width: 40px;
        height: 40px;
    }
    #wpsl-wrap::before {
        left: calc(14px + 7px);
        top: calc(44.5% + 7px);
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 479px) {
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 25px;
    }

    .navbar-nav>li>a {
        padding: 5px 15px;
        font-size: 20px;
    }

    .bnr-ovarlay {
        top: 30vw;
        width: 95vw;
    }

    .bnr-ovarlay .btn:last-child {
        margin-left: auto;
        margin-right: 20px;
    }

    .space-video video {
        height: 240px;
    }

    .slick-arrow,
    .slick-arrow::before {
        width: 40px;
        height: 40px;
    }

    .newslatter-sec .space-box .space-box-img {
        min-height: 155px;
    }

    .newslatter-outer {
        padding-left: 30px;
        padding-top: 44px;
    }

    .newslatter-outer .space-title .card-logo {
        width: 30px;
        height: 30px;
        top: -10px;
        padding: 2px;
    }

    .contact-left .contact-map iframe {
        height: 300px;
    }

    .contact-modal {
        padding: 35px 30px;
    }

    .contact-modal h4 {
        margin-bottom: 30px;
    }

    .location-list h4 {
        font-size: 16px;
    }

    .location-list h5 {
        font-size: 14px;
    }

    .location-list {
        max-height: 190px;
    }

    .team-hero-col {
        width: 100%;
    }

    .team-con h6 {
        font-size: 15px;
    }

    .newslatter-outer .space-title .card-logo::after {
        top: 5px;
        border-top: 5px solid transparent;
    }

    .contact-left h2 span,
    .contact-map-sec h2 span {
        width: 22px;
    }

    .newslatter-outer .space-title {
        padding: 6px 30px 6px 10px;
    }

    .look-slider,
    .home-slider {
        padding-bottom: 60px;
    }

    /* .newslatter_message .newslatter-inr h3 {
        font-size: 40px;
    } */
    /* Modification CSS 08.09.22 */
    #wpsl-search-wrap .wpsl-input{
        padding-left: 0;
    }
    #wpsl-search-wrap .wpsl-input>div{
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 15px;
    }
    #wpsl-wrap .wpsl-search .wpsl-search-btn-wrap{
        top: inherit;
        bottom: 0;
    }
    #wpsl-stores .wpsl-store-location p strong{
        font-size: 16px;
    }
    #wpsl-stores .wpsl-store-location p{
        font-size: 14px;
    }
    /* Modification CSS 08.09.22 */

    /* date 16/9/22 start  */


    .space-sec1 .heading .btn {
        padding-left: 2px;
    }
    /* date 16/9/22 start  */
}

@media (max-width: 374px) {
    h5 {
        font-size: 17px;
    }

    .space-box h4 {
        font-size: 17px;
    }

    .newslatter-outer {
        padding-left: 26px;
        padding-top: 39px;
    }

    .newslatter-sec .space-box h4 {
        font-size: 17px;
    }

    .newslatter-sec .space-box .space-box-img {
        min-height: 135px;
    }

    .newslatter-outer::after {
        width: calc(100% - 4px);
    }

    .contact-left h2 span {
        width: 15px;
    }

    .contact-modal h2 {
        font-size: 30px;
    }
}