.header-cont {
    background-color: #F04E30;
    padding: 10px 0px;
}

header {}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto;
}

.header-menu ul li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
    width: auto;
    position: relative;
}


/* .header-menu ul li:first-child {
    padding-left: 0;
} */

.header-menu ul li:last-child {
    padding-right: 0;
}

.header-menu ul li a {
    color: #ffffff;
    font-family: 'AirbnbCerealBook_400', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.83px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-menu ul>li>a:hover {
    color: #FFDD00;
}

.header-menu ul>li.active>a {
    color: #FFDD00;
}

.header-menu ul ul {
    position: absolute;
    background: #ffffff;
    width: 160px;
    top: 36px;
    box-shadow: none;
    padding: 8px 0;
    display: none;
    left: -40px;
    margin: 0 auto;
    transition: all 0.8s;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header-menu ul li:hover>ul {
    display: inline-block;
}

.header-menu ul ul li {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.header-menu ul ul li a {
    width: 100%;
    display: inline-block;
    padding: 6px 15px;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header-menu ul ul li:last-child a {
    border-bottom: 0;
}

.header-menu ul ul li a:hover {
    color: #F04E30;
    border-color: rgba(0, 0, 0, 0.2);
}

.header-menu ul li.sub-menu a {
    padding-right: 16px;
}

.header-menu li.sub-menu>a {
    position: relative;
}

.header-menu li.sub-menu>a:after {
    content: "\f107";
    z-index: 99;
    cursor: pointer;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 3px;
}

:focus {
    outline: inherit;
}

:focus {
    outline: inherit;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: inherit;
    outline-offset: inherit;
    box-shadow: inherit;
}

.header-btn .btn {
    padding: 14px;
    /* margin: 0px 12px; */
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 12px;
}

.user-profile a {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

.user-profile img {
    max-width: 55px;
    float: left;
    margin: 0 10px 0 0;
}

.footer-section {
    background: #000;
}

.footer-col {
    padding: 36px 0;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.footer-border::after {
    width: 100%;
    display: block;
    content: '';
    border: 1px solid #F04E30;
    margin-bottom: 36px;
}

.line-icon-ul ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.line-icon-ul ul li {
    position: relative;
    margin: 0;
    padding: 0 8px;
    list-style: none;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.line-icon-ul ul li a {
    color: #ffffff;
}

.line-icon-ul ul li a:hover {
    color: #F86700;
}

.store-icon ul li {
    margin: 0px 5px;
    padding: 10px 0px;
}

.copyright-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: 'AirbnbCerealBook_400';
}

.footer-menu-copyright {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 4fr 1fr;
    margin-bottom: 26px;
}

.footer-menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.footer-menu ul li {
    position: relative;
    margin: 0;
    padding: 0 12px;
    list-style: none;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer-menu ul li a {
    color: #ffffff;
}

.footer-menu ul li a:hover {
    color: #FFDD00;
}


/* Customer Review CSS */

.bg-color-1 {
    background-color: #ffffff;
}

.bg-color-2 {
    background-color: #FBF7E7;
}

.bg-color-3 {
    background-color: #F8F8F8;
}

.bg-color-4 {
    background-color: #F3F3F3;
}

.heading-text h2 {
    text-align: center;
    text-transform: uppercase;
}

.card-cont-detail {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; */
}
.card-cont-detail .slick-track
{
    display: flex !important;
}

.card-cont-detail .slick-slide
{
    height: inherit !important;
}
.card-cont-detail .card {
    padding: 16px;
}

.card-cont-detail .card-body {
    padding: 16px 0px;
}

.card-cont-detail .card-title {
    font-weight: bold;
    margin-bottom: 14px;
}

.card-cont-detail .card-text {
    line-height: 24px;
}

.video-overlay-play {
    height: 100%;
    positon: absolute;
    width: 100%;
    position: relative;
}

.video-overlay-play:after {
    content: '▶';
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 1em);
    top: calc(50% - 1em);
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0);
    color: #000 !important;
    font-size: 28px;
    line-height: 2.1em;
    text-align: center;
    vertical-align: middle;
    padding-left: 6px;
}


/* Slider */

.slick-initialized .slick-slide .cont-img-icon {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.cont-icon {
    margin-bottom: 32px;
}

.cont-icon-title {
    margin-bottom: 24px;
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    background: #FFDD00;
    border: none !important;
    line-height: 34px !important;
    font-weight: normal !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #000 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #000;
}

.project-con-text h4 {
    margin-bottom: 24px;
}

.project-con-text p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
}

.project-con-text .btn {
    display: inline-flex;
    padding: 16px 24px;
    align-items: flex-start;
    gap: 10px;
    color: #ffffff;
    background: #F04E30;
}
.btn.w-btn {
    background-color: #F2F2F3 !important;
    color: #000000 !important;
}
select.custom-select {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/bootom-arrow.png) !important;
    background-position: calc(100% - 15px) 16px !important;
    background-repeat: no-repeat !important;
}
/* Our Menu Page */

.top-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: center;
}
.top-head-title h5 {
    margin: 0;
    text-transform: uppercase;
    padding: 16px 0px;
}

input {
    outline: none;
}

.serarch-bar input::-webkit-search-decoration,
.serarch-bar input::-webkit-search-cancel-button {
    display: none;
}

.serarch-bar input[type=search] {
    padding: 12px 12px 12px 36px;
    width: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
    border: 1px solid rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 106px;
    -moz-border-radius: 106px;
    border-radius: 106px;
}


/* Sidebar */

.sidemenu-cont {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 16px;
    margin: 32px 0px;
}

.menu-cont {
    border-left: 2px solid rgba(0, 0, 0, 0.06);
}

.side-menu-fixd {
    position: sticky;
    top: 120px;
    height: 100vh;
}

.side-menu-fixd ul li {
    padding: 14px 0px;
}

.side-menu-fixd ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0px;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.5;
}

/* .sidemenu-cont ul>li.active>a {
    opacity: 1;
    font-weight: bold;
} */
.sidemenu-cont ul li .active {
    opacity: 1;
    font-weight: bold;
}
.sidemenu-cont .menu-cont {
    padding: 0px 30px;
}

.menu-heading h5 {
    color: #F04E30;
    text-transform: uppercase;
}

.menu-heading::after {
    width: 100%;
    display: block;
    content: '';
    border: 1px solid #F04E30;
    margin: 18px 0px 24px;
}

.menu-cont-detail .item-cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: center;
}

.item-img-title {
    text-align: center;
    margin-bottom: 36px;
}

.item-img-title img {
    margin-bottom: 16px;
}

.item-cont .item-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.7200000286102295;
    margin-bottom: 8px;
}

