@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



html {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

* {
    font-family: "Montserrat", sans-serif;
}
/* colors */
.bg-blue {
    background-color: var(--bs-bgblue);
    color: var(--bs-white);
}
.bgblue1 {
    background-color: var(--bs-bgblue1);
    color: var(--bs-white);
}
.bgpurple {
    background-color: var(--bs-purple);
    color: var(--bs-white);
}
.bgpurple1 {
    background-color: var(--bs-purple1);
    color: var(--bs-white);
}
.bgpurple2 {
    background-color: var(--bs-purple2);
    color: var(--bs-white);
}
.bgpurple3 {
    background-color: var(--bs-purple3);
    color: var(--bs-white);
}
.bgpurple4 {
    background-color: var(--bs-purple4);
    color: var(--bs-white);
}
.bgindigo1 {
    background-color: var(--bs-indigo1);
    color: var(--bs-white);
}
.bg-orange {
    background-color: var(--bs-orange);
    color: var(--bs-white);
}
.bg-orange1 {
    background-color: var(--bs-orange1);
    color: var(--bs-white);
}
.bg-white {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}
.color-white {
    color: var(--bs-white);
}
::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

button,
input[type=button],
input[type=email],
input[type=password],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

footer,
header,
menu,
nav {
    display: block
}

img {
    vertical-align: middle;
    max-width: 100%
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a[href],
input[type=checkbox],
input[type=radio],
label[for],
select {
    cursor: pointer
}

button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

.hide {
    position: absolute;
    left: -9999em
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
} */

strong {
    font-weight: 700
}

td,
th {
    vertical-align: top
}

th {
    font-weight: 400;
    text-align: left
}

address {
    font-style: normal
}

textarea {
    overflow: auto
}

html {
    height: 100%
}

body {
    background: #080808;
    -webkit-text-size-adjust: none;
    position: relative;
    background-size: cover;
    min-height: 100%;
}

button,
input,
select,
textarea {
    outline: none;
}

form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

form .btn {
    margin-left: auto;
    min-width: 200px
}

input[type=email],
input[type=text],
input[type=url],
select,
textarea {
    width: 49%;
    background: none;
    padding: 0 20px;
    float: left;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: all .15s ease;
    color: #fffefe;
    line-height: 1.2;
    letter-spacing: .025em;
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400
}

input[type=email]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #ccc
}

input[type=email]:focus:invalid,
input[type=text]:focus:invalid,
input[type=url]:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
    border-color: #0d6efd;
}

textarea {
    padding-top: 20px;
    height: 160px;
    resize: none;
    width: 100%
}

a {
    text-decoration: none;
    transition: all .3s ease;
    color: inherit
}
/* button  styles */
.btn-blue-card {
    color: var(--bs-bgblue);
    background-color: var(--bs-white);
    border-color: #0d6efd
}

.btn-blue-card:hover {
    color: var(--bs-white);
    background-color: var(--bs-bgblue1);
    border-color: #0a58ca
}

