/*	Table of Contents

	#Import
	#General and Typography
	#Navigation
	#Logo
	#Home
	#Section - Book
	#Section - Services
	#Section - About
	#Section - Testimonials
	#Section - Blog
	#Section - Menu 
    #Section - Gallery
	#Section - Prices 
	#Section - Team
	#Section - Contact
	#Section - Map
    #Section - Footer
	#Miscellaneous 

=========================== */
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
/* custom CSS files */

@import url(plugins.css);
/*----------------------------------------
  1. Google Fonts
----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:400,700');
/* ===========================
  General and Typography
============================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #606060;
    height: 100%!important;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/* Headings */

h1 {
    font-size: 62px;
    font-family: 'Pacifico', cursive;
    line-height: 64px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 0px;
}
h1 span {
    font-size: 42px;
    line-height: 46px;
    font-weight: 400;
    text-transform: none;
}
h2 {
    font-size: 52px;
    font-family: 'Pacifico', cursive;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0px;
    color: #222;
    letter-spacing: 0.5px;
}
h3 {
    font-family: 'Pacifico', cursive;;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.2px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}
h4 {
    font-family: 'Pacifico', cursive;
    font-size: 32px;
    color: #222;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    line-height: 34px;
    margin-top: 0px;
}
h5 {
    font-size: 24px;
    margin: 0;
    font-family: 'Pacifico', cursive;
    margin-bottom: 20px;
    color: #323232;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    text-transform: none;
    font-family: 'Pacifico', cursive;
}
/* Links */

a {
    font-weight: 600;
    transition: color .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
/* Others */

.subtitle {
    font-size: 17px;
    line-height: 26px;
}
.text-light {
    color: #fff;
}
/*===========================
  Preloader
============================ */

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    margin-top: -75px;
    margin-left: -55px;
}
.object-load {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}
#object_one {
    animation: object_one 1.5s infinite;
}
#object_two {
    animation: object_two 1.5s infinite;
    animation-delay: 0.25s;
}
#object_three {
    animation: object_one 1.5s infinite;
}
@keyframes object_one {
    75% {
        transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
    }
}
/*===========================
  Navigation
============================ */

.navbar {
    z-index: 999;
    width: 100%;
    border: 0px;
    top: 0px;
    transition: all 0.7s ease-in-out;
}
.navbar-nav > li > a {
    padding: 10px 25px;
}
.navbar-main ul.nav li a {
    font-size: 14px;
    text-align: center;
    transition: all .2s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    letter-spacing: 0.5px;
    display: block;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
}
/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-toggle {
    font-size: 35px;
    color: #fff;
    transition: all .2s ease-in-out;
    position: relative;
    float: right;
    border-radius: 50%;
    min-width: 70px;
}
.navbar-right {
    margin-right: 0px;
    height: 80px;
    line-height: 80px;
}
/*===========================
  Logo
============================ */

.navbar-logo {
    margin: auto;
    position: absolute;
    transition: all .2s ease-in-out;
}
.navbar-logo img {
    max-width: 230px;
    position: absolute;
    left: 0;
    right: 0;
}
/* ===========================
 Home Background
============================ */

.home-container {
    padding-top: 70px;
    overflow: hidden;
    position: relative;
}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
    min-height: 800px;
}
/*Controls */

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    opacity: 0;
}
.slider-control:not(.inactive):hover {
    opacity: 1;
}
.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
/* Slider Animation */

