@font-face {
    font-family: 'Libre Baskerville';
    src: url('../fonts/LibreBaskerville-Bold.eot');
    src: url('../fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LibreBaskerville-Bold.woff2') format('woff2'),
        url('../fonts/LibreBaskerville-Bold.woff') format('woff'),
        url('../fonts/LibreBaskerville-Bold.ttf') format('truetype'),
        url('../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{
     margin:0;
     padding:0;
     color: #231f20;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}
p {
    color: #231f20;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    color: #212023;
    font-family: 'Libre Baskerville';
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #c61e07;
}
h5{
    font-size: 22px;
    color: #c61e07;
}
h6{
    font-size: 18px;
    color: #c61e07;
}
a{
    color: #c61e07;
}
a:focus, a:hover{
	text-decoration:none;
}
.top-header ul {
    margin: 0px;
}
.top-header {
    padding: 10px 0px 10px;
}
.logo{
    display: block;
    padding: 10px 0px 10px;
}
.top-header-left .fa {
    color: #c61e07;
    font-size: 20px;
    margin-right: 5px;
}
.top-header-left li {
    font-size: 14px;
}
.top-header-left li a{
    color: #231f20;
}
.top-header-left li a:hover{
    color: #c61e07;
}
.order-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all 0.3s linear;
}
.order-btn:hover{
    background-color: #c61e07;
    border-color: #c61e07;
    color: #ffffff;
}
.header-cart .order-btn:hover{
    color: #fff;
}
.header-cart{
    margin-top: 35px;
}
nav.navbar.bootsnav{
    background-color: #0a204b;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
    font-weight: 500 !important;
    padding: 15px 13px;
    font-size: 16px;
   font-family: 'Poppins';
    text-shadow: none;
    margin: 0px 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #000000;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #8C0000;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 35px;
    margin-right: 0px;
    display: block;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: inherit;
    text-align: center;
    width: 75%;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
}
.carousel-caption a {
    background-color: transparent;
    border: 1px solid #ffffff;
    line-height: inherit;
    padding: 15px 35px;
    width: auto;
    font-size: 16px;
    height: auto;
    border-radius: 0px;
    letter-spacing: 2px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #c61e07;
    border-color: #c61e07;
    color: #ffffff;
}
.carousel-caption p{
    font-size: 16px;
    margin: 15px 0px 0px;
    font-family: 'Poppins';
}
.about-block {
    padding-top: 100px;
    padding-bottom: 100px;
}
.abt-left{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.abt-left:before{
    content: "";
    position: absolute;
    width: calc(100% - 54px);
    height: 100%;
    bottom: -54px;
    right: 108px;
    border: 16px solid #c61e07;
    z-index: -1;
}
.phil-block .abt-left:before{
    right: 0;
    left: 108px;
    border-color: #f5bf30;
}
.pip-title{
    font-size: 36px;
    margin: 0px;
    padding-bottom: 30px;
}
.abt-right {
    padding-top: 80px;
}
.abt-right p {
    color: #231f20;
    padding-bottom: 30px;
    line-height: 26px;
}
.phil-block{
    padding-bottom: 150px;
}
.gal-col {
    padding: 0px;
}
.menu-block {
    padding-top: 50px;
    padding-bottom: 100px;
}
.menu-heading p{
    line-height: 26px;
}
.menu-heading .menu-sub-text {
    color: #f5bf30;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
}
.delivery-block .contact-info address a {
    color: #f5bf30;
}
.food-menu {
    margin: 0;
    font-size: 0;
    list-style: none;
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.food-menu li {
    font-size: 16px;
    margin-bottom: 32px;
    display: flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.food-menu-v2 li {
    display: block;
}
.menu-2cols li {
    width: 50%;
}
.food-menu-v2, .menu-section-title.v2 {
    text-align: center;
}
.menu-heading {
    margin-bottom: 60px;
}
.menu-list .setting-list-div {
    text-align: center;
}
.menu-list .setting-list-div li{
    padding: 0px 15px;
}
.menu-list .setting-list-div li a {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.setting-list-div ul.list-unstyled.settings-list li a.active-amt {
    color: #c61e07;
}
.menu-section-title {
    text-align: center;
    margin-top: 50px;
    color: #c61e07;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}
.menu-list {
    border: 15px solid #c61e07;
    padding: 45px 25px;
}
.delivery-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;
    position: relative;
}
.delivery-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
}
.deliver-info, .hours-info, .header-cart {
    text-align: center;
}
.delivery-block .menu-heading {
    position: relative;
    margin-bottom: 30px;
}
.contact-heading{
    margin-bottom: 20px;
}
.contact-info{
    text-align: center;
}
.contact-heading .ct-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.contact-info address {
    color: #ffffff;
    line-height: 30px;
}
.hours-info p{
    color: #ffffff;
    margin-bottom: 7px;
}
.delivery-block .menu-heading .pip-title {
    color: #ffffff;
}
.review-block {
    background: #ffffff;
    padding: 100px 0px;
}
.del-space{
    display: none;
}
.org-list .item {
    text-align: center;
}
.org-list .item .fa-quote-left{
    font-size: 36px;
    color: #c61e07;
}
.org-list .item img{
    border-radius: 100%;
}
.org-list .item p {
    margin: 20px 10%;
}
.rev-text{
    font-family: 'Libre Baskerville';
    font-size: 18px;
    line-height: 30px;
    color: #212023;
    font-style: italic;
}
.org-list .item p strong {
    color: #c61e07;
}
.owl-theme .owl-controls .owl-page span{
    background: #c61e07;
}
.hovereffect {
    margin-bottom: 30px;
}
.thumb-col {
    padding: 0px;
}

/*--our-gallery--*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
    background: #000000;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 2em;
  text-align: center;
    display: grid;
    align-items: center;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  color: #fff;
  position: relative;
  font-size: 30px;
  background-color: transparent;
  padding: 0px;
  text-align: center;
    opacity: 0;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  /*opacity: 0;*/
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2  {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*--gallery-end--*/
footer{
    background-color: #ffffff;
    padding-top: 80px;
}
.footer-title {
    color: #212023;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
.footer-title:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    height: 1px;
    width: 50px;
    background-color: #c61e07;
}
.footer-about .order-btn {
    background-color: #c61e07;
    color: #ffffff;
    margin-top: 15px;
}
.footer-links ul li a, .posts-list ul li a, .footer-contact ul li a {
    color: #5f6166;
}
.footer-links ul li a:hover, .posts-list ul li a:hover, .footer-contact ul li a:hover {
    color: #c61e07;
}
.footer-links ul li, .posts-list ul li{
    margin-bottom: 15px;
}
.footer-contact .top-header-right li a{
    color: #c61e07;
}
.top-footer {
    padding-bottom: 40px;
}
.footer-contact address {
    width: 100%;
    float: left;
    line-height: 1.9;
}
.footer-contact .top-header-right {
    float: none !important;
}
.footer-contact .top-header-right li a:hover{
    color: #000000;
}
.thumb-col {
    padding-right: 0px;
    padding-left: 0px;
}
.menu-info .panel-default>.panel-heading a {
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
}
.menu-info .panel-default>.panel-heading a::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #000;
    right: 7px;
    top: 50%;
}
.menu-info .panel-default a.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #000;
    right: 12px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-info .panel-group .panel + .panel {
    margin-top: 15px;
}

/*--media-responsive--*/
@media (min-width:992px){
  .carousel-caption h1 {
        font-size: 60px;
    }
    .carousel-caption p {
        margin: 15px 15%;
        font-size: 20px;
        line-height: 1.5;
    }
    .pip-title{
        font-size: 48px;
    }
    .menu-heading p {
        margin: 0px 15%;
    }
    .footer-links {
        padding-left: 60px;
    }
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
    }
    .carousel-caption{
        top: 25%;
    }
}
@media screen and (max-width:991px){
     .phil-block, .menu-block, .review-block {
        padding-bottom: 50px;
    }
    .about-block, .review-block, footer{
        padding-top: 50px;
    }
    .footer-title {
        margin-top: 20px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .order-col .header-cart .order-btn {
        padding: 15px 20px;
    }
    .header-cart{
        margin-top: 15px;
    }
    .nav-col, #navbar-menu {
        padding: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 6px;
        font-size: 13px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
        margin-top: 15px;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .hovereffect{
        margin-bottom: 0px;
    }
   
}
@media (max-width:767px) and (min-width:320px){
    .header-cart{
        margin-top: 10px;
        margin-bottom: 15px;
        float: none !important;
        text-align: center;
    }
    ul.nav.navbar-nav.navbar-right{
        margin-top: 0px;
    }
    .top-header .top-header-left {
        text-align: center;
    }
    .top-header .top-header-left li{
        margin-bottom: 10px;
    }
    .top-header-right {
        float: none !important;
        text-align: center;
    }
    .logo img {
        width: 200px;
    }
    .abt-right{
        padding-bottom: 30px;
    }
    .phil-block .abt-right {
        padding-top: 0px;
    }
    .phil-block {
        padding-bottom: 100px;
    }
    .delivery-block .header-cart {
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .about-block{
        padding-bottom: 50px;
    }
    .abt-left figure img{
        width: 100%;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        top: 10%;
    }
    .footer-contact .top-header-right{
        text-align: left;
    }
}
@media (max-width:480px) and (min-width:320px){
    nav.navbar.bootsnav .navbar-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    .logo img {
        float: none;
    }
    .header-right ul li a{
        padding: 7px 10px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 24px;
        margin-bottom: 10px;
   }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
    }
    .about-block{
        padding: 30px 0px;
    }
    .pip-title{
        font-size: 30px;
    }
    .abt-left{
        width: 65%;
    }
    .menu-block {
        padding-top: 10px;
    }
    .menu-list .setting-list-div li {
        display: block;
        margin-bottom: 10px;
    }
    .menu-2cols li {
        width: 100%;
    }
    .food-menu {
        padding-left: 0px;
        margin-top: 20px;
    }
    .food-menu li{
        padding: 0px 0px;
    }
    .org-list .item p {
        margin: 0px;
    }
}