.item-cont .item-price {
    color: #000;
    text-align: center;
    font-family: 'Bungee';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 8px;
}


/* .banner-title {
    color: #F04E30;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 30px;
} */

.banner-descr {
    margin-bottom: 30px;
}
.banner-descr h6{
    line-height: 1.6;
    font-weight: bold;
    margin-right: 16px;
}

.career-cont-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.career-cont-detail .card {
    padding: 16px 16px 0px 19px;
    padding-bottom: 80px;
}

.career-cont-detail .card-body {
    padding: 16px 0px;
}

.career-cont-detail .card-title h5 {
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 24px;
}

.career-cont-detail .card-text {
    line-height: 24px;
    margin-bottom: 16px;
}

.career-cont-detail .btn {
    display: inline-flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 10px;
    color: #ffffff;
    background: #F04E30;
    position: absolute;
    bottom: 0;
    margin-bottom: 16px;
}

.franchi-appy-btn .btn {
    display: inline-flex;
    padding: 16px 24px;
    align-items: flex-start;
    gap: 10px;
    color: #ffffff;
    background: #F04E30;
}

.franchise-sect {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.franchise-cont h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.franchise-cont p {
    line-height: 28px;
}

.franchise-cont::after {
    width: 100%;
    display: block;
    content: '';
    border: 1px solid #F04E30;
    margin-top: 30px;
}

.icon-cont {
    margin: 30px 0px;
}

.icon-cont .icon-Ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.icon-cont .icon-Ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.icon-cont .icon-Ul .play-icon {
    width: 70px;
    float: left;
    text-align: left;
}

.play-icon img {
    width: 46px;
}

.icon-cont .icon-Ul .icon-title {
    width: calc(100% - 70px);
    float: left;
    text-align: left;
}

.icon-title p {
    margin-bottom: 4px;
}

.icon-title a {
    color: #000;
    font-weight: bold;
}

.service-icon-cont {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 16px;
    align-items: center;
    padding-top: 30px;
}

.service-detail h6 {
    font-weight: bold;
}

.contact-textbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-textbox label {
    display: block;
    margin-bottom: 8px;
    opacity: 0.7200000286102295;
}

.star {
    color: #F04E30;
}

.contact-form-input {
    margin-top: 30px;
}

.contact-textbox input {
    height: 48px;
    border-radius: 6px;
    background: rgba(35, 35, 60, 0.06);
    border: 0;
    width: 100%;
    padding: 0px 20px;
}

.contact-fulltext {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
}

.contact-fulltext label {
    display: block;
    margin-bottom: 8px;
    opacity: 0.7200000286102295;
}

.contact-fulltext input {
    height: 48px;
    border-radius: 6px;
    background: rgba(35, 35, 60, 0.06);
    border: 0;
    width: 100%;
    padding: 0px 20px;
}

.contact-fulltext textarea {
    border-radius: 6px;
    background: rgba(35, 35, 60, 0.06);
    border: 0;
    width: 100%;
    padding: 20px 20px;
}

.banner-img {
    position: relative;
}

.banner-img img {
    height: 520px;
    object-fit: cover;
}

.banner-img.kid-img img {
    height: auto;
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    bottom: 0;
    /* background: #fff; */
    width: 100%;
    background-image: linear-gradient(90deg, #ffffff 50%, transparent 0);
}

.banner-caption-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    /* background-image: linear-gradient(90deg, #ffffff 50%, transparent 0); */
}

.banner-title {
    color: #F04E30;
    background-color: #ffffff;
    padding: 24px 0px;
}

.banner-title h2 {
    margin: 0;
}

.contact-detail {
    margin-top: 30px;
}

.contact-detail .contentUl {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.contact-detail .contentUl li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.contact-detail .contentUl .contact-icon {
    width: 40px;
    float: left;
    text-align: left;
}

.contact-detail .contentUl .cont-title p,
.contact-detail .contentUl .cont-title a {
    width: calc(100% - 40px);
    float: left;
    text-align: left;
    font-size: 20px;
    color: #000;
}

.contact-detail .restu-empl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-detail::after {
    width: 100%;
    display: block;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.contact-title h5 {
    color: #F04E30;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    font-family: 'AirbnbCerealBook_400';
    margin-bottom: 16px;
}

.restaura-descr {
    margin-bottom: 32px;
}

.restaura-descr .contact-title h5 {
    color: #000;
    font-weight: 400;
}

.restaura-descr p {
    line-height: 28px;
}

.slide-descr-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.8;
}

.slide-descr-list ul li::before {
    display: block;
    font-family: "FontAwesome";
    content: "\f111";
    color: #F04E30;
    margin-right: 16px;
    font-size: 9px;
}

.slide-descr-list .contentUl {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.slide-descr-list .contentUl li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}


/* .slide-descr-list .contentUl li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: start;
} */

.slide-descr-list .contentUl .contact-icon {
    width: 30px;
    float: left;
    text-align: left;
}

.slide-descr-list .contentUl .contact-icon i {
    font-size: 10px;
    color: #F04E30;
}

.slide-descr-list .contentUl .cont-title {
    width: calc(100% - 30px);
    float: left;
    text-align: left;
}

.order-online .modal-title {
    color: #F04E30;
    font-family: 'Bungee';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.apply-btn .btn {
    display: inline-flex;
    padding: 12px 16px;
    align-items: flex-start;
    background-color: #F04E30;
    color: #ffffff;
    font-size: 14px;
}

.heading-text-img {
    position: relative;
    margin-bottom: 36px;
}

.kids-icon {
    display: flex;
    align-items: center;
}

.kids-shape-left-img {
    position: absolute;
    top: 0;
    left: 0;
}

.kids-shape-right-img {
    position: absolute;
    top: 0;
    right: 0;
}

.kids-menu-text h5 {
    color: #000;
    text-align: center;
    font-family: 'AirbnbCerealBook_400';
    /* font-size: 26px; */
    font-style: normal;
    font-weight: normal;
    line-height: 28px
}

.kids-menu-text .menu-price {
    color: #000;
    text-align: center;
    font-family: 'Bungee';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.top-banner-bg {
    background-image: url(../images/orange-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-cont {
    padding-top: 32px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 90px;
}

.shape-sect {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.shape-cont {
    position: relative;
}

.sold-cont {
    position: absolute;
    top: 25%;
    display: flex;
    justify-content: space-between;
    margin: 0px 48px;
    align-items: center;
}

.sold-icon,
.sold-title-desc {
    padding: 16px;
}

.sold-title-desc h3 {
    font-family: BakbakOne-Regular;
}

.yellow-pillar {
    position: absolute;
    left: 19%;
    top: 55%;
}

.banner-burger {
    position: relative;
    z-index: 1;
}

.mobile-menu select {
    width: 100%;
    background: #FFDD00;
    border: 0;
    color: #000;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 106px;
}
.mobile-menu .menu-dropdown {
    width: 100%;
    background: #FFDD00;
    border: 0;
    color: #000;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 106px;
}
.mobile-menu {
    margin-top: 20px;
}
.our-services-box-con {
    position: relative;
}
.same-box {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}
.our-services-box-col {
    margin: 15px auto;
    padding: 21px;
    background: #FFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
    border-top: 3px solid #F04E30;
}
.our-services-box-full {
    width: 100%;
    display: inline-flex;
    align-items: start;
}
.our-services-box-left {
    width: 100px;
    float: left;
    margin: 0px auto;
}
.our-services-box-img {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    padding: 8px;
}
.our-services-box-img img {
    width: auto;
}
.our-services-box-right {
    width: calc(100% - 100px);
    margin: 10px auto;
}
.our-services-box-right h6 {
    font-weight: bold;
}
.our-services-box-text {
    margin-top: 10px;
}
.our-services-box-con::after {
    width: 100%;
    display: block;
    content: '';
    border: 1px solid #F04E30;
    margin: 18px 0px 24px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    height: 43px;
    margin-top: 0;
    background-color: rgba(35, 35, 60, 0.06);
    height: 48px;
    border-radius: 6px;
    font-size: 14px;
    color: #F04E30;
}

.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 48px;
}

.fileUpload.blue-btn.btn:hover {
    color: #F04E30;
    background-color: rgba(35, 35, 60, 0.06);
}


/*Chrome fix*/

input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 48px;
    width: 100%;
}
.fileUpload span span.wpcf7-form-control-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

label#file-name {
    position: relative;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.fileUpload .wpcf7-not-valid-tip {
    font-size: 7px;
    position: relative;
    top: 37px;
    text-transform: capitalize;
}
.header-banner-cont a {
    margin: 24px 0px !important;
}

.deskBanner img{
    display: block;
}
.mobBanner img{
    display: none;
}
.location-caption h3 {
    margin-top: 46px;
    margin-bottom: 24px;
    color: #F04E30;
    font-family: Bungee;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}

.location-cont .responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.location-cont .responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.location-caption {
    position: absolute;
    top: 100px;
    width: 100%;
}

.location-caption p {
    color: #000;
    font-family: 'AirbnbCerealBook_400', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.location-caption span {
    margin-right: 14px;
}

.location-add::after {
    display: block;
    content: '';
    height: 1px;
    width: calc(100% - 50px);
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #F04E30;
    margin-right: 16px;
}