.slider.animating {
    transition: transform 0.5s;
}
.slider.animating .home-slider {
    transition: transform 0.5s;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide_overlay,
.slide.active .slide_inner {
    opacity: 1;
    transform: translateX(0);
}
.slide__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-slider {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.slide_overlay {
    position: absolute;
    right: 0%;
    top: -33%;
    width: 750px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transform: translate3d(0%, -50%, 0);
    opacity: 1;
}
.slide_overlay path {
    fill: #fff;
    stroke: #fff;
    opacity: 1;
}
/* Slider Typography */

.slide_inner {
    text-align: center;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 20%;
    right: 50%;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 65px;
}
/* home slide */

.slide:nth-child(1) {
    left: 0;
}
.slide:nth-child(1) .home-slider {
    left: 0;
    background-image: url(../img/slide1.jpg);
}
/*===========================
  Services
============================ */
/* Services boxes */

.services_box_icon > .icon {
    text-align: center;
    position: relative;
}
.services_box_icon > .icon > .info> .image {
    position: relative;
    z-index: 2;
    margin: 0 auto !important;
    margin: 0px 60px;
    transition: all 0.3s;
    line-height: 100px;
    width: 150px;
    color: #fff;
    border-radius: 50%;
    border: 12px solid #eab0b0;
}
.services_box_icon > .icon:hover > .info> .image {
    transform: rotate(10deg);
}
.services_box_icon > .icon > .info {
    border-radius: 20px;
    padding: 95px 20px 40px;
    border: 6px solid #d67676;
    transition: all 0.3s;
}
/*===========================
 Testimonials
============================ */

.testimonial {
    margin: 20px 15px 0;
    margin: 0 auto;
}
.testimonial .testimonial-pic {
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
    width: 200px;
    height: 200px;
    float: none;
    margin: 0 auto;
}
.testimonial .testimonial-content {
    padding: 10px;
    text-align: right;
}
.testimonial .description {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.testimonial .testimonial-title {
    font-size: 24px;
    display: inline-block;
    font-family: 'Pacifico', cursive;
}
.testimonial .post {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
}
/*===========================
 Blog
============================ */
/* Blog Preview */

#latest-news {
    background-image: url(../img/top-right.png);
    background-position: top right;
    background-repeat: no-repeat;
}
/* Blog post style */

.post-review {
    margin-top: 20px;
}
.post-comment {
    margin-top: -180px;
    padding: 10px;
    line-height: 1;
    text-align: center;
    z-index: 99;
    color: #fff;
    position: absolute;
}
.post-comment li {
    list-style: none;
    font-size: 24px;
    line-height: 14px;
    font-weight: 700;
    background: #d67676;
    padding: 10px;
    position: relative;
    top: 50px;
}
.post-comment li small {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    text-transform: capitalize;
}
.post-comment li:after {
    content: "";
    border-bottom: 1px solid lightgray;
    margin: 10px;
    display: block;
}
.post-comment li:last-child:after {
    border-bottom: 0px none;
    margin: 0;
}
.post-comment a {
    color: #fff;
}
/*Headers */

.blog-post h3 {
    transition: all 0.2s ease-in-out;
    margin-top: -20px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}
.blog-post h3 a {
    color: #fff;
    text-align: center;
}
#blog-page h6 {
    margin-bottom: 10px;
}
/* blog post */

.blog-post {
    transition: all 0.2s ease-in-out;
    padding: 20px;
    text-align: center;
    background: #FFF;
}
.blog-post i {
    margin-right: 5px;
}
/* Comments */

.comment {
    margin: 40px auto 20px;
    padding: 30px;
    position: relative;
}
.comment {
    border: 10px solid;
}
/* ===========================
 Menu 
============================ */

#menu h3 {
    text-align: center;
    display: block;
    padding: 20px;
    color: #fff;
    margin: 0px;
    line-height: 36px;
}
/* Menu styling */

.menu-body {
    margin: 0 auto;
    padding-top: 30px;
    display: block;
    color: rgb(92, 92, 92);
}
.menu-section-title {
    font-size: 50px;
    display: block;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
}
.menu-item {
    margin: 25px 0;
    font-size: 18px;
    background: #ffedce;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    border: 10px solid #d67676;
    margin-bottom: 100px;
}
.menu-item:hover {
    background: #FFF;
    box-shadow: 6px 6px 4px rgba(103, 102, 102, 0.7);
}
/* menu Name */

.menu-item-name {
    text-align: left;
    font-size: 28px;
    font-family: 'Pacifico', cursive;
    border-bottom: 1px solid rgb(213, 213, 213);
    font-weight: 600;
}
.menu-item-img img {
    width: 130px;
    margin-top: -100px;
    border-radius: 50%;
    border: 4px solid #8a6d3b;
    margin-bottom: 20px;
    float: right;
}
/* menu Description */

