@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular.eot');
    src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff'),
         url('../fonts/poppins-regular.ttf') format('truetype'),
         url('../fonts/poppins-regular.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-semibold.eot');
    src: url('../fonts/poppins-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins-semibold.woff') format('woff'),
         url('../fonts/poppins-semibold.ttf') format('truetype'),
         url('../fonts/poppins-semibold.svg#poppinssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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

/*--------main color typhography--------*/
:root {
    --sk-primary: #000000;
    --sk-secondary: #F7D9A0;
    --sk-text: #111111;
    --sk-white: #ffffff;
    --sk-black: #000000;
    --sk-yellow: #C99C46;
    --sk-yellow-two: #EEC471;
    --sk-yellow-three: #C6912B;
    --sk-yellow-four: #EFCD8A;
    --sk-yellow-five: #F7D9A0;
    --sk-skeen: #F4F4F4;
    --sk-gray: #F5F5F5;
}
/*--------End main color typhography--------*/


body {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-family: "proxima-nova",sans-serif;
    color: var(--sk-text);
    font-size: 14.75px;
    line-height: 28.8px;
}
.font-size-body {
    font-size: 18px;
    line-height: 25px;
}
.font-size-h1,.font-size-h2,.font-size-h3,.font-size-h4,.font-size-h5,.font-size-h6,
h1,h2,h3,h4,h5,h6,div.maxtitle-1,p.maxtitle-1,span.maxtitle-1,div.maxtitle-2,p.maxtitle-2,span.maxtitle-2,div.maxtitle-3,p.maxtitle-3,span.maxtitle-3,div.maxtitle-4,p.maxtitle-4,span.maxtitle-4,div.maxtitle-5,p.maxtitle-5,span.maxtitle-5,div.maxtitle-6,p.maxtitle-6, span.maxtitle-6 {
    margin: 0 0 25px 0;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--sk-yellow);
    font-weight: 400;
    font-family: 'Playfair Display';
    hyphens: auto;
}
.font-size-h1,
h1,h1.maxtitle-1,h2.maxtitle-1,h3.maxtitle-1,h4.maxtitle-1,h5.maxtitle-1,h6.maxtitle-1,div.maxtitle-1,span.maxtitle-1,p.maxtitle-1 {
    font-size: 51.256px;
    line-height: 69.75px;
}
.font-size-h2,
h2,h1.maxtitle-2,h2.maxtitle-2,h3.maxtitle-2,h4.maxtitle-2,h5.maxtitle-2,h6.maxtitle-2,div.maxtitle-2,span.maxtitle-2,p.maxtitle-2  {
    font-size: 45.37px;
    line-height: 65px;
}
.font-size-h3,
h3,h1.maxtitle-3,h2.maxtitle-3,h3.maxtitle-3,h4.maxtitle-3,h5.maxtitle-3,h6.maxtitle-3,div.maxtitle-3,span.maxtitle-3,p.maxtitle-3  {
    font-size: 33.398px;
    line-height: 51.75px;
}
.font-size-h4,
h4,h1.maxtitle-4,h2.maxtitle-4,h3.maxtitle-4,h4.maxtitle-4,h5.maxtitle-4,h6.maxtitle-4,div.maxtitle-4,span.maxtitle-4,p.maxtitle-4 {
    font-size: 26px;
    line-height: 38px;
}
.font-size-h5,
h5,h1.maxtitle-5,h2.maxtitle-5,h3.maxtitle-5,h4.maxtitle-5,h5.maxtitle-5,h6.maxtitle-5,div.maxtitle-5,span.maxtitle-5,p.maxtitle-5 {
    font-size: 22px;
    line-height: 32px;
}
.font-size-h6,
h6,h1.maxtitle-6,h2.maxtitle-6,h3.maxtitle-6,h4.maxtitle-6,h5.maxtitle-6,h6.maxtitle-6,div.maxtitle-6,span.maxtitle-6,p.maxtitle-6 {
    font-size: 20px;
    line-height: 24px;
}
.font-size-xl-body {
    font-size: 25px;
    line-height: 35px;
}
.body-small p {
    font-size: 15px;
    line-height: 22px;
}
p {
    margin:0 0 25px;
}
strong {
    font-weight: bold;
}
ul,ol {
    padding:0 0 0 20px;
    margin: 0px 0px 20px;
}
ul li,ol li {
    margin: 0 0 0px;
    padding: 0px;
}
a { 
    color: var(--sk-yellow);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
} 
a:hover {
    color: var(--sk-primary);
    text-decoration: none;
}  
img {
    max-width: 100%;
    height: auto;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}

