body{
	padding: 0;
	margin: 0;
   /* position: relative;*/
}
body::-webkit-scrollbar{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    display: none;
}
html, body{
    overscroll-behavior: none;
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}
.main-menu-trigger {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: translate(30%, 0%);
    /* opacity: .7; */
    pointer-events: auto;
    transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
}
button, label {
    cursor: pointer;
}
.main-menu-trigger span {
    width: 45px;
    height: 2px;
    background-color: #f15a29;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -1px;
    /* transition: .3s; */
}
.main-menu-trigger span:nth-child(2) {
    transform: translateY(5px);
    width: 23px;
}
.main-menu-trigger span {
    width: 45px;
    height: 2px;
    background-color: #f15a29;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -1px;
    /* transition: .3s; */
}
header{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
    transition: .3s;
}
.header_wrapper{
	display: flex;
	padding: 60px 100px 60px 100px;
}
.logo_content a img{
    width: 150px;
}
.menu_button button{
	border: none !important;
	background: transparent;
}
.menu_button{
	margin-left: auto;
}
.title-wrapper{
	position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}
.content_wrapper{
    width: 100%;
    height: 100%;
    transform: none;
    animation: none;
    z-index: 999;
    transition: none;
}
.title-wrapper h2.title {
    font-family: Bon;
    opacity: 1;
    z-index: 999;
}
.content_wrapper .title {
    font-weight: 400;
    color: #5d5d5d;
    font-size: 1.74792vw;
    font-size: 2.04792vw;
    line-height: 1.3;
    line-height: 1.210526315789474;
    margin: 0 0 .78125vw 5px;
    padding: 0 23.95833vw 0 16.36667vw;
    user-select: none;
    width: 100%;
    text-transform: uppercase;
}
.content_wrapper .title {
    margin: 0 0 0px 40vw !important;
}
.content_wrapper:nth-child(3n+1) .subtitle {
    bottom: 100%;
    margin: 0 0 2.13542vw;
    height: 50px;
}
.subtitle.subtitle-up {
    opacity: 0.7 !important;
    transform: none !important;
}
.content_wrapper .subtitle {
    position: absolute;
    width: 18.27083vw !important;
    left: 21.06667vw;
    top: 100%;
    will-change: transform;
    margin: 10px 0 2.13542vw 40vw !important;
}
.content_wrapper .subtitle {
    margin: 20px 0 2.13542vw 39vw !important;
}
.subtitle.subtitle-up:before {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    margin-left: 10px;
    content: "";
    background: #828080;
    display: block;
    position: relative;
    right: 68px;
    top: 13px;
}
.content_wrapper .subtitle p:last-child {
    margin: 0;
}
.content_wrapper .subtitle p {
    font-family: sf-pro, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #828080;
    margin: 0 0 35px;
    letter-spacing: .4px;
    opacity: .8;
    text-transform: uppercase;
}
.disable-css-transitions * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.button_wrapper{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
}
.button{
	width: 150px;
	height: auto;
	margin-left: auto;
}
.button a {
	margin-right: 5px;
}
.button a.active i{
    font-size: 13px;
    color: #333;
}
.button a i{
	font-size: 11px;
	color: #333;
}
.container{
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 100px);
}
button:focus {
	    outline:0;
}
.slider .slider-item{
  display: none;
  animation: reveal .9s ease-in-out;
}
.slider .slider-item.active {
  display: block;
  width: 100%;
  height: 100vh;
}
.slider .dots {
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 100px;
  margin-bottom: 50px;
 /* z-index: 999;*/
}
.slider .dots li {
    cursor: pointer;
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 1px 5px;
    line-height: .5;
    border-radius: 50%;
    text-indent: -9999px;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    margin-right: 8px;
}
.slider .dots li.active{
    opacity: 1;
    padding: 2px 6px;
}
.slider-item img{
	animation: zoominoutsinglefeatured 40s forwards infinite;
	animation-fill-mode: forwards;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes reveal{
  /*from{
    opacity: 0.8;
  }
  to{
    opacity: 1;
  }*/
  0%{
  	opacity: 0.9;
  }
  /*45%{
  	opacity: 0.8;
  }
  50%  {
  	opacity: 0.8;
  }*/
  100% {
  	opacity: 1;
  }
}


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}

.description_content{
	font-family: sf-pro, sans-serif;
	width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
}
.description_inner p{
	color: #f15a29;
	margin: 0;
	font-size: 18px;
}
.description_inner{
	width: 43.5%;
    margin-left: auto;
}
.mobile-rotation {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center;
    z-index: 150;
    overflow: hidden;
}
.banner_wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.banner_wrapper img{
    width: 100%;
    height: 100vh;
    object-fit: cover; 
}