.menu-item-description {
    font-size: .8em;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: left;
}
/* menu Price */

.menu-item-price {
    float: right;
    margin-top: -32px;
    width: 60px;
    height: 60px;
    font-weight: 800;
    font-size: 26x;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: right;
    font-family: 'Pacifico', cursive;
}
/* ===========================
--- Gallery
============================ */
/* Isotope */

.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
/* Gallery */

.gallery-item.selected img {
    transition: opacity 1s ease-in-out;
}
.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease-out;
}
.gallery-thumb:hover .overlay-mask {
    opacity: 1;
    border: 10px solid;
}
/* ===========================
--- Prices
============================ */

.pricing {
    background: #F2F2F2;
    padding: 40px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.pricing-name h5 {
    margin-top: -5px;
    margin-bottom: 10px;
}
.pricing-price {
    margin-top: 7px;
    font-size: 50px;
    font-family: 'Pacifico', cursive;
}
.pricing ul {
    list-style: none;
    padding: 0;
    margin-top: 29px;
}
.pricing li {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px dotted #8a6d3b;
}
.pricing.featured-pricing {
    border: 0;
    background: #d67676;
    color: #fff;
    padding: 80px;
}
.pricing.featured-pricing:hover {
    color: #8a6d3b;
}
/*===========================
  Team
============================ */

.team-member {
    text-align: center;
    line-height: 1.4em;
    padding: 5px;
    background: #8a6d3b;
}
.team-member .profile-image {
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 10px;
    border: 3px solid;
}
.team-member .profile-image img {
    max-width: 100%;
    vertical-align: top;
}
.team-member .team-caption {
    width: 100%;
    background-color: #FFF;
    color: #555;
    padding: 125px 25px 25px;
    margin-top: -100px;
    display: inline-block;
}
.team-member h4,
.team-member h6,
.team-member p {
    margin: 0 0 10px 0;
}
/*===========================
 Newsletter
============================ */

#newsletter {
    background-image: url(../img/pattern2.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
/* Mailchimp message */

.countdown {
    width: 100%;
	margin: 30px 0;
}
.countdown ul#countdown {
    padding: 0;
}
.countdown ul#countdown li .heading {
    font-size: 42px;
}
.countdown ul#countdown li {
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
    padding: 20px;
    line-height: 1;
    transition: all 0.3s;
    height: 125px;
    width: 125px;
    border: 12px solid #fff;
    background: rgba(0, 0, 0, 0.1);
}
.countdown ul#countdown li h2 {
    line-height: 1;
    margin: 0px;
    padding: 0px;
}
/*===========================
  Contact
============================ */

#contact {
    background-image: url(../img/bgcontact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px;
    background-attachment: fixed;
}
.contact-info {
    margin: 40px 0px 40px;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px;
    padding-right: 5px;
}
.contact-info li {
    display: block;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
	line-height: 42px;
}
/*Map */

#map-canvas {
    max-width: 100%;
    height: 400px;
}
/*===========================
  Footer
============================ */