.btn-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.btn-outer.right-align {
    justify-content: flex-end;
}
.btn-outer.center-align {
    justify-content: center;
}
.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 30px 13px;
    background-color: var(--sk-yellow);
    box-shadow: none;
    border-radius: 0px;
    border: none;
    color: var(--sk-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    text-transform: initial;
    font-family: 'Poppins';
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
}
.main-btn span {
    position: relative;
    z-index: 1;
}
.main-btn.secondary-btn {
    color: var(--sk-white);
    background-color: var(--sk-primary);
}
.main-btn.light-btn {
    color: var(--sk-text);
    background-color: transparent;
    border: 2px solid var(--sk-text);
}
.main-btn.white-light-btn {
    color: var(--sk-white);
    background-color: transparent;
    border: 2px solid var(--sk-white);
}
.main-btn:hover {
    color: var(--sk-white);
    text-decoration: none;
}
.main-btn.secondary-btn:hover {
    color: var(--sk-primary);
    text-decoration: none;
}
.main-btn.light-btn:hover {
    background-color: var(--sk-primary);
    color: var(--sk-white);
}
.main-btn.white-light-btn:hover {
    background-color: var(--sk-white);
    color: var(--sk-primary);
}
.main-btn:before {
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    background-color: var(--sk-primary);
    z-index: 0;
}
.main-btn.secondary-btn:before {
    background-color: var(--sk-yellow);
}
.main-btn.white-light-btn:before {
    background-color: var(--sk-white);
}
.main-btn:hover:before {
    left: 0;
}
.main-btn:focus {
    outline: none;
}
.main-btn i {
    position: relative;
    display: flex;
    margin-left: 8px;
}
.main-btn i img {
    transition: all 0.3s ease-out;
}
.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.main-btn:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.main-btn:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    width: 100%;
}
.content-img img {
    width: 100%;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 15px;
    background-color: var(--sk-secondary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url(../images/angle-up.svg) no-repeat center;
    background-size: contain;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.grid-100 > .row {
    --bs-gutter-x: 100px;
}
.grid-70 > .row {
    --bs-gutter-x: 70px;
}
.grid-66 > .row {
    --bs-gutter-x: 66px;
}
.grid-40 > .row > [class^="col-"]{
    padding-left: 40px;
    padding-right: 40px;
}
.grid-35 > .row {
    margin-left: -35px;
    margin-right: -35px;
}
.grid-35 > .row > [class^="col-"]{
    padding-left: 35px;
    padding-right: 35px;
}
.grid-20 > .row {
    margin-left: -20px;
    margin-right: -20px;
}
.grid-20 > .row > [class^="col-"]{
    padding-left: 20px;
    padding-right: 20px;
}
.grid-10 > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-10 > .row > [class^="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color {
    color: var(--sk-white);
}
.black-color {
    color: var(--sk-text);
}
.bg-black {
    background-color: var(--sk-text);
}
.bg-gray {
    background-color: var(--sk-gray);
}


.gradient-color .maxtitle-1,
.gradient-color .maxtitle-2,
.gradient-color .maxtitle-3,
.gradient-color .maxtitle-4,
.gradient-color .maxtitle-5,
.gradient-color .maxtitle-6 {
    background: linear-gradient(193deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background: linear-gradient(193deg, #C99C46 0%, #F7D9A0 06.25%, #EFCD8A 06.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*---------header-part---------*/

.main-part {
    position: relative;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.row,
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
}

.header-part {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 25px 0;
    background-color: transparent;
    transition: all 0.3s ease-out;
    overflow-y: auto;
    max-height: 100vh !important;
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-part.header-normal,
.sk-hidden .header-part {
    background-color: #42403f;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
}
.header-part.sticky {
    background-color: #42403f;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}
.header-part .desktop-header .main-col {
    min-width: 30%;
}
.header-logo {
    position: relative;
    display: flex;
}
.header-logo img {
    width: 480px;
    height: auto;
    transition: all 0.3s ease-out;
}
.header-part.sticky .header-logo img {
    width: 359px;
}
.header-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--sk-white);
    text-decoration: none;
    font-size: 23.047px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.5px;
    text-align: center;
}
.header-part.header-normal .header-btn,
.header-part.sticky .header-btn {
	color: var(--sk-yellow);
}
.header-btn i {
    position: relative;
    display: flex;
}
.header-btn i img {
    width: 18px;
    min-width: 18px;
}
.header-part.header-normal .header-btn .normal-icon,
.header-part.sticky .header-btn .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.header-part.header-normal .header-btn .hover-icon,
.header-part.sticky .header-btn .hover-icon {
    opacity: 1;
    visibility: visible;
}
.header-contact {
    position: relative;
    display: inline-flex;
    color: var(--sk-white);
    text-decoration: none;
    font-size: 22.461px;
    font-weight: 400;
    line-height: 42.5px;
    text-transform: uppercase;
}
.header-contact:hover {
    color: var(--sk-secondary);
}
/*--------mobile-menu---------*/
body.sk-hidden  {
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.canvas-menu .sk-dropdown-toggle {
    position: relative;
    display: inline-flex;
    color: var(--sk-white);
    font-weight: 400;
    z-index: 99999;
    text-decoration: none;
    transition: all 0.3s ease-out;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 28.8px;
    text-transform: uppercase;
}
.light-header .canvas-menu .sk-dropdown-toggle {
    color: var(--sk-light-blue);
}
.light-header .canvas-menu .sk-dropdown-toggle .menu-icon span,
.light-header .canvas-menu .sk-dropdown-toggle .menu-icon span:before,
.light-header .canvas-menu .sk-dropdown-toggle .menu-icon span:after {
    background-color: var(--sk-light-blue);
}
.canvas-menu .sk-dropdown-toggle .menu-icon {
    position: relative;
    display: flex;
    width: 30px;
    height: 18px;
}
.canvas-menu .sk-dropdown-toggle .menu-icon span {
    position: absolute;
    display: inline-block;
    width: 30px;
    left: 0px;
    top: 8px;
    height: 2px;
    background-color: var(--sk-white);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle .menu-icon span:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--sk-white);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle .menu-icon span:after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: 2px;
    background-color: var(--sk-white);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle.open .menu-icon span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.canvas-menu .sk-dropdown-toggle.open .menu-icon span:before {
    transform: rotate(-45deg) translate3d(7px,-7px,0);
    opacity: 0;
}
.canvas-menu .sk-dropdown-toggle.open .menu-icon span:after {
    transform: translate3d(0,-7px,0) rotate(-90deg);
}
.canvas-menu .sk-dropdown-toggle::after {
    display: none;
}
.mobile-header .canvas-menu,
.mobile-header .main-left-col {
    z-index: 99999;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0.001
    }

    1% {
        display: block;
        opacity: 0.001
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0.001
    }

    1% {
        display: block;
        opacity: 0.001
    }

    100% {
        display: block;
        opacity: 1
    }
}

.sk-offcanvas-content {
    position: relative;
    opacity: 0.001;
    display: none;
    width: 100%;
    max-width: 100%;
}
.sk-offcanvas-content.open {
    display: flex;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
} 
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0px 0px 0px;
    gap: 70px;
    justify-content: space-between;
}
.desktop-header .nav.nav-pills {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
    background-color: #42403f;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 50px 30px 0;
    margin: 0 -15px;
}
.desktop-header .nav.nav-pills li {
    padding: 0 0px;
    position: relative;
    margin: 0 15px;
    flex-basis: calc(100% / var(--columnCount));
    line-height: 2em;
}
.desktop-header .nav.nav-pills a,
.desktop-header .nav.nav-pills .nav-link {
    color: white;
    font-size: min(max(16px, 1.1793103448vw), 20px);
    z-index: 1;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
}
.desktop-header .nav.nav-pills li .nav-link::before {
    display: none;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
.desktop-header .nav.nav-pills li .nav-link.active::before {
    display: block;
}
.desktop-header .nav.nav-pills  .nav-link span {
    position: relative;
    z-index: 1;
}
.desktop-header .nav.nav-pills  .nav-link.active {
    background-color: transparent;
    color: var(--sk-primary);
}
.desktop-header .nav.nav-pills .nav-link::after {
    content: url(../images/arrow-right.svg);
    text-align: center;
    line-height: 1;
    margin-top: 15px;
    transform: rotate(90deg) !important;
    display: none;
    border: unset;
    border-radius: unset;
    border-right: unset;
    border-top: unset;
    right: unset;
    height: unset;
    margin-top: unset;
    pointer-events: unset;
    position: unset;
    top: unset;
    transition: unset;
    transform-origin: unset;
    width: unset;
    border-color: unset;
}
.desktop-header .nav.nav-pills .nav-link.active::after {
    display: block;
}
.tab-content {
    background-color: var(--sk-white);
    padding-bottom: 35px;
}
.flexy {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 5px 15px;
}
.flexy .flexy-item {
    display: block;
    flex: 1;
    padding: 5px 15px;
    color: inherit;
}
.flexy .flexy-item .nav-img-container {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
}
.fit-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.nav-img-height {
    height: 35vh;
}
.flexy .flexy-item .nav-img-container img {
    object-position: center;
    max-height: 400px;
    transition: transform 0.4s ease-in-out;
}

.tab-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 1 1 0;
    flex-basis: calc(100% / var(--columnCount));
}
.tab-content ul li {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-size: min(max(16px, 1.5172413793vw), 22px);
}
.tab-content ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: var(--sk-black);
    text-decoration: none;
}
.tab-content ul li a:hover {
    color: var(--sk-yellow);
}
.tab-content ul li:first-of-type a  {
    font-size: 26px;
    line-height: 1.6;
    color: var(--sk-primary);
}
.tab-content ul li:first-of-type a:hover {
    color: var(--sk-primary);;
}
/*-------------end-----------------*/

/*---------main-part---------*/

body.sk-hidden {
    overflow: hidden;
}
.hero-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-slider:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.07%, rgba(0, 0, 0, 0.50) 99.07%), rgba(0, 0, 0, 0.40);
}
.hero-slider .hero-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transform: scale(1);
    transform-origin: top right;
    object-fit: cover;
    opacity: 0.001;
    -webkit-transition-property: opacity, -webkit-transform, filter;
    -webkit-transition-duration: 1.5s, 10s, 3s;
    -webkit-transform-transition-delay: 0s, 0s, 1.5s;
    -webkit-transform-origin: top right;
    -moz-transition-property: opacity, -moz-transform, filter;
    -moz-transition-duration: 1.5s, 10s, 3s;
    -moz-transition-transition-delay: 0s, 0s, 1.5s;
    -moz-transform-origin: top right;
    -ms-transition-property: opacity, -ms-transform, filter;
    -ms-transition-duration: 1.5s, 10s, 3s;
    -ms-transition-transition-delay: 0s, 0s, 1.5s;
    -ms-transform-origin: top right;
    -o-transition-property: opacity, -o-transform, filter;
    -o-transition-duration: 1.5s, 10s, 3s;
    -o-transition-transition-delay: 0s, 0s, 1.5s;
    -o-transform-origin: top right;
    transition-property: opacity, transform, filter;
    transition-duration: 1.5s, 10s, 3s;
    transition-delay: 0s, 0s, 1.5s;
    transform-origin: top right;
}
.hero-slider .swiper-slide.swiper-slide-active .hero-banner {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hero-section {
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    padding: 150px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
.hero-section .container {
    position: relative;
    z-index: 1;
    max-width: 1328px;
}
.hero-section .maxtitle-1 {
    color: var(--sk-white);
    font-weight: 400;
    line-height: 130%;
    font-size: min(max(26px, 4.4827586207vw), 57.256px);
}
.hero-section .maxtitle-1 span {
    color: var(--sk-yellow);
    font-weight: 700;
}
.hero-section p {
    color: var(--sk-white);
    font-size: 27.891px;
    font-weight: 300;
    line-height: 130%;
    font-size: min(max(16px, 2.4827586207vw), 27.891px);
}
.hero-section .main-btn {
    font-weight: 400;
}
.container-max-1700,
.container-max-1550 {
    max-width: 1700px;
}
.font-30 {
    font-size: 30px;
    line-height: 146%;
}
.max-width-1258 {
    max-width: 1258px;
    margin-left: auto;
    margin-right: auto;
}
.pt-50 {
    padding-top: 50px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-25 {
    padding-top: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.logo-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-slider .swiper-slide img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-height: min(max(35px, 5.1724137931vw), 75px);
    display: flex;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.two-img-block {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.two-image-first {
    position: relative;
}
.two-image-second {
    position: relative;
    margin-top: 75px;
}
.font-20 {
    font-size: 20.109px;
    line-height: 175%;
}
.border-right {
    border-right: 2px solid var(--sk-yellow-two);
}
.full-height-blog {
    position: relative;
    display: flex;
    height: calc(100% - 10px);
    flex-direction: column;
    justify-content: space-between;
    padding-right: 75px;
    margin-top: 10px;
}
.text-block-outer .maxtitle-3 {
    font-size: 20.88px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 10px;
    font-family: "proxima-nova",sans-serif;
}
.text-block-outer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.text-block-outer .main-btn {
    margin-top: 20px;
}
.max-width-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.video-title h3 {
    font-family: "proxima-nova",sans-serif;
    /*font-size: 39.902px;*/
    font-weight: 400;
    /*line-height: 51.75px;*/
    text-transform: uppercase;
    color: var(--sk-primary);
    margin-bottom: 17px;
}
.video-title h2 {
    /*font-size: 72.598px;*/
    font-weight: 400;
    /*line-height: 103.5px;*/
    background: linear-gradient(216deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video-title *:last-child {
    margin-bottom: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}
.play-btn img {
    width: 80px;
    height: auto;
    position: relative;
}
.video-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 30px 0;
    justify-content: space-between;
}
.video-info p {
    color: var(--sk-white);
}
.video-info p:last-child {
    margin-bottom: 0;
}
.container-max-1466 {
    max-width: 1466px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.image-grid {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.image-grid img {
    flex: 1;
    overflow: hidden;
}
.result-info .maxtitle-1 {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.result-info .maxtitle-4 {
    color: #42403F;
    font-family: "proxima-nova",sans-serif;
    font-weight: 200;
}
.result-info *:last-child {
    margin-bottom: 0;
}
.bg-full-image {
    min-height: 600px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bg-full-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.bg-full-image .maxtitle-1,
.bg-full-image .maxtitle-2,
.bg-full-image .maxtitle-3,
.bg-full-image .maxtitle-4,
.bg-full-image .maxtitle-5,
.bg-full-image .maxtitle-6 {
    color: var(--sk-white);
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
}
.bg-full-image .maxtitle-1:last-child,
.bg-full-image .maxtitle-2:last-child,
.bg-full-image .maxtitle-3:last-child,
.bg-full-image .maxtitle-4:last-child,
.bg-full-image .maxtitle-5:last-child,
.bg-full-image .maxtitle-6:last-child {
    margin-bottom: 0;
}
.max-width-460 {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.address-section .content-title .maxtitle-3 {
    background: linear-gradient(207deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.address-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 35px;
    background-color: var(--sk-gray);
    border-left: 2px solid var(--sk-yellow-four);
    width: 100%;
    height: 100%;
}
.address-blog p {
    color: var(--sk-yellow);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-bottom: 25px;
    hyphens: auto;
}
.read-more {
    color: var(--sk-primary);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 28.8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.read-more i {
    position: relative;
    display: flex;
    transition: all 0.4s ease-out;
    left: 0;
}
.read-more:hover i {
    left: 3px;
}
.read-more i img {
    transition: all 0.4s ease-out;
    width: 17px;
    min-width: 17px;
}
.read-more:hover {
    color: var(--sk-yellow);
}
.read-more:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.read-more:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.half-image-right-section .video-container {
    padding-bottom: 74%;
}
.half-image-left-title {
    position: relative;
    padding-left: 73px;
    padding-top: 96px;
    border-left: 2px solid var(--sk-yellow-two);
    height: 100%;
}
.half-image-left-title .maxtitle-1,
.half-image-left-title .maxtitle-2,
.half-image-left-title .maxtitle3,
.half-image-left-title .maxtitle-4,
.half-image-left-title .maxtitle-5,
.half-image-left-title .maxtitle-6 {
    /*font-size: 67.5px;*/
    font-weight: 400;
    /*line-height: 103.5px;*/
    margin-bottom: 110px;
}
.half-image-left-title .maxtitle-1 ~ .maxtitle-2,
.half-image-left-title .maxtitle-2 ~ .maxtitle-3,
.half-image-left-title .maxtitle-3 ~ .maxtitle-4,
.half-image-left-title .maxtitle-4 ~ .maxtitle-5,
.half-image-left-title .maxtitle-5 ~ .maxtitle-6 {
	margin-bottom: 25px;
}
.half-image-left-title .maxtitle-1 span,
.half-image-left-title .maxtitle-2 span,
.half-image-left-title .maxtitle-3 span,
.half-image-left-title .maxtitle-4 span,
.half-image-left-title .maxtitle-5 span,
.half-image-left-title .maxtitle-6 span {
    display: block;
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 60%;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.half-image-left-title p {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 27.891px;
    font-weight: 200;
    line-height: 42px;
    max-width: 612px;
}
.half-image-left,
.half-image-right {
    position: relative;
    height: 100%;
}
.half-image-right-img {
    position: absolute;
    right: -75px;
    top: -75px;
    width: calc(66.666% + 75px);
    height: calc(100% + 75px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.half-image-left-img {
    position: absolute;
    left: -75px;
    top: -75px;
    width: calc(66.666vw + 75px);
    height: 354px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.image-left-top-row .content-title .maxtitle-2 {
    background: linear-gradient(230deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 68.555px;*/
    font-weight: 400;
    /*line-height: 103.5px;*/
    margin-bottom: 40px;
}
.blockquote {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 75px;
    border-left: 2px solid var(--sk-yellow);
    justify-content: center;
    margin: 0;
}
.blockquote *:last-child {
    margin-bottom: 0;
}
.image-left-section .row [class^="col-"]:last-child .blockquote {
    padding-left: 0px;
    border-left: none;
    padding-right: 75px;
    border-right: 2px solid var(--sk-yellow);
}
.blockquote p {
    color: #000;
    font-family: "proxima-nova",sans-serif;
    font-size: 14.75px;
    font-weight: 400;
    line-height: 28.8px;
}
.blockquote h3 {
    color: #8C948C;
    color: #000000;
    font-family: "proxima-nova",sans-serif;
    font-size: 27.891px;
    font-weight: 200;
    line-height: 42px;
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.image-left-section-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51%;
    height: calc(100% - 140px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.custom-heading .maxtitle-1,
.custom-heading .maxtitle-2,
.custom-heading .maxtitle-3,
.custom-heading .maxtitle-4,
.custom-heading .maxtitle-5,
.custom-heading .maxtitle-6 {
    background: linear-gradient(203deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background: linear-gradient(203deg, #C99C46 0%, #F7D9A0 06.25%, #EFCD8A 06.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 72.773px;*/
    font-weight: 400;
    /*line-height: 103.5px;*/ 
    margin-bottom: 35px;
}
.custom-heading .maxtitle-1 span,
.custom-heading .maxtitle-2 span,
.custom-heading .maxtitle-3 span,
.custom-heading .maxtitle-4 span,
.custom-heading .maxtitle-5 span,
.custom-heading .maxtitle-6 span {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 60%;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    display: block;
    background-size: 0;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--sk-primary);
}
.blockquote-right {
    padding-right: 76px;
    padding-top: 90px;
    padding-bottom: 90px;
    border-right: 2px solid var(--sk-yellow-two);
}
.blockquote-right p {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28.8px; 
}
.blockquote-right *:last-child {
    margin-bottom: 0;
}
.accordion-top-title {
    margin-bottom: 148px;
}
/*.accordion-top-title h2 {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 35.156px;
    font-weight: 400;
    line-height: 51.75px;
}*/
.accordion-top-title .maxtitle-1,
.accordion-top-title .maxtitle-2,
.accordion-top-title .maxtitle-3,
.accordion-top-title .maxtitle-4,
.accordion-top-title .maxtitle-5,
.accordion-top-title .maxtitle-6 {
    background: linear-gradient(203deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background: linear-gradient(203deg, #C99C46 0%, #F7D9A0 06.25%, #EFCD8A 06.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 72.773px;*/
    font-weight: 400;
    /*line-height: 103.5px;*/ 
    margin-bottom: 35px;
}
.accordion-top-title .maxtitle-1 span,
.accordion-top-title .maxtitle-2 span,
.accordion-top-title .maxtitle-3 span,
.accordion-top-title .maxtitle-4 span,
.accordion-top-title .maxtitle-5 span,
.accordion-top-title .maxtitle-6 span {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 60%;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    display: block;
    background-size: 0;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--sk-primary);
}
.accordion-top-title p {
    color: #8C948C;
    font-size: 28.008px;
    font-weight: 200;
    line-height: 42px;
}
.accordion .accordion-item {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 24px;
}
.accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 20.109px;
    font-weight: 300;
    line-height: 35.2px;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.accordion .accordion-button[aria-expanded="true"] {
    color: var(--sk-yellow);
}
.accordion .accordion-button:after {
    margin: 0;
    width: 25px;
    height: 26px;
    content: '';
    background: url(../images/arrow-right-circle.svg) no-repeat center;
    background-size: contain;
    transform: none;
    transition: all 0.3s ease-out;
}
.accordion.accordion01 .accordion-button {
    justify-content: space-between;
}
.accordion.accordion01 .accordion-button:after {
    margin-right: 50px;
}
.accordion .accordion-button[aria-expanded="true"]:after {
    background: url(../images/arrow-down-circle.svg) no-repeat center;
    background-size: contain;
    transform: none;
}
.accordion .accordion-body {
    padding: 10px 0 0;
    color: var(--sk-primary);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 28.8px;
}
.accordion .accordion-body *:last-child {
    margin-bottom: 0;
}
.accordion .accordion-body p a {
    color: var(--sk-yellow-three);
}
.gray-banner-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 430px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mb-25 {
    margin-bottom: 25px;
}
.gy-25 {
    --bs-gutter-y: 25px;
}
.blockquote-right .main-btn {
    font-size: 15.5px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 21px 34px 19px 34px;
}
.custom-heading.text-normal .maxtitle-2 span {
    text-transform: initial;
}
.logo-img {
    position: relative;
    display: flex;
    align-items: center;
    gap: 64px;
    padding-top: 24px;
}
.blockquote-right.custom {
    padding-bottom: 40px;
}
.kontakt-form {
    position: relative;
    width: 100%;
}
.jny-contact-form > .row,
.kontakt-form .row {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.iti--allow-dropdown {
	width: 100%;
}
.input-div {
    position: relative;
    display: block;
    width: 100%;
}
.iti__dial-code,
.iti__country-list .iti__flag, .iti__country-name {
	color: var(--sk-primary) !important;
}
.jny-contact-form select,
.jny-contact-form textarea,
.jny-contact-form input, 
.input-div select,
.input-div textarea,
.input-div input {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding: 15px 15px;
    background-color: var(--sk-white);
    outline: none;
    box-shadow: none;
    border: none;
    width: 100%;
    display: block;
    border-radius: 0;
}
.select-field::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    right: 1em;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 26px;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    border-color: #c99c46;
}
.jny-contact-form select::placeholder,
.jny-contact-form textarea::placeholder,
.jny-contact-form input::placeholder,
.input-div textarea::placeholder,
.input-div input::placeholder {
    opacity: 1;
    color: var(--sk-primary);
}
.jny-contact-form textarea,
.input-div textarea {
    height: 100px;
}
.contact-form-phone {
	color: var(--sk-yellow);
	line-height: 1.15;
    font-weight: 400;
    font-size: min(max(24px, 3.1034482759vw), 45px);
    font-family: 'Playfair Display';
    display: inline;
    background: linear-gradient(#c99c46, #c99c46);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease;
}
.contact-form-phone:hover {
	color: #c99c46;
    background-size: 100% 1px;
}
.bootstrap-select>.dropdown-toggle {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 13.477px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 30px 15px 15px;
    border: none;
    box-shadow: none;
    outline: none !important;
    border-radius: 0;
    background-color: var(--sk-white);
}
.media-drag-drop {
    color: var(--sk-primary);
}
.btn-primary {
	color: var(--sk-white);
    background-color: var(--sk-primary);
	padding: 10px 20px 10px;
	box-shadow: none;
    border-radius: 0px;
    border: none;
	font-size: 14px;
    line-height: 1.3;
	text-decoration: none;
    text-transform: initial;
    font-family: 'Poppins';
	transition: all 0.3s ease-out;
}
.btn-primary:hover {
	color:  var(--sk-primary);
    background-color: var(--sk-secondary);
}
.upload-gallery-thumb-buttons {
    border: 1px solid #dce0e0;
    margin: 0 0 0px !important;
    display: flex;
    align-items: center;
    justify-content: end;
	background-color: #eff1f1;
	padding: 3px;
}
.upload-gallery-thumb-buttons .btn-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.upload-gallery-thumb-buttons button {
	position: relative;
	border: 1px solid var(--sk-primary) !important;
    border-radius: 50%;
    padding: 6px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 6px;
}
.upload-gallery-thumb-buttons button img {
	width: 15px;
}
.upload-media-gallery div[class*=col-] {
    margin-bottom: 0;
}
.media-drag-drop .upload-icon {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
    z-index: 2;
    background-color: #eff1f1;
    border: 3px dashed #ced4d4;
    color: #c1c8c8;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    -webkit-box-shadow: -4px 5px 0 #ced4d4;
    box-shadow: -4px 5px 0 #ced4d4;
    position: relative;
    text-align: center;
    font-weight: 700;
}
.media-drag-drop .upload-icon img {
	width: 20px;
}
.media-drag-drop div {
    margin: 0 0 10px !important;
}
.media-drag-drop .upload-icon  + div {
	margin-bottom: 10px;
}
.upload-property-media {
	line-height: 1.5;
}
.upload-property-media p {
	margin-bottom: 0;
	font-weight: 300;
	color: gray;
	font-size: 13px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: var(--sk-primary);
}
.bootstrap-select>.dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: none;
    background: url(../images/select-arrow.svg) no-repeat center;
    background-size: contain;
    margin: 0;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.bootstrap-select .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
.bootstrap-select .dropdown-menu li a {
    color: var(--sk-primary);
    font-family: "proxima-nova",sans-serif;
    font-size: 13.477px;
    font-weight: 500;
    line-height: 1.5;
}
button#pay-button {
	border: 1px solid var(--sk-white);
    padding: 18px 30px;
    color: var(--sk-white);
    background-color: transparent;
    font-family: "proxima-nova",sans-serif;
    font-size: 14.875px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
	transition: all 0.3s ease-out;
}
.main-btn.submit-btn {
    border: 1px solid var(--sk-white);
    padding: 18px 30px;
    color: var(--sk-white);
    background-color: transparent;
    font-family: "proxima-nova",sans-serif;
    font-size: 14.875px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
}
button#pay-button:hover {
	border-color: var(--sk-yellow);
	background-color: var(--sk-yellow);
}
.main-btn.submit-btn:hover {
    border-color: var(--sk-yellow);
}
.main-btn.submit-btn:before {
    background-color: var(--sk-yellow);
}
.map-content .maxtitle-1,
.map-content .maxtitle-2,
.map-content .maxtitle-3,
.map-content .maxtitle-4,
.map-content .maxtitle-5,
.map-content .maxtitle-6 {
    font-family: "proxima-nova",sans-serif;
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(231deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 37px;
}
.map-content h2 {
    color: var(--sk-yellow);
    font-weight: 400;
    margin-bottom: 14px;
}
.map-content h3 {
    color: var(--sk-yellow);
    font-weight: 400;
    margin-bottom: 13px;
}
.map-content p {
    color: var(--sk-text);
    font-size: 13.275px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 15px;
}
.map-div {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.map-div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map-address {
    margin-bottom: 35px;
}
.map-address p {
    color: var(--sk-text);
    font-size: 14.25px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}
.map-address p a {
    color: var(--sk-text);
    text-decoration: underline;
}
.kontakt-title *:last-child {
	margin-bottom: 0;
}
/*-------------end------------*/

/*--------footer--------*/
.footer-part {
    position: relative;
    display: block;
    width: 100%;
    padding: 70px 0 70px;
}
.footer-part a {
    color: inherit;
}
.footer-part a:hover {
    color: var(--sk-yellow);
}
.footer-part .flexy {
    padding: 0;
    margin: 0 -15px;
}
.footer-part .flexy .flexy-item {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-part p:last-child {
	margin: 0;
}
.footer-logo {
    position: relative;
    display: block;
}
.footer-logo img {
    height: auto;
    filter: brightness(0) saturate(100%);
    max-width: 290px;
    width: 90%;
}
.footer-top p {
    line-height: 1.6;
    font-weight: 300;
    font-size: min(max(22px, 1.5172413793vw), 22px);
}
.ratings, .ratingstars {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.ratingstars .ratings-number {
    font-size: 54px;
    margin-right: 8px;
    color: #42403f;
    font-family: 'Playfair Display';
}
.ratingstars .ratings-stars img {
    height: 24px;
}
.ratings img, .ratingstars img {
    padding-bottom: 5px;
}
.ratingstars .ratings-stars img + img {
    margin-left: 4px;
}
.ratingstars .ratings-text {
    font-size: 14px;
}
.ratingstars div {
    display: flex;
    flex-direction: column;
}
.footer-middle a {
    color: inherit;
    display: inline-block;
}
.flexy .flexy-item.is-35 {
    flex-basis: 35%;
}
.flexy .flexy-item.is-30 {
    flex-basis: 30%;
}
.influx-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.influx-link img {
    padding-bottom: 5px;
    padding-right: 0.5em;
}
.footer-links { 
    margin-bottom: 0; 
    line-height: 1.8;
}
.ada-call-widget a,
.footer-links a {
    color: inherit;
}
.ada-call-widget a:hover,
.footer-links a:hover {
    color: var(--sk-yellow);
}
.ada-call-widget {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    z-index: 9;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px;
    margin-bottom: 0px !important;
}
.ada-call-widget .container-fluid {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.ada-call-widget p,
.ada-call-widget ul {
	display: flex;
    padding: 0;
    margin: 0;
}
.ada-call-widget ul li {
	display: flex;
    padding: 0;
    margin: 0;
}
.ada-call-widget a {
	color: var(--sk-yellow);
}
.footer-social-media {
	position: relative;
    display: flex;
    padding: 0;
    margin: 40px 0 30px;
    flex-wrap: wrap; 
}
.footer-social-media li {
	position: relative;
    display: flex;
    padding: 0;
    margin: 0 8px 8px 0;
}
.footer-social-media li a {
	position: relative;
    display: flex;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    font-size: 0;
    align-items: center;
    justify-content: center;
}
.footer-social-media li.social-instagram a span {
	background: url(../images/instagram.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 18px;
}
.footer-social-media li.social-facebook a span {
	background: url(../images/facebook.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 18px;
}
.footer-social-media li.social-linkedin a span {
	background: url(../images/linkedin.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 18px;
}
.footer-part .maxtitle-4 {
	color: var(--sk-yellow);
    margin-bottom: 20px;
    display: block;
}
.footer-menu {
	margin: 0;
    padding: 0;
}
.footer-menu li {
	display: block;
    padding: 0;
    margin: 0 0 5px;
}
/*-------------end------------*/

.sub-banner {
    height: 40vh;
    min-height: 400px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 50px;
    padding-top: 100px;
    background-position: top center;
}
.sub-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.07%, rgba(0, 0, 0, 0.5) 99.07%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.hero-caption {
    position: relative;
    z-index: 1;
    max-width: 1084px;
    margin: auto;
}
.sub-banner .hero-caption .maxtitle-1 {
    display: block;
    background: linear-gradient(191.22deg, #c99c46 -5.3%, #f7d9a0 26.25%, #efcd8a 46.03%, #c6912b 95.34%);
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.4;
    font-weight: 400;
    font-size: min(max(32px, 4.2068965517vw), 55px);
    font-family: 'Playfair Display';
    margin-bottom: 20px;
}
.box-shadow-smooth {
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
.title-sm .maxtitle-1,
.title-sm .maxtitle-2,
.title-sm .maxtitle-3,
.title-sm .maxtitle-4,
.title-sm .maxtitle-5,
.title-sm .maxtitle-6,
.title-sm {
    line-height: 1.15;
    font-weight: 400;
    font-size: min(max(24px, 3.1034482759vw), 40px);
    font-family: 'Playfair Display';
}

.title-sm * {
    margin-bottom: 15px;
}
p.title-md,
.title-md.maxtitle-1,
.title-md.maxtitle-2,
.title-md.maxtitle-3,
.title-md.maxtitle-4,
.title-md.maxtitle-5,
.title-md.maxtitle-6 {
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(30px, 4.4827586207vw), 55px);
}
p.title-md {
    font-family: 'Playfair Display';
}
.color-primary h1,
.color-primary h2,
.color-primary h3,
.color-primary h4,
.color-primary h5,
.color-primary h6 {
    color: var(--sk-primary);
}
.top-stiky {
    position: sticky;
    top: 105px;
    z-index: 99;
}
.nav-pagination {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    padding: 15px;
    margin: 0;
    z-index: 10;
    background: #42403f;
    transition: box-shadow 0.4s ease;
    z-index: 9;
}
.nav-pagination li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.nav-pagination li a {
    color: var(--sk-white);
    display: inline-block;
    text-align: center;
    transition: color 0.4s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.nav-pagination li.active a {
    color: var(--sk-yellow);
}
.nav-pagination li a svg {
    transition: transform 0.4s ease;
    padding-left: 0;
    fill: none;
}
.nav-pagination li a svg path {
    stroke: var(--sk-white) !important;
}
.nav-pagination li.active a svg path {
    stroke: var(--sk-yellow) !important;
}
.nav-pagination li.active a svg {
    transform: rotate(90deg);
}
.gallery-slider-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery-slider-controls .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    line-height: 1.4;
    font-weight: 200;
    font-size: min(max(18px, 2.0689655172vw), 30px);
    color: var(--sk-primary);
    opacity: 1;
    letter-spacing: -0.06em;
}
.gallery-slider-controls .swiper-nav {
    position: relative;
    display: flex;
    gap: 5px;
}
.gallery-slider-controls .swiper-nav .swiper-button-prev,
.gallery-slider-controls .swiper-nav .swiper-button-next {
    position: relative;
    display: flex;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    right: auto;
    width: 40px;
    height: 40px;
    background-color: var(--sk-yellow);
    margin: 0;
}
.gallery-slider-controls .swiper-nav .swiper-button-prev:after,
.gallery-slider-controls .swiper-nav .swiper-button-next:after {
    display: none;
}
.gallery-slider-controls .swiper-nav .swiper-button-prev:before,
.gallery-slider-controls .swiper-nav .swiper-button-next:before {
    position: relative;
    display: flex;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/slider-arrow.svg) no-repeat center;
    background-size: contain;
}
.gallery-slider-controls .swiper-nav .swiper-button-prev:before {
    transform: rotate(-180deg);
}
.gallery-slider .swiper-slide {
	display: flex;
    gap: 10px;
}
.img-before,
.img-after {
	position: relative;
}
.abs.left {
    left: 0;
    right: auto;
}
.abs.bottom {
    top: auto;
    bottom: 0;
}
.pl10 {
    padding-left: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.abs {
    position: absolute;
}
.white {
    color: white !important;
}
.container-max-1550 {
    max-width: 1550px;
}
.p-mb-35 p {
    margin-bottom: 35px;
}
.p-mb-35 :last-child {
    margin-bottom: 0;
}
.blockquote-right .lead,
.lead {
    line-height: 1.6;
    font-weight: 300;
    font-size: min(max(22px, 1.5172413793vw), 22px);
    margin-bottom: 35px;
}
.bg-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.pv-100 {
    padding: 100px 80px;
}
.heading-span-primary .maxtitle-2 span {
    display: block;
    line-height: 1.15;
    font-weight: 400;
    font-size: min(max(24px, 3.1034482759vw), 45px);
    color: var(--sk-primary);
    -webkit-text-fill-color: var(--sk-primary);
}
.accordion.full-width .accordion-button {
    justify-content: space-between;
}
.max-width-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.max-width-750 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.grid-50 > .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
}
.card-blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 50px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.card-blog .maxtitle-1,
.card-blog .maxtitle-2,
.card-blog .maxtitle-3,
.card-blog .maxtitle-4,
.card-blog .maxtitle-5,
.card-blog .maxtitle-6 {
    color: var(--sk-primary);
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: center;
}
.card-blog *:last-child {
    margin-bottom: 0;
}
.contact-form .bootstrap-select .dropdown-menu.inner,
.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .input-div textarea,
.contact-form .input-div input,
.contact-form .input-div select {
    background-color: #f2f1ef;
}
.contact-form .main-btn.submit-btn {
    background-color: var(--sk-yellow);
    border: none;
}
.contact-form .main-btn.submit-btn:before {
    background-color: var(--sk-primary);
}
.post-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: inherit;
}
.post-info {
    position: relative;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    padding: 30px 25px 30px;
    text-align: center;
}
.post-info h3 {
    color: var(--sk-primary);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 400;
    font-size: min(max(24.5px, 2.4137931034vw), 30px);
    margin-bottom: 30px;
}
.post-info p {
    margin-bottom: 30px;
}
.post-info .btn-outer {
    flex: 1 0 0;
    align-items: flex-end;
}
.mw800 {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}
.mb-50 {
    margin-bottom: 50px;
}
.title-xs {
    color: var(--sk-primary);
    font-size: 35px;
    line-height: 1.15;
    font-weight: 400;
    font-size: min(max(24.5px, 2.4137931034vw), 35px);
    margin-top: 35px;
    margin-bottom: 15px;
}
.max-width-1080 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.case-blog {
    position: relative;
    display: flex;
    width: 100%;
}
.case-blog .gallery-item-before-after {
    width: 36%;
}
.case-blog .gallery-item img {
	height: 100%;
	object-fit: cover;
}
.case-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 64%;
    padding: 40px;
    background-color: #222222;
}
.case-meta {
    position: absolute;
    left: 15px;
    bottom: 10px;
    display: inline-flex;
    background-color: #222222;
    padding: 10px 15px;
    color: #DDDDDD;
    font-size: 14px;
    line-height: 18px;
    border-radius: 999px;
}
.case-sub-title {
    position: relative;
    display: inline-block;
    color: #DDDDDD;
    font-size: 14px;
    line-height: 18px;
    background-color: #2B2B2B;
    padding: 10px 15px;
    border-radius: 999px;
    margin-bottom: 20px;
}
.case-info h3 {
    color: #EDBB5F;
}
.case-info p {
    color: #DDDDDD;
}
.case-info .btn-outer {
    flex: 1 0 0;
    align-items: flex-end;
}
.sticky-div-bottom {
    position: sticky;
    bottom: 35px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    display: block;
}
.post-article {
    position: relative;
    display: flex;
    background-color: var(--sk-white);
    border-radius: 15px;
    padding: 15px;
    max-width: 800px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.post-article-info {
    display: flex;
    align-items: center;
}
.post-article-img {
    margin-right: 15px;
}
.post-article-img img {
    width: 70px;
    min-width: 70px;
    border-radius: 10px;
}
.post-article-info p {
    margin: 0;
    color: #222222;
    line-height: 1.5;
}
.post-article-info p strong {
    display: block;
    font-weight: 600;
}
.post-article .main-btn {
    border-radius: 10px;
    background-color: #EDBB5F;
}
.pt-120 {
    padding-top: 120px;
}
.case-detail-img {
    flex-direction: column;
    max-width: 500px;
}
.case-detail-img img {
    width: 100%;
}
.case-detail-img .two-image-first {
    width: 57%;
}
.case-detail-img .two-image-second {
    width: 70%;
    margin-left: auto;
    margin-top: -10%;
}
.heading-yellow .maxtitle-1,
.heading-yellow .maxtitle-2,
.heading-yellow .maxtitle-3,
.heading-yellow .maxtitle-4,
.heading-yellow .maxtitle-5,
.heading-yellow .maxtitle-6 {
    color: var(--sk-yellow);
}
.gallery-row > .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
}
.gallery-row .gallery-item {
    padding-bottom: 95%;
}
.gallery-row .gallery-item img {
    height:  100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.kontakt-oss-two .content-info ul {
	display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.kontakt-oss-two .content-info ul li {
	display: inline-block;
    padding: 0;
    margin: 10px;
}
.mt-50 {
	margin-top: 50px;
}
.pagination ul {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.pagination ul li {
	display: flex;
    padding: 0;
    margin: 0 10px 10px;
}
.pagination ul li a {
	display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--sk-primary);
    color: var(--sk-white);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}
.pagination ul li a:hover,
.pagination ul li.active a {
	background-color: var(--sk-yellow);
    color: var(--sk-white);
}
.hero-caption .post-meta {
	color: var(--sk-white);
    margin-top: 20px;
}
.hero-caption .post-meta ul {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.hero-caption .post-meta ul li {
	display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}
.hero-caption .post-meta ul li:before {
	position: relative;
    display: flex;
    width: 15px;
    min-width: 15px;
    height: 15px;
    content: '';
    margin-right: 8px;
}
.hero-caption .post-meta ul li.date:before {
	background: url(../images/calendar.svg) no-repeat center;
    background-size: contain;
    margin-top: -3px;
}
.hero-caption .post-meta ul li.time:before {
	background: url(../images/clock.svg) no-repeat center;
    background-size: contain;
}
.hero-banner-two {
	color: var(--sk-white);
}
.hero-banner-two p {
	font-size: 22px;
    line-height: 1.5;
}
.hero-banner-two .hero-caption *:last-child {
	margin-bottom: 0;
}
video {
	width: 100%;
    height: auto;
}
.white-color .main-btn span {
	color: inherit;
}
.single-post .wp-block-buttons {
	margin-bottom: 20px;
}
.list-two-columns {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0;
    margin: 0 0 30px;
    gap: 10px 20px;
    list-style: inside;
}
.list-two-columns li {
	position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
}
.list-two-columns li:before {
	position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: var(--sk-text);
    border-radius: 50%;
}
.content-info iframe {
	width: 100%;
    height: 500px;
}
.image-with-auto .content-img img {
    width: unset;
    width: auto;
}
.logos-list {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.logos-list li {
	display: flex;
    padding: 15px 7px;
    margin: 0;
}
.logos-list li img {
	margin-left: auto;
    margin-right: auto;
    max-height: min(max(35px, 5.1724137931vw), 75px);
    display: flex;
    overflow: hidden;
    object-fit: contain;
}
.kontakt-title.white-color .maxtitle-2,
.kontakt-title.white-color .maxtitle-3,
.kontakt-title.white-color .maxtitle-4 {
	color: var(--sk-yellow);
}
.custom-blackquote-h3-black .blockquote h3 {
	color: #000000;
}
.banner-bottom-pos {
	background-position: center 68%;
}
.no-video-btn .play-btn {
	display: none;
}
.banner-bottom-pos-two {
	background-position: center 34%;
}
.kontakt-banner {
	background-position: center 70%;
    height: 80vh;
    min-height: 500px;
    max-height: 700px;
}
.content-video-section-two h3 {
	color: #ffffff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
    font-size: min(max(24px, 3.1034482759vw), 40px);
    margin-bottom: 30px;
}
.content-video-section-two h3 .gradient-text {
   background: linear-gradient(216deg, #C99C46 0%, #F7D9A0 26.25%, #EFCD8A 46.03%, #C6912B 95.34%);
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: bottom;
}
.content-video-section-two h3 span {
	display: block;
    margin-bottom: 10px;
}
.content-video-section-two h3 .title-lg {
    font-size: 70px;
    line-height: 1.3;
    font-weight: 400;
    font-size: min(max(32px, 6.2068965517vw), 70px);
    display: block;
}
.content-video-section-two h2 {
	color: #ffffff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 200;
    font-size: min(max(18px, 2.0689655172vw), 30px);
    margin-bottom: 30px;
    font-family: "proxima-nova",sans-serif;
}
.uppercase {
	text-transform: uppercase;
}

/* Adjust background image position on banners */

section.hero-banner {
	background-position:center;
}
#gform_wrapper_1.gform-theme--framework .gfield--type-choice .gfield_checkbox, 
#gform_wrapper_1.gform-theme--framework .gfield--type-choice .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#gform_wrapper_1.gform-theme--framework .gfield_radio .gchoice {
	padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.125);
    align-items: center;
    gap: 5px;
}
#gform_wrapper_1.gform-theme--framework .gfield_radio .gchoice .gfield-choice-input {
	border-color: var(--sk-yellow);
    outline: none;
    box-shadow: none;
}
#gform_wrapper_1.gform-theme--framework .gfield_radio .gchoice .gfield-choice-input::before {
    background-color: var(--sk-yellow);
        block-size: 10px;
    inline-size: 10px;
}
#gform_wrapper_1.gform-theme--framework .maxtitle-3 {
	margin: 0;
}
#gform_wrapper_1.gform-theme--framework .gform_fields {
    row-gap: 20px;
}
#gform_wrapper_1.gform-theme--framework .gfield_radio .gchoice .gform-service-special-lbl {
	color: var(--sk-yellow);
    font-weight: 400;
    font-family: 'Playfair Display';
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 6px;
}
#gform_wrapper_1.gform-theme--framework .gfield_radio .gchoice .gform-service-title{
	color: var(--sk-yellow);
    font-weight: 400;
    font-family: 'Playfair Display';
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
}
.gform-service-content p{
	font-size: 16px;
    line-height: 1.4;
}
.gform-service-detail {
	display: flex !important;
    justify-content: space-between;
    gap: 30px !important;
    align-items: center;
}
.gform-service-title-content {
	display: flex !important;
    flex-direction: column!important;
    width: 100%;
}
.gform-service-detail .gform-service-special-lbl {
	margin-left: auto;
}
#gform_wrapper_1.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: var(--sk-yellow) !important;
}
#gform_wrapper_1.gform-theme--framework .gform_page_footer {
	text-align: center;
    justify-content: center;
}
#gform_wrapper_1.gform-theme--framework .gform_page_footer input[type="submit"],
#gform_wrapper_1.gform-theme--framework .gform_page_footer input[type="button"] {
	max-width: 220px;
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 30px 13px;
    background-color: var(--sk-yellow);
    box-shadow: none;
    border-radius: 0px;
    border: none;
    color: var(--sk-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    text-transform: initial;
    font-family: 'Poppins';
}
#gform_wrapper_1.gform-theme--framework .gform_page_footer input[type="submit"]:hover,
#gform_wrapper_1.gform-theme--framework .gform_page_footer input[type="button"]:hover {
	background-color: #000000;
}
#gform_wrapper_1.gform-theme--framework .gform_page_footer {
	position: relative;
}
#gform_wrapper_1.gform-theme--framework .gform_page_footer span {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#gform_wrapper_1.gform-theme--framework select,
#gform_wrapper_1.gform-theme--framework input:not([type="checkbox"],[type="radio"]) {
    color: var(--sk-primary);
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding: 15px 15px;
    background-color: var(--sk-white);
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    height: auto;
    width: 100%;
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
#gform_wrapper_1.gform-theme--framework .gform-field-label>.gfield_required {
	display: none;
}
#gform_wrapper_1.gform-theme--framework .gform-field-label--type-sub {
    --gf-local-color: #000000;
}
.hero-section.hero-banner-three {
	max-height: inherit;
	background-color: #000000;
}
.hero-section.hero-banner-three .maxtitle-1,
.hero-section.hero-banner-three p {
	margin-bottom: 15px;
}
.hero-banner-three .btn-outer {
	margin-top: 20px !important;
}
.hero-banner-three video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner-three:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.07%, rgba(0, 0, 0, 0.50) 99.07%), rgba(0, 0, 0, 0.40);
}
.hero-banner-three .container {
	position: relative;
	z-index: 2;
}
@media (min-width: 1368px) {
.hero-banner-four.hero-banner.box-shadow-smooth.sub-banner.banner-bg {
    position: relative;
    height: 75vh; /* Set height to half the viewport height */
    background-size: cover; /* Ensure the background image covers the container */
    background-position: center; /* Center the background image */
    min-height: auto; /* Ensure min-height doesn’t interfere */
    max-height: none; /* Ensure max-height doesn’t interfere */
}}

.hero-banner-four.hero-banner.box-shadow-smooth.sub-banner.banner-bg {
    
    height: 85vh; /* Set height to half the viewport height */
       max-height: 85vh;
}

/* Optional: Adjust for mobile devices if needed */
@media (max-width: 868px) {
    .hero-banner-four.hero-banner.box-shadow-smooth.sub-banner.banner-bg {
        height: 69vh!important; /* Adjust height for smaller screens if necessary */
        min-height: auto; /* Ensure min-height doesn’t interfere */
    max-height: none; /* Ensure max-height doesn’t interfere */
    }
    .hero-banner-four.hero-banner.box-shadow-smooth.sub-banner.banner-bg {
        height: 69vh!important; /* Adjust height for smaller screens if necessary */
        min-height: auto; /* Ensure min-height doesn’t interfere */
    max-height: none; /* Ensure max-height doesn’t interfere */
    }
    
}
section#playbtnimg .play-btn {
    display: none !important;
}

@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 auto;
        width: 48%;
    }
    .offset-xl-1 {
        margin-left: 1%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 48%;
    }}

.beer-slider{display:flex;height: 100%;overflow:hidden;position:relative}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom;object-fit:cover;}.beer-slider>*{height:100%}.beer-slider>img{height:100%;max-width:100%}.beer-reveal{left:0;opacity:0;overflow:hidden;position:absolute;right:50%;top:0;transition:opacity .35s;z-index:1}.beer-reveal>:first-child{height:100%;max-width:none;width:200%}.beer-reveal>img:first-child{height:100%}.beer-range{-moz-appearance:none;-ms-touch-action:auto;-webkit-appearance:slider-horizontal!important;bottom:0;cursor:pointer;height:100%;left:-1px;margin:0;opacity:0;position:absolute;top:0;touch-action:auto;width:calc(100% + 2px);z-index:2}.beer-range::-webkit-slider-thumb{-webkit-appearance:none;height:300vh}.beer-range::-moz-range-thumb{-webkit-appearance:none;height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{background:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:0 0 6px transparent;color:#000;height:48px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:background .3s,box-shadow .3s,opacity .5s .25s;width:48px;z-index:2}.beer-handle:after,.beer-handle:before{border-left:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;top:50%;transform-origin:0 0;width:10px}.beer-handle:before{left:10px;transform:rotate(-45deg)}.beer-handle:after{right:0;transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:hsla(0,0%,100%,.85);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{background:hsla(0,0%,100%,.75);border-radius:.125rem;content:attr(data-beer-label);line-height:1;padding:.5rem;position:absolute;top:1.5rem}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}

.media-drag-drop {
    background-color: #eff1f1;
    border: 3px dashed #dce0e0;
    text-align: center;
    padding: 10px 0 !important;
    margin-bottom: 15px;
    font-weight: 700;
}
.header-right .sk-nav-menu.sk-mobile-menu {
	display: flex;
	padding: 0;
	margin: 0 0 0 20px;
}
.header-right .sk-nav-menu.sk-mobile-menu li {
	display: flex;
	padding: 0;
	margin: 0;
}