/* [Master Stylesheet v1.0]

- Template Name: Delicious - Food Blog Template
- Template Author: Colorlib
- Template URL: colorlib.com
- Version: 1.0.0

*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url(css/nice-select.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 600; }

p {
  color: black;
  font-size: 17px;
  line-height: 2;
  font-weight: 500; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  color: #474747; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none;
 font-size: 16px;	
 color: white;
 font-weight: 800;
 }

 .s1 {
    list-style: none;
 font-size: 16px;	
 color: #442d25;
 font-weight: 800;
 }
 

img {
  height: auto;
  max-width: 100%; }

#form {
  padding: 18px;
  right:19%;
  background-color: #442d25;
  position:absolute;


}

.topbutton {
width:100px;
z-index: 999999;
text-align:center;
padding:10px;
position:fixed;
bottom:50px;
right:0%;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}


blockquote:before {
content: "\201e";
font-family: serif;
position: absolute;
left: 70%;
top: -20px;
color: white;
background: #442d25;
width: 70px;
height: 70px;
border-radius: 70%;
font-size: 50px;
line-height: 0.7;
text-align: center;
}

blockquote cite {
font-style: normal;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cd-testimonials-wrapper {
  position: relative;
  left:0;
  bottom:0;
  width: 100%;
  height:420px;
  max-width: 868px;
   border-style: solid;
   border-width: 1px;
 border-radius: 50px 0; 
 
 
  
 
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

.cd-testimonials-wrapper2 {
  position: relative;
  left:0;
  bottom:0;
  width: 100%;
  height:475px;
  max-width: 868px;
   border-style: solid;
   border-width: 1px;
 border-radius: 50px 0; 
 
 
  
 
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

.cd-testimonials-wrapper p {
	 color: #000000;
	 font-style: italic;
	line-height: 1.1;
	
}
.cd-testimonials-wrapper2 p {
	 color: #000000;
	 font-style: italic;
	line-height: 1.1;
	
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}



.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
    color: #000000;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #442d25;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: white;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 0;
 width:20%;
 top:90%;
  
  line-height: 60px;
left:40%;

  padding: 0 60px;
  
  text-transform: uppercase;
  color: #ffffff;
   -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
 
  min-width: 160px;
  height: 60px;

  min-width: 160px;
  border: none;
  border-left: 3px solid #442d25;

  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #442d25;

   }



.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #442d25;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #442d25; }
  
  .delicious-btn2 {
  display: relative;
  width:120px;
  height: 30px;
  text-align: right;
  color: #ffffff;
  font-style: italic;
  border: none;

  

  font-size: 14px;
  line-height: 15px;
  font-weight: 600;

  background: linear-gradient(to top, #52cc00 20%, #42a300 50%, #52cc00 80%); }
  
  .cd-see-all.active, .cd-see-all:hover, .cd-see-all:focus {
    font-size: 14px;
    font-weight: 600;
    color: #442d25;
    background-color: #ffffff;
    border-color: #442d25; }
  .cd-see-all.btn-2 {
    background-color: #442d25;
    border-color: #442d25; }
    .cd-see-all.btn-2.active, .cd-see-all.btn-2:hover, .cd-see-all.btn-2:focus {
      background-color: #442d25;
      border-color: #442d25; }
  .cd-see-all.btn-3 {
    background-color: #474747;
    border-color: #442d25; }
    .cd-see-all.btn-3.active, .cd-see-all.btn-3:hover, .cd-see-all.btn-3:focus {
      background-color: #442d25;
      border-color: #442d25; }
  .cd-see-all.btn-4 {
    background-color: transparent;
    border: 3px solid #442d25;
    line-height: 53px;
    color: #442d25; }
    @media only screen and (max-width: 767px) {
      .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px; } }
    .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
      line-height: 53px;
      color: #ffffff;
      background-color: #442d25; }
      @media only screen and (max-width: 767px) {
        .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
          height: 40px;
          line-height: 33px; } }
  @media only screen and (max-width: 767px) {
    .delicious-btn {
      height: 40px;
      line-height: 39px; } }


.cd-testimonials-all {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 33%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 33%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #442d25;
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: relative;
  top: 100%;
  width: 33%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #442d25;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }



.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-80 {
  padding-top: 10px;
  padding-bottom: 0px; 
    text-align:justify;
}

.section-padding-80 p{
   line-height: 1.6em;
}
	
	.bg-main1 {
	background-color: #442d25;

}

.bg-main1 h3{
	background-color: #442d25;
	color:#ffffff;
	font-size:18px;
	 padding-top: 15px;
}

.xs-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  text-align: center; }
  .section-heading h3 {
    font-size: 30px;
    margin-bottom: 0; }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3 {
    color: #ffffff; }

/* Preloader */
#preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader img {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
  #preloader .circle-preloader {
    display: block;
    width: 90px;
    height: 90px;
    border: 2px solid #ccc;
    border-bottom-color: #442d25;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.shadow {
    background: #ffffff; /* 丶于亠�� ��仂仆舒 */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��舒��舒仄亠������ ��亠仆亳 */
   border-radius: 40px 0; 
   }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-dark1 {
  background-color: #ffffff !important; }
  
  .text-link {color:#2b1d18;}

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(10, 12, 18, 0.55);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #442d25;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

.nice-select {
  border: none;
  background-color: #f3f5f8;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #2f2f2f; }
  .nice-select span {
    color: #2f2f2f; }
  .nice-select::after {
    right: 20px; }
  .nice-select .list {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    width: 100%; }




.style3:hover {
 -moz-text-shadow:0 0 3px #ffffff; 
 -webkit-text-shadow:0 0 3px #ffffff;
 text-shadow:0 0 3px #ffffff;}
.style4:hover {
 -moz-text-shadow:0 0 3px #ffffff; 
 -webkit-text-shadow:0 0 3px #ffffff;
 text-shadow:0 0 3px #ffffff;}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #442d25;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #442d25; }
  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #442d25;
    background-color: #ffffff;
    border-color: #442d25; }
  .delicious-btn.btn-2 {
    background-color: #442d25;
    border-color: #442d25; }
    .delicious-btn.btn-2.active, .delicious-btn.btn-2:hover, .delicious-btn.btn-2:focus {
      background-color: #442d25;
      border-color: #442d25; }
  .delicious-btn.btn-3 {
    background-color: #474747;
    border-color: #442d25; }
    .delicious-btn.btn-3.active, .delicious-btn.btn-3:hover, .delicious-btn.btn-3:focus {
      background-color: #442d25;
      border-color: #442d25; }
  .delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid #442d25;
    line-height: 53px;
    color: #442d25; }
    @media only screen and (max-width: 767px) {
      .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px; } }
    .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
      line-height: 53px;
      color: #ffffff;
      background-color: #442d25; }
      @media only screen and (max-width: 767px) {
        .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
          height: 40px;
          line-height: 33px; } }
  @media only screen and (max-width: 767px) {
    .delicious-btn {
      height: 40px;
      line-height: 39px; } }
      
      /* Button */
.delicious-btn3 {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #442d25;
  border: none;
  border-left: 3px solid  #442d25;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #ffffff; }
  .delicious-btn3.active, .delicious-btn3:hover, .delicious-btn3:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #442d25;
    border-color: #ffffff; }
      
      
      
.accordion .panel {
    border-radius: 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.accordion .panel-heading {
    padding: 0;
    margin: 0px;
   
    border-radius: 0px;
    border: 1px solid #EEE;

}

.accordion .panel-heading  .panel-title {
	font-weight:400;
	
}

.accordion .panel-heading  .panel-title > a {
    display: block;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000000;
}

.accordion .panel-heading .panel-title > a.collapsed {
    background-color: #FFF;
    
}

.accordion .panel-heading .panel-title > a:after {
    font-family: 'FontAwesome';
    
    content: "\f068";
    float: right;
}

.accordion .panel-heading .panel-title > a.collapsed:after {
	content: "\f067";
	
}



/* :: 4.0 Search Wrapper */
.search-wrapper {
  width: 10%;
  height: 30px;
  position: relative;
  z-index: 200;
  top: 0px;
  left: 0;
  background-color: #442d25;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms; }
  .search-wrapper form {
    position: relative;
    z-index: 1; }
    .search-wrapper form input {
      width: 10%;
      height: 40px;
      border: 2px solid #ffffff;
      font-size: 12px;
      font-style: italic;
      padding: 0 20px;
      margin: 15px 0; }
      @media only screen and (max-width: 767px) {
        .search-wrapper form input {
          width: 80%; } }
    .search-wrapper form button {
      position: absolute;
      width: 60px;
      height: 40px;
      z-index: 1;
      top: 15px;
      border: none;
      right: 10%;
      cursor: pointer;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .search-wrapper form button {
          right: 20%; } }
  .search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 70px;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100; }
  .search-wrapper.on {
    top: 0; }

/* :: 5.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
  .header-area .top-header-area {
    width: 100%;
    height: 50px;
    background-color: #442d25;
    border-bottom: 1px solid #dddee9; }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: 70px; } }
    .header-area .top-header-area .breaking-news {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .breaking-news .ticker {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden; }
        .header-area .top-header-area .breaking-news .ticker ul {
          width: 100%;
          position: relative;
          z-index: 1; }
          .header-area .top-header-area .breaking-news .ticker ul li {
            display: none;
            width: 100%; }
            .header-area .top-header-area .breaking-news .ticker ul li a {
              font-size: 14px;
              
              font-style: italic; }
              .header-area .top-header-area .breaking-news .ticker ul li a:hover, .header-area .top-header-area .breaking-news .ticker ul li a:focus {
                color: #442d25; }
    .header-area .top-header-area .top-social-info a {
      display: inline-block;
      color: #ffffff;
      font-size: 16px;
      margin-right: 30px; }
      .header-area .top-header-area .top-social-info a:last-child {
        margin-right: 0; }
      .header-area .top-header-area .top-social-info a:hover, .header-area .top-header-area .top-social-info a:focus, .header-area .top-header-area .top-social-info a.active {
        color: #ffffff; }
  .header-area .delicious-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 120px; }
	
	@media screen and (max-width: 767px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
 
}
	 .about1 {
	width: 100%;
	height: 220px;
	border-bottom: 4px solid #442d25;
}

	
   
     .classynav1{
		 position:relative;
	
	left:80%;
		 display: none;
	 }
	 
	 
		
    .header-area .delicious-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .delicious-main-menu .classy-navbar {
      height: 115px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .delicious-main-menu .classy-navbar {
          height: 60px;
		  } }
      .header-area .delicious-main-menu .classy-navbar .classynav ul li a {
        font-weight: 600; }
        .header-area .delicious-main-menu .classy-navbar .classynav ul li a:hover, .header-area .delicious-main-menu .classy-navbar .classynav ul li a:focus {
          font-weight: 600; }
      .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a {
        text-transform: uppercase;
        padding: 12px 18px 11px;
        background-color: transparent;
        border-bottom: 3px solid transparent;
        line-height: 1;
        color: #000000;
        font-weight: 600; }
        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus {
          font-size: 14px;
          color: #ffffff;
          background-color: #442d25;
          border-bottom: 3px solid #442d25; }
          .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover::after, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus::after {
            color: #ffffff; }
      .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a {
        color: #ffffff;
        background-color: #442d25;
        border-bottom: 3px solid #442d25; }
        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a::after {
          color: #ffffff; }
    .header-area .delicious-main-menu .classynav .search-btn {
      color: #b6b6b6;
      margin-left: 150px;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .header-area .delicious-main-menu .classynav .search-btn i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .header-area .delicious-main-menu .classynav .search-btn:hover i, .header-area .delicious-main-menu .classynav .search-btn:focus i {
        color: #442d25; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 30px;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 30px;
          margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .header-area .nav-brand img {
      max-width: 90px;
	    } }

/* :: 6.0 Welcome Area CSS */
.hero-area {
  position: relative;
  z-index: 1;
  margin-left: 0%;
  margin-right: 0%; }

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 1; }
   .single-hero-slide2 {
    width: 100%;
    height: 350px;
    border: 7px solid #c8c8c8;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    .hero-slides .single-hero-slide .hero-slides-content {
      position: relative;
      z-index: 1;
      padding: 60px 50px;
      border-left: 3px solid #442d25;
      background-color: rgba(24, 24, 24, 0.54); }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide .hero-slides-content {
          padding: 30px 20px; } }
      .hero-slides .single-hero-slide .hero-slides-content h2 {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 30px;
        font-weight: 600; }
        .hero-slides .single-hero-slide .hero-slides-content h3 {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 30px;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .hero-slides .single-hero-slide .hero-slides-content h2 {
            font-size: 24px; } }
      .hero-slides .single-hero-slide .hero-slides-content p {
        font-size: 16px;
        margin-bottom: 50px;
        color: #ffffff; }
          .hero-slides .single-hero-slide .hero-slides-content a {
        font-size: 18px;
        margin-bottom: 50px;
        color: #ffffff; }
  
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 80%;
    left: 17%; }
    .hero-slides .owl-dots .owl-dot {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      margin-right: 10px; }
      .hero-slides .owl-dots .owl-dot.active {
        color: #442d25; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
  .breakpoint-on .classynav ul li.megamenu-item > a::after {
    top: 10px; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
  .breakpoint-on .classynav ul li.megamenu-item > a::after {
    top: 10px; } }

/* :: 7.0 Top Catagory Area */
.single-top-catagory {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .single-top-catagory img {
    width: 100%; }
  .single-top-catagory::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1)); }
  .single-top-catagory .top-cta-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
    .single-top-catagory .top-cta-content h3 {
      font-size: 30px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .single-top-catagory .top-cta-content h3 {
          font-size: 18px; } }
    .single-top-catagory .top-cta-content h6 {
      color: #ffffff;
      margin-bottom: 30px;
      display: block;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .single-top-catagory .top-cta-content h6 {
          margin-bottom: 10px; } }

/* :: 8.0 Best Receipe Area */
.best-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px; }

.single-best-receipe-area {
  position: relative;
  z-index: 1; }
  .single-best-receipe-area img {
    border-bottom: 3px solid #442d25; }
  .single-best-receipe-area .receipe-content {
    padding-top: 30px;
    text-align: center; }
    .single-best-receipe-area .receipe-content h5 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 400;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-best-receipe-area .receipe-content h5:hover, .single-best-receipe-area .receipe-content h5:focus {
        color: #442d25; }
    .single-best-receipe-area .receipe-content .ratings i {
      font-size: 11px;
      color: #fbb710;
      display: inline-block;
      padding: 0 1px; }

/* :: 9.0 Cta Area */
.cta-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 550px;
  background-attachment: fixed; }
  .cta-area .cta-content h2 {
    font-size: 68px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400; }
	.cta-area .cta-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-area .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content h2 {
        font-size: 30px; } }
  .cta-area .cta-content p {
    color: #ffffff;
     text-align:justify;
    margin-bottom: 50px;
    font-weight: 500; 
    font-size: 18px;
    line-height: 1.8em;}
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content p {
        margin-bottom: 20px; } }

/* :: 9.0 Cta Area2 */
.cta-area2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 400px;
  background-attachment: fixed;
 }
 .cta-area2 .cta-content {
     height:200px;
     position:relative;
     right:60px;
     width:100%;
  
 }
 
  .cta-area2 .cta-content h2 {
    font-size: 72px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400; }
	.cta-area2 .cta-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    background-color: white}
    .cta-area2 .cta-content h6 {
    	    position:relative;
     top:20px;}
    	.cta-area2 .cta-content h4 {
    	    position:relative;
     top:20px;
    font-size: 30px;
   
    font-style: italic;
    color: #ffffff;
    font-weight: 400; }
	.cta-area2 .cta-content span {
    font-size: 45px;
    margin-bottom: 20px;
	font-style: italic;
    color: #ffffff;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-area2 .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area2 .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .cta-area2 .cta-content h2 {
        font-size: 30px; } }
  .cta-area2 .cta-content p {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .cta-area2 .cta-content p {
        margin-bottom: 20px; } }


/* :: 10.0 Small Receipe Area */
.small-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 30px; }

.single-small-receipe-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-small-receipe-area .receipe-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-right: 20px; }
  .single-small-receipe-area .receipe-content span {
    font-size: 12px;
    display: block;
    color: #442d25; }
  .single-small-receipe-area .receipe-content a {
    display: block; }
    .single-small-receipe-area .receipe-content a h5 {
      color: #474747;
      font-size: 18px;
      margin-bottom: 5px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-small-receipe-area .receipe-content a h5 {
          font-size: 16px; } }
      .single-small-receipe-area .receipe-content a h5:hover, .single-small-receipe-area .receipe-content a h5:focus {
        color: #442d25; }
  .single-small-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: #fbb710;
    display: inline-block;
    padding: 0 1px; }
  .single-small-receipe-area .receipe-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #9b9b9b; }

/* :: 11.0 Quote Area */
.quote-area {
  position: relative;
  z-index: 1;
  border: 10px solid #442d25;
  padding: 40px 25px;
  margin-bottom: 80px; }
  .quote-area span {
    font-size: 48px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    color: #442d25;
    line-height: 1; }
  .quote-area h4 {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 40px;
    color: #474747; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .quote-area h4 {
        font-size: 20px; } }
  .quote-area p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 50px; }
  .quote-area .date-comments .date {
    font-size: 12px;
    color: #442d25; }
  .quote-area .date-comments .comments {
    font-size: 12px;
    color: #9b9b9b; }

/* :: 12.0 Newsletter Area */
.newsletter-area {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .newsletter-area h4 {
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
    color: #474747; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .newsletter-area h4 {
        font-size: 20px; } }

.newsletter-form {
  padding: 30px 15px 100px; }
  .newsletter-form form input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #ffffff;
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
    border-left: 3px solid #442d25;
    padding: 0 20px;
    margin-bottom: 25px; }
  .newsletter-form p {
    margin-top: 30px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    font-style: italic; }

/* :: 13.0 Delicious Adds */
.delicious-add {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .delicious-add img {
    width: 100%; }

/* :: 14.0 Blog Area */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area {
    margin-top: 80px; } }
@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    margin-top: 80px; } }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-thumbnail .post-date {
      width: 75px;
      height: 100px;
      background-color: #442d25;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .single-blog-area .blog-thumbnail .post-date {
          top: 10px;
          left: 10px; } }
      .single-blog-area .blog-thumbnail .post-date a {
        color: #ffffff;
        padding: 18px 10px;
        display: block;
        line-height: 1.1;
        font-size: 14px;
        font-weight: 400; }
        .single-blog-area .blog-thumbnail .post-date a span {
          font-size: 30px;
          font-weight: 700;
          display: block; }
      .single-blog-area .blog-thumbnail .post-date:hover, .single-blog-area .blog-thumbnail .post-date:focus {
        background-color: #442d25; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1;
    padding-top: 40px; }
    .single-blog-area .blog-content .post-title {
      font-size: 22px;
      color: #474747;
      margin-bottom: 10px; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #442d25; }
    .single-blog-area .blog-content .meta-data {
      font-size: 12px;
      color: #a4a4a4;
      margin-bottom: 20px; }
      .single-blog-area .blog-content .meta-data a {
        text-decoration: underline;
        font-size: 12px;
        color: #a4a4a4; }
        .single-blog-area .blog-content .meta-data a:hover, .single-blog-area .blog-content .meta-data a:focus {
          color: #442d25; }

.single-widget {
  position: relative;
  z-index: 1; }
  .single-widget h6 {
    margin-bottom: 50px;
    display: block; }
  .single-widget .list {
    padding-left: 30px; }
    .single-widget .list li a {
      display: block;
      padding: 5px 0;
      color: #797979; }
      .single-widget .list li a:hover, .single-widget .list li a:focus {
        color: #442d25; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-link {
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
    border: none;
    color: #474747; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: transparent;
      color: #442d25; }
  .pagination .page-item.active .page-link {
    background-color: transparent;
    color: #442d25; }

/* :: 15.0 Receipe Area */
.receipe-post-search {
  position: relative;
  z-index: 20; }
  .receipe-post-search form input {
    width: 100%;
    height: 60px;
    background-color: #f3f5f8;
    font-size: 14px;
    padding: 0 20px;
    border: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .receipe-post-search .col-12 {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .receipe-post-search .col-12 {
      margin-bottom: 15px; } }

.receipe-slider {
  position: relative;
  z-index: 1; }
  .receipe-slider .owl-prev,
  .receipe-slider .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #442d25; }
    @media only screen and (max-width: 767px) {
      .receipe-slider .owl-prev,
      .receipe-slider .owl-next {
        font-size: 14px; } }
  .receipe-slider .owl-next {
    left: auto;
    right: 4%; }
  .receipe-slider:hover .owl-prev, .receipe-slider:hover .owl-next {
    opacity: 1;
    visibility: visible; }

.receipe-headline span {
  font-size: 14px;
  display: block;
  color: #a4a4a4;
  margin-bottom: 0; }
.receipe-headline h2 {
  font-size: 36px;
  color: #474747;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .receipe-headline h2 {
      font-size: 24px; } }
.receipe-headline .receipe-duration {
  border-left: 3px solid #442d25;
  padding: 15px; }
  .receipe-headline .receipe-duration h6 {
    font-size: 15px;
    margin-bottom: 5px; }
    .receipe-headline .receipe-duration h6:last-child {
      margin-bottom: 0; }

.receipe-ratings .ratings {
  margin-bottom: 30px; }
.receipe-ratings i {
  font-size: 18px;
  color: #fbb710;
  padding: 0 3px; }

.single-preparation-step {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-preparation-step h4 {
    color: #474747;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    margin-bottom: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ingredients {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .ingredients {
    margin-bottom: 80px; } }
.ingredients h4 {
  color: #474747;
  margin-bottom: 30px; }
.ingredients .custom-checkbox .custom-control-label::before {
  border-radius: 0; }
.ingredients .custom-control-label::before {
  width: 30px;
  height: 30px;
  background-color: #f3f5f8; }
.ingredients .custom-control {
  padding-left: 2.5rem;
  margin-bottom: 30px;
  min-height: 35px; }
.ingredients .custom-control-label {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f; }
.ingredients .custom-control-label::after {
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px; }
.ingredients .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #442d25; }


.footer-widget {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* -- footer logo -- */
.footer-logo .logo {
	display: inline-block;
	margin-bottom: 30px;
}

.footer-logo .logo > img{
	max-height: 50px;
}

.footer-contact li {
	margin-top: 10px;
}

/* -- footer contact -- */
.footer-contact li a {
	color: #442d25;
	font-weight: 600;
}

.footer-contact li a i {
	color: #442d25;
	margin-right: 15px;
}

/* -- footer links -- */
.footer-links li {
	margin-top: 10px;
}

.footer-links li a {
	display: inline-block;
	font-size: 14px;
	color: #442d25;
	font-weight: 600;
	-webkit-transition: 0.2s color, 0.2s -webkit-transform;
	transition: 0.2s color, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s color;
	transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.footer-links li a:hover {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
	color: #442d25;
}

/* -- footer subscribe -- */
.footer-subscribe {
	position: relative;
	margin-top: 30px;
}

.footer-subscribe .input {
	padding-right: 125px;
}

.footer-subscribe button {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	padding: 0px 20px;
	background:white;
	border: none;
	color: #442d25;
	font-size: 14px;
}

/* -- footer social -- */
.footer-social {
	margin-top: 30px;
}

.footer-social li {
	display:inline-block;
}

.footer-social li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 30px;
	color: #442d25;
	border: 2px solid white;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 14px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.footer-social li a:hover {
	background-color: white;
	color: #442d25;
}

/* -- Bottom Footer -- */
#footer #bottom-footer {
	background-color: #442d25;
	text-align:center;
	height:50px;
	line-height: 50px;
	
}
#footer #bottom-footer a {
	color: #442d25;
	
}
.white-text1 {
	color: #ffffff;
}

/* :: 17.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 92%;
  height: 190px;
  margin-left: 4%;
  margin-right: 4%; }
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 120px; } }
  .breadcumb-area .breadcumb-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 24px; } }

/* About Us Area */
.sub-heading {
  line-height: 2;
  font-size: 18px;
  text-align: center; }

/* :: 18.0 Contact Area CSS */
.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 680px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area #googleMap {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 350px; } }

.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid #442d25;
    display: inline-block;
    color: #442d25; }

.contact-form-area .form-control {
  height: 52px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-left: 3px solid #f3f5f8;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    border-left: 3px solid #442d25;
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 200px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

/* :: 19.0 Elements Area CSS */
.elements-title h2 {
  font-size: 30px;
  margin-bottom: 70px;
  color: #4b4b4b; }

.single-pie-bar h6 {
  font-size: 18px;
  margin-bottom: 0; }

.single-cool-fact {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 80px; }
  .single-cool-fact img {
    display: block;
    margin: 0 auto 10px; }
  .single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #442d25;
    font-weight: 700; }
  .single-cool-fact h6 {
    font-size: 18px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    border-radius: 0;
    background-color: #442d25;
    color: #ffffff;
    border-left: 3px solid #442d25;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #f3f5f8;
      color: #9b9b9b;
      border-left: 3px solid #442d25; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.delicious-tabs-content {
  position: relative;
  z-index: 1; }
  .delicious-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .delicious-tabs-content .nav-tabs .nav-link {
      background-color: #f3f5f8;
      color: #9b9b9b;
      border: none;
      border-left: 3px solid #442d25;
      padding: 0 15px;
      height: 50px;
      line-height: 50px;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .delicious-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .delicious-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .delicious-tabs-content .nav-tabs .nav-link.active {
        background-color: #442d25;
        color: #ffffff;
        border-left: 3px solid #442d25; }
  .delicious-tabs-content .tab-content h6 {
    font-size: 18px; }

/* Features Area */
.single-feature-area {
  position: relative;
  z-index: 1; }
  .single-feature-area h5 {
    margin-bottom: 0;
    padding-left: 30px; }

/*# sourceMappingURL=style.css.map */
.show-on-tablet { display: none; }
.show-on-mobile { display: none; }

@media screen
and (min-width:750px) and (max-width:1024px){
    
    .hidetablet {
    visibility: hidden;
    display: none;
  }
.show-on-tablet { display: inline; }
 
     
    .cd-testimonials-wrapper {
  position: relative;
  left:0;
  bottom:0;
  width: 100%;
  height:820px;
  max-width: 868px;
   border-style: solid;
   border-width: 1px;
 border-radius: 50px 0; 
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
 .cd-testimonials-wrapper2 {
  position: relative;
  left:0;
  bottom:0;
  width: 100%;
  height:920px;
  max-width: 868px;
   border-style: solid;
   border-width: 1px;
 border-radius: 50px 0; 
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper p {
	 color: #000000;
	 font-style: italic;
	line-height: 1.1;
	padding-top:30px;
	
}
.delicious-btn2 {
 display:block;
  width:90px;
  height: 30px;
  text-align: right;
  padding-left:3px;
  
    bottom:0px;
  color: #ffffff;
  font-style: italic;
  border: none;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
white-space: pre;
  background: linear-gradient(to top, #52cc00 20%, #42a300 50%, #52cc00 80%); }
  
  
  
}


/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 750px){ 
    .show-on-mobile { display: inline; }
#footer #bottom-footer {
	background-color: #442d25;
	text-align:center;
	height:50px;
	line-height: 25px;
	
}
.section-padding-80 p{
   line-height: 1.3em;
}

.pro__thumb img {
    width:50%;
    text-align:center;
    height:135px;
}


.sub-heading {
  line-height: 1.2;
  font-size: 18px;
  text-align: center; }


.cd-testimonials-wrapper {
  position: relative;
  left:0;
  bottom:0;
  width: 100%;
  height:390px;
  max-width: 868px;
   border-style: solid;
   border-width: 1px;
 border-radius: 50px 0; 
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper p {
	 color: #000000;
	 font-style: italic;
	line-height: 1.1;
	padding-top:30px;
	
}

.shadow {
    background: #ffffff; /* 丶于亠�� ��仂仆舒 */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
   border-radius: 20px 0; 
   }
.cta-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 690px;
  background-attachment: fixed; }
    .cta-area .cta-content p {
    color: #ffffff;
     text-align:justify;
    margin-bottom: 50px;
    font-weight: 500; 
    font-size: 18px;
    line-height: 1.5em;}
.nav-brand {
	position:relative;
	top:10px;
}
.img1{
    height: 90px;
}
.about1 {
	width: 100%;
	height: 220px;
	border-bottom: 4px solid #442d25;
}
.cd-see-all {
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 0;
 width:20%;
  height: 50px;
  line-height: 50px;
left:30%;
 top:90%;
  padding: 0 40px;
  
  text-transform: uppercase;
  color: #ffffff;
   -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
 
  min-width: 160px;
  height: 60px;

  min-width: 160px;
  border: none;
  border-left: 3px solid #442d25;

  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #442d25;

   }
   

}

.white-text2 {
    color:#ffffff;
    font-size:100px;
}