.btn-check:focus+.btn-blue-card,
.btn-blue-card:focus {
    color: var(--bs-white);
    background-color: var(--bs-bgblue1);
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-blue-card,
.btn-check:checked+.btn-blue-card,
.btn-blue-card.active,
.btn-blue-card:active,
.show>.btn-blue-card.dropdown-toggle {
    color: var(--bs-white);
    background-color: var(--bs-bgblue1);
    border-color: #0a53be
}

.btn-check:active+.btn-blue-card:focus,
.btn-check:checked+.btn-blue-card:focus,
.btn-blue-card.active:focus,
.btn-blue-card:active:focus,
.show>.btn-blue-card.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
/* -------- */
.btn-orange-card {
    color: var(--bs-orange);
    background-color: var(--bs-white);
    border-color: #9a3700
}

.btn-orange-card:hover {
    color: var(--bs-white);
    background-color: var(--bs-orange1);
    border-color: #9a3700;
}

.btn-check:focus+.btn-orange-card,
.btn-orange-card:focus {
    color: var(--bs-white);
    background-color: var(--bs-orange);
    border-color: #9a3700;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-orange-card,
.btn-check:checked+.btn-orange-card,
.btn-orange-card.active,
.btn-orange-card:active,
.show>.btn-orange-card.dropdown-toggle {
    color: var(--bs-white);
    background-color: var(--bs-orange);
    border-color: #9a3700
}

.btn-check:active+.btn-orange-card:focus,
.btn-check:checked+.btn-orange-card:focus,
.btn-orange-card.active:focus,
.btn-orange-card:active:focus,
.show>.btn-orange-card.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(154, 55, 0, .5)
}


.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.container {
    /* padding: 0 70px;
    width: 1400px; */
    margin: auto;
    /* max-width: 100% */
}

.container.small {
    width: 1080px
}

.indicate-dots {
    position: fixed;
    counter-reset: a;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 450px;
    margin: auto;
    left: 70px;
    z-index: 50
}

.indicate-dots li {
    padding: 9px 0;
    color: #fefefe;
    position: relative
}

.indicate-dots li a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    right: 0
}

.indicate-dots li:before {
    content: "";
    display: block;
    font-size: 14px;
    counter-increment: a;
    content: "0" counter(a)
}

.indicate-dots li:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 0;
    transition: all .3s ease;
    background-color: #747474
}

.indicate-dots li.current {
    color: #ccc
}

.indicate-dots li.current:after {
    margin: 6px auto -8px;
    height: 88px
}

.indicate-dots li:last-child.current:after {
    height: 70px
}

.indicate-dots li:last-child.current a:after {
    width: 4px;
    position: absolute;
    bottom: -92px;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    background-color: #747474;
    content: "";
    border-radius: 50%
}

.header {
    position: fixed;
    top: 0;
    z-index: 99;
    /* background: rgba(8, 8, 8, .7); */
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px 0;
    transition: all ease 800ms;
}

.header .container {
    width: auto
}

.header .logo {
    float: left
}
.header .logo img.logo-icon {
    width: 280px;
}

.header .main-menu {
    padding-top: 15px;
    float: right
}
.header .main-menu ul { 
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
.header .main-menu ul li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    letter-spacing: .025em;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.header .main-menu li:before {
    background-color: #eb8700;
    margin: auto;
    left: 0;
    right: 0
}

.header .main-menu li:before,
.header .main-menu li a:after,
.header .main-menu li a:before {
    content: "";
    width: 4px;
    position: absolute;
    height: 4px;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 50%
}

.header .main-menu li a:after,
.header .main-menu li a:before {
    background-color: #ffb34d;
    left: 50%;
    margin-left: 8px
}

.header .main-menu li a:before {
    margin-left: -12px
}

.header .main-menu .current:before,
.header .main-menu .current a:after,
.header .main-menu .current a:before {
    opacity: 1
}

.header .main-menu a {
    display: block;
    padding-bottom: 3px
}

.header .main-menu a:hover {
    color: var(--bs-white);
}
/* carousel */
.slider-carousel .carousel, .slider-carousel .carousel-inner, .slider-carousel .carousel-item {
    height: 100vh;
}
.carousel-indicators [data-bs-target] {
    background-color: #eb8700;
    opacity: .3;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-prev-icon i {
    font-size: 30px;
    color: #eb8700;
}
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next-icon i {
    font-size: 30px;
    color: #eb8700;
}
.carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-carousel .carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url(../images/dots.png);
} 
.slider-content h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.slider-content .text-area p{
    color: #fff;
}
.slider-content .text-area .btn em{
    margin-left: 5px;
}
.content-carousel {
    position: relative;
    z-index: 1;
}
.social {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 0;

}

.social li {
    padding-right: 15px;
    display: inline-block
}

.social li a {
    color: #fff;
    display: inline-block
}

.footer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    line-height: 24px;
    padding: 10px 0px;
}

