body{


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

font-family: Arial, sans-serif;
	font-family: 'Roboto', sans-serif!important;
    margin: 0px;
    margin: 0;
	background: url(../images/texture1.png) no-repeat center top;
	background-size: 100% auto;
}
img{

	padding:0;
	margin:0;
}

h2 {
    text-transform: capitalize;
    margin:0 0 3% 0;
    font-weight: 400;
	text-transform:uppercase;
	color:#ef7d56;
}
h3 {
    text-transform: capitalize;
    margin: 0 0 2% 0;
    font-weight: 600;
}
.fa, .fas {
    font-weight: 900;
    color: #000;
}
/* ----------------------- Main Header --------------------- */
.main-header{
    background: white url("../images/image5.jpeg") repeat scroll center;
    padding: 12px;
    color: white;
    text-align: right;
    box-shadow: 0 0 10px black;
}
/* ----------------------- Main navbar --------------------- */
.navbar {
    font-weight: 300;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgb(255 0 0 / 16%), 0 2px 10px 0 rgb(178 76 1) !important;
}

.navbar img{
    height: 90px;
}
.navbar .nav-item .nav-link {
    display: block;
    padding: 17px;
    text-transform: uppercase;
    font-size:14px;
	color: #d47555;
	font-weight: 600 !important;
}
.navbar .nav-item .nav-link:hover{
	color: #000;
}
.dropdown-menu li{
	padding:10px 0;
}
.dropdown-menu li a {
    color: #d47555 !important;
    width: 100% !important;
}
.dropdown-menu li:hover a{
	color:#000 !important;
}
.social-media li{
	padding:10px;
}
.social-media li a i{
	font-size:20px;
	color: #000;
}
.social-media li a i:hover{
	color: #d47555;
}
.active{
	color: #000 !important;
}

/* ----------------------- Home slider --------------------- 


 #carouselExampleIndicators .fa-angle-right,  #carouselExampleIndicators .fa-angle-left{
	 color:#000;
    font-size: 40px;
 }
.carouseldata{
	background: #00000030 !important;
	width: 100% !important;
}*/
section{
    padding:50px 0;
}
#carouselExampleIndicators .carousel-indicators {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
    margin-bottom: 0;
    padding: 35px;
	background: #d4b5ab54;
}
.carousel-indicators li {
	border:2px solid #000;
}
 #carouselExampleIndicators img{
	height:400px !important;
	width:100%;
 }

/* ----------------------- Home best seller --------------------- */


#section2 .recipeoverlay {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#section2 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3b59c582;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#section2 .card:hover .overlay {
   -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



