#t4-section-1 .container,
#t4-section-2 .container,
.t4-main-body .container .t4-row {
    background: #fff;
}
#t4-slideshow .container {
    padding: 0;
}
.order-name {
    position: absolute;
    top: 90px;
    z-index: 999;
    
}
.order-name img {
     width: 140px;
}

.order-name h1 {
    margin: 0;
    font-size: 2.5rem;
}
@media (max-width: 991.98px) {
.order-name img {
     width: 80px;
}
.order-name {

  top: 50px;
}

.order-name .custom > div, .order-name h1 {
    display: inline-block;
    font-size: 1rem;
}
}
.layout-home .order-name {
    top: 10px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color:#fff;
}
@media (min-width: 768px) {
  .t4-section.sec-spacing-lg .t4-section-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.box{
  padding: 1em 0;
  float: left;
  width: 100%;
border:  1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px){
  .box{
    display: block;
    width: 100%;
  }
}

.box .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}
.btn.homereadmore {
border-radius: 3px;
    color: #ffffff !important;
    background-color: #55161b !important;
    border: 2px solid transparent;
    margin-top:10px;
}
.t4-megamenu .dropdown-menu, #t4-header .container, #t4-footnav .container, #t4-footer .container {
  background: var(--color-primary);
}
li.show li img {
    width: 20px;
  margin-right: 10px;
}
.dropdown-menu {
  width: 336px;
}
#t4-header, #t4-footnav, #t4-footer {
    background: #E8E8E8;

}
#t4-header .t4-section-inner {
   padding: 0;
}

.t4-navbar .navbar {
  float: right;
}
#t4-masthead .t4-section-inner {
    padding: 0;
}
#t4-main-body {
    padding-top: 0;
}
.t4-header-r .navbar-toggler {
    display: none;
}
.t4-header {
    min-height: auto;
}
.t4-offcanvas-toggle {
    display: none;
}
@media (max-width: 991.98px) {
.t4-offcanvas-toggle {
    display: block;
    min-height: 40px;
  }

}
.containerm {
  position: relative;
}

.containerm img {
  display: block;
  width: 80%;
  height: auto;
}

.containerm .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #600e14;
}

.containerm:hover .overlay {
  opacity: 1;
}

.containerm .text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1200px) {
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  padding: 20px .7rem;
}
}