/* Delici - Restaurants HTML Template */

/*** 

====================================================================
      Fonts
====================================================================

 ***/

@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    padding: var(--padding-zero);
    background: none;
    min-height: 0;
    z-index: 999;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-down {
    top: -51px;
}

.header-up {
    top: -175px;
} 

/* .header-sticky {
    background: #202020;
    border-bottom-color: rgba(0,0,0,0.15);
    animation: sticky 1s;
}
.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
} */
.main-header .auto-container {
    max-width: 1780px;
    padding: 0 20px;
}

.header-top {
    position: relative;
    padding-top: var(--padding-top-10);
    padding-bottom: var(--padding-bottom-10);
    background: #fff;
    color: #ffffff;
    border-bottom: 1px solid #ffc631;
}

.header-top .top-left {
    position: relative;
    float: left;
    line-height: 30px;
}

.header-top .top-info {
    position: relative;
}

.header-top .top-info li {
    position: relative;
    float: left;
    margin-right: 70px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.header-top .top-info li:last-child {
    margin-right: 0;
}

.header-top .top-info li .icon {
    position: relative;
    padding-right: var(--padding-right-5);
}

.header-top .top-info li:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: var(--margin-left-30);
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-top .top-info li:last-child:after {
    display: none;
}

.header-top .top-info li a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.header-top .top-info li a:hover {
    color: #ffc631;
}

.header-top .top-right {
    position: relative;
    float: right;
    line-height: 30px;
}

.main-header .header-upper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.fixed-header .header-upper {
    position: relative;
    /*top: 0;*/
    /* background: #202020; */
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.header-two.fixed-header .header-upper {
    background: #ffffff;
}

.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .main-box {
    position: relative;
    padding: 0px;
}

.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    /* padding: 10px 0px; */
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 5;
}

.fixed-header .main-box .logo-box {
    padding: 20px 0px;
}

.fixed-header .main-menu .navigation>li {
    padding: 10px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>ul {
    top: 134%;
}

.main-header.fixed-header .header-upper .links-box {
    padding: 15px 0px;
}

.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    /* height: 110px; */
    z-index: 1;
    width: 150px;
}

.main-header .nav-box {
    position: static;
    float: right;
}

.main-header .header-upper .links-box {
    position: relative;
    float: left;
    padding-top: var(--padding-top-38);
    padding-bottom: var(--padding-bottom-38);
    margin-left: var(--margin-left-150);
}

.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-left: var(--margin-left-50);
}

.main-header .header-upper .links-box .link:first-child {
    margin-left: 0;
}

.main-header .info-btn {
    position: relative;
    cursor: pointer;
    background: none;
    font-size: var(--font-16);
    color: #000;
    padding-top: var(--padding-top-15);
    line-height: 34px;
}

.main-header .info-btn img {
    height: 20px;
}

.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: var(--margin-top-40);
    margin-left: var(--margin-left-20);
    display: none;
}

.fixed-header .nav-toggler {
    margin-top: var(--margin-top-18);
}

.main-header .nav-toggler button {
    position: relative;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #e1e1e1;
    font-size: var(--font-16);
    margin: 0px;
    border-radius: 0px;
    outline: none !important;
}

.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main-header .nav-outer {
    position: static;
    float: left;
}

.main-menu {
    position: static;
    display: block;
    padding: 0px 0px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}

.main-menu .navigation {
    position: static;
    z-index: 1;
}