.section0{
    padding: 12px 0% 40px 0%;
}
.section0 h2.h2-responsive {
    font-size: 200%;
    background:#d47555;
    padding: 15px;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
	margin-bottom:6%;
}
.section0 .card {
    width: inherit;
    height: inherit;
    border-radius: 0px;
	overflow: hidden;
	box-shadow: none !important;
}
.section0 .card img {
    /*transition: all 0.5s;*/
	overflow: hidden;
	padding: 0 0px;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 40px;
}
.section0 .card .shadow{
    height: 60px;
    background: #00000026;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    width: 90%;
	position: absolute;
    bottom: 85px;
    left: 5%;
}
.section0 .col-6:nth-child(1) .shadow{
    background: #00000026;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}
.section0 .col-6:nth-child(2) .shadow{
    background: #00000026;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}
.section0 .col-6:nth-child(3) .shadow{
    background: #00000026;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}
.section0 .card .card-body {
    background: #d47555;
    color: #fff;
    margin: 0px auto;
    padding: 2px 20px;
	width: 68%;
}
.section0 .card .card-body .card-title {
    margin-bottom: 0rem;
	font-size:16px;
}
.section0 .card .card-body p{
    color:#fff;
	font-size.7rem
}
.section0 .card:hover img {
    transform: scale(1.1,1.1);
	color: #fff;
}
.brand{
    background: #d47555;
    padding: 40px 0 10px 0;
    text-align: center;
    margin: 0 0 6% 0;
    color: #fff;
    margin-top: 50px;
}
.brand ul li {
	position:relative;
}
.brand ul li:first-child,.brand ul li:last-child{
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}
.brand ul li a {
    color:#fff;
}
.brand ul li img {
    width: auto;
    height: 48px;
    margin-right: 10px;
    margin-top: -12px;
}
.brand ul li:nth-child(2){
    margin: 0 25px;
    padding: 0 10px 0 0;
    border-radius: 0px;
}
.brand ul li:nth-child(2) span{
   right:20px
}
.brand ul li span{
    position: absolute;
    top: -25px;
    font-size: 14px;
}
.section1{
    margin: 4% 0%;
    padding: 0 3%;
}
.card{
   background:none;
   box-shadow: none;
}
.section1 .card-deck{
	background: #fef6f3;
    /* margin: 0 1%; */
    /*padding: 2% 0;*/
    margin-top: -1px;
}
.section1 .card img{
   width:75% !important;
   margin:0 auto;
}
.section1 .card-body{
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #9e4c4c;
    text-transform: capitalize;
    padding: 0 3%;
}
.section1 h5, .section1 p {
    text-transform:uppercase;
    margin: 0;
    padding: 0;
}
.section1 p {
	line-height: 13px;
    margin: 0;
    padding: 0;
    font-size: 12px;	
}
.section1 .owl-theme .owl-nav {
    display: none;
}
.section1 .owl-theme .owl-dots, .section1 .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    background: #d47555;
    position: absolute;
    width: 100%;
    padding: 20px;
    float: left;
    line-height: 0px;
}

.section2{
    padding:5% 2% 3% 2%;
	position:relative;
}
.readmore{
    font-size: 10px;
    color: #000;
    text-transform: capitalize;
}
.section2 .readmore{
    float: right;
    position: absolute;
	bottom: 5%;
    right: 3%;
    font-size: 12px;
}
.section2 .readmore:hover{
	color:#d47555;
}
.data-area {
    padding: 0 5%;
}
.section3{
    padding:0% 2% 3% 2%;
	position:relative;
}
.section3 .item h4 {
    line-height: 20px;
    text-transform: uppercase;
	color:#8a4e4c;
	font-size:18px;
}
.section3 .item h4 span{
	font-size: 18px;
    color: #bc7c63;
    text-transform: capitalize;
    font-weight: 400;
}
.section3 .item h5{
	color:#92523b;
	margin:0;
}
.section3 .item p.overview {
    font-size: 13px;
}
.section3 .carousel-control-prev {
    left: -75px;
}
.section4{
	padding:13px 0 0 0;
}
.section4 .card{
	box-shadow: none;
}
.section4 .card-body{
	text-align: left;
	padding-left:0px;
}
.line{
    width: 70%;
    border-bottom: 1px solid #d47555;
    margin: 2% 1% 0 1%;
}
.present
{
  float: left;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 27px;
}
.nearx
{
  float: right;
  text-transform: uppercase;
  margin-top: -49px;
  margin-right: -560px;
}
/*#aboutmv .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#aboutmv .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
#aboutmv .flip-box-front, .flip-box-back {
/* position: absolute; 
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#aboutmv .flip-box-back {
 
  transform: rotateY(180deg);
}*/
#aboutmv .myDiv {
  border: 5px outset red;  
  text-align: center;
}
footer{
	padding: 0 0%;
	color: #d47555;
}
.foot-top{
	background: url(../images/foot-bg.png) no-repeat center right;
	background-size: 100% auto;
	padding:4% 3% 6% 3%;
	margin:1.9% 2%;
}
.foot-top ul{
	padding:15px 0;
}
footer ul li {
    padding: 0 10px;
    margin-right: 30px;
	display: inline-block;
}
.address{
	float:left;
	color: #d47555;
}
footer ul li .address img {
    width:45px;
}
.address p{
	margin:0;
}
footer .foot-nav li a i{
	color: #f08366;
    display: inline-block; 
    width: 1em;
    height: 1em;
    margin:0em 0px 0 16px;
}
.address:first-child{
	text-align:center;
	margin-right:35px;
}
.address:nth-child(1) p:last-child{
	text-transform:uppercase;
	font-size: 13px;
}
footer .social a {
    padding: 0 0 0 12px;
    color: #000;
    font-size: 24px;
}
footer .foot-nav a{
	color:#d47555;
}
.foot-nav ul a.btn {
	padding: 5px 10px;
    margin: auto;
    border-radius: 6px;
    box-shadow: none;
    color: #ffffff !important;
    border-color: #f08366 !important;
    font-weight: 400 !important;
	text-transform:capitalize;
    background: #f08366 !important; 
	margin-left: 54px;
	font-size:16px;
	
}
.foot-nav ul a.btn:hover {
    color: #fff !important;
	background: #000612 !important; 
}
p.copy{
    padding: 10px;
    margin: 40px 0 0px 0;
    background: #f08366;
    color: #000;
    font-size:14px;
}
.testimonial
{
  font-size: 15px;
}
#aboutsection #totalbox{
    border: 1px solid #f2f2f2;
    float: left;
    width: 100%;
    padding: 30px;
	height: 100% !important;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.1);

}
#aboutsection .icon-box {
    width: 95px;
    height: 95px;
    /*background-color: #f443364f;*/
    border-radius: 50%;
    margin-bottom: 15px;
}
#totalbox .icon-box i {
    text-align: center;
    float: left;
    width: 100%;
    color: #1e1f8c;
    line-height: 95px;
    font-size: 40px;
}
#aboutsection .total-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f80e04;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
#aboutsection #row-top-margin {
    margin-top: 15px;
}
#teamsection #cards .card {
    border-radius: 20px;
    min-height: 100%;
}

