body {
  background-color:#DFD9AB;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;



}
h1 {
  color:#DFD9AB;
  font-size: 2rem;
  text-align: center;
}
h5  {

  padding-bottom:10px;
  color:white;
}



carousel-caption {
  text-align: center;
  color:#fff;
  font-size: 5rem;
}
/*  button */
button {
  background-color: aqua;
}
/* second carousel testimonials */
.carousel-inner  {


}

/* logo position */
.row-logo {
  align-items: center;


}




/* how section one */
.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color:#7E0000;
    font-weight: bold;
    font-size: 40px;
}
.how-section1 .subheading{
    color:#883E24;
    font-size: 30px;
}
.how-section1 .row
{
    margin-top: 12%;
}
.how-img
{
    text-align: center;
}
.how-img img{
    width: 80%;
}
.vision {
  text-align: center;

}
/* How section 2 */
.how-section2 {
  text-align: center;
  font-style: italic;
  color:#7E0000;
}





/* food menu css */
.mb-60 {
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
ul {
	margin: px;
	padding: px;
	list-style:none
}
.special_menu .section-title {
	margin-bottom: 70px;
}
.section-title h4 {
	font-size: 40px;
	text-transform: capitalize;
	color: #FF5E18;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
}

.section-title p {
	font-size: 24px;
	margin-bottom: 0px;
}

.section-title h4:before,
.section-title h4:after {
	position: absolute;
	content: "";
	background-color: #FF5E18;
}

.section-title h4:before {
	width: 80px;
	height: 1.5px;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.section-title h4:after {
	width: 40px;
	height: 1.5px;
	bottom: -5px;
	left: 50%;
	margin-left: -20px;
}
.special_menu .section-title {
	margin-bottom: 70px;
}

.single_special img {
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 20px;
}

.set_menu li span {
	float: right;
	color: #FF5E18;
}

.set_menu li {
	font-size: 15px;
	margin-bottom: 10px;
}

.total {
	border-top: 1px dotted #333;
	margin-top: 12px;
	padding-top: 5px;
}

.single_menu_list {
	position: relative;
	padding-left: 190px;
	margin-bottom: 110px;
}

.single_menu_list img {
	max-width: 30%;
	position: absolute;
	left: 0px;
	top: 0;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 50%;
	transition: .4s
}

.single_menu_list:hover img {
	border-radius: 0;
	transition: .4s
}

.single_menu_list h4 {
	font-size: 20px;
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.single_menu_list h4 span {
	float: right;
	font-weight: bold;
	color: #FF5E18;
	font-style: italic;
}

/* This is contact css */


.container-contact {
  max-width:60%;
  margin-top: 60px;
  margin-left: 20%;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background-color:#FAFAFA;
}
.head {
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  background-color:#cecece;
  color:#FF5E18;
}
h2 {
  text-align:center;
  padding:18px 0 18px 0;
  font-size: 1.4em;
}
input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:35px;
}
input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#FF5E18;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}
::-webkit-input-placeholder {
   color: #FF5E18;
}
:-moz-placeholder {
   color: #FAFAFA;
}
::-moz-placeholder {
   color: #FAFAFA;
}
:-ms-input-placeholder {
   color: #FAFAFA;
}
button {
  margin-top:15px;
  margin-bottom:25px;
  background-color:orange;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2ABCA7;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}
button:hover, .button:hover {
  background:#cecece;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}


/* testiomonials */







/* This is footer css */
.bottom {
  padding: 1% 15%;
  font-size: px;
}






/* media queries */
@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
  body {
  padding-top:10px;
  }