footer {
    padding: 50px 10px;
}
footer a {
    color: #fff;
    font-weight: 700;
}
footer img {
    max-width: 280px;
}
.margin-footer {
    margin-top: 30px;
}
/* Go to top icon */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 8px;
    z-index: 119;
}
.back-to-top i {
    display: block;
    width: 44px;
    border-radius: 8px;
    height: 44px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
/*===========================
  Miscellaneous
============================ */
/* Parallax objects */

.parallax-object {
    position: absolute;
    z-index: 99;
}
/* Owl-carousel */

.owl-carousel .owl-item {
    perspective: 1000px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.owl-prev {
    left: -10px;
}
.owl-next {
    right: -10px;
}
.owl-prev:hover,
.owl-next:hover {
    transition: all .3s ease-in-out;
}
.owl-prev i,
.owl-next i {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.owl-carousel.owl-loaded {
    display: block;
    clear: both;
    /* Important fix */
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #8a6d3b;
    transition: all .3s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    color: #000;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    display: none !important;
}
/* Sections */

section .container,
section .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}
section {
    background: #fff;
}
.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff;
}
/* Sections heading */

.section-heading {
    text-align: center;
    z-index: 99;
    margin: 25px auto 100px;
}
/* Img Shapes */

.img-circle.border {
    border: 5px solid;
}
/* Image zoom effect */

.img-zoom {
    overflow: hidden;
}
.img-zoom img {
    transition: opacity 0.7s, transform 2.5s;
}
.img-zoom:hover img {
    transform: scale3d(1.2, 1.2, 1);
}
/* Labels */

.label {
    padding: .2em .6em .3em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    font-family: 'Pacifico';
}
/* tab container */

.tab-content {
    padding: 50px;
    border: 5px solid;
}
.tab-content.small {
    padding: 20px;
}
.tab-content.white {
    background: #fff;
}
/* Nav-tabs */

.nav-tabs {
    text-align: center;
    border: 0;
}
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li >a:hover,
.nav.nav-tabs>li.active>a {
    color: #fff;
}
.nav.nav-tabs > li {
    float: none;
    display: inline-block;
    padding: 0px 10px;
    border: 0px;
}
.nav.nav-tabs > li > a {
    position: relative;
    display: block;
    letter-spacing: 0.2px;
    min-height: 50px;
    line-height: 57px;
    color: #333;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 35px;
    font-size: 20px;
    transition: all .2s ease-in-out;
    border: 2px solid #8a6d3b;
    border-radius: 40px;
}
.nav.nav-tabs.small > li {
    padding: 0px
}
.nav.nav-tabs.small > li > a {
    letter-spacing: 0px;
    display: block;
    min-height: 20px;
    line-height: 27px;
    padding: 10px;
    font-size: 15px;
    transition: all .2s ease-in-out;
}
/* No padding elements */

.no-padding {
    padding: 0px;
}
/* Lists */

ul {
    line-height: 30px;
}
ul.no-margin {
    margin: 20px;
    padding: 0;
}
/* Buttons */

.btn {
    padding: 0;
    position: relative;
    padding: 18px 25px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    transition: all .2s ease-in-out;
    background: none;
    border: none;
    outline: none;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
    border-radius: 40px;
}
/*Button Line */

.btn:hover {
    color: #fff;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/* Hr */

hr {
    border-top: 2px solid #cecece;
}
.hr {
    max-width: 150px;
    padding: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    text-align: center;
    clear: left;
    display: block;
    height: 0;
    margin: 20px auto 0px auto;
    width: 100%;
}
/* Forms */

.form-control {
    font-size: 16px;
    background: #fff;
    box-shadow: none;
    margin-top: 15px;
    border: 2px solid;
    height: 40px;
}
.input-group-btn .btn {
    margin-top: -1px;
}
.input-group-btn span,
.btn span {
    color: #fff;
}
.form-control.form-control.input-lg {
    height: 60px;
    margin-top: 0px;
    border-radius: 40px;
    width: 98%;
}
.form-control:focus,
.textarea-field:focus,
.input-field:focus {
    outline: 0 none;
    border: 2px solid;
}
textarea {
    height: 150px;
    resize: none;
}
textarea.form-control:focus {
    outline: 0 none;
}
/* BIG Social Media Icons */

.social-media {
    width: 100%;
    text-align: center;
}
.social-media i {
    font-size: 22px;
    border: 3px solid;
    color: #ffffff;
    width: 55px;
    margin: 5px;
    height: 55px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s;
}
/* Small Social Media Icons */

.smaller.social-media i {
    font-size: 16px;
    transition: .3s;
    margin: 0px;
    width: 35px;
    line-height: 30px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    color: #8a6d3b;
}
.smaller.social-media {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Centered columns */

.col-centered {
    float: none;
    margin: 0 auto;
}
/* Nav-pills */

.nav-pills {
    display: inline-block;
    margin-bottom: 20px;
}
.nav-pills>li>a {
    transition: all .2s ease-in-out;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav > li > a:hover {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 8px;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 40px;
}
/* Tables */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.table > tbody > tr:first-child > td {
    border: none;
}
/* pdings */

.pding {
    padding: 40px;
}
.pding .list-unstyled {
    list-style: none;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
/* Media */

.media {
    margin-top: 45px;
    padding: 20px;
}
.media-heading small {
    font-weight: 700;
    display: block;
    margin: 10px 0 20px;
    line-height: 20px;
}
/* Margins */

.margin1 {
    margin-top: 80px;
}
/* page title*/

.page-title {
    background-image: url(../img/caketopbg.png), url(../img/caketopbg.png);
    background-position: right, left;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 30px;
    bottom: 0px;
    text-align: center;
    margin-top: -50px;
}
.page-title h1 {
    color: #fff;
    margin-bottom: 5px;
}
/*** Custom Colors **/
/* loader */

.loader span,
.btn,
.btn-primary,
.label-default,
.list-group-item,
.owl-prev:hover,
.owl-next:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.testimonial .testimonial-pic:after,
.nav-pills > li.active > a,
.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills.nav>li>a:focus,
.navbar,
.social-media i:after,
.back-to-top i,
#menu h3,
.object-load {
    background-color: #8a6d3b;
}
a,
#contact i,
#about .media i,
.back-to-top i:hover,
.menu-item-name,
.post-comment a:hover,
.navbar-main ul.nav li a:hover,
.navbar-main .nav > .active > a,
h3 {
    color: #d67676;
}
.social-media i:hover,
.social-media i:after {
    color: #a94442;
    border-color: #8a6d3b;
}
.gallery-thumb:hover .overlay-mask,
.img-circle.border,
.section-heading,
.services_box_icon:hover .icon > .info,
.social-media i,
.bg-dark .form-control,
.featured-pricing:hover {
    border-color: #8a6d3b;
}
.gallery-thumb:hover .overlay-mask {
    border-color: #FFF;
    background: rgba(0, 0, 0, 0.7);
}
.social-media i {
    border-color: #FFF;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
.navbar-toggle,
.nav-pills>li>a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li >a:hover,
.nav.nav-tabs>li.active>a,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.navbar-main ul.nav ul.dropdown-menu li a,
.nav-pills .nav > li > a:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.bg-dark,
.owl-prev,
.owl-next,
.box,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.tab-content,
.nav.nav-tabs>li>a:hover,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs>li.active>a {
    background-color: #d67676;
}
h1,
#about .media i:hover,
footer i,
.post-info i,
.gallery-thumb i:hover,
a:hover,
a:focus,
h6:before,
.hr:before,
.hr,
.pricing li::before,
ul.social-list li a,
blockquote:before,
.services_box_icon > .icon > .image {
    color: #d67676;
}
.services_box_icon > .icon > .image {
    color: rgba(86, 40, 50, 0.55);
}
.btn:hover,
.btn:focus,
.header-text,
.form-control:focus,
.textarea-field:focus,
.input-field:focus,
.featured-pricing,
.tab-content {
    border: 2px solid #8a6d3b;
}
.team-member .profile-image {
    border: 0;
}
.btn:hover,
.btn:focus {
    background: #d67676;
    border: 2px solid #8a6d3b;
}
.bg-dark2,
.tab-content,
.panel-group,
.post-slide,
.textarea-field:focus,
.back-to-top i:hover,
.pding,
.featured-pricing,
.pricing:hover,
.services_box_icon > .icon > .info,
#loading {
    background-color: #ffedce;
}
.navbar-main ul.nav li a:hover,
.navbar-main .nav > .active > a,
.navbar-main ul.nav ul.dropdown-menu li a:hover {
    border-top: 2px solid #ffedce;
    border-bottom: 0;
}
.navbar-main .nav > .active > a {
    color: #ffedce; 
}
.tab-content {
    background: none;
    border: 0;
}
.services_box_icon > .icon > .info {
    background: #FFF;
    border: 4px solid #d67676;
    margin-bottom: 20px;
}
.breadcrumb>.active,
.breadcrumb a:hover,
.breadcrumb a:focus,
.bg-dark .hr,
.bg-dark .hr:before,
.testimonial .testimonial-title,
.bg-dark a:hover {
    color: #ffedce;
}
h2,
.pding,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #8a6d3b;
}
.input-group {
    display: inline-table;
}