#teamsection #cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#teamsection #cards .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa!important;
    padding: 10px;
}

#teamsection #cards .card .user-content .user-name {
    margin-right: 150px;
}
#valuebox{
      margin-left: 325px;
}
#blogsection .leftcolumn {   
  float: left;
  width: 75%;
}
#blogsection .rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}
#blogsection .fakeimg {
  /*background-color: #f4433670;*/
  width: 100%;
  padding: 3px;
}
#blogsection .fakeimag {
  width: 260px;
    height: 190px;
    margin-left: -25px;
}
#blogsection .fakebimg {
   /*background-color: #f4433670;*/
  width: 100%;
  padding: 3px;
}
#blogsection .blogcard {
   padding: 20px;
   margin-top: 20px;
    box-shadow: 1px 2px 6px #aaaaaa;
  }
#blogsection .blogacard {
  display: flex;
}
#blogsection .row:after {
  content: "";
  display: table;
  clear: both;
}
#blogsection .bimg {
    height: 283px;
    width: 779px;
}
#blogsection .blogimg {
    height: 78px;
    width: 208px;
}
#blogsection .btn-blog-danger {
    color: #ff3547 !important;
    background-color: #f4433657 !important;
    border: 2px solid #ff3547 !important;
}
#productsection body {
  
  padding: 20px;
  font-family: Arial;
}
#productsection .main {
  max-width: 1000px;
  margin: auto;
}

#productsection h1 {
  font-size: 50px;
  word-break: break-all;
}

#productsection .row {
  margin: 0px -10px;
}

/* Add padding BETWEEN each column */
#productsection .row,
#productsection .row > .column {
  padding: 62px;
}

/* Create three equal columns that floats next to each other */
#productsection .column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
#productsection .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */


/* The "show" class is added to the filtered elements */
#productsection .show {
  display: block;
}

/* Style the buttons */
#productsection #myBtnContainer{
    margin-left: 330px;
}
#productsection .btn {
  border: none;
  outline: none;
  padding: 14px 20px;
  background-color: white;
  cursor: pointer;
  font-weight: 500;
}

#productsection .btn:hover {
  background-color: #ef7b56;
}
/*#productsection .btn.active {
  background-color: #666;
 color: white!important;
}*/
#productsection .productimg{
  width: 100%;
    height: 360px;
       /* border: 1px solid #fbfbfb;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 2px 6px #aaaaaa;*/
}
#productsection #productbox{
  position: relative;
    /*border: 1px solid #fbfbfb;*/
    border-radius: 10px 10px 10px 10px;
    /*box-shadow: 0 0 15px 5px rgba(0,0,0,.2);*/
    height: 370px;
    width: 400px;
    /*background: #BCAAA4;*/
}
#productsection .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #c33d0a87;
    height: 370px;
    width: 364px;
    border-radius: 10px 10px 10px 10px;
    /*margin-top: -207px;*/
    margin-left: 145px;
  }
#productsection .cont
{
	margin-left: 45px;
    margin-top: 45px;
	margin-bottom: -85px;
}
#productsection .imag
{
	height: 370px;
	margin-top: -62px;
	margin-left: -40px;
	width: 370px;
	border-radius: 10px;
}
#productsection .bol
{
	color: #fff;
	font-weight: 600;
}
#productsection .mhead
{
	margin-top: -185px;
}
#productsection .centered {
    position: absolute;
    top: 75%;
    left: 55%;
    transform: translate(-50%, -50%);
        background-color: #ef7b56;
    width: 280px;
    padding: 8px 9px;
    text-align: center;
    color: #fff;
        font-size: 20px;
    font-weight: 600;
}
#productsection #productbox:hover .centered {
  opacity: 0;
}
#productsection #productbox:hover .productimg {
  opacity: 0.3;
}