.footer .container {
    width: auto
}

body {
    overflow: hidden
}

.load-withoutscroll body {
    overflow: auto
}

.page {
    min-height: 100vh;
    /* padding: 100px 0; */
    display: -ms-flexbox;
    display: flex;
    background: no-repeat 100% 100%;
    background-size: cover;
    /* -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center; */
    opacity: 0
}

.load-withoutscroll .page {
    opacity: 1;
    transition: opacity .3s ease
}


/* h1 {
    font-size: 74px;
    margin-bottom: 28px
}

h1,
h2 {
    color: #fff;
    letter-spacing: .065em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1
}

h2 {
    font-size: 60px;
    margin-bottom: 20px
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

h3,
h4 {
    color: #fff;
    letter-spacing: 0;
    line-height: 1
}

h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
    margin-bottom: 25px
} */

.grey-text p {
    color: #999
}

.page .social {
    padding-bottom: 20px
}

p.small {
    font-size: 12px!important;
}

p .fa,
p a:hover {
    color: #fff
}

p .fa {
    padding-right: 10px;
    position: relative;
    top: 1px
}

hr {
    width: 60px;
    height: 1px;
    background: #555;
    border: 0;
    margin: 15px auto
}

.ico {
    width: 90px;
    height: 90px;
    border: 8px solid #fff;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 25px;
    font-weight: 400;
    font-size: 30px
}

.text-center p {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    max-width: 100%;
    font-size: 14px;
    line-height: 24px
}

.text-center h2 {
    font-size: 48px;
    margin-bottom: 30px
}

p {
    margin-bottom: 20px
}
/* 
p+.btn {
    margin-top: 20px
} */

.body {
    overflow: hidden
}

.slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    z-index: 6;
    margin: -22px 0 0 60px;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    border: 0;
    padding-left: 2px;
    background: none;
    left: 100%
}
.slick-arrow i {
    line-height: 38px;
}
.slick-arrow.slick-prev {
    padding-right: 2px;
    padding-left: 0;
    margin-left: -114px;
    left: 0
}

.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0
}

.slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 27px;
    bottom: 0;
    z-index: -1;
    border: 1px solid #555;
    left: 0;
    transition: all .1s ease;
    right: 0
}

.slick-arrow:hover {
    color: #fff
}

.slick-arrow:hover:before {
    border-color: #fff;
    margin: 4px;
    opacity: 1
}

.slick-list * {
    outline: none
}

.menu-slider {
    margin: 0 -80px;
    padding: 15px 0 0
}

.menu-slider.slick-initialized {
    margin: 0
}

.menu-slider.slick-initialized .slick-list {
    margin: 0 -80px
}

.menu-slider .slick-slide {
    transition: opacity .3s ease;
    opacity: .15
}

.menu-slider .slick-active {
    opacity: 1
}

.menu-slider:after {
    content: "";
    clear: both;
    display: block
}

.menu-slider li {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 15px
}

.menu-slider li:before {
    content: "";
    height: 3px;
    background: #5c5c5c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.menu-slider li a {
    display: block
}

.menu-slider li strong {
    font-size: 52px;
    line-height: 40px;
    float: right;
    margin-left: 20px;
    padding: 20px 0 25px;
    font-weight: 300;
    position: relative
}

.menu-slider li strong:before {
    content: "";
    height: 3px;
    background: #878787;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.menu-slider .item {
    padding: 0 80px 50px;
    float: left;
    width: 50%
}

.chef-slider {
    position: relative;
    text-align: center;
    padding-right: 50px
}

.chef-slider .slick-slide {
    transition: opacity .3s ease;
    opacity: 0
}

.chef-slider .slick-prev {
    margin-left: -68px
}

