
/* -----------------------------------
CSS Table of content
--------------------------------------
1. Template default styles
2. Button style
3. Area heading style
4. Header area style
4. Slider area style
5. Breadcrumb area style
6. About area style
7. Feature area style
8. Service area style
9. Counter area style
10. Portfolio area style
11. Testimonial area style
12. Call to action area style
13. Team area style
14. Blog area style
15. Subscribe area style
16. Contact area style
17. Footer area style
--------------------------------------*/


/* -----------------------------
1. Template default styles
--------------------------------*/


body {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.img {
    display: inline-block; max-width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #888888;
    text-decoration: none;
}

:focus {
    outline: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232332;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3, .h3 {
    font-size: 28px; 
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    color: #383838;
    margin-bottom: 15px;
    line-height: 24px;
    
}

hr {
    margin: 0 0  15px;
    padding: 0px 0;
    border-bottom: 1px solid #c29865;
    border-top: 0px;
}

label {
    color: #626262;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #c29865;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #c29865;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #c29865;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
}

.mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}

.container {
    width: 1200px; overflow: hidden;
}
.container-fluid {
  padding: 0 70px;
}

.theme-section {
    padding: 100px 0;
}
.white-bg {
    background: #fff;
}

.gray-bg {
    background: #f8f8f8;
}

.dark-bg {
    background: #f0f4c3;
    

}

/* ------------------------------
2. Button style
---------------------------------*/

.button {
    background: #c29865 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s; 
    margin-bottom: 15px;
    margin-top: 15px;
}

.button:hover, .button.green {
    background: #8c8b20;
    color: #fff;
    border: 1px solid transparent;
}

.dark-bg .button:hover {
    background: #fff;
    color: #c29865;
    border: 1px solid transparent;
}

.button.button-larg {
    padding: 0 40px;
}

.button.button-small {
    padding: 0 25px;
}

/* -----------------------------
3. Area heading style
-------------------------------- */

.area-heading {
    margin: 0 auto 80px;
    width: 60%;
}

.area-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.divider i {
    color: #c29865;
    font-size: 35px;
    position: relative;
}

.divider {
    display: inline-block;
    position: relative;
}

.divider::before {
    background: #c29865 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-50%) translateX(-50%);
    width: 120px;
}

/* -----------------------------
4. Header area style
-------------------------------- */
.logo, .logo img {display: block; margin: 0 auto; text-align: center;}

.address {
  color: #fdbb6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin:10px 0 10px;
  text-align: right;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-right {
    float: right;
    margin-right: 0;
}

.header-area .navbar-brand {
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    height: auto;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 0;
    text-transform: lowercase;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.header-area .navbar-nav>li {
    margin-left: 30px;
    padding: 20px 0;
}

.header-area .navbar-nav>li>a {
    color: #ffffff;
    font-family: poppins;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 0;
    text-transform: uppercase;
}

.header-area .navbar-nav>li.active>a,
.header-area .navbar-nav>li>a:hover {
    color: #fdbb6a;
}

.header-area .navbar {
    margin-bottom: 0;
    padding: 20px 0 ;
    transition: background 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}

.header-area .top-nav-collapse {
    background: #8c8b20 none repeat scroll 0 0;
    border: medium none;
    padding: 10px 0;
}
.header-area .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    float: right;
    margin: 13px 0;
    padding: 9px;
    position: absolute;
    top: 22px; right: 15px;
}

.header-area .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 20px;
}

.header-area .top-nav-collapse .navbar-toggle .icon-bar {
    background: #fff;
}

.header-area .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.header-area .navbar-nav>li>a.overlay-menu-trigger {
    font-size: 14px;
}

/*White Header*/
.header-area.white-header .top-nav-collapse {
    background: #8c8b20 none repeat scroll 0 0;
    box-shadow: 0 0 0.9375pc rgba(0,0,50,.09);
    border: medium none;
    padding: 10px 0;
}
.white-header .top-nav-collapse .navbar-brand {
    color: #252525;
}
.white-header .top-nav-collapse .navbar-nav>li>a {
    color: #ffffff;
}
.white-header.header-area .navbar-nav>li.active>a, 
.white-header.header-area .navbar-nav>li>a:hover {
    color: #c29865;
}


/* -----------------------------
4. Slider area style
-------------------------------- */

.single-slider {
    height: 100vh;
}

.slider-1 {
    background-image: url("../img/slider/slider-siamescape.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}
.slider-2 {
    background-image: url("../img/slider/receptionist.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}
.slider-3 {
    background-image: url("../img/slider/slider4.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}
.dd {
    background-image: url("../img/slider/curtain2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}


.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.slider-content h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: unset;
}
.slider-content-2 h1 {
    font-size: 120px;
}

.slider-content h2 {color: #fdbb6a; text-shadow: 1px 1px 4px #232323}
.cd-headline.clip span {
  font-weight: 700;
}
.cd-headline.clip b.is-visible {
  color: #fff;
}
.cd-headline.is-full-width .cd-words-wrapper::after {
    background: #c29865;
    display: none;
}
.slider-menu li {
    display: inline;
    margin: 0 15px;
}
.slider-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 18px
}
.slider-menu li a:hover {
    color: #c29865;
}
.slider-navegarion-style-one .slick-dots {
  bottom: 50px;
  text-align: center;
  top: auto;
}

.slider-navegarion-style-one .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}

.slider-navegarion-style-one .slick-dots li button::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0;
  line-height: 1;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 1px;
}
.slider-navegarion-style-one .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: auto;
  line-height: 0;
  outline: medium none;
  padding: 0;
  width: 10px;
}

.slider-navegarion-style-one .slick-dots li button:hover::before,
.slider-navegarion-style-one .slick-dots li.slick-active button::before {
    background: #c29865 none repeat scroll 0 0;
    height: 30px;
}

.scroll-btn {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 55px;
    min-width: 35px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    z-index: 99;
    cursor: pointer;
    overflow: hidden;
}

.scroll-btn-wrapper {
    height: 55px;
    position: relative;
}

.scroll-ball {
    animation: 3s ease 0s normal none infinite running mike-slider-anim;
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 7px;
    left: 50%;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: 0;
    transform: translateX(-50%);
    width: 7px;
}

/* Standard syntax */

@keyframes mike-slider-anim {
    0% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 40px;
        opacity: 0;
    }
    100% {
        top: 10px;
        opacity: 0;
    }
}

/* -----------------------------
5. Breadcrumb area style
-------------------------------- */

.breadcrumb-section {
  background: rgba(0, 0, 0, 0) url("../img/slider/slider-siamescape.jpg") repeat scroll top center / cover ;
  padding: 250px 0 0px;
}

.breadcrumb-title {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  margin: 0;
  text-transform: unset;
}

.breadvrumb-list {
    float: right;
}

.breadvrumb-list li {
  float: left;
  font-weight: 600;
  margin-left: 24px;
  position: relative;
  color: #ffffff;
}

.breadvrumb-list li::before {
  color: #c29865;
  content: "/";
  left: -15px;
  position: absolute;
  top: 1px;
}

.breadvrumb-list li:first-child::before {
    display: none;
}

.breadvrumb-list li a {
    display: block;
    color: #ffffff;
    text-transform: capitalize;
}

.breadvrumb-list li a:hover {
    color: #c29865;
}

/* -----------------------------
6. About area style
-------------------------------- */

.about-content h5 span {
    color: #c29865;
}

.social-menu {
    list-style: none;
}

.social-menu li {
    float: left;
    margin-right: 25px;
}

.social-menu li a {
    display: block;
    font-size: 16px;
    color: #666;
}

.social-menu li a:hover {
    color: #c29865;
}

.about-image {
    position: relative;
    overflow: hidden;
}
.about-image::before {
    background: rgba(0,0,0,0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 1;
}
.about-image:hover::before {
    opacity: 1;
}
.about-image img {
    width: 110%;
}
.about-icon {
  color: #ffffff;
  font-size: 42px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
  z-index: 99;
}
.about-icon:focus,
.about-icon:hover {
  color: #c29865;
}
.about-image:hover .about-icon {
    opacity: 1;
}
.about-content h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.about-content-wrapper h6 {
    color: #999;
}
.about-content-wrapper > h3 {
  margin-bottom: 20px;
  text-transform: unset;
}
.about-content-wrapper p {
    color: #232323;
}
.about-content-wrapper p + p {
    margin-bottom: 0;
}
.follow-title {
    margin-bottom: 5px;
    margin-top: 20px;
}
.follow-menu {
    overflow: hidden;
    margin-bottom: 20px;
}
.follow-menu li {
    float: left;
    margin-right: 20px;
}
.follow-menu li a {
    display: block;
    color: #999;
    font-size: 16px;
}
.follow-menu li a:hover {
    color: #c29865;
} 

/* -----------------------------
7. Feature area style
-------------------------------- */

.feature-content p {
    line-height: 30px;
}

z.button-link::before {
    background: #c29865;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
}

.button-link {
border-bottom: 1px solid #c29865;
color: #383838;
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
line-height: 1;
padding-bottom: 5px;
text-transform: uppercase;
font-family: "Poppins",sans-serif;
}

.button-link:hover {
    color: #c29865;
}


/* -----------------------------
8. Service area style
-------------------------------- */
.price-list {display: flex; flex-flow: row wrap;}
.single-service {
    display: flex; flex: 1 0; padding: 0 15px;
    transition: all 0.3s ease 0s; margin: 10px 0;
}

z.price-list div:nth-of-type(3n+1) {clear: both; float: left;}

.single-service:hover h5 {
    color: #c29865;
}

.single-service i {
    font-size: 36px;
    color: #c29865;
    margin-bottom: 20px;
    display: inline-block;
}

.single-service h3 {
	font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}

.single-service p, .single-service ul {
    margin: 0 0 15px;
}
.single-service li {font-family: 'Poppins', sans-serif; font-weight: 600}

.col-md-4.col-sm-6:nth-child(n+4) .single-service {
    margin-top: 30px;
}

/* -----------------------------
9. Counter area style
-------------------------------- */

.counter-wrapper {
    overflow: hidden;
}

.single-counter {
    float: left;
    width: 25%;
}

.single-counter i {
    display: block;
    font-size: 36px;
}

.single-counter span {
    color: #c29865;
    display: block;
    font-size: 36px;
    font-weight: 800;
    margin: 35px 0 15px;
}

.single-counter h6 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
}

/* -----------------------------
10. Portfolio area style
-------------------------------- */
.servicefilter-menu {margin: -50px 0 20px;}
.service-filter li {
    display: inline;
    margin: 0 15px;
}

.service-filter li a {
    color: #888;
    display: inline-block;
    font-family: poppins;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-transform: lowercase;
}

.service-filter li a:hover,
.service-filter li.active a {
    color: #232323;
}

.service-filter li a::before {
    background: #c29865 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.service-filter li a:hover::before,
.service-filter li.active a::before {
    opacity: 1;
}

.portfolio-items {
    overflow: hidden;
    margin-top: 30px;
}

.single-portfolio-item {
    float: left;
    width: 33.33333333%;
    position: relative;
}
.project-gutter .single-portfolio-item {
    padding: 0 5px;
    margin-bottom: 10px;
}
.portfolio-4-column .single-portfolio-item {
    width: 25%;
}
.portfolio-4-column .portfolio-large-item {
    width: 10%;
}

.item-thumbnail {
    position: relative;
    overflow: hidden;
}

.item-thumbnail img {
    width: calc(100% + 10px);
    transform: translate3d(-10px, 0, 0);
    transition: all 0.3s linear 0s;
}

.single-portfolio-item:hover .item-thumbnail img {
    transform: translate3d(0, 0, 0);
}

.item-thumbnail::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: 2;
    opacity: 0;
}

.single-portfolio-item:hover .item-thumbnail::before {
    opacity: 1;
}

.item-description {
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.single-portfolio-item:hover .item-description {
    opacity: 1;
    left: 40px;
}

.item-description h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: unset;
}

.item-description h3 a:hover {
    color: #c29865;
}

.portfolio-cat li {
    display: inline;
    margin-right: 10px;
    position: relative;
}

.portfolio-cat li::before {
    color: #fff;
    content: ",";
    font-size: 20px;
    position: absolute;
    right: -5px;
    top: -3px;
    transition: all 0.3s ease 0s;
}

.portfolio-cat li:last-child::before {
    display: none;
}

.portfolio-cat li a {
    color: #fff;
    display: inline-block;
    font-family: poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.portfolio-cat li a:hover {
    color: #c29865;
}

img.img {
    width: auto; max-width: 100%; margin-bottom: 35px;
}

.single-information {
  margin-bottom: 30px; position: relative;
}

.single-information:last-child {
    margin-bottom: 0;
}

z.single-information p {
    font-weight: 400;
}

.single-information a {
    text-decoration: underline;
    font-weight: 400;
    color: #c29865;
}

.single-information a:hover {
    color: #666;
}

.single-information ul {margin-bottom: 15px;}
.single-information ul li {list-style: disc; list-style-position: inside;}
.single-information ol {margin-left: 0; padding-left: 0;}
.single-information ol li {list-style: decimal;list-style-position: inside; padding-left: 0px; margin-left: 0}}

.pop-booking {display: block; width: 100%; padding:30px 15px; background: #fff; position: absolute; bottom: 0; left: 0; z-index: 300}
.pop-booking .close {position: absolute; top: 5px; right: 10px;}
.pop-booking .stripe-button-el {display: none;}
.pop-booking.deal, .book-online.deal {display: none}

.services-list li {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
}

.single-portfolio-wrapper.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.single-portfolio-wrapper .slick-dots {
  bottom: 30px;
}
.single-portfolio-wrapper .slick-dots li button::before {
  color: #fff;
  font-size: 40px;
}

.arrow-style-one .slick-prev,
.arrow-style-one .slick-next {
    height: 60px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s ease-in-out 0s;
}

.arrow-style-one .slick-prev:hover,
.arrow-style-one .slick-next:hover {
    background: #c29865;
}

.related-project-title {
    padding-left: 15px;
    margin-bottom: 20px;
    `
}

.related-thumbnail a {
    position: relative;
    display: block;
}

.related-thumbnail img {
    width: 100%;
}

.related-thumbnail a::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.related-project:hover .related-thumbnail a::before {
    opacity: 1;
}

.related-content {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}

.related-project:hover .related-content {
    opacity: 1;
}

.related-content h4 a {
    color: #ffffff;
}

.related-content h4 a:hover {
    color: #c29865;
}
.prices {text-align: center;}
.single-information h1 
{font-size: 26px; color: #232332;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
margin-top: 0;
text-transform: unset;}
.single-information h5 {font-size: 26px;}
.single-information p i,
.single-information a i,
.services-list li i {
    padding-right: 7px;
}

.single-information a i {
    color: #666;
}

.load-more {
    margin-top: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.action-icon a {
  color: #fff;
  font-size: 45px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-60%);
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.action-icon a:hover {
    color: #c29865;
}
.single-portfolio-item:hover .action-icon a {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}




/* -----------------------------
11. Testimonial area style
-------------------------------- */
.review-section {
  background: url("../gallery/herbal-compress.jpg") repeat scroll center center / cover ;padding: 50px 0 50px; position: relative;}
.review-section:before {content:""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.7); }
.review-section h2, .review-section h3, .review-section p {color: #fff}


.about-section {
    background-image: url("../img/bg/1.jpg");
}

.about-section .area-title,
.about-section .area-heading p {
    color: #ffffff;
}

.about-top-content {
    margin-bottom: 100px;
}

.tab-conetnt i,
.tab-conetnt h2,
.tab-conetnt p {
    color: #ffffff;
}

.tab-conetnt i {
    font-size: 50px;
    color: #c29865;
    margin-bottom: 20px;
}

.tab-conetnt h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 20px 0;
}

.tab-conetnt p {
    color: #bbb;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.about-bottom-content li {
    display: inline;
    margin: 0 25px;
}

.about-bottom-content li a {
    display: inline-block;
}

.tab-heading-content h6 {
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.about-bottom-content li.active h6::before {
    background: #c29865;
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
}

.about-bottom-content li.active h6 {
    color: #ffffff;
}

/* -----------------------------
12. Call to action area style
-------------------------------- */

.call-to-action-content {
    width: 70%;
    margin: 0 auto;
}

.call-to-action-content p {
  color: #c29865;
  font-family: poppins;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: unset;
}

.call-to-action-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin: 40px 0;
    text-transform: unset;
}
.white-bg .call-to-action-content p {
    color: #666;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 23px;
    text-transform: unset;
}

.white-bg .call-to-action-content h2 {
    color: #232323;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 30px 0;
    text-transform: unset;
}



/* -----------------------------
13. Team area style
-------------------------------- */

.member-thumbnail img {
    width: 100%;
}

.single-team-member {
    position: relative; padding: 0 50px;
}

.single-team-member h3 {margin: 0px 0 40px;}

.member-thumbnail {
    position: relative;
}

.member-thumbnail::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.single-team-member:hover .member-thumbnail::before {
    opacity: 1;
}

.member-content {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 1;
    z-index: 99;
    transition: all 0.3s ease 0s;
}

.single-team-member:hover .member-content {
    opacity: 1;
    top: 50%;
}

.member-content h4 {
    color: #ffffff
}

.member-content p {
    color: #dcdcdc;
    font-size: 12px;
    font-style: oblique;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.member-cat li {
    display: inline;
    margin: 0 8px;
}

.member-cat li a {
    display: inline-block;
    color: #fff;
}

.member-cat li a:hover {
    color: #c29865;
}
/*Brandi log area*/

.single-brand-logo img {
    width: 100%;
    opacity: .5;
    transition: .3s;
}

/* -----------------------------
14. Blog area style
-------------------------------- */


.single-blog {
    border: 1px solid #c29865;
    overflow: hidden;
    padding: 15px 18px;
}

.blog-top-content {
    padding: 50px 30px 40px;
}

.blog-heading h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.blog-heading h3::before {
    background: #c29865 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}
.blog-description {margin-bottom: 15px;}

.blog-description h6 {
  color: #c29865;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 18px;
  line-height: 26px;
}

.blog-description img {
  border-radius: 50%;
  width: 80px;
}
.blog-date {
  color: #383838;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog-date i {
  margin-right: 10px;
}
.post-read-more-link {
  border-bottom: 1px solid #c29865;
  color: #222;
  float: right;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Poppins",sans-serif;
}
.post-read-more-link:hover {
    color: #c29865;
}
.like-btn {
  color: #c29865;
  float: left;
  font-size: 20px;
  line-height: 1;
  margin-top: -4px;
}
.blog-footer .blog-time {
    float: right;
}

.post-thumbnail img {
    width: 100%;
}

.blog-post-wrapper {
  margin-bottom: 20px;
}
.post-description > h2 {
    margin-bottom: 15px;
    font-size: 26px;
}
.post-description-inner img {
  margin: 20px 0;
}
.post-meta {
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 2px;
}

.post-meta li {
    float: left;
    margin-right: 15px;
}

.post-meta li a {
    color: #666;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-meta li a:hover {
    color: #c29865;
}

.post-meta li a i {
    font-size: 15px;
    padding-right: 7px;
}

.post-description-inner img {
    width: 100%;
}

.blog-post {
    margin-bottom: 50px;
}

.comment-title {
  border-bottom: 1px solid #c29865;
  padding-bottom: 15px;
}

.media-list {
    margin-bottom: 40px;
}

.media-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
.media-list li.media-reply {
    padding: 20px 0 30px 30px;
}

.media {
    overflow: hidden;
    margin: 0;
}

.media-thubnail {
    float: left;
}

.media-content {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
}
.media-content h5 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}

.media-content p {
    margin-bottom: 5px;
}
.reply-icon {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.media-content p span {
    text-transform: uppercase;
}

.media-content a:hover {
    color: #c29865;
}

.media-content a i {
    padding-right: 7px;
}

.comment-form {
    margin-top: 30px;
}

.comment-form p {
    margin-bottom: 0;
    margin-top: 10px;
}

.search-form input {
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 50px;
    letter-spacing: 2px;
    padding: 0 40px 0 0;
    width: 100%;
}

.search-form {
    position: relative;
}

.search-form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #737272;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.search-form button:hover {
    color: #c29865;
}

.single-widget {
    margin-bottom: 30px;
}

.widget-title {
  border-bottom: 1px solid #c29865;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.tags a {
    color: #232323;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 2px;
    margin-right: 3px;
    margin-bottom: 7px;
}

.tags a:hover {
    background: #c29865;
    color: #fff;
}

.post-category-list li a {
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
}

.post-category-list li a:hover {
    color: #c29865;
    padding-left: 5px;
}

.post-category-list li a:hover span {
    padding-right: 5px;
}

.post-category-list li a span {
    float: right;
    transition: all 0.3s ease 0s;
}

.single-post-widget {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post-widget-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.post-widget-content h4 a:hover {
    color: #c29865;
}

.post-widget-content p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
}

.single-widget:last-child {
    margin-bottom: 0;
}

/* -----------------------------
15. Subscribe area style
-------------------------------- */

.subscribe-content {
    margin: 0 auto;
}

.subscribe-heading {
    margin-bottom: 50px;
}

.subscribe-heading h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.subscribe-form .input-group {
    display: inline-block;
}

.subscribe-input {
    display: inline-block;
}

.subscribe-input button {
    border-radius: 0 40px 40px 0;
    margin-left: -5px;
    position: relative;
    top: 1px;
}

.subscribe-input input {
    border: 1px solid #e5e5e5;
    border-radius: 40px 0 0 40px;
    font-size: 13px;
    font-weight: 400;
    height: 45px;
    padding: 0 20px;
    width: 450px;
}

.subscribe-input input:focus {
    border: 1px solid #c29865;
}

/* -----------------------------
16. Contact area style
-------------------------------- */

.contact-address-wrapper {
    margin-top: 30px;
}
#mike-map {
  height: 500px;
  width: 100%;
}
.single-conatct-address {
    margin-bottom: 50px;
}

.conatact-icon {
    float: left;
    width: 50px;
    padding-left: 2px;
}

.conatact-icon i {
    color: #c29865;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}

.contact-information {
    width: calc(100%-50px);
    overflow: hidden;
}

.contact-information h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.contact-information p {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.contact-information a {
    color: #232323;
    font-weight: 500;
    letter-spacing: 2px;
}

.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: none;
    height: 45px;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid #c29865;
    box-shadow: none;
}

textarea.form-control {
    min-height: 200px;
    padding-top: 15px;
}

.contact-wrapper p {
    margin-top: 10px;
    margin-bottom: 0;
}

#g-map iframe {display: block; width: 100%}

/* -----------------------------
17. Footer area style
-------------------------------- */

.theme-footer-section {
    background: #4a490a none repeat scroll 0 0;
    padding-bottom: 25px;
}

.page-header {
    border-bottom: 1px solid #c29865;
    margin: 80px 0 25px;
    padding-bottom: 50px;
}

.theme-footer-section h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: lowercase;
}

.copy-right-info p {
    color: #c29865;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.copy-right-info a {
    color: #c29865;
    transition: all 0.3s ease 0s;
}

.copy-right-info span:hover {
    color: #fff;
}

.footer-social-menu {
    text-align: center;
}

.footer-social-menu li {
    display: inline;
    margin: 0 15px;
}

.footer-social-menu li a {
    color: #eee;
    display: inline-block;
    font-size: 16px;
}

.footer-social-menu li a:hover {
    color: #c29865;
}

.footer-main-menu {
    float: right;
}

.footer-main-menu li {
    float: left;
    margin-left: 20px;
}

.footer-main-menu li a {
    color: #a0a0a0;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-main-menu li a:hover {
    color: #c29865;
}


.to-top-btn {
    bottom: 30px;
    color: #c29865;
    font-size: 36px;
    opacity: 0;
    position: fixed;
    right: 30px;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 9999;
}

.to-top-btn:focus {
    color: #c29865;
}

.to-top-btn.to-top-show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    z-index: 999999;
}

.to-top-btn.to-top-show:hover {
    opacity: .75;
}

.loader {
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
}
.wrapper {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.circle-logo {
  font-family: poppins;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-transform: lowercase;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.breadcrumb {padding: 0; background: transparent; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; text-align: center}
.breadcrumb li a {color: #fff;}
.breadcrumb li.active {color: #fdbb6a;}