#productsection #productbox:hover .middle {
  opacity: 1;
}
#productsection .text {
        color: #fffefe;
    font-size: 16px;
    padding: 67px 58px;
    width: 360px;
    height: 225px;
    text-align: left;
    margin-top: -39px;
}
#productsection .text p {
	/* margin-top:0px;*/
	margin-bottom: 0px !important;
	font-weight:600;
	color:#fff;
}
#productsection .di {
	margin-top:-12px !important;
}
#productsection .mhead span {
	font-weight:normal;
}
#productsection .mheader {
    margin-top: 60px;
    color: white;
    font-weight: 500;
}
.copyterms
{
	font-family: Arial, Helvetica, sans-serif;
    color: #424242;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}
.con
{
	margin-top: -30px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 115px;
	margin-bottom: 3%;
    text-transform: capitalize;
    font-size: 24px;
}
#recipesection body {
  
  padding: 20px;
  font-family: Arial;
}
#recipesection .main {
  max-width: 1000px;
  margin: auto;
}

#recipesection h1 {
  font-size: 50px;
  word-break: break-all;
}

#recipesection .row {
  margin: 0px -10px;
}

/* Add padding BETWEEN each column */
#recipesection .row,
#recipesection .row > .column {
  padding: 62px;
}

/* Create three equal columns that floats next to each other */
#recipesection .column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
#recipesection .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */


/* The "show" class is added to the filtered elements */
#recipesection .show {
  display: block;
}

/* Style the buttons */
#recipesection #myBtnContainer{
    margin-left: 420px;
}
#recipesection .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  font-weight: 700;
}

#recipesection .btn:hover {
  background-color: #ddd;
}
/*#recipesection .btn.active {
  background-color: #666;
 color: white!important;
}*/
#recipesection .productimg{
  width: 100%;
    height: 360px;
       /* border: 1px solid #fbfbfb;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 2px 6px #aaaaaa;*/
}
#recipesection #productbox{
  position: relative;
    border: 1px solid #fbfbfb;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 2px 6px #aaaaaa;
    height: 330px;
    width: 375px;
}
#recipesection .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
         background: #0a6cc375;
    height: 434px;
    width: 377px;
    border-radius: 10px 10px 10px 10px;
    margin-top: -207px;
    margin-left: 123px;
  }

#recipesection .centeredd {
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7a8c7aeb;
    width: 250px;
    padding: 4px 38px;
    text-align: center;
    color: #fff;
}
#recipesection #recipesection:hover .centered {
  opacity: 0;
}
#recipesection #recipesection:hover .productimg {
  opacity: 0.3;
}


#recipesection #recipesection:hover .middle {
  opacity: 1;
}
#recipesection .text {
        color: #fffefe;
    font-size: 16px;
    padding: 55px 55px;
    width: 375px;
    height: 343px;
    text-align: left;
}

#recipesection .mheader {
 
    margin-top: 95px;
    color: white;
    font-weight: 500;
}
.headtitleblogdetail {
    color: #FFF;
    margin-top: 20px;
    background: #B90606;
    padding: 7px 10px;

}
#respond .leftcolumn {
    float: left;
    width: 75%;
}
#respond .comments-form input[type="text"], .comments-form input[type="email"]{
   
   border-style: solid;
    border-width: 1px;
    border-color: #860505fc;
    background: none;
    color: #606060;
}
#respond .comments-form textarea {
    background: none;
    border-style: solid;
    border-width: 1px;
   border-color: #860505fc;
    padding: 5px 10px;
    height: 160px;
    width: 100%;
    color: #606060;
}
#respond .comments-form .input-submit:hover {
    background-color: #d60919;
}
#respond .comments-form .input-submit {
    border: none;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
   
}
#respond h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #b90606;
    font-weight: normal;
    display: block;
    margin: 0 0 28px;
       font-size: 18px;
}
#respond .comments-form label  {
    display: none;
}
.clear
{
  clear: both;
}
.vl {
  border-left: 2px solid #d47555;
    height: 206px;
    position: absolute;
    left: 48%;
    margin-left: -3px;
    top: 0;
    margin-top: 8px;
}
.knw
{
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 10px;
  width: 130px;
    margin-left: 137px;
    height: 43px;
}
.address5 p {
    margin-bottom: 0 !important;
}
i.fa.fa-bars {
    display: none;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #FE0708; */
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {	
    background: #d47555;
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: -28px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding:10px;
	border-radius:50px;
}
/* #return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
} */
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.container.py-2.mangment-pr {
    max-width: 1105px !important;
    margin-top: 2% !important;
}