.chef-slider .slick-next {
    left: 100%;
    margin-left: -22px
}

.chef-slider .slick-active~.slick-slide {
    opacity: .15
}

.chef-slider .slick-active,
.chef-slider .slick-active+.slick-active {
    opacity: 1
}

.chef-slider hr {
    margin: 8px auto
}

.chef-slider p {
    font-size: 14px;
    color: #999
}

.chef-slider .image {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    padding-bottom: 10px
}

.chef-slider .image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 220px;
    height: 220px;
    border: 10px solid #fff
}

.reviews-slider {
    padding: 20px 0 0;
    width: 460px;
    max-width: 100%;
    margin: auto;
    position: relative;
    text-align: center
}

.reviews-slider .slick-slide {
    transition: opacity .3s ease;
    opacity: .15
}

.reviews-slider .slick-slide p {
    transition: opacity .3s ease;
    opacity: 0
}

.reviews-slider .slick-prev {
    margin-left: -44px;
    top: 100px;
    margin-top: 0
}

.reviews-slider .slick-next {
    margin-left: 0;
    top: 100px;
    margin-top: 0
}

.reviews-slider .slick-active,
.reviews-slider .slick-active p {
    opacity: 1
}

.reviews-slider .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 200px;
    border-radius: 50%;
    height: 200px
}

.reviews-slider .image img {
    margin: auto;
    display: block;
    border-radius: 50%
}

.reviews-slider .item {
    width: 460px;
    max-width: 100%;
    margin: 0 20px
}

.reviews-slider h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px
}

.gallery {
    padding: 0;
    position: relative
}

.gallery ul.slick-initialized {
    margin: 0
}

.gallery .slick-slide {
    transition: opacity .3s ease;
    opacity: .15;
    pointer-events: none
}

.gallery .slick-active {
    opacity: 1;
    pointer-events: auto
}

.gallery .cats li {
    float: left;
    padding-bottom: 20px;
    padding-right: 30px
}

.gallery .cats .current a {
    color: #fff;
    background: #333
}

.gallery .cats .current a:before {
    border-color: #333;
    margin: 2px;
    opacity: 1
}

.gallery .cats li:not(.current) a:hover {
    color: #fff
}

.gallery .cats li:not(.current) a:hover:before {
    border-color: #fff;
    margin: 2px;
    opacity: 1
}

.gallery .cats li a {
    line-height: 1.2;
    padding: 10px 15px;
    text-align: center;
    color: #999;
    display: inline-block;
    font-size: 12px;
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 15px
}

.gallery .cats li a:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 15px;
    bottom: 0;
    z-index: -1;
    border: 1px solid #333;
    left: 0;
    transition: all .15s ease;
    right: 0
}

.gallery-cat {
    position: absolute;
    width: calc(100% + 30px);
    left: -999em;
    padding-bottom: 10px;
    margin-left: -30px;
    transition: opacity .3s ease;
    opacity: 0
}

.gallery-cat .slick-arrow.slick-prev {
    left: 30px
}

.gallery-cat .slick-slide {
    font-size: 0;
    line-height: 0
}

.gallery-cat.active {
    opacity: 1;
    left: 0;
    position: static
}

.gallery-cat li {
    padding: 15px 0 15px 30px
}

.gallery-cat img {
    width: 100%;
    display: block
}