.template-products-common .hero .content-wrapper {
        width: 100%;
        height: 100vmin;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .banner_link_button {
        font-size: 14px;
    }
    .link-button {
        font-family: Playfair Display, serif;
        font-weight: 500;
        font-size: 14px;
        font-size: 13px;
        /* font-size: 15px; */
        line-height: 20px;
        letter-spacing: .5em;
        text-transform: uppercase;
        padding: 10px 0;
        position: relative;
        display: inline-block;
        white-space: nowrap;
        color: #b3b3b3;
        transition: color .3s cubic-bezier(.165, .84, .44, 1);
    }
    a, a:active, a:hover {
        text-decoration: none;
    }
    .link-button:after, .link-button:before {
        content: "";
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        width: 90px;
        pointer-events: none;
    }
    .link-button:before {
        display: inline-block;
        vertical-align: 4px;
        left: -120px;
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .3s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .4s;
        z-index: 1;
    }
    .link-button:after, .link-button:before, .link-button .line {
        background-color: #f15a29 !important;
    }
    *, :after, :before {
        box-sizing: border-box;
    }
    .link-button:after {
        display: block;
        right: -55px;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .3s cubic-bezier(.895, .03, .685, .22);
        z-index: 2;
    }
    .link-button:after, .link-button:before {
        content: "";
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        width: 90px;
        pointer-events: none;
    }
    *, :after, :before {
        box-sizing: border-box;
    }
    *, :after, :before {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        box-sizing: inherit;
    }
    ::selection {
        background: #36000D;
        color: #fff;
        text-shadow: none;
        -webkit-text-stroke-width: 0;
        -webkit-text-stroke-color: transparent;
        -webkit-text-fill-color: #fff;
    }
    .link-button .line {
        display: block;
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        left: -120px;
        right: 0;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
        pointer-events: none;
        z-index: 2;
    }
    .link-button .text, .link-button .text:before {
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
    }
    .link-button .text {
        position: relative;
        display: inline-block;
        transform: translateZ(0);
    }
    .template-article-inner {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        pointer-events: auto;
    }
    *, :after, :before {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        box-sizing: inherit;
    }
    .link-button .banner_text:before {
        top: -20px;
        left: -55px;
        right: -55px;
        bottom: -20px;
    }
    .link-button .text:before {
        content: "";
        position: absolute;
        display: block;
        background-color: #fff;
        top: -30px;
        left: -75px;
        right: -75px;
        bottom: -30px;
        pointer-events: none;
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
    .template-article {
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
    }
    .banner_link_button {
        font-size: 14px;
    }
    .link-button:after, .link-button:before, .link-button .line {
        background-color: #f15a29 !important;
    }
    .content-wrapper.banner_box{
        position: absolute;
        top: 9%;
        left: 60%;
    }
    .content-wrapper.banner_text_quote{
        position: absolute;
        top: 12%;
        left: 58%;
    }
    .content.content-up.banner_text_press p{
        color: #eee;
        font-size: 16px;
        font-family: Playfair Display, serif;
        letter-spacing: .4px;
        line-height: initial;
        width: 550px;
        font-weight: 100;
        opacity: 0.8;
    }
    .banner_quote_author{
        color: #878787;
        font-size: 16px;
        font-family: Playfair Display, serif;
    }
    .template-contact .hero {
        width: 100%;
        position: relative;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .template-products-common .hero {
        width: 100%;
        position: relative;
        /* height: 100vh; */
    }
    .template-contact .hero .column-2 {
        width: 100%;
        flex: 1 1 auto;
        height: auto;
    }
    .template-contact .hero .column-2 .column-inner {
        position: relative;
    }
    .template-contact .hero .column-2 .page.page-1 {
        z-index: 5;
        position: relative;
    }
    .template-contact .hero .column-2 .page {
        padding: 13.61111vh 16.66667vw 7.40741vh;
        /* padding: 13.61111vh 33.36667vw 7.40741vh; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: auto;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        background-color: #fff;
    }
    .link-button.hover, .link-button:hover {
        color: #E77E40 !important;
    }
    .link-button.hover:before, .link-button:hover:before {
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition-delay: 0s;
        transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    }
    .link-button:after, .link-button:before {
        content: "";
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        width: 90px;
        pointer-events: none;
    }
    .link-button:before {
        display: inline-block;
        vertical-align: 4px;
        left: -120px;
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .3s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .4s;
        z-index: 1;
    }
    .link-button.hover .line, .link-button:hover .line {
        animation: a 1s cubic-bezier(.165, .84, .44, 1) 1;
    }
    .link-button .line {
        display: block;
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        left: -120px;
        right: 0;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
        pointer-events: none;
        z-index: 2;
    }
    .link-button:after, .link-button:before, .link-button .line {
        background-color: #E77E40 !important;
    }
    *, :after, :before {
        box-sizing: border-box;
    }
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }
    .link-button.hover, .link-button:hover {
        color: #36000D;
    }
    .link-button.hover, .link-button:hover {
        color: #E77E40 !important;
    }
    .banner_link_button {
        font-size: 14px;
    }
    .link-button {
        font-family: Playfair Display, serif;
        font-weight: 500;
        font-size: 14px;
     /*   font-size: 13px;*/
        /* font-size: 15px; */
        line-height: 20px;
        letter-spacing: .5em;
        text-transform: uppercase;
        padding: 10px 0;
        position: relative;
        display: inline-block;
        white-space: nowrap;
        color: #b3b3b3;
        transition: color .3s cubic-bezier(.165, .84, .44, 1);
    }
    .link-button .text:before {
        content: "";
        position: absolute;
        display: block;
        background-color: #fff;
        top: -20px;
        left: -55px;
        right: -55px;
        bottom: -20px;
        pointer-events: none;
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
    .link-button.hover .text:before, .link-button:hover .text:before {
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    }
    .link-button.hover:after, .link-button:hover:after {
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    }
    .link-button:after {
        display: block;
        right: -55px;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .3s cubic-bezier(.895, .03, .685, .22);
        z-index: 2;
    }
    .link-button.hover .text>.inner, .link-button:hover .text>.inner {
        transform: translate3d(-55px, 0, 0);
        transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    }
    .link-button .text>.inner {
        display: block;
        position: relative;
        z-index: 1;
        transform: translateZ(0);
        transition: transform .5s cubic-bezier(.895, .03, .685, .22);
    }
    .scroll_cont {
        position: absolute;
        top: calc(100vh - 7.26852vh);
        left: 25.725vw;
        left: 20.52083vw;
        left: calc(16.7vw + 40vw);
    }
    .frontpage-slider-scroll {
        font-family: sf-pro, sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #E77E40;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: absolute;
        left: -4.8vw;
        top: 25vw;
        z-index: 10;
        background: transparent;
        user-select: none;
    }
    .frontpage-slider-scroll.active .line-1 {
        animation-name: b;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    }
    .frontpage-slider-scroll .line {
        display: block;
        height: 7.26852vh;
        width: 1px;
        background-color: #E77E40;
        will-change: transform;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    *, :after, :before {
        box-sizing: border-box;
    }
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }
    @keyframes b{
        0% {
            transform-origin: 50% 100%;
            transform: scaleY(1);
        }
        50% {
            transform-origin: 50% 100%;
            transform: scaleY(0);
        }
        50.0001% {
            transform-origin: 50% 0;
            transform: scaleY(0);
        }
        100% {
            transform-origin: 50% 0;
            transform: scaleY(1);
        }
    }
    .frontpage-slider-scroll .line-2 {
        transform: scaleY(0);
        transition: transform .6s cubic-bezier(.165, .84, .44, 1);
        transform-origin: 50% 100%;
    }
    .frontpage-slider-scroll .line {
        display: block;
        height: 7.26852vh;
        width: 1px;
        background-color: #E77E40;
        will-change: transform;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    .frontpage-slider-scroll .text.mobile {
        display: none;
        min-width: 0;
        text-align: right;
    }
    .frontpage-slider-scroll .text {
        white-space: nowrap;
        position: relative;
        top: 0px;
        left: 0;
        min-width: 16.66667vw;
        text-align: left;
        padding: 0 0px 0 10px;
        display: block;
        overflow: hidden;
    }
    .frontpage-slider-scroll .text span:first-child {
        position: relative;
        transform: translateZ(0);
    }
    .frontpage-slider-scroll .text span {
        display: block;
        position: absolute;
        top: 0;
        will-change: transform;
        transform: none !important;
    }
    .template-contact .hero {
        width: 100%;
        position: relative;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .template-products-common .hero {
        width: 100%;
        position: relative;
        /* height: 100vh; */
    }
    article, aside, details, figcaption, figure, footer, header, nav, section {
        display: block;
    }
    .template-contact .hero .column-2 {
        width: 100%;
        flex: 1 1 auto;
        height: auto;
    }
    .template-contact .hero .column-2 .column-inner {
        position: relative;
    }
    .template-contact .hero .column-2 .page.page-1 {
        z-index: 5;
        position: relative;
    }
    .template-contact .hero .column-2 .page {
        padding: 13.61111vh 16.66667vw 7.40741vh;
        /* padding: 13.61111vh 33.36667vw 7.40741vh; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: auto;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        background-color: #fff;
    }
    .template-contact .hero .column-2 .page .page-inner {
        width: 100%;
        position: relative;
    }
    .template-contact .hero .title.git-txt {
        margin-bottom: 20px;
        padding-left: 0;
    }
    .template-contact .hero .title {
        color: #eee;
        font-size: 4.94792vw;
        font-size: 3.94792vw;
        line-height: 1.3;
        /* padding: 1.30208vw 0 0 20.52083vw; */
        width: 100%;
        font-weight: 100;
        font-size: 3vw;
        /* letter-spacing: 5px; */
        /* display: none; */
        text-transform: uppercase;
        font-family: Bon, serif;
        transform: translate(50%, 0%);
    }
    .template-products-common .hero .title {
        color: #5d5d5d;
        font-size: 4.94792vw;
        font-size: 3.94792vw;
        line-height: 1.3;
        /* padding: 1.30208vw 0 0 20.52083vw; */
        width: 100%;
        text-transform: uppercase;
    }
    .template-products-common .title {
        font-family: bon, serif;
        font-weight: 400;
        font-size: 3.64583vw;
        font-size: 3vw;
        line-height: 1.342857142857143;
        text-transform: uppercase;
    }
    .form_title {
        transform: none !important;
    }
    .template-contact .hero .title .line {
        position: relative;
        overflow: hidden;
    }
    .template-contact .hero .title.git-txt .line .subline {
        text-align: center !important;
    }
    .template-contact .hero .title .subline {
        will-change: transform;
        position: relative;
    }
    .template-contact .hero .form {
        position: relative;
        width: 100%;
    }
    .template-contact .hero .form .fields {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -10px;
    }
    .fields{
        padding: 0px 340px;
        margin-top: 50px;
    }
    .template-contact .hero .form .fields .full-field {
        width: calc(100% - 20px);
    }
    .template-contact .hero .form .fields .field {
        flex: 0 0 auto;
        margin: 10px;
    }
    form .field {
        position: relative;
        margin: 0 0 20px;
    }
    form .field>.inner {
        position: relative;
        overflow: hidden;
    }
    form .field .input-text, form .field .input-textarea {
        font-weight: 800;
        color: #36000D;
        background-color: #f2f2f2;
        border: none;
        border-radius: 0;
        padding: 15px 50px 15px 24px;
    }
    form .field .input-text, form .field .input-textarea, form .field label {
        width: 100%;
        font-family: Playfair Display, serif;
        font-size: 14px;
        /* font-size: 16px; */
        line-height: 20px;
    }
    input[type=email], input[type=search], input[type=text] {
        -webkit-appearance: initial;
    }
    button, input, select, textarea {
        background: inherit;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }
    form .field .input-text, form .field .input-textarea, form .field label {
        width: 100%;
        font-family: Playfair Display, serif;
        font-size: 14px;
        /* font-size: 16px; */
        line-height: 20px;
    }
    form .field label {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        font-weight: 100;
        font-weight: 400;
        color: #878787;
        padding: 15px 24px;
        user-select: none;
        transform: translate(0);
        transition: all .6s cubic-bezier(.165, .84, .44, 1);
        transition-property: transform, opacity;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    form .field .clear-button {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 50px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
        background-color: transparent;
    }
    form .field .clear-button:before {
        transform: rotate(-45deg);
    }
    form .field .clear-button:after, form .field .clear-button:before {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #b3b3b3;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -7px;
    }
    form .field .clear-button:after {
        transform: rotate(45deg);
    }
    label[class="error"] {
        color: red;
        font-size: 14px;
        margin: 10px;
    }
    form .field .input-textarea {
        min-height: 156px;
        display: block;
    }
    form .field .input-text, form .field .input-textarea {
        font-weight: 800;
        color: #36000D;
        background-color: #f2f2f2;
        border: none;
        border-radius: 0;
        padding: 15px 50px 15px 24px;
    }
    form .field .input-text, form .field .input-textarea, form .field label {
        width: 100%;
        font-family: Playfair Display, serif;
        font-size: 14px;
        /* font-size: 16px; */
        line-height: 20px;
    }
    button, input, select, textarea {
        background: inherit;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }
    .template-contact .hero .form .submit-button {
        margin-top: 38px;
        color: #b3b3b3;
    }
    .link-important {
        font-family: Playfair Display, serif;
        font-weight: 500;
        font-size: 14px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .5em;
        text-transform: uppercase;
        padding: 10px 0 10px 120px;
        position: relative;
        display: inline-block;
        text-align: left;
        color: #b3b3b3;
        transition: color .3s cubic-bezier(.165, .84, .44, 1);
        margin-left: 340px;
    }
    .link-important {
        color: #e77e40 !important;
    }
    .link-important:before {
        content: "";
        width: 90px;
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .3s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .4s;
    }
    .link-important .line, .link-important:before {
        display: block;
        position: absolute;
        left: 0;
        pointer-events: none;
        z-index: 2;
        height: 2px;
        background-color: #36000D;
    }
    .link-important .line, .link-important:after, .link-important:before {
        top: calc(50% - 2px);
    }
    .link-important .line, .link-important:before {
        background-color: #e77e40 !important;
    }
    .link-important .line, .link-important:before {
        display: block;
        position: absolute;
        left: 0;
        pointer-events: none;
        z-index: 2;
        height: 2px;
        background-color: #36000D;
    }
    .link-important .line {
        right: 0;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
    }
    .link-important .line, .link-important:after, .link-important:before {
        top: calc(50% - 2px);
    }
    .link-important .line, .link-important:before {
        background-color: #e77e40 !important;
    }
    .link-important .text {
        position: relative;
        display: inline-block;
        transform: translateZ(0);
        transition: transform .5s cubic-bezier(.895, .03, .685, .22);
    }
    .link-important:after {
        content: "";
        width: 90px;
        height: 2px;
        display: inline-block;
        background-color: #36000D;
        position: absolute;
        right: 0;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .3s cubic-bezier(.895, .03, .685, .22);
    }
    .link-important .line, .link-important:after, .link-important:before {
        top: calc(50% - 2px);
    }
    .link-important:after {
        background-color: #e77e40 !important;
    }
    .template-contact .hero .form .submit-button.hover, .template-contact .hero .form .submit-button.loading, .template-contact .hero .form .submit-button:hover {
        color: #36000D;
    }
    .template-contact .hero .form .submit-button {
        margin-top: 38px;
        color: #b3b3b3;
    }
    .link-important.hover, .link-important.loading, .link-important:hover {
        color: #36000D;
    }
    .link-important {
        font-family: Playfair Display, serif;
        font-weight: 500;
        font-size: 14px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .5em;
        text-transform: uppercase;
        padding: 10px 0 10px 120px;
        position: relative;
        display: inline-block;
        text-align: left;
        color: #b3b3b3;
        transition: color .3s cubic-bezier(.165, .84, .44, 1);
    }
    .link-important {
        color: #e77e40 !important;
    }
    .title.git-txt.form_title{
        font-family: Bon;   
        text-align: center;
        font-size: 50px;
        font-weight: 100;
        text-transform: uppercase;
        margin-top: 100px;
    }
    .for_more_detail {
        width: 65%;
        overflow: hidden;
        margin: auto;
        /* padding: 50px 0; */
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .address_block {
        float: left;
        font-family: sf-pro;
        color: #878787;
        font-weight: 600;
    }
    .for_email_block strong, .address_block strong {
        color: #5d5d5d;
    }
    .for_email_block {
        float: right;
        font-family: sf-pro;
    }
    .for_email_block a {
        color: #878787;
        font-weight: 600;
    }
    .next-page {
        position: relative;
        overflow: hidden;
    }
    article, aside, details, figcaption, figure, footer, header, nav, section {
        display: block;
    }
    .next-page .image-background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-position: 0;
    }
    .next-page .content-wrapper {
        padding: 250px 0 250px;
    }
    .next-page .content-wrapper {
        /*position: relative;*/
        text-align: center;
        padding: 250px 0 250px;
        z-index: 1;
        transform: translateZ(0);
        position: absolute;
    }
    .link-button:after, .link-button:before {
        content: "";
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        width: 90px;
        pointer-events: none;
    }
    .link-button:before {
        display: inline-block;
        vertical-align: 4px;
        left: -120px;
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .3s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .4s;
        z-index: 1;
    }
    .link-button:after, .link-button:before, .link-button .line {
        background-color: #E77E40 !important;
    }
    .link-button .line {
        display: block;
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        left: -120px;
        right: 0;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
        pointer-events: none;
        z-index: 2;
    }
    .link-button .text, .link-button .text:before {
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
    }
    .link-button .text {
        position: relative;
        display: inline-block;
        transform: translateZ(0);
    }
    .link-button .text:before {
        content: "";
        position: absolute;
        display: block;
        background-color: #fff;
        top: -25px;
        left: -70px;
        right: -70px;
        bottom: -25px;
        pointer-events: none;
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
    .link-button .text, .link-button .text:before {
        transition: transform .4s cubic-bezier(.895, .03, .685, .22);
    }
    .link-button .text>.inner {
        display: block;
        position: relative;
        z-index: 1;
        transform: translateZ(0);
        transition: transform .5s cubic-bezier(.895, .03, .685, .22);
    }
    .link-button:after {
        display: block;
        right: -55px;
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition: transform .3s cubic-bezier(.895, .03, .685, .22);
        z-index: 2;
    }
    .link-button:after, .link-button:before {
        content: "";
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        width: 90px;
        pointer-events: none;
    }
    .link-button.hover, .link-button:hover {
        color: #E77E40 !important;
    }
    .link-button.hover:before, .link-button:hover:before {
        transform: scaleX(0);
        transform-origin: 100% 50%;
        transition-delay: 0s;
        transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    }
    .link-button:after, .link-button:before {
        content: "";
        height: 2px;
        background-color: #36000D;
        position: absolute;
        bottom: 50%;
        width: 90px;
        pointer-events: none;
    }
    .link-button.hover .line, .link-button:hover .line {
        animation: a 1s cubic-bezier(.165, .84, .44, 1) 1;
    }
    .link-button.hover, .link-button:hover {
        color: #E77E40 !important;
    }
    .link-button.hover .text>.inner, .link-button:hover .text>.inner {
        transform: translate3d(-55px, 0, 0);
        transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    }
    .link-button.hover:after, .link-button:hover:after {
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    }
    .footer_background_img_block{
        position: relative;
        height: 550px;
    }
    .footer_img{
        width: 100%;
    }
    .content-wrapper{
        width: 100%;
        top: 0;
        left: 0;
    }
    .footer-div{
        margin-top: 0 !important;
        padding: 80px 0px;
    }
    .footerlogo img {
        width: 200px;
    }
    .footersocial a {
        height: 75px;
        width: 75px;
    }
    .footersocial svg.icon {
        width: 17px;
        height: 17px;
    }
    .footer_copyright p{
        color: #878787;
        font-size: 13px !important;
        line-height: 24px;
    }
    .workshops_carousel_main_block {
        width: 100%;
        padding: 18.33333vw 0 0;
        cursor: grab;
    }
    .carousel_container {
        padding: 0 12.5vw 18.45833vw 18.83333vw;
    }
    .workshop_carousel_container{
         padding: 0 12.5vw 0.45833vw 18.83333vw;
    }
    .workshops_carousel_main_block {
        width: 100%;
        padding: 8.33333vw 0 0;
        /* height: 600px; */
        cursor: grab;
    }
    .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }
    .owl-item.active.center {
        opacity: 1;
    }
    .workshop_block {
        width: 100%;
        /* height: 100%; */
        clear: both;
    }
    .sub_block {
        float: left;
        position: relative;
        width: 30%;
    }
    .background_block {
        padding: 163.75% 0 0;
        background: #1a1a1a;
        position: absolute;
        width: 20.83333vw;
    }
    .workshop_vertical_img {
        top: 200px;
        left: 15%;
    }
    .workshop_vertical_img {
        position: absolute;
        top: 190px;
        left: 15%;
    }
    .owl-carousel .owl-item img {
        max-width: 230px !important;
    }
    .workshop_vertical_img img {
        height: 500px;
    }
    .workshop_vertical_img img {
        width: 160px;
        height: 500px;
        object-fit: cover;
    }
    .sub_block_content {
        float: right;
        width: 70%;
        padding: 0px 200px 0px 50px;
        margin-top: 65px;
    }
    h3.carousel_block {
        font-size: 35px;
        line-height: 1.3;
    }
    h3.carousel_block {
        font-size: 35px;
        line-height: 1.2;
        font-family: bon, serif;
        font-weight: 400;
        color: #5d5d5d;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    .content, .page-content {
        color: #151515;
        font-family: Playfair Display, serif;
        font-weight: 600;
        font-size: 16px;
        /* font-size: 19px; */
        line-height: 2.1875;
    }
    .content th {
        display: block;
    }
    .template-press .content p:last-child {
        margin-bottom: 0;
    }
    .template-products-common .content p:last-child {
        margin-bottom: 0;
    }
    .template-press .content p {
        font-size: 16px;
    }
    .template-press .content p {
        opacity: .8;
        font-family: Playfair Display, serif;
        font-weight: 100;
        font-size: 16px;
        /* font-size: 19px; */
        color: #828080;
        line-height: initial;
        letter-spacing: .4px;
    }
    .template-products-common .content p {
        opacity: .5;
        font-family: Playfair Display, serif;
        font-weight: 600;
        font-size: 16px;
        color: #151515;
        line-height: 1.875;
    }
    .content table tr th p {
        display: flex;
    }
    .content table tr td p{
        opacity: 0.8;
    }
    .content table tr th p {
        text-align: left;
        opacity: 0.8;
    }
    .content p span:nth-of-type(1) {
        width: 90%;
    }
    .content table tr th p span {
        font-style: italic;
        font-size: 22px;
    }
    .content p span:nth-of-type(2) {
        margin-left: 7px;
        margin-right: 7px;
        font-style: normal;
    }
    .workshop_single_img_block {
        margin-top: 210px;
    }
    .workshop_single_img_block {
        width: 280px !important;
        height: 175px !important;
        margin-top: 80px;
    }
    .owl-carousel .owl-item img.pop_upimg1 {
        max-width: 100% !important;
    }
    .owl-carousel .owl-item img {
        display: block;
    }
    .workshop_single_img_block img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    .top_img {
        position: absolute;
        top: -35px !important;
        left: 15% !important;
    }
    .carousel_container{
        padding-top: 100px;
    }
    tbody tr{
        line-height: 30px;
        font-weight: 100;
        color: #828080;
        font-size: 22px;;
    }
    tbody th{
        font-weight: 100;
        color: #828080;
    }
    .owl-stage-outer{
        padding-top: 100px;
    }
    .owl-item{
        opacity: 0.4;
    }
    .winter_intensive_popup_wrapper {
        position: relative;
        width: 280px;
    }
    .popup_block1 {
        margin-top: 183px !important;
    }
    .owl-carousel .owl-item img.pop_upimg1 {
        max-width: 100% !important;
    }
    .popup_video_img_block img {
        width: 100% !important;
        height: 100% !important;
        border: 2px solid #8a8989 !important;
    }
    .template-press .content p {
        opacity: .8;
        font-family: Playfair Display, serif;
        font-weight: 100;
        font-size: 16px;
        /* font-size: 19px; */
        color: #828080;
        line-height: initial;
        letter-spacing: .4px;
    }
    .popup_block1_button {
        position: absolute;
        left: 45%;
        top: 45%;
    }
    .btn.btn-outline-danger.popup-modal {
        padding: 10px 8px 10px 8px;
    }
    .btn.btn-outline-danger.popup-modal {
        padding: 10px 8px 10px 8px;
        color: #fff;
        border: 1px solid #f15a29;
        border-radius: 50%;
        margin-top: 50px;
        transition: 1s;
        background-color: #f15a29;
    }
    .btn.btn-outline-danger.popup-modal i {
        font-size: 18px;
        position: relative;
        left: 8px;
        top: 0px;
    }
    #headerPopup1 video, #headerPopup2 video, #headerPopup3 video, #headerPopup4 video{
        margin: auto;
        display: block;
        position: relative;
    }
    .popoup_block2_button{
        position: absolute;
        top: 41%;
        left: 45%;
    }
    .popup_block3_button{
        position: absolute;
        top: 41%;
        left: 43%;
    }
    .mfp-close-btn-in .mfp-close {
        color: #fff !important;
    }
    .mfp-close {
        right: 28% !important;
        top: -42px !important;
    }
    .btn.btn-outline-danger.popup-modal:hover {
        color: #E77E40;
        background-color: #fff;
        transition: 1s;
    }
    .testimonial_abt_blk_wrap {
        margin-top: calc(8.97917vw + 68px);
        text-align: center;
    }
    .template-products .title {
        font-family: Bon, serif;
        font-weight: 400;
        font-size: 3.64583vw;
        font-size: 3vw;
        line-height: 1.342857142857143;
        text-transform: uppercase;
    }
    .content, .page-content {
        color: #151515;
        font-family: Playfair Display, serif;
        font-weight: 600;
        font-size: 16px;
        /* font-size: 19px; */
        line-height: 2.1875;
    }
    div#testimonial_abt {
        max-width: 780px;
        margin: auto;
        margin-top: 20px;
    }
    #testimonial_abt {
        cursor: grab;
    }
    .txt img {
        object-fit: cover;
        border-radius: 50%;
    }
    .txt img {
        width: 100px !important;
        height: 100px !important;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .moreless-button {
        color: #f15a29 !important;
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    .txt h4 {
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 1.4 !important;
    }
    h4.title--title11 {
        /* margin-top: 10px; */
        color: #878787;
        font-weight: 600;
        line-height: 1.2;
    }
    .txt h4 span {
        font-style: italic;
        font-weight: 600;
    }
    .testimonial_title{
        font-family: Bon, serif;
        font-weight: 400;
        font-size: 3.64583vw;
        font-size: 3vw;
        line-height: 1.342857142857143;
        text-transform: uppercase;
        color: #878787;
    }
    .press_link_block{
        margin-top: 200px;
        width: 100%;
        height: 1200px;
    }
    .press_content_wrapper{
        display: flex;
        padding: 0px 300px;
    }
    .press_image_wrapper{
        width: 50%;
        position: relative;
    }
    .press_content_block{
        width: 50%;
        padding: 288px 0px;
    }
    .press_title_about_page{
        font-family: Bon;
        color: #5d5d5d;
        margin: 0 0 46px 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 3vw;
        padding: 0px 50px;
    }
    p.press_about_content{
        color: #878787;
        line-height: 22px;
        font-size: 17px;
        font-weight: 200;
        width: 85%;
        padding: 0px 50px;
        font-family: Playfair Display;
        opacity: 0.8;
    }
    .image_block_1{
        z-index: 9;
        position: absolute;
        width: 640px;
        height: 940px;
    }
    .image_block_1 img{
        overflow: hidden;
        object-fit: cover;
        height: 100%;
    }
    .image_block_2{
        width: 640px;
        height: 940px;
        background: #1a1a1a;
        position: absolute;
        top: 10%;
        left: -13%;
    }
    .gallery_content_wrapper{
        display: flex;
        padding: 0 0 0 16vw;
    }
    .content_block_gallery{
        width: 40%;
        padding: 250px 0px;
    }
    .gallery_image_block{
        position: relative;
    }
    .vertical_gallery_img{
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .gallery_link_title_text{
        margin-bottom: 300px;
    }
   .button_container {
        position: absolute;
        top: 85%;
        right: 8%;
        height: 27px;
        width: 47px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
    }
 .button_container:hover {
   opacity: 0.7;
}
 .button_container.active .top {
   transform: translateY(11px) translateX(0) rotate(45deg);
   background: #f15a29;
}
 .button_container.active .middle {
   opacity: 0;
   background: #f15a29;
}
 .button_container.active .bottom {
   transform: translateY(0px) translateX(0) rotate(-45deg);
   background: #f15a29;
}
 .button_container span {
   background: #f15a29;
   border: none;
   height: 2px;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.35s ease;
   cursor: pointer;
}
 .button_container span:nth-of-type(2) {
   top: 11px;
   width: 50%;
}
 .button_container span:nth-of-type(3) {
   top: 22px;
}
 .overlay {
   position: fixed;
   background: url(../../images/banners/Neha_Mondai_Landing_Page_Banner.jpg);
   top: 0;
   left: 0;
   width: 100%;
   height: 0%;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.35s, visibility 0.35s, height 0.35s;
   overflow: hidden;
}
 .overlay.open {
   opacity: 1;
   visibility: visible;
   height: 100%;
   z-index: 9;
}
 .overlay.open li {
   animation: fadeInRight 0.5s ease forwards;
   animation-delay: 0.35s;
}
 .overlay.open li:nth-of-type(2) {
   animation-delay: 0.4s;
}
 .overlay.open li:nth-of-type(3) {
   animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
   animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
   animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
   animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
   animation-delay: 0.65s;
}
 .overlay nav {
   position: relative;
   height: 70%;
   top: 50%;
   transform: translateY(-50%);
   font-size: 50px;
   font-family: 'Vollkorn', serif;
   font-weight: 400;
   text-align: center;
}
 .overlay ul {
   list-style: none;
   padding: 0;
   margin: 0 auto;
   display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 100px;
    margin-left: 300px;
}
 .overlay ul li {
   display: block;
   height: 25%;
   height: calc(100% / 4);
   min-height: 40px;
   position: relative;
   opacity: 0;
}
 .overlay ul li a {
   display: block;
   position: relative;
   color: #aaa;
   text-decoration: none;
   overflow: hidden;
   font-size: 18px;
   text-align: left;  
   font-family: Bon;
   text-transform: uppercase;
}
 .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
   width: 100%;
}
 /*.overlay ul li a:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 0%;
   transform: translateX(-50%);
   height: 3px;
   background: #fff;
   transition: 0.35s;
}*/
 @keyframes fadeInRight {
   0% {
     opacity: 0;
     left: 20%;
  }
   100% {
     opacity: 1;
     left: 0;
  }
}
.overlay.open .content-wrapper.banner_box{
  visibility: hidden;
}
.overlay.open .frontpage-slider-scroll{
  visibility: hidden;
}
.frontpage-slider-scroll{
  z-index: 0;
}
.menu_social_icon_block{
  position: absolute;
  bottom: 30px;
  margin-left: 300px;
  padding: 20px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: rgba(255, 255, 255, 0.12);
}
.copyright_menu_text{
  position: absolute;
  bottom: 0;
  font-size: 14px;
  margin-top: 70px;
  color: #aaa;
  margin-left: 300px;
  font-family: Playfair Display;
}
.overlay-menu ul li a{
  transition: .3s;
}
.overlay-menu ul li a:hover{
  padding-left: 40px;
  transition: .3s;
}
.overlay-menu ul li a:hover:after {
  width: 30px;
}
.overlay-menu ul li a:after {
  content: "";
  bottom: 50%;
  left: 0;
  height: 1px;
  width: 0%;
  position: absolute;
  background: #f15a29;
  transition: .3s;
}
.nav-list li.active a{
  padding-left: 40px;
}
/*.nav-list li.active :after {
    width: 30px;
}*/
.nav-list li.active a:after {
  content: "";
  bottom: 50%;
  left: 0;
  height: 1px;
  width: 30px;
  position: absolute;
  background: #f15a29;
  transition: .3s;
}
.menu_social_icon_block a{
  height: 55px;
  width: 55px;  
}
.menu_social_icon_block svg.icon{
  width: 12px;
  height: 12px;
}
.menu_button.button_container.active span:nth-of-type(2){
  width: 100%;
}
.overlay.open{
    position: fixed;
    z-index: 99;
}
.overlay.open body{
    overflow-y: hidden !important;
}
body.no_Scroll {
    overflow: hidden;
    position: fixed;
}
#form-messages{
    width: 65%;
    margin: auto;
    margin-top: 20px;
}
.about_main_content p{
    text-align: justify;
}
.mfp-bg {
    opacity: 0.95 !important;
}
.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready{
    overflow: hidden !important; 
}
.btn.btn-outline-danger.popup-modal.nq-popup:hover{
    cursor: pointer;
}
.menu_button{
    cursor: pointer !important;
}
.carousel_container_performances{
    padding: 0 12.5vw 14.45833vw 18.83333vw !important;
}
.header_wrapper{
    transition: 0.2s;
}
.header_wrapper.sticky{
    background-color: #171719;
    padding: 30px 100px 30px 100px;
    transition: 0.2s;
}
.header_wrapper.sticky .button_container{
    top: 60%;
    transition: 0.2s;
}
.header_wrapper.sticky .logo_content a img{
    width: 130px;  
    position: relative;
    top: 7px; 
}
.header_wrapper.sticky .menu_button.button_container span{
    background: #f15a29;
}
.overlay.open .header_wrapper.sticky{
    background-color: transparent !important;
}
.header_wrapper.sticky .overlay.open{
    background-color: transparent;
}
.no_Scroll .sticky{
  background: transparent !important;
}
.unique_page_banner_box{
    top: 4% !important;
}
.unique_page_banner_quote{
    top: 5.5% !important; 
}
.unique_page_scroll_down_title{
    top: 28vw;
}
.contact-banner_box_title{
    top: 10% !important;
}
.contact_banner_text_quote{
    top: 13% !important;
}
.gallery_page_banner_box{
    top: 4% !important;
}
.gallery_page_banner_quote{
    top: 5.5% !important;
}
.gallery_page_scroll_down_title, .contact_scrolldown_title{
    top: 26vw;
}
.scroll_press{
    top: 24vw;
}
.index_page_scroll_title{
    top: 46vw;
    left: 56%;
}
.slider_container_index{
    margin-top: 0 !important;
}
.mobile_address_content{
    display: none;
}
.address_title{
    color: #5d5d5d;
}
.address_main_content{
    margin-left: 5px;
    line-height: 17px;
}
.scroll_to_explore_main_wrapper{
    position: absolute !important;
    width: 100% !important;
    height: 100vh !important;
    top: 0 !important;
}
.scroll_cont.frontpage-slider-scroll.active{
    position: absolute !important;
    left: 50% !important;
    top: inherit;
    bottom: 20px !important;
    margin-top: -50px;
}
 .gallery_banner_wrapper{
    position: relative !important;
}
.gallery_banner_title_block{
    position: absolute;
    top: 28% !important;
    margin-bottom: 200px !important;
}
.gallery_banner_quote_wrapper{
    position: absolute;
    bottom: 0 !important;
    top: 38% !important;
    margin-bottom: 120px;
}


    




        





@media (max-width: 1440px){
    .overlay{
        background-size: cover !important;  
    }
}

@media (max-width: 1440px){
    .frontpage-slider-scroll{
        top: 28vw;
    }
    .content-wrapper.banner_text_quote{
        top: 11%;
    }
    .content-wrapper.banner_box{
        top: 8%;
    }
    .overlay{
        background-size: 100%;
    }
    .footer_background_img_block{
        height: 440px;
    }
    .next-page .content-wrapper{
        padding: 200px 0px 200px;
    }
    .footersocial a {
        height: 65px;
        width: 65px;
    }
    .footerlogo img {
        width: 150px;
    }
    .footersocial svg.icon {
        width: 12px;
        height: 12px;
    }
    /*.button_container{
        top: 10%;   
    }*/
    .link-button .text:before{
        top: -25px;
        left: -70px;
        right: -70px;
        bottom: -25px;
    }
    .for_more_detail{
        width: 53%;
    }
    .workshop_vertical_img img{
        width: 160px !important;
        height: 350px;
    }
    span.text {
        font-size: 14px !important;
    }
    .carousel_container.owl-carousel.owl-theme.owl-loaded.owl-drag {
        height: 750px !important;
    }
    .workshops_carousel_main_block {
        height: 1200px !important;
    }
    .overlay ul, .menu_social_icon_block, .copyright_menu_text{
        margin-left: 250px;
    }
    h3.carousel_block{
        font-size: 25px;
    }
    .content table tr th p span, tbody tr{
        font-size: 17px;
    }
    .workshop_single_img_block{
        top: -17px !important;
    }
    .first_carousel_block{
        margin-top: 28px !important;
    }
    .popup_block1{
        margin-top: 15px !important;
    }
    .popup_block2{
        margin-top: 32px !important;
    }
    .container{
        margin-top: 14px !important;
    }
    .popup_block3{
        margin-top: 90px !important;
    }
    .popup_block5{
        margin-top: 48px !important;
    }
    .mfp-close {
        right: 21% !important;
    }
    .gallery_content_wrapper{
        padding: 0 0 0 10vw;
    }
    .gallery_image_block{
        width: 70%;
    }
    .vertical_gallery_img{
        top: 70%;
        width: 320px;
    }
    .chapter-inner.biography_content {
        padding: 0px 225px !important;
    }
    .press_content_wrapper{
        padding: 0px 200px;
    }
    .image_block_1, .image_block_2{
        width: 450px;
        height: 770px;
    }
    .gallery_page_scroll_down_title{
        top: 26vw;
    }
    .index_page_scroll_title{
        top: 51vw;
    }
    span.text {
        font-size: 12px !important;
    }
}

@media (max-width: 1366px) {
    .logo_content a img {
        width: 120px;
    }
    .overlay ul li{
        min-height: 32px; 
    }
    .overlay ul li a{
        font-size: 14px;
    }
    .copyright_menu_text {
        font-size: 11px;
    }
    .footersocial a {
        height: 45px;
        width: 45px;
    }
    .header_wrapper {
        display: flex;
        padding: 60px 80px 60px 80px;
    }
    span.text {
        font-size: 12px !important;
    }
   /* .frontpage-slider-scroll {
        top: 24vw !important;
    }*/
}
@media (max-width: 1280px){
    .footer_background_img_block {
        height: 430px;
    }
    .content.content-up.banner_text_press p {
        width: 450px;
    }
    .press_content_wrapper {
        padding: 0px 150px;
    }
}




@media (max-width: 768px){
	.title-wrapper h2.title{
		font-size: 26px;
	}
    .content_wrapper .title{
    	padding: 0 !important;
    }
    .title-wrapper{
    	top: 36%;
    }
    .content_wrapper .subtitle {
	    margin: 20px 0 2.13542vw 27vw !important;
	    width: 35.27083vw !important;
	}
	.description_inner{
		width: 70%;
	}
	.main-menu-trigger span{
		width: 35px;
	}
	.main-menu-trigger span:nth-child(2){
		width: 20px;
	}
    .header_wrapper{
        padding: 60px 60px 60px 60px !important;
    }
    .overlay{
        background-repeat: no-repeat !important;
        object-fit: cover;
        background-size: unset !important;
        background-position: 75% !important;
    }
    .overlay.open .logo_content{
        display: none;
    }
    .overlay ul{
        margin-left: 130px !important;
    }
    .overlay ul li{
        min-height: 60px !important;
    }
    .overlay ul li a{
        font-size: 26px !important; 
    }
    .menu_social_icon_block, .copyright_menu_text{
        margin-left: 130px !important; 
    }
    .copyright_menu_text{
        font-size: 17px !important; 
    }
    .footer_background_img_block{
        height: 260px;
    }
    .next-page .content-wrapper {
        padding: 110px 0px 110px;
    }
    .footer-1{
        display: block;
    }
    .fields{
        padding: 0px 100px;
    }
    .link-important{
        margin-left: 100px;
    }
    .address_block{
        margin-bottom: 10px;
    }
    .for_email_block, .address_block{
        float: none;
    }
    .for_more_detail{
        width: 74%;
    }
    .footerlogo img{
        margin: auto;
        width: 250px;
    }
    .footer_copyright{
        width: 300px;
        margin: auto;
    }
    .footersocial a{
        width: 85px;
        height: 85px;
    }
    .footersocial svg.icon {
        width: 16px;
        height: 16px;
    }
    .footersocial{
        margin-bottom: 10px !important;
    }
    .footer_copyright p{
        text-align: center;
    }
    .footer_copyright p {
        font-size: 18px !important;
        line-height: 33px;
    }
    .content-wrapper.banner_box {
        top: 23%;
        left: 15%;
    }
    .content-wrapper.banner_text_quote {
        position: absolute;
        top: 26%;
        left: 12%;
    }
    .footerlogo, .footersocial {
        display: flex;
        margin: auto;
        width: 300px;
        margin-bottom: 40px;
    }
    .item-size{
        width: 100% !important;
    }
    /*.button_container{
        top: 8%;
    }*/
    .press_next_page{
        width: 100%;
    }
    .link-button .text>.inner {
        font-size: 16px !important;
    }
    .background_block{
        width: 236px;
        height: 396px;
    }
    .sub_block_content {
        float: right;
        width: 70%;
        margin-top: 65px;
        padding: 0px 0px 0px 50px;
        position: relative;
        left: 20px;
    }
    .background_block {
        padding: 250.75% 0 0;
        width: 30.83333vw;
        position: relative;
        right: 50px;
    }
    .workshop_vertical_img {
        position: absolute;
        top: 140px;
        left: -10%;
    }
    .owl-item.active{
        opacity: 1;
    }
    .owl-item{
        opacity: 0;
    }
    .top_img {
        top: -35px !important;
        left: -5% !important;
    }
    .workshops_carousel_main_block {
        height: 970px !important;
    }
    .indication_line{
        width: 63% !important;
    }
    .mfp-close {
        right: 0% !important;
    }
    .fancybox-slide.fancybox-slide--html img {
        width: 100% !important;
        vertical-align: middle;
        position: relative;
        bottom: 50px;
        object-fit: contain;
    }
    .chapter-inner.biography_content {
        padding: 0px 95px !important;
    }
    .testimonial_abt_blk_wrap{
        width: 80%;
        margin: auto;
        margin-top: 100px;
    }
    .image_block_1, .image_block_2{
        width: 300px !important;
        height: 400px;
    }
    .image_block_1 img{
        width: 100%;
    }
    .image_block_2{
        top: 10%;
    }
    .press_content_wrapper{
        padding: 0px 100px;
    }
    .press_content_block {
        padding: 50px 0px;
    }
    .press_about_content{
        width: 100% !important;
    }
    .press_link_button_block{
        margin-top: 20px !important;
    }
    .link-important:before {
        width: 60px !important;
    }
    .link-important .text{
        right: 30px !important;
    }
    .press_link_block{
        height: 580px;
    }
    .gallery_content_wrapper{
        padding: 0;
    }
    .gallery_horizontal_img{
        width: 500px;
        height: 330px;
        object-fit: cover;
    }
    .content_block_gallery{
        padding: 50px 0;
    }
    .vertical_gallery_img{
        width: 190px;
        height: 288px;
        object-fit: cover;
    }
    .link_title_wrapper{
        margin-left: 140px !important;
    }
    .gallery_link_title_text{
        position: relative;
        bottom: 60px;
    }
    .banner_wrapper img{
        width: 100%;
    }
    /*.desktop_banner{
        display: none;
    }*/
    .mobile_banner{
        display: block;
    }
    .no-touch .scrollable {
        position: relative;
        overflow: hidden;
    }
    .no-touch .scrollable:hover {
        overflow: auto;
    }
    .header_wrapper.sticky .button_container{
        top: 90%;
    }
    .unique_page_banner_box {
        top: 13.8% !important;
    }
    .unique_page_banner_quote {
        top: 15.5% !important;
    }
    .contact-banner_box_title {
        top: 24% !important;
    }
    .contact_banner_text_quote{
        top: 27% !important;
    }
    .gallery_page_banner_box {
        top: 4.6% !important;
    }
    .gallery_page_banner_quote {
        top: 5.2% !important;
    }
    .index_page_scroll_title{
        display: none !important;
    }
    .desktop_banner_separate_page{
        display: none !important;
    }
    .mobile_banner_separate_page{
        display: block !important; 
    }
   /* .desktop_banner{
        display: none !important;
    }*/
     .gallery_banner_wrapper{
        position: relative !important;
    }
    .gallery_banner_title_block{
        position: absolute;
        bottom: 0;
        top: initial !important;
        margin-bottom: 250px !important;
    }
    .gallery_banner_quote_wrapper{
        position: absolute;
        bottom: 0 !important;
        top: initial !important;
        margin-bottom: 150px;
    }
}


@media (max-width: 490px){
     .list-inline.dots{
        display: block !important; 
    }
    .banner-slider_nav{
        display: none !important;
    }
    .index_page_scroll_title{
        display: none !important;
    }
    .logo_content a img {
        width: 120px !important;
    }
    .header_wrapper {
        display: flex;
        padding: 40px 40px 40px 40px !important;
    }
    .header_wrapper.sticky{
         padding: 20px 40px 20px 40px !important;
    }
    .header_wrapper.sticky .button_container{
        top: 42% !important;
    }
    .main-menu-trigger{
        transform: translate(30%, -24%);
    }
    .title-wrapper h2.title {
        font-size: 14px;
        line-height: 18px;
    }
    .content_wrapper .subtitle{
        width: 60.27083vw !important;
    }
    .content_wrapper .subtitle p{
        font-size: 10px;
    }
    .slider-item .mobile_banner{
        display: block !important;
    }
    .slider-item .desktop_banner{
        display: none !important;
    }
    .slider .dots{
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .description_content{
        height: 95px;
    }
    .description_inner p {
        font-size: 13px;
    }
    .description_inner {
        width: 85%;
    }
    .title-wrapper {
        top: 78%;
    }
    .content_wrapper .title {
        margin: 0 0 0px 15vw !important;
    }
    .content_wrapper .subtitle {
        left: 4.06667vw;
    }
    .content_wrapper .subtitle {
        margin: 6px 0 3.13542vw 25vw !important;
        width: 50.27083vw !important;
    }
    .subtitle.subtitle-up:before{
        top: 10px;
    }
    .slider .dots li.active {
        opacity: 1;
        padding: 1px 5px;
    }
    .slider .dots li{
        padding: 0px 4px;
    }
    .button_container{
        top: 53% !important;
        width: 35px !important;
    }
   /* .button_container span:nth-of-type(2){
        width: 50% !important;
    }*/
    .content.content-up.banner_text_press p {
        width: 300px !important;
        font-size: 12px;
    }
    .banner_quote_author{
        font-size: 14px;
    }
    .link-button .text>.inner {
        font-size: 12px !important;
    }
    .title.git-txt.form_title{
        font-size: 25px;
    }
    .fields{
        padding: 0px 40px;
    }
    .link-important {
        margin-left: 70px;
    }
    .for_more_detail{
        font-size: 13px;
    }
    .footer_background_img_block {
        height: 170px;
    }
    .next-page .content-wrapper {
       padding: 70px 0 70px !important;
    }
    .footer-div{
        padding: 50px 0px;
    }
    .footerlogo img{
        width: 150px;
    }
    .footerlogo, .footersocial {
        width: 285px;
    }
    .footer_copyright p {
        font-size: 12px !important;
        line-height: 25px;
    }
    .overlay ul {
        margin-top: 80px !important;
        margin-left: 60px !important;
    }
    .overlay ul li {
        min-height: 50px !important;
    }
    .overlay ul li a {
        font-size: 20px !important;
    }
    .menu_social_icon_block, .copyright_menu_text {
        margin-left: 60px !important;
    }
    .overlay nav{
        height: 80% !important;
        top: 55% !important;
    }
    .copyright_menu_text {
        font-size: 11px !important;
    }
    .menu_social_icon_block{
        bottom: 15px !important;   
    }
    .sub_block{
        float: none;
    }
    .sub_block_content{
        float: none;
    }
    .carousel_container {
        padding: 0 12.5vw 0.45833vw 14.83333vw;
    }
    .background_block {
        padding: 149.75% 0 0;
        width: 100%;
        right: 0;
    }
    .sub_block{
        width: 100%;
    }
    .workshop_vertical_img{
        left: 15%;
    }
    .sub_block_content{
        width: 100%;
        left: 0;
        padding: 0;
    }
    .link-important .text {
        right: 40px !important;
    }
    span.text {
        font-size: 11px !important;
    }
    .carousel_container.owl-carousel.owl-theme.owl-loaded.owl-drag {
        height: 1150px !important;
    }
    .carousel_container.owl-carousel.owl-theme.carousel_container_performances.owl-loaded.owl-drag{
        height: 1000px !important;
    }
    .carousel_container.owl-carousel.owl-theme.caroursel_container_press.owl-loaded.owl-drag{
        height: 1040px !important;
    }
    .workshops_carousel_main_block {
        height: 1300px !important;
    }
    .indication_line {
        width: 70% !important;
    }
    .owl-theme .owl-nav{
        left: 68% !important;
    }
    .indication_line{
        margin-top: 120px !important;
    }
    .top_img{
        left: 15% !important;
    }
    .content table tr th p span, tbody tr {
        font-size: 13px;
    }
    .content table tr td p {
        line-height: 20px;
    }
    button.button{
        font-size: 10px !important;
    }
    .sub_block_content{
        margin-top: 85px;
    }
    h3.carousel_block {
        font-size: 20px;
    }
   .mfp-content video {
        width: 330px;
        height: 100%;
    }
    .biography_content_title{
        font-size: 5vw !important;
    }
    .chapter.chapter-quote.biography {
        margin-top: 50px !important;
    }
    .chapter-inner.biography_content {
        padding: 0px 40px !important;
    }
    .about_main_content p{
        font-size: 12px !important;
    }
    .link.link-important{
        width: 290px !important;
    }
    .testimonial_title{
        font-size: 4vw;
    }
    #first-content, .moretext, .title--tag.title--tag--red{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .content, .page-content {
        font-size: 13px !important;
    }
    .vertical_gallery_img{
        display: none;
    }
    .gallery_horizontal_img {
        width: 430px;
        height: 250px;
    }
    p.press_about_content {
        padding: 0px 20px;
        line-height: 18px;
        font-size: 13px;
    }
    .link.link-important.resume_inner{
        width: 215px !important;
    }
    .desktop_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .overlay{
        background: url(../../images/banners/menu_mobile_banner.jpg);
        background-size: 100% !important;
    }
    .footer_img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .link-button:before{
        width: 65px;
        left: -85px;
    }
    .content-wrapper.banner_box {
        top: 20%;
        left: 23%;
    }
    .content-wrapper.banner_text_quote {
        position: absolute;
        top: 22.5%;
        left: 12%;
    }
    .unique_page_banner_box {
        top: 11.5% !important;
    }
    .unique_page_banner_quote {
        top: 13.3% !important;
    }
    .contact-banner_box_title {
        top: 24% !important;
    }
    .contact_banner_text_quote {
        top: 27% !important;
    }
    .gallery_page_banner_box {
        top: 4.2% !important;
    }
    .gallery_page_banner_quote {
        top: 4.7% !important;
    }
    .performance_indication_line{
        margin-top: 60px !important;
    }
    .mobile_address_content{
        display: block;
    }
    .email_id_title{
        margin-right: 10px;
    }
    .mail_id{
        margin-left: 4px;
    }
    .indication_button_line{
        margin-top: 42px !important;
    }
    .performance_carousel_main_block{
        height: 1170px !important;
    }
    .carousel_container_performances{
        padding: 0 12.5vw 0.45833vw 13.83333vw !important;
    }
    .indication_line_press{
        margin-top: 70px !important; 
    }
    .about_content-wrapper {
        top: 13.5% !important;
    }
    .about_mobile_banner_quote {
        top: 15.3% !important;
    }
    .press_link_block{
        margin-top: -200px !important;
    }
    .press_content_wrapper {
        padding: 0 !important;
    }
    .image_block_1, .image_block_2 {
        width: 160px !important;
        height: 240px !important;
    }
    .press_image_wrapper{
        margin-left: 50px;
    }
    .press_title_about_page{
        margin: 0 0 26px 0;
        font-size: 4vw;
        padding: 0px 20px;
    }
    .link.link-important {
        margin-left: 10px;
    }
    .press_link_block {
        height: 380px;
    }
    .link.link-important {
        margin-left: 0px !important;
    }
    .footersocial a {
        width: 70px;
        height: 70px;
    }
    .workshop_vertical_img img {
        width: 190px !important;
        height: 420px;
    }
    .footer_social_main_footer{
        padding-left: 20px;
    }
    .gallery_banner_wrapper{
        position: relative !important;
    }
    .gallery_banner_title_block{
        bottom: 0 !important;
        position: absolute;
        top: initial !important;
        margin-bottom: 200px !important;
    }
    .gallery_banner_quote_wrapper{
        position: absolute;
        bottom: 0 !important;
        top: initial !important;
        margin-bottom: 120px;
    }
}


@media (max-width: 420px){
    .list-inline.dots{
        display: block !important; 
    }
    .banner-slider_nav{
        display: none !important;
    }
    .index_page_scroll_title{
        display: none !important;
    }
	.logo_content a img {
	    width: 100px !important;
	}
	.header_wrapper {
	    display: flex;
	    padding: 40px 40px 40px 40px !important;
	}
    .header_wrapper.sticky{
         padding: 20px 40px 20px 40px !important;
    }
    .header_wrapper.sticky .button_container{
        top: 42% !important;
    }
	.main-menu-trigger{
		transform: translate(30%, -24%);
	}
	.title-wrapper h2.title {
	    font-size: 14px;
	    line-height: 18px;
	}
	.content_wrapper .subtitle{
		width: 60.27083vw !important;
	}
	.content_wrapper .subtitle p{
		font-size: 10px;
	}
	.slider-item .mobile_banner{
		display: block !important;
	}
    .slider-item .desktop_banner{
        display: none !important;
    }
	.slider .dots{
		margin-right: 10px;
        margin-bottom: 20px;
	}
	.description_content{
		height: 95px;
	}
	.description_inner p {
	    font-size: 13px;
	}
	.description_inner {
	    width: 85%;
	}
	.title-wrapper {
	    top: 78%;
	}
	.content_wrapper .title {
	    margin: 0 0 0px 15vw !important;
	}
	.content_wrapper .subtitle {
	    left: 4.06667vw;
	}
	.content_wrapper .subtitle {
	    margin: 6px 0 3.13542vw 25vw !important;
	    width: 50.27083vw !important;
	}
	.subtitle.subtitle-up:before{
		top: 10px;
	}
	.slider .dots li.active {
	    opacity: 1;
	    padding: 1px 5px;
	}
	.slider .dots li{
		padding: 0px 4px;
	}
    .button_container{
        top: 53% !important;
        width: 35px !important;
    }
   /* .button_container span:nth-of-type(2){
        width: 50% !important;
    }*/
    .content.content-up.banner_text_press p {
        width: 300px !important;
        font-size: 12px;
    }
    .banner_quote_author{
        font-size: 14px;
    }
    .link-button .text>.inner {
        font-size: 12px !important;
    }
    .title.git-txt.form_title{
        font-size: 25px;
    }
    .fields{
        padding: 0px 40px;
    }
    .link-important {
        margin-left: 70px;
    }
    .for_more_detail{
        font-size: 13px;
    }
    .footer_background_img_block {
        height: 170px;
    }
    .next-page .content-wrapper {
       padding: 70px 0 70px !important;
    }
    .footer-div{
        padding: 50px 0px;
    }
    .footerlogo img{
        width: 150px;
    }
    .footerlogo, .footersocial{
        width: 186px;
    }
    .footer_copyright p {
        font-size: 12px !important;
        line-height: 25px;
    }
    .overlay ul {
        margin-top: 50px !important;
        margin-left: 60px !important;
    }
    .overlay ul li {
        min-height: 40px !important;
    }
    .overlay ul li a {
        font-size: 16px !important;
    }
    .menu_social_icon_block, .copyright_menu_text {
        margin-left: 60px !important;
    }
    .overlay nav{
        height: 80% !important;
        top: 55% !important;
    }
    .copyright_menu_text {
        font-size: 11px !important;
    }
    .menu_social_icon_block{
        bottom: 15px !important;   
    }
    .sub_block{
        float: none;
    }
    .sub_block_content{
        float: none;
    }
    .carousel_container {
        padding: 0 12.5vw 0.45833vw 14.83333vw;
    }
    .background_block {
        padding: 149.75% 0 0;
        width: 100%;
        right: 0;
    }
    .sub_block{
        width: 100%;
    }
    .workshop_vertical_img{
        left: 15%;
    }
    .sub_block_content{
        width: 100%;
        left: 0;
        padding: 0;
    }
    .link-important .text {
        right: 40px !important;
    }
    span.text {
        font-size: 11px !important;
    }
    .carousel_container.owl-carousel.owl-theme.owl-loaded.owl-drag {
        height: 960px !important;
    }
    .workshops_carousel_main_block {
        height: 1200px !important;
    }
    .indication_line {
        width: 70% !important;
    }
    .owl-theme .owl-nav{
        left: 68% !important;
    }
    .indication_line{
        margin-top: 120px !important;
    }
    .top_img{
        left: 15% !important;
    }
    .content table tr th p span, tbody tr {
        font-size: 13px;
    }
    .content table tr td p {
        line-height: 20px;
    }
    button.button{
        font-size: 10px !important;
    }
    .sub_block_content{
        margin-top: 85px;
    }
    h3.carousel_block {
        font-size: 20px;
    }
   .mfp-content video {
        width: 330px;
        height: 100%;
    }
    .biography_content_title{
        font-size: 5vw !important;
    }
    .chapter.chapter-quote.biography {
        margin-top: 50px !important;
    }
    .chapter-inner.biography_content {
        padding: 0px 40px !important;
    }
    .about_main_content p{
        font-size: 12px !important;
    }
    .link.link-important{
        width: 190px !important;
    }
    .testimonial_title{
        font-size: 4vw;
    }
    #first-content, .moretext, .title--tag.title--tag--red{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .content, .page-content {
        font-size: 13px !important;
    }
    .vertical_gallery_img{
        display: none;
    }
    .gallery_horizontal_img {
        width: 430px;
        height: 250px;
    }
    p.press_about_content {
        padding: 0px 20px;
        line-height: 18px;
        font-size: 13px;
    }
    .link.link-important.resume_inner{
        width: 215px !important;
    }
    .desktop_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .overlay{
        background: url(../../images/banners/menu_mobile_banner.jpg);
        background-size: cover !important;
    }
    .footer_img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .link-button:before{
        width: 65px;
        left: -85px;
    }
    .content-wrapper.banner_box {
        top: 18%;
        left: 15%;
    }
    .content-wrapper.banner_text_quote {
        position: absolute;
        top: 21%;
        left: 12%;
    }
    .unique_page_banner_box {
        top: 11.5% !important;
    }
    .unique_page_banner_quote {
        top: 13.3% !important;
    }
    .contact-banner_box_title {
        top: 22% !important;
    }
    .contact_banner_text_quote {
        top: 25% !important;
    }
  /*  .gallery_page_banner_box {
        top: 3.2% !important;
    }*/
    /*.gallery_page_banner_quote {
        top: 3.7% !important;
    }*/
    .performance_indication_line{
        margin-top: 60px !important;
    }
    .mobile_address_content{
        display: block;
    }
    .email_id_title{
        margin-right: 10px;
    }
    .mail_id{
        margin-left: 4px;
    }
    .indication_button_line{
        margin-top: 42px !important;
    }
    .performance_carousel_main_block{
        height: 1170px !important;
    }
    .carousel_container_performances{
        padding: 0 12.5vw 0.45833vw 13.83333vw !important;
    }
    .indication_line_press{
        margin-top: 70px !important; 
    }
    .about_content-wrapper{
        top: 10.5% !important;
    }
    .about_mobile_banner_quote{
        top: 12.3% !important;
    }
    .press_image_wrapper {
         margin-left: 0px; 
    }
    .footersocial{
        padding-left: 0px;
    }
    .workshop_vertical_img img {
        width: 180px !important;
        height: 350px;
    }
    .link.link-important {
        margin-left: -70px !important;
    }
}
@media (max-width: 375px){
    .content-wrapper.banner_box {
        top: 18%;
        left: 15%;
    }
    .content-wrapper.banner_text_quote {
        top: 21%;
        left: 12%;
    }
    .unique_page_banner_box {
        top: 9.5% !important;
    }
    .unique_page_banner_quote {
        top: 11% !important;
    }
    .workshop_vertical_img{
        top: 90px;
    }
   /* .link.link-important {
        width: 320px !important;
    }*/
}
@media (max-width: 320px){
    .content-wrapper.banner_box {
        top: 14%;
        left: 15%;
    }
    .content-wrapper.banner_text_quote {
        top: 17%;
        left: 12%;
    }
    .content.content-up.banner_text_press p{
        width: 250px !important;
        font-size: 11px;
    }
    .link-button .text>.inner {
        font-size: 10px !important;
    }
    .workshop_vertical_img{
        top: 90px;
    }
    .unique_page_banner_box {
        top: 8% !important;
    }
    .unique_page_banner_quote {
        top: 9.5% !important;
    }
    .contact-banner_box_title {
        top: 19% !important;
    }
    .contact_banner_text_quote {
        top: 22% !important;
    }
    .gallery_page_banner_box {
        top: 2.5% !important;
    }
    .gallery_page_banner_quote {
        top: 3% !important;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape){
	.mobile-rotation {
	    display: block;
	}
	.mobile-content {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    height: 100%;
	    color: #878787;
	    text-transform: uppercase;
	    font-weight: 400;
	}
	.mobile-content img {
	    width: 200px;
	    margin-bottom: 20px;
	}
	.header_wrapper{
		display: none;
	}
	#dots{
		display: none;
	}
}