section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-theme{
    color: #fa8507;
}
.text-2x {
    font-size: 2em;
}
.btn {
    padding: 15px 27px;
    text-align: center;
    border-radius: 30px;
    background: #d36416;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-white {
    background: #fff;
    color: #d36416;
}
.btn.btn-white:hover {
    background: #d36416;
    color: #fff;
}
li.nav-item {
    padding: 0 15px;
}
.bg-overlay-1 {
    position: relative;
    background-image: url(../images/bg-overlay-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.topbar {
    padding: 10px 0;
    position: relative;
    z-index: 10000;
}
.bg-main {
    background-color: #d36416;
}
.topbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.topbar-padding {
    padding: 5px 0;
}
.topbar-item {
    padding-left: 10px;
    padding-right: 10px;
}
.social-list.social-list-white li a {
    color: #fff;
}
.social-list li a {
    font-size: 20px;
}
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
}
.topbar .social-list {
    margin-top: 0;
}
.social-list li {
    margin-right: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    list-style: none;
}
.topbar-right {
    margin-left: -10px;
    margin-right: -10px;
}
.topbar-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}
.color-white {
    color: #fff !important;
}
.topbar-right-item i {
    margin-right: 10px;
    font-size: 20px;
}
.btn-sm{
    padding: 5px 10px;
    font-size: 0.8rem;
}
.navbar{
    padding: 10px 0;
}
.navbar-brand{
    max-width: 180px;
}
.navbar .btn-brand {
    background-color: #d36416;
    color: #fff;
    padding: 15px 27px;
    text-align: center;
    border-radius: 30px;
    border-color: #d36416;
    -webkit-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    border: 2px solid transparent;
}
.navbar .btn-brand:hover {
    background-color: #fff;
    color: #E7272D;
    border: 2px solid #E7272D;
}
.quick-item {
    border-radius: 10px;
    padding: 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right top;
}
.quick-item-image {
    -webkit-box-flex: 0;
    flex: 0 0 205px;
    -ms-flex: 0 0 205px;
    max-width: 205px;
    width: 205px;
    position: relative;
}
.quick-item-text {
    padding-left: 30px;
}
.bg-yellow {
    background-color: #FFCC00;
}
.quick-item-image-shape {
    width: 200px;
    height: 200px !important;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.translatey-min-10 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media only screen and (min-width: 992px){
    .image-position {
        position: absolute;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
}
@media only screen and (min-width: 992px){
    .image-position.image-position-lb-50 {
        left: 0;
        bottom: 0px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .image-position.image-position-lb-30 {
        left: 0;
        bottom: 0px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}


@media only screen and (max-width: 991px){
.quick-item-image .image-position.image-position-lb-50 {
    left: 0;
    bottom: 0px;
}
}
@media only screen and (max-width: 991px){
.quick-item-image .image-position {
    position: absolute;
}
.quick-item-image {
    max-width: 150px;
}
.quick-item-image-shape{
    max-width: 150px;
    height:150px !important;
}
}

@media only screen and (max-width: 725px) {
  .quick-item {
    padding: 20px 20px;
      
  }
}
@media only screen and (max-width: 991px){
.quick-item-image .image-position.image-position-lb-30 {
    left: 0;
    bottom: 0px;
}
}
@media only screen and (max-width: 991px){
.quick-item-image .image-position {
    position: absolute;
}
}
.pb-30 {
    padding-bottom: 30px;
}
.quick-item-text h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.quick-item-text h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}



/*Menu item*/
.offer-left {
    padding-top: 15px;
  }
  
  .offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
  }
  .offer-item:last-child {
    margin-bottom: 0;
  }
  .offer-item img {
    width: 20%;
    float: left;
    padding: 10px;
    background: #f2f2f2;
  }
  .offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-item div h3 {
    font-size: 20px;
    color: #cf9b67;
    margin: 9px 0 12px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: .5px;
  }
  .offer-item div p {
    color: #6b6b6b;
  }
  .offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 82px;
    height: 82px;
    line-height: 82px;
    border: 1px solid #ededed;
    -moz-border-radius: 82px;
    -webkit-border-radius: 82px;
    border-radius: 82px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 22px;
    font-family: "Oswald";
    text-align: center;
    letter-spacing: .5px;
  }
  
  .offer-right {
    position: relative;
  }
  .offer-right img {
    display: block;
    width: 100%;
  }
  .offer-right a {
    display: block;
    width: 154px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    border: 2px solid #cf9b67;
    text-align: center;
    font-family: "Architects Daughter";
    color: #cf9b67;
    font-size: 24px;
    padding-top: 28px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .offer-right a span {
    display: block;
    text-align: center;
    font-family: "Oswald";
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px;
    line-height: 30px;
    letter-spacing: .5px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .offer-right a:hover {
    background: #cf9b67;
    color: #fff;
  }
  .offer-right a:hover span {
    color: #fff;
  }
  .menu-item-image{
    max-height: 250px;
    overflow: hidden;
  }
/*Menu item end*/

/*Pre loader start*/
.content-area {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5% 20px;
    text-align: center;
    box-sizing: border-box; 
}
        
#preloader-background, #circle-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
        
#preloader-background {
    background: white;
    height: 100vh;
}

#circle-loader {
    width: 150px;
    height: 150px;
    border-style: solid;
    border-width: 8px;
    border-top-color: #f0622e;
    border-right-color: #f0622e;
    border-bottom-color: #d5eaff;
    border-left-color: #d5eaff;
    border-radius: 50%;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#centre-logo {
    position: fixed;
    width: 120px;
    padding-bottom: 20px;  
}

.animatePageIn {
    position: relative;
    -webkit-animation-name: animatePageIn;
    -webkit-animation-duration: 3s;
    animation-name: animatePageIn;
    animation-duration: 3s;
}
@-webkit-keyframes animatePageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes animatePageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#pageContent {
    display: none;
}
/*pre loader end*/

/*slider start*/
.mobile_slider_img{
    max-width: 300px;
}
.center-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.slider_title{
    font-family: 'Italianno', cursive;
    font-size: 65px;

}

@media only screen and (max-width: 726px){
    .slider_title{
        font-size: 35px;
    }
    .navbar-brand {
        max-width: 150px;
    }
    .navbar .btn-brand {
        padding: 10px 20px;
    }
}

/*slider end*/

.modal-dialog {
            margin-top: 100px;
        }
        .notice {
            padding: 0rem 1rem;
        }
        .notice h4 {
            margin-bottom: 0.5rem;
        }
            
        .notice p {
            margin-bottom: 0.2rem;
        }
        .modal-dialog .icon {
            font-size: 3rem;
        }
        .modal-dialog .close{
            position: absolute;
            top: -20px;
            right: -8px;
            font-size: 30px;
            z-index:10000;
        }

        .pic {
            height: 50px;
            width: 50px;
            margin-bottom: 10px;
        }
        .carousel-control-prev, .carousel-control-next {
            height: 40px;
        }
        .promocode{
            font-size: 1rem
        }
        #promotionPopup{
            background:rgba(0,0,0,0.5);
        }