/*smooth scrolling*/
html {
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}
/*end of smoooth scrolling*/

/*------------------------------------------------------------------
    menu page resturant Contact info
-------------------------------------------------------------------*/

.contact-imfo-box{
    background: #d0a772;
    padding: 30px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.contact-imfo-box i{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #FF4700;
    font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
.contact-imfo-box h4 {
    margin: 0px;
    margin-top: 5px;
    color: #ffffff;
    font-size: 20px;
    padding: 0px;
    font-weight: 500;
    line-height: 24px;
}
.contact-imfo-box p {
    margin: 0px;
    color: #ffffff;
    font-weight: 300;
}



/*custom menu page slide css*/

.all-title-box h2{
    float: none!important;
    padding: 160px 0px;
}



/*main page css prcess list */


.process_list{

  list-style: none;
}

.process_list li:before {
  content: '✓';
}
}





/*------------------------------------------------------------------
    PRICING AREA
-------------------------------------------------------------------*/

.pricing-main{
    background:url(../images/full-bg.png) no-repeat center ;
    background-size:cover;
}

.pricing-main h2{
    font-family: 'nautilus_pompiliusregular';
    padding-bottom:30px;
}

.pricing-main p{
    letter-spacing: 0.16px;
    padding: 20px 120px;
    color: #666;
    font-size: 18px;
    text-align:center;
}

.panel-pricing-in{
    clear:both;
}
.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}

.pricing-main .panel-heading h3{
    font-family: 'Roboto', sans-serif;
    padding:15px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color:#ffffff;
}

.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #202020;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  font-family: 'Roboto', sans-serif;
  padding: 10px 15px;
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.panel-body  p{
    padding: 0px;
    margin: 0;
}
.panel-body  p strong{
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    color: #000;
    font-size: 42px;
}

.panel-body  p strong span{
    color: #e75b1e;
}
.panel-pricing{
    border:1px solid #e75b1e;
}
.panel-pricing .panel-heading{
    background: #e75b1e;
}
.pricing-main .panel-footer .btn-block{
    border-radius:0px;
}
.pricing-main .panel-footer a{
    background: #e75b1e;
    border: 3px solid #e75b1e;
    color:#fff;
    padding: 14px 16px;
}
.pricing-main .panel-footer a:hover{
    background:none;
    color:#202020;
    border: 3px solid red;
}

.panel-pricing{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.panel-pricing:hover{
    margin-top: -8px;
}





/*blog image*/

.blog-img{

    text-align: center;
}




/*responsive queries*/

@media only screen and (min-width:320px) and (max-device-width : 480px)  { 


.cover-slides {
    height: 360px!important;
}

.title-blog {
    text-align: center;
}

ul.list-group {
    text-align: center;
}

.why-text {
    text-align: center;
}


 }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }




/*heder cart badge*/

.cart_badge{
    color: white;
    background-color: red;
    border-radius: 10px!important;
}













/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.welcome_about{
    font-size: 32px;
    font-weight: 600;
}
.about-section-box{
    padding: 70px 0px;
}
.about-section-box .img-fluid{
    box-shadow: -10px -10px 0px #FF4700;
}

.inner-column h1 span{
    color: #FF4700;
}



/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box{
    padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box{
    width: 135px;
    height: 135px;
}
.carousel-control-prev{
    left: -100px;
}
.carousel-control-next{
    right: -100px;
}
.carousel-indicators{
    top: 320px;
}




#reviews .carousel-control-prev,#reviews .carousel-control-next{
    color: black;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    font-size: 24px;
    opacity: 1;
}