.main-menu .navigation>li {
    position: static;
    display: block;
    float: left;
    padding: 30px 0px;
    margin-left: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: var(--font-12);
    color: #000;
    padding-top: var(--padding-top-20);
    padding-bottom: var(--padding-bottom-20);
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown {
    position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu {
    position: static;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: var(--padding-right-20);
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 18px;
    display: block;
    line-height: 30px;
    font-size: var(--font-12);
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: block;
    height: 5px;
    border-top: 1px solid #ffc631;
    border-bottom: 1px solid #ffc631;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a:before {
    right: 20px;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #ffc631;
    text-decoration: none;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -35px;
    top: 100%;
    width: 280px;
    padding-top: var(--padding-top-30);
    padding-bottom: var(--padding-bottom-30);
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: var(--color-two);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul {
    left: 0;
    width: 100%;
    padding-top: var(--padding-top-55);
    padding-bottom: var(--padding-bottom-20);
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul .auto-container {
    max-width: 1200px;
}

.main-menu .navigation>li .mega-menu {
    position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-two);
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-two);
}

.main-menu .navigation>li .mega-menu .menu-inner {
    position: relative;
}

.main-menu .navigation>li .mega-menu .row {
    margin: 0 -25px;
}

.main-menu .navigation>li .mega-menu .menu-block {
    position: relative;
    padding: 0 25px;
    margin-bottom: var(--margin-bottom-30);
    text-align: center;
}

.main-menu .navigation>li .mega-menu .menu-block .image {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: var(--margin-bottom-15);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image {
    border-color: #ffc631;
}

.main-menu .navigation>li .mega-menu .menu-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image img {
    transform: scale(1.05);
}

.main-menu .navigation>li .mega-menu .menu-block .title {
    position: relative;
    display: block;
    font-size: var(--font-13);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.main-menu .navigation>li .mega-menu .menu-block .title a {
    position: relative;
    color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .title a {
    color: #ffc631;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    margin-bottom: var(--margin-bottom-10);
}

.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: var(--padding-left-35);
    padding-right: var(--padding-right-35);
    font-size: var(--font-15);
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    line-height: 30px;
    font-size: var(--font-12);
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li.current>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
    color: #ffc631;
    padding-left: 55px;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 2px;
    width: 280px;
    padding-top: var(--padding-top-30);
    padding-bottom: var(--padding-bottom-30);
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: var(--color-two);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    margin-bottom: var(--margin-bottom-10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding-left: var(--padding-left-35);
    padding-right: var(--padding-right-35);
    font-size: var(--font-15);
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li.current>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    line-height: 30px;
    font-size: var(--font-12);
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
    color: #ffc631;
    padding-left: 55px;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
    overflow-y: hidden;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: var(--black-color-opacity);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    background: var(--color-two);
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0px;
}

.hidden-bar .inner-box {
    position: relative;
    background-color: var(--color-two);
    padding-top: var(--padding-top-75);
    padding-bottom: var(--padding-bottom-50);
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: var(--white-color);
    font-size: var(--font-14);
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.hidden-bar .inner-box .cross-icon:hover {
    color: #ffc631;
    border-color: #ffc631;
}

.hidden-bar .inner-box .logo-box {
    position: relative;
    /* line-height: 50px;
    margin-bottom: 40px;
    padding-left: var(--padding-left-30);
    padding-right: var(--padding-right-30); */
    text-align: center;
}

.hidden-bar .inner-box .logo-box img {
    position: relative;
    width: 150px;
}

.hidden-bar h2 {
    position: relative;
    font-size: var(--font-50);
    text-transform: capitalize;
    margin-bottom: var(--margin-bottom-15);
    text-align: center;
}

.hidden-bar .info {
    position: relative;
    text-align: center;
    padding-left: var(--padding-left-20);
    padding-right: var(--padding-right-20);
}

.hidden-bar .info li {
    position: relative;
    line-height: 1.6em;
    color: var(--color-one);
    margin-bottom: var(--margin-bottom-10);
}

.hidden-bar .info li:last-child {
    margin-bottom: 0;
}

.hidden-bar .info li a {
    color: var(--color-one);
}

.hidden-bar .info li a:hover {
    color: #ffc631;
}

.hidden-bar .separator {
    position: relative;
    margin-top: var(--margin-top-30);
    margin-bottom: var(--margin-bottom-30);
}

.hidden-bar .separator span {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden-bar .booking-info {
    position: relative;
    text-align: center;
    padding-left: var(--padding-left-20);
    padding-right: var(--padding-right-20);
}

.hidden-bar .booking-info .bk-title {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no {
    position: relative;
    font-size: var(--font-30);
    color: #ffc631;
    line-height: 1em;
}

.hidden-bar .booking-info .bk-no a {
    position: relative;
    display: inline-block;
    color: #ffc631;
}

.hidden-bar .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -7px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid #ffc631;
    border-bottom: 1px solid #ffc631;
}

.hidden-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.hidden-bar .side-menu {
    position: relative;
    display: block;
    padding-left: var(--padding-left-60);
    padding-right: var(--padding-right-60);
    margin-bottom: var(--margin-bottom-100);
}

.hidden-bar .side-menu ul {
    position: relative;
    border-top: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li a {
    position: relative;
    color: var(--white-color);
    display: block;
    font-weight: 400;
    font-size: var(--font-12);
    line-height: 30px;
    text-transform: uppercase;
    padding-top: var(--padding-top-10);
    padding-bottom: var(--padding-bottom-10);
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: #ffc631;
}

.hidden-bar .side-menu ul li>a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hidden-bar .side-menu ul li:hover>a:before,
.hidden-bar .side-menu ul li.current>a:before {
    opacity: 1;
    visibility: visible;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul li.current>a {
    color: #ffc631;
    padding-left: 20px;
}

.hidden-bar .side-menu ul li ul li:last-child {
    border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 10px;
    right: 0px;
    background: none;
    color: var(--white-color);
    font-size: var(--font-12);
    height: 30px;
    width: 30px;
    text-align: right;
    line-height: 30px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 700;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

.info-bar {
    position: fixed;
    right: -440px;
    top: 0px;
    width: 100%;
    max-width: 440px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    background: var(--color-two) url(../images/background/pattern-7.png) center top repeat;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.info-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: var(--black-color-opacity-two);
    visibility: hidden;
    z-index: 9990;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.side-content-visible .info-back-drop {
    opacity: 1;
    visibility: visible;
}

.side-content-visible .info-bar {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.info-bar .inner-box {
    position: relative;
    background: var(--color-two) url(../images/background/pattern-7.png) center top repeat;
    padding-top: var(--padding-top-100);
    padding-bottom: var(--padding-bottom-50);
    padding-left: var(--padding-left-30);
    padding-right: var(--padding-right-30);
    text-align: center;
}

.info-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: var(--white-color);
    font-size: var(--font-14);
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.info-bar .inner-box .cross-icon:hover {
    color: #ffc631;
    border-color: #ffc631;
}

.info-bar .inner-box .logo-box {
    position: relative;
    line-height: 50px;
    /* margin-bottom: var(--margin-bottom-45); */
}

.info-bar .inner-box .logo-box img {
    position: relative;
    /* max-height: 50px; */
    width: 150px;
}

.info-bar .inner-box .image-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: var(--margin-bottom-45);
    border-radius: 50%;
}

.info-bar .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.info-bar h2 {
    position: relative;
    font-size: var(--font-50);
    text-transform: capitalize;
    margin-bottom: var(--margin-bottom-15);
}

.info-bar .info {
    position: relative;
}

.info-bar .info li {
    position: relative;
    line-height: 1.6em;
    color: var(--color-one);
    margin-bottom: var(--margin-bottom-10);
}

.info-bar .info li:last-child {
    margin-bottom: 0;
}

.info-bar .info li a {
    color: var(--color-one);
}

.info-bar .info li a:hover {
    color: #ffc631;
}

.info-bar .separator {
    position: relative;
    margin-top: var(--margin-top-30);
    margin-bottom: var(--margin-bottom-30);
}

.info-bar .separator span {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-bar .booking-info {
    position: relative;
}

.info-bar .booking-info .bk-title {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.info-bar .booking-info .bk-no {
    position: relative;
    font-size: var(--font-30);
    color: #ffc631;
    line-height: 1em;
}

.info-bar .booking-info .bk-no a {
    position: relative;
    display: inline-block;
    color: #ffc631;
}

.info-bar .booking-info .bk-no a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -8px;
    height: 5px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid #ffc631;
    border-bottom: 1px solid #ffc631;
}

.info-bar .booking-info .bk-no a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
    position: relative;
    padding: 0 0;
    background: #000;
}

.banner-section .banner-container {
    position: relative;
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-section .slide-item {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.banner-section .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.banner-section .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}

.banner-section .slide-item.swiper-slide-active .image-layer {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear 0ms;
    -ms-transition: all 7000ms linear 0ms;
    -o-transition: all 7000ms linear 0ms;
    -moz-transition: all 7000ms linear 0ms;
    transition: all 7000ms linear 0ms;
}

.banner-section .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-section .slide-item .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 500px;
    /* min-height: 100vh; */
    z-index: 10;
}

.banner-section .slide-item .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 5;
}

.banner-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}

.banner-section .slide-item .subtitle {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffc631;
    font-size: 12px;
    letter-spacing: 0.40em;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .slide-item .pattern-image {
    position: relative;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .swiper-slide-active .subtitle,
.banner-section .swiper-slide-active .pattern-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 500ms;
    -ms-transition: all 1000ms ease 500ms;
    -o-transition: all 1000ms ease 500ms;
    -moz-transition: all 1000ms ease 500ms;
    transition: all 1000ms ease 500ms;
}

.banner-section .slide-item h1 {
    position: relative;
    font-weight: 400;
    text-transform: none;
    line-height: 1.0em;
    margin: 0px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .slide-item h1 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.banner-section .swiper-slide-active h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 1000ms;
    -ms-transition: all 1000ms ease 1000ms;
    -o-transition: all 1000ms ease 1000ms;
    -moz-transition: all 1000ms ease 1000ms;
    transition: all 1000ms ease 1000ms;
}

.banner-section .slide-item .text {
    position: relative;
    display: block;
    font-size: var(--font-20);
    margin-top: var(--margin-top-10);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 1500ms;
    -ms-transition: all 1000ms ease 1500ms;
    -o-transition: all 1000ms ease 1500ms;
    -moz-transition: all 1000ms ease 1500ms;
    transition: all 1000ms ease 1500ms;
}

.banner-section .slide-item .links-box {
    position: relative;
    display: block;
    padding-top: var(--padding-top-40);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .swiper-slide-active .links-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 2000ms;
    -ms-transition: all 1000ms ease 2000ms;
    -o-transition: all 1000ms ease 2000ms;
    -moz-transition: all 1000ms ease 2000ms;
    transition: all 1000ms ease 2000ms;
}

.banner-section .slide-item .links-box .link {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.banner-section .slide-item .links-box .link .theme-btn {}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: var(--font-24);
    text-align: center;
    background: transparent;
    color: #ffc631;
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span {
    position: relative;
    z-index: 1;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
    display: none;
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffc631;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-section .swiper-button-next {
    right: 30px;
}

.banner-section .swiper-button-prev {
    left: 30px;
}

.banner-section .swiper-button-next:hover,
.banner-section .swiper-button-prev:hover {
    color: #000;
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before {
    background: #ffc631;
}

.banner-section .book-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 110px;
    height: 110px;
    z-index: 10;
}

.banner-section .book-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffc631;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner-section .book-btn a {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    color: #000;
    background: #ffc631;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    z-index: 1;
}

.banner-section .book-btn a .icon {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.banner-section .book-btn a .txt {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.15em;
}





/*** 

====================================================================
  Contact Page
====================================================================

***/

.contact-map {
    position: relative;
}

.contact-page {
    position: relative;
    background: var(--color-four);
}

.contact-page .loc-block {
    margin-bottom: 0;
}

.contact-page .location-center {
    position: relative;
    padding: 0;
}

.contact-page .cinfo-box {
    position: relative;
    background-color: var(--color-four);
}

.contact-page .cinfo-box:before {
    position: relative;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: -40px;
    bottom: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--color-four);
}

.contact-page .left-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-page .right-bg {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.contactinfo-block .inner-box {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    text-align: center;
    min-height: 100%;
    /*background: var(--color-seven);*/
}

.inner-box.cp-seprator:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inner-box.cp-seprator:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #ffc631;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contactinfo-block h4 {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contactinfo-block .text {
    position: relative;
    font-size: 16px;
    color: var(--color-one);
}

.contactinfo-block .more-link {
    position: relative;
    margin-top: 10px;
}

.contactinfo-block .more-link a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ffc631;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 4px;
}

.contactinfo-block .more-link a:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #ffc631;
    border-top: 1px solid #ffc631;
}

.contactinfo-block .more-link a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.contactinfo-block .more-link a:hover {
    color: #fff;
    border-color: #fff;
}

.c-page-form-box {
    position: relative;
    background-color: var(--color-five);
    padding: 60px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.c-page-form-box .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
    text-align: center;
}

.c-page-form-box .title-box.centered {
    margin-bottom: 30px;
}


/*** 

====================================================================
  section
====================================================================

***/

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hamburger span {
    /* align-self: flex-end; */
    height: 2px;
    width: 83.33333333%;
    background: #000;
    transition: all 400ms ease-in-out;
}

.hamburger .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
}

.hamburger:hover span {
    width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

/*----------------------------------------*/

/*  04. About

/*----------------------------------------*/
.about-area {
    padding: 50px 0px;
}
.about-border {
    border: 20px solid #ffc631;
   padding: 50px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-border {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .about-border {
        padding: 20px;
        border: 5px solid #ffc631;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-heading {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .about-heading {
        padding-left: 15px;
    }
}

.about-heading h2 {
    padding-top: 20px;
    color: #000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-heading h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .about-heading h2 {
        font-size: 30px;
    }
}

.about-text {
    margin-left: 30px;
    padding-right: 0px;
    color: #000;
}
.small-title {
    color: #a19d98;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .about-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.about-text a {
    margin-top: 20px;
}

.about-area.hp-1 {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .about-area.hp-1 {
        background-position: 48% 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area.hp-1 {
        background-position: 60% 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area.hp-1 {
        background-position: right center !important;
    }
}

@media (max-width: 767px) {
    .about-area.hp-1 {
        background-position: right center !important;
    }
}

.about-init {
    padding: 0 37px 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-init {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .about-init {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .about-init .media {
        display: block;
    }
}

.about-init h1 {
    text-transform: unset;
}

@media (max-width: 767px) {
    .about-init h1 {
        font-size: 40px;
    }
}

.about-init p {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .about-init p {
        margin-top: 20px;
    }
}

.about-init .about-image img {
    width: 170px;
    height: 130px;
}

@media (max-width: 767px) {
    .about-init .about-image img {
        width: 100%;
        height: 100%;
    }
}

.about-image {
    position: relative;
}

.about-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0f0c20;
    opacity: .5;
}

.about-image i {
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.about-btn.hp-1 {
    margin-top: 15px;
}

.about-btn.hp-1 a {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .about-btn.hp-1 a {
        margin-bottom: 10px;
        margin-right: 5px;
    }
}

.spape {
    position: absolute;
}

.sp1 {
    right: 8%;
    top: -60px;
}

.sp2 {
    right: 8%;
    bottom: 12%;
}

.about-img img {
    max-width: inherit;
    margin-left: -15px;
    margin-top: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-img img {
        max-width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img img {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .about-img img {
        max-width: 100%;
        margin: 0;
    }
}


/*----------------------------------------*/

/*  07. Services

/*----------------------------------------*/

.service-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-item:hover .service-content {
    top: 50%;
    transform: translateY(-50%);
}

.service-item:hover .service-content h4 {
    margin-bottom: 30px;
}

.service-item:hover:before {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

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

.service-title {
    position: relative;
}

.service-title span {
    color: #a19d98;
}

.service-title h1 {
    margin-bottom: 15px;
}

.service-content {
    position: absolute;
    top: 85%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .service-content {
        top: 90%;
    }
}

@media (max-width: 575px) {
    .service-content {
        top: 88%;
    }
}

.service-content h4 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Rubik", sans-serif;
}

.service-content p {
    color: #ffffff;
    padding: 0 30px;
    padding-bottom: 5px;
}

.service-content a {
    background: #e8d2b8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-content a:hover {
    background: #2a2d2c;
    color: #ffffff;
}
.mb-30 {
    margin-bottom: 30px;
}
.title-heading{
    color: #000;
}




/* footer section css starts */
#logo_footer {
    width: 100%;
}

.footer-1 {
    padding-top: 124px;
}

.footer {
    background: #0e1618;
    padding-top: 45px;
    border-top: 1px solid #4e4a3d;
}

.footer-1 .logo-footer {
    text-align: start;
    padding-top: 4px;
}

.logo-footer {
    margin-bottom: 41px;
    text-align: center;
}

.footer-1 .footer-title {
    font-size: 23px;
    line-height: 32px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}

.footer-1 .footer-title::after {
    position: absolute;
    content: '';
    left: 3px;
    bottom: -8px;
    width: 73px;
    height: 2px;
    background-color: #91896d;
}

.footer-1 p {
    line-height: 27px;
    padding-right: 35px;
    font-size: 15px;
    margin-bottom: 0px;
}

.tf-color {
    color: #ffc631 !important;
}

.footer-1 .widget-social {
    margin-top: 18px;
    margin-bottom: 15px;
}

.widget-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-1 .widget-social ul {
    gap: 13px;
}

.footer-1 ul.list li {
    margin-bottom: 8px;
}

.widget-social ul {
    display: flex;
    /* gap: 10px; */
}

.widget-social.style-big ul li a {
    width: 40px;
    height: 40px;
}

.widget-social ul li a {
    width: 35px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ffc631;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-1 .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #4e4a3d;
}

.footer .footer-bottom p {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.footer-1 .footer-bottom h4 {
    display: flex;
    gap: 8px;
    font-size: 18px;
}

.footer-1 .footer-bottom ul li {
    /* font-family: 'CerebriSans'; */
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
}

.footer-1 .footer-bottom ul li a {
    color: #FFF;
}

.widget-social ul li a:hover {
    background-color: #ffc631;
}
.svapps_ft_logo{
    width: 80px;
    margin-top: -20px;
}
.list li a{
    color: #fff;
}

/* footer section css ends */



.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: linear-gradient(45deg, black, transparent),url(../images/the-golden-curry-banner1.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
        margin: 50px 0px;
}
/*   */
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.cont-line{
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    color: #fff;
    font-weight: 600;
    /* border-bottom: 2px solid #0c0a0a; */
}

#contactSection{
    background-image: linear-gradient(45deg, #00000099, #0000002e), url(../images/the-golden-curry-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-head {
    text-align: center;
    font-size: 45px;
    color: #fff;
}
.contact-para {
    text-align: center;
    font-size: 17px;
}
.home-span:hover {
    text-decoration: none;
    color: #ffc631;
}
@media screen and (max-width: 425px){
    
.contact-para{
     font-size: 16px;

}

.contact-head{
    font-size: 36px;
}

#contactSection{
    padding-top: 80px;
    padding-bottom: 80px;
}
}

.cont-img{
    width: 100%;
}


@media screen and (max-width: 767px){
   .testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    display: none;
} 
.testimonial4_slide {
    width: 100%;
    margin: auto;
    padding: 0px;
}
#logo_footer {
    width: 150px;
}
}