/* vendore slick */
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: visible !important;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide {
    outline: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.load-withoutscroll {
    overflow: auto;
}

/* common styles */
.mt-5 {
    margin-top: 5px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.mt-15 {
    margin-top: 15px!important;
}
.mt-20 {
    margin-top: 20px!important;
}
.mt-25 {
    margin-top: 25px!important;
}
.mt-30 {
    margin-top: 30px!important;
}
.mt-35 {
    margin-top: 35px!important;
}
.mt-40 {
    margin-top: 40px!important;
}
.mt-45 {
    margin-top: 45px!important;
}
.mt-50 {
    margin-top: 50px!important;
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mb-15 {
    margin-bottom: 15px!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-25 {
    margin-bottom: 25px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-35 {
    margin-bottom: 35px!important;
}
.mb-40 {
    margin-bottom: 5px!important;
}
.mb-45 {
    margin-bottom: 45px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.no-pad {
    padding: 0!important;
}
.pad-left-0 {
    padding-left: 0;
}
.pad-right-0 {
    padding-right: 0;
}
.height-100vh {
    height: 100vh;
}
.inner-blocks {
    height: 350px;
}
.inner-blocks1 {
    height: 365px!important;
}
.inner-blocks .inner-pro-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px;
}
.inner-blocks .inner-pro-content h4 {
    margin-top: 0px;
    font-size: 20px;
}
.inner-blocks .inner-pro-content h5 {
    font-size: 15px;
    color: #eb8700;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.inner-blocks .inner-pro-content p {
    font-size: 14px;
    margin-bottom: 5px;
}
.inner-blocks .inner-content-pan {
padding: 20px;
}
.inner-blocks .inner-content-pan h4 {
    margin-top: 0;
    font-size: 20px;
}
.inner-blocks .inner-content-pan p {
    font-size: 14px;
}
.inner-blocks .left-arrow:before {
    position: absolute;
    content: "";
    top: 25px;
    left: -24px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 25px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 10;
}
.inner-blocks .right-arrow:before {
    position: absolute;
    content: "";
    top: 25px;
    right: -24px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 10;
}
.bg-blue.left-arrow:before {
    border-right: 25px solid var(--bs-bgblue)!important;
}
.bg-orange.right-arrow:before {
    border-left: 25px solid var(--bs-orange)!important;
}
.inner-blocks .top-arrow::before {
    position: absolute;
    content: "";
    top: -24px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #ffffff;
    z-index: 10;
}

#about {
    /* background-color: #efefef */
    background-image: url(../images/bg_home.jpg)!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#services {
    /* background-color: #efefef */
    background-image: url(../images/bg_services.jpg)!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-container-show-resp {
    display: none;
}
#gallery {
    /* background-color: #efefef */
    background-image: url(../images/bg_gallery.jpg)!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#contact {
    /* background-color: #efefef */
    background-image: url(../images/bg_contact.jpg)!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-full {
    width: 100%;
    height: 100%;
}
.content-c-left {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.content-c-center {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-shadow {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 0px 0 rgba(0, 0, 0, 0.10);
}
/* .inner-carousel {
    margin-top: 20px;
} */
#TechnologiesCarousel .carousel-inner {
    border-left: 2px solid #eb8700;
    height: 99px;
}
.carousel-text {
    /* border-left: 2px solid #eb8700; */
    padding: 6px 10px;
}
.carousel-text h5 {
    font-size: 14px!important;
}
.carousel-text p.small {
    margin-bottom: 0;
}

.inner-carousel .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: -20px;
    left: auto;
    z-index: 2;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
.inner-carousel .carousel-indicators [data-bs-target] {
    width: 3px;
}

.ServicesCarousel .carousel-control-prev {
    left: -35px;
}
.ServicesCarousel .carousel-control-next {
    right: -35px;
}
.ServicesCarousel .carousel-control-prev, .ServicesCarousel .carousel-control-next {
    top: 45%;
    bottom: unset;
    width: 33px;
}
.ServicesCarousel .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.ServicesCarousel .carousel-indicators .active{
    width: 7px!important;
    height: 7px!important;
}
.ServicesCarousel .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: -35px;
    left: 5%;
    z-index: 2;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    align-items: center;
}
/* Responsive */

@media screen and (min-width:1024px) and (min-height:720px) {
    body.load-onescroll .page {
        overflow: hidden;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
        height: 100vh;
        position: fixed;
        width: 100%;
        -webkit-transform: translateY(10vh);
        transform: translateY(10vh);
        transition: all 1.2s cubic-bezier(.22, .44, 0, 1)
    }

    body.load-onescroll .page:first-child {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        z-index: 12
    }

    body.load-onescroll .page:nth-child(2) {
        z-index: 11
    }

    body.load-onescroll .page:nth-child(3) {
        z-index: 10
    }

    body.load-onescroll .page:nth-child(4) {
        z-index: 9
    }

    body.load-onescroll .page:nth-child(5) {
        z-index: 8
    }

    body.load-onescroll .page:nth-child(6) {
        z-index: 7
    }

    body.load-onescroll .page:nth-child(7) {
        z-index: 6
    }

    body.load-onescroll .page:nth-child(8) {
        z-index: 5
    }

    body.load-onescroll .page:nth-child(9) {
        z-index: 4
    }

    body.load-onescroll .page:nth-child(10) {
        z-index: 3
    }

    body.load-onescroll .page:nth-child(11) {
        z-index: 2
    }

    body.load-onescroll .page:nth-child(12) {
        z-index: 1
    }

    body.load-onescroll .page.up-scroll {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0
    }

    body.load-onescroll .page.up-scroll:first-child {
        opacity: 1
    }

    body.load-onescroll .page.up-scroll+.page {
        -webkit-transform: translate3d(0, 10vh, 0);
        transform: translate3d(0, 10vh, 0)
    }

    body.load-onescroll .page.down-scroll {
        -webkit-transform: translate3d(0, -100vh, 0);
        transform: translate3d(0, -100vh, 0);
        opacity: 0
    }

    body.load-onescroll .page.down-scroll:first-child {
        opacity: 0
    }

    body.load-onescroll .page.down-scroll+.page:not(.down-scroll) {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media screen and (max-width:1600px) {
    .indicate-dots {
        left: 25px;
        opacity: .4
    }

    .footer {
        bottom: 20px
    }

    .footer .container {
        padding-left: 30px
    }
}

@media screen and (max-width:1200px) {
    .gallery {
        padding-top: 0
    }

    .indicate-dots {
        display: none
    }

    .header {
        padding: 30px 0
    }
}

@media screen and (max-width:991px) {
    .chef-slider {
        padding-right: 0;
        padding-top: 40px
    }

    .chef-slider .slick-prev {
        margin-left: 10px;
        left: 0
    }

    .chef-slider .slick-next {
        margin-left: -55px
    }

    .menu-slider.slick-initialized .slick-list {
        margin-left: -30px;
        margin-right: -30px
    }

    .menu-slider .item {
        padding-left: 30px;
        padding-right: 30px
    }

    .image-right {
        padding-top: 20px
    }

    .image-right img {
        width: 100%;
        display: block;
        margin: auto
    }

    h1 {
        font-size: 60px
    }

    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .header .main-menu li {
        margin-left: 25px
    }

    .page {
        background-size: auto 70%
    }

    .gallery-cat li {
        padding-left: 15px;
        padding-bottom: 0
    }

    .gallery-cat {
        width: calc(100% + 15px);
        margin-left: -15px;
        padding-bottom: 20px
    }

    .gallery .slick-initialized,
    .menu-slider.slick-initialized {
        padding: 0 35px
    }

    .slick-arrow.slick-prev {
        margin-left: 0;
        left: -20px
    }

    .gallery .cats li {
        padding-right: 15px
    }

    .gallery-cat .slick-arrow.slick-prev {
        left: -5px
    }

    .slick-arrow.slick-next {
        margin-left: -20px;
        left: 100%
    }
}

@media screen and (max-width:767px) {
    /* header and slider styles */
    
    .page {
        min-height: auto;
    }
    .slider-carousel .carousel, .slider-carousel .carousel-inner, .slider-carousel .carousel-item, .content-carousel {
        height: 450px
    }
    .slider-content {
        text-align: center;
        margin: auto;
        width: 80%;
    }
    .slider-content h3 {
        font-size: 20px;
    }
    .inner-blocks, .inner-blocks1 {
        height: auto!important;
    }
    .carousel-item .container {
        padding-left: 0;
        padding-right: 0;
    }
    .service-container-hide-resp {
        display: none;
    }
    .service-container-show-resp {
        display: block;
    }
    .navscrolldown {
        background-color: #000;
        transition: all ease 800ms;
        
    }
    .navscrollup {
        background-color: transparent;
        transition: all ease 800ms;
    }
    /* padding styles */
    .pad-left-0 {
        padding-left: 10px;
    }
    .pad-right-0 {
        padding-right: 10px;
    }
    .menu-trigger {
        position: absolute;
        top: 0;
        z-index: 9;
        display: block;
        cursor: pointer;
        width: 30px;
        margin: 0 15px;
        padding: 0;
        padding-top: 5px;
        height: 30px;
        right: 0
    }
    .menu-trigger span {
        height: 2px;
        background: #fff;
        transition: all .3s ease;
        display: block;
        margin: 0 0 6px
    }

    .active-menu .menu-trigger span:nth-child(2) {
        opacity: 0
    }

    .active-menu .menu-trigger span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 8px 0 -10px
    }

    .active-menu .menu-trigger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .gallery .cats li {
        padding-right: 5px;
        padding-bottom: 7px
    }

    .menu-slider li strong {
        font-size: 30px;
        padding: 10px 0
    }

    .menu-slider h3 {
        margin-bottom: 0;
        padding-top: 15px
    }

    .menu-slider li {
        padding-top: 0;
        font-size: 12px
    }

    .reviews-slider .item {
        margin: 0;
        width: 320px;
        padding: 0 20px
    }

    .reviews-slider .item h3 {
        padding-bottom: 0;
        font-size: 20px
    }

    input[type=email],
    input[type=text],
    input[type=url],
    select,
    textarea {
        width: 100%
    }

    .footer {
        position: static;
        padding: 0 0 40px
    }
    
    .page {
        background-size: 170% auto;
        padding: 50px 0
    }
    #home {
        padding: 0px 0;
    }
    .page:last-child {
        padding-bottom: 40px
    }

    body {
        font-size: 14px;
        line-height: 24px
    }

    .text-center h2 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .text-center p {
        font-size: 13px;
        line-height: 20px
    }

    p {
        margin-bottom: 10px
    }

    p+.btn {
        margin-top: 10px
    }

    .header .logo img.logo-icon {
        width: 190px;
    }
    .header .main-menu ul {
        display: block;
    }
    .header {
        transition: height .3s ease;
        padding: 8px 0;
        height: auto;
    }

    .active-menu .header {
        overflow: visible;
        height: 100vh;
        background: rgba(8, 8, 8, .9)
    }

    .header .main-menu {
        position: absolute;
        left: -100%;
        overflow: auto;
        transition: opacity .3s ease;
        opacity: 0;
        float: none;
        top: 60px;
        width: 100%;
        z-index: 99;
        height: calc(100vh - 60px)
    }

    .active-menu .header .main-menu {
        left: 0;
        opacity: 1
    }

    .active-menu .header .main-menu li {
        display: block;
        float: none;
        margin: 10px 0;
        text-align: center
    }

    .active-menu .header .main-menu li a {
        font-size: 16px;
        padding-bottom: 5px
    }
}

@media screen and (max-width:425px) {
    .slider-carousel .carousel, .slider-carousel .carousel-inner, .slider-carousel .carousel-item, .content-carousel {
            height: 300px;
    }
    .slider-content h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .btn {
        font-size: 12px;
    }
    .text-area p {
        font-size: 12px;
    }
}

@media (-ms-high-contrast:none) {

    .page,
    .page ::-ms-backdrop {
        height: 100vh
    }
}