* {
  font-family: "Cormorant", serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}
.excerpt-text {
  color: white;
}
.container {
  max-width: 1170px;
}

#style-header {
  line-height: 34px;
}
.text-light-pink {
  color: #fde8e6;
}
.btn-light-pink {
  color: #fde8e6;
  border-color: #fde8e6;
}
.btn-light-pink:hover {
  background: #fde8e6;
  color: #000000;
}
.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.section-padding-top {
  padding-top: 5rem;
}
.section-padding-bottom {
  padding-bottom: 5rem;
}
.section-margin-top {
  margin-top: 5rem;
}
.fw-6 {
  font-weight: 600;
}
.fs-18 {
  font-size: 18px;
}
.banner .list-unstyled.m-0.p-0.ms-auto {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*.banner .contents {*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  left: 0;*/
/*}*/
/*.banner.no-image .contents-wrapper{*/
/*  position: relative;*/
/*}*/
.banner {
  position: relative;
}
.banner .contents-wrapper,
.beauty .contents-wrapper {
  position: absolute;
  bottom: 15%;
  left: 15px;
  right: 15px;
  /*left: calc(((100vw - 1170px + 30px) / 2));*/
  /*right: calc(((100vw - 1170px + 30px) / 2));*/
}
@media (min-width: 1170px) {
  .banner .contents-wrapper
  /*.beauty .contents-wrapper*/ {
    left: calc(((100vw - 1170px + 30px) / 2));
    right: calc(((100vw - 1170px + 30px) / 2));
  }
}

.willshow {
  display: none;
}
h1 {
  font-size: 58px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.about {
  background-color: #efdfdb !important;
}
.text-brown {
  color: #a57f68 !important;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 32px;
}

.flexy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .flexy {
    display: block;
  }
}
.section-about .flexy-item {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.flexy .flexy-item.pseudo-element:before {
  content: "+";
  font-size: 4rem;
  color: #ffffff;
}
.fs-68 {
  font-size: 68px;
}
.beauty {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/beauty.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}
@media (min-width: 992px) {
  .beauty {
    height: 550px;
  }
}
@media (min-width: 1170px) {
  .beauty {
    height: 650px;
  }
}
.beauty .container {
  height: 100%;
  position: relative;
}

.beauty-title-size {
  font-size: 44px;
}
/*.contents {*/
/*  position: absolute;*/
/*  top: 60%;*/
/*  left: 0;*/
/*}*/
body,
html {
  overflow-x: hidden !important;
}
.card.position-relative .card-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: #c8afa66b;*/
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 40px;
}
.line {
  height: 2px;
  width: 100%;
}
.sliderright .card-body p {
  display: none;
}
.sliderright .card-body:hover p {
  display: block;
}
.sliderright .card-body:hover {
  background: #cab2a8ea;
}
.sliderright .excerpt-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: white;
  /*line-height: 28px;*/
}

#featured-slider {
  padding-top: 40px;
}

/* #featured-slider2 .slick-list .slide {
  padding-right: 50px;
.sliderright.slick-initialized.slick-slider {
  /* transform: translateX(6%); */
/* } */
.requests.about.py-5 .card-body {
  justify-content: end;
  background: rgba(255, 255, 255, 0.5);
  padding: 4rem;
}
#page-front .requests{
  /*margin-top: 5rem;*/
}

.free-quote.rounded-pill {
  margin: 3rem 0 4rem;
}

.fw-7 {
  font-weight: 700;
}
.fs-32 {
  font-size: 32px;
}
.footer.py-3 {
  border-top: 1px solid #c8b7ad;
}
.footer .list-unstyled.m-0.p-0.mx-auto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-unstyled.m-0.p-0.mx-auto.notflex {
  display: block;
  padding-left: 15px;
  /*text-align: center !important;*/
}
.btn.btn-goTop {
  background: #c8b7ad;
  color: white;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 5px;
}
@media (min-width: 768px) {
  .btn.btn-goTop {
    top: 0;
  }
}
.copyright {
  background: #c8b7ad !important;
}
.fs-14 {
  font-size: 14px;
}
.btn:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.fs-24 {
  font-size: 24px;
}
.flexyble {
  display: flex;
  /* justify-content: center; */
  align-items: flex-end;
}
.flexyble p {
  font-weight: bold;
  font-size: 18px;
  margin-left: 17px;
  margin-top: 17px;
}
@media (min-width: 992px) {
  .flexyble p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .flexyble p {
    font-size: 24px;
  }
}
.pt-100 {
  padding-top: 100px !important;
}
.chat.py-4.pt-100 {
  padding-top: 100px !important;
}
.styles.py-4 {
  padding: 100px 0 !important;
}
.styles-excerpt p {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .flexyble p {
    font-size: 22px;
  }
}
.card.bg-brown {
  background: #f7efed;
  border: unset;
  border-radius: 0;
  border-top: 1px solid #c8b7ad;
  margin-top: 10px;
}
/* .fs-24 {
	font-size: 16px;
} */
.btn.leftBtn.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 115px;
}
.btn.prevBtn.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 0;
}
.about.py-5.new {
  padding-bottom: 130px !important;
}
.card-img-top.img-fluid.topmg {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
.op-0 {
  opacity: 0;
}
.img-cards.pb-4 .container {
  position: relative;
  top: -130px;
  margin-bottom: -130px;
}
.col-md-6.p-3.second {
  position: relative;
}
@media (min-width: 768px) {
  .col-md-6.p-3.second {
    top: -50px;
  }
}
.about.bg-brown {
  background: #c8b7ad !important;
  padding-bottom: 100px !important;
  height: 50vh;
  background-image: unset !important;
}

.btn.leftBtn1.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 115px;
}
.btn.prevBtn1.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 0;
}
/* .about.new {
  padding-bottom: 50px !important;
}
 */
.about {
  /*padding-top: 100px;*/
}
.about .section-title {
  color: #000000;
  font-size: 32px;
  line-height: 34px;
  font-family: "Cormorant", "sans-serif";
  font-weight: bold;
}
.about-excerpt {
  padding-top: 50px;
  padding-bottom: 20px;
}
.about-excerpt {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
/*.slide {*/
/*  padding: 0;*/
/*}*/
@media (min-width: 576px) {
  /*.slide {*/
  /*  padding: 15px;*/
  /*}*/
}

.arrows {
  margin-top: 15px;
  text-align: right;
}
.process .arrows {
  z-index: 9999;
}
@media (min-width: 576px) {
  .process .arrows {
    margin-top: -28px;
    position: absolute;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .process .arrows {
    right: 0;
  }
}

.arrows .prev2 {
  margin-right: 15px;
}
.rightSlider > .container {
  position: relative;
}
.rightSlider .arrows {
  position: absolute;
  right: 0;
  bottom: 15px;
  margin: 0;
}
.col-md-6.p-3.mb-auto.secondholder {
  position: relative;
  /* top: -285px;
  margin-bottom: -285px !important; */
}
/*.heightImg .col-lg-6 {*/
/*  display: flex;*/
/*  align-items: end;*/
/*}*/
.heightImg{}
.contactForm.py-5 {
  padding-bottom: 0 !important;
}
.heightImg .first-col,
.heightImg .second-col {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .heightImg .row.content-row{
    margin-top: -16rem;
  }
  .heightImg .first-col{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  /*.heightImg .first-col{*/
  /*  margin-top: 20px;*/
  /*}*/
  /*.heightImg .second-col {*/
  /*  margin-top: -14rem;*/
  /*}*/
}
@media (min-width: 1200px) {
  /*.heightImg .second-col {*/
  /*  margin-top: -16.8rem;*/
  /*}*/
  .about-excerpt {
    padding-bottom: 30px;
  }
}
.blogs p {
  margin-bottom: 0 !important;
}
.fw-4 {
  font-weight: 400;
}
.contactForm .form-control {
  border: unset;
  border-bottom: 1px solid black;
  border-radius: 0;
}
.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
}
.col-md-6.p-3.formCardHolder {
  position: relative;
  top: -17rem;
}
.menu.py-4.bg-brown {
  background: #efdfdb;
}
.menu ul.list-unstyled {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu .list-unstyled.m-0.p-0.text-center.mx-a {
  justify-content: center !important;
  align-items: center !important;
}
li.d-block.text-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menu .list-unstyled.m-0.p-0.text-center.mx-auto.mt-5 {
  flex-direction: column;
  line-height: 2 !important;
}
.menu .list-unstyled.m-0.p-0.text-center.mx-auto.mt-5 li a {
  line-height: 1.5 !important;
}
.menu.py-4.bg-brown {
  position: fixed;
  z-index: 9999;
  background: #efdfdb;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  transform: translateY(-300%);
}
.menu.py-4.bg-brown.active {
  transform: translateY(0);
}
.btn {
  border-width: 3px !important;
}
.rightSlider.py-4 .card-body {
  padding: 60px;
}

.btn.leftBtn0.slick-arrow {
  position: absolute;
  z-index: 1;
  top: -100px;
  right: 250px;
}
.btn.prevBtn0.slick-arrow {
  position: absolute;
  z-index: 1;
  top: -100px;
  right: 155px;
}
/* fixes */
.about .btn.btn-outline-dark.px-4.rounded-pill.mont.fw-6 {
  width: 180px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
}
.experience.py-5 {
  padding: 100px 0 !important;
}
.rightSlider.py-4 {
  padding: 100px 0 !important;
}
.p-60 {
  padding: 60px;
}
.styles .col-md-6.p-3.m-auto.position-relative .line.bg-dark {
  height: 1px;
  position: absolute;
  bottom: -73px;
  left: -17px;
}
/* .styles .col-md-6.p-3.m-auto {
	margin-top: auto !important;
	margin-bottom: 0 !important;
} */
.styles .row img {
  height: 375px;
}
.styles .col-md-6.p-3.m-auto {
  height: 375px;
  margin: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.styles .line.bg-dark {
  /* margin-top: 100px; */
  height: 1px;
  position: relative;
  /* transform: scaleX(1.12); */
  position: absolute;
  bottom: 0;
  width: 96%;
  left: 0;
}
.styles .line.bg-dark {
  margin: 0 !important;
  bottom: -1px !important;
  width: 100%;
  height: 1px !important;
}
.styles .col-md-6.p-3.m-auto.position-relative .line.bg-dark {
  height: 1px;
  position: absolute;
  bottom: -73px;
  left: 0 !important;
  transform: unset;
  left: -20px !important;
  bottom: 0 !important;
  z-index: -1;
}
.styles .col-md-6.p-3.m-auto.position-relative .line.bg-dark.rightLine {
  right: -20px !important;
  left: unset !important;
  z-index: -1;
}
.styles .line.bg-dark {
  margin-top: 100px;
  height: 1px;
  position: relative;
  transform: scaleX(1.12);
}
.container.border-bottom.position-relative {
  border: unset !important;
}
.container.border-bottom.position-relative .line {
  position: absolute;
  bottom: 50px;
  left: 0;
}
/*.contents {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*}*/
.requests.about .btn.btn-outline-dark.px-4.rounded-pill.mont.fw-6 {
  width: 100% !important;
}
.btn {
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.rightSlider.py-4 {
  padding-top: 100px !important;
}
.mb-60 {
  margin-bottom: 50px !important;
}

.rightSlider p.fw-6.text-brown {
  color: #dfbfb6 !important;
}

/*  */
.mt-60 {
  margin-top: 60px;
}
.about.py-5 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}
.instagram.py-4 {
  padding: 100px 0 !important;
}
.chat.py-4 {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}
.footer.py-3 {
  padding: 60px 0 !important;
}
.copyright.py-3 {
  padding: 26px 0 !important;
}
.fab {
  font-size: 35px;
}
.chat p {
  color: #c8b7ad !important;
}
.blogPart.py-5 {
  padding: 100px 0 !important;
}
.about.banner.bg-brown {
  padding-top: 15px !important;
}
@media screen and (min-width: 1170px) {
  .slide {
    padding-left: 0;
  }
  .rightSlider #featured-slider .slick-list {
    padding: 0 12% 0 0 !important;
  }
  .rightSlider #featured-slider.slick-slider {
    margin-right: calc(((-100vw + 1170px - 30px) / 2));
  }
  #featured-slider2 .slick-list .slide {
    padding-right: 30px;
  }
  #featured-slider2.experienceSlider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  #featured-slider2.experienceSlider.slick-slider {
    margin-right: calc(((-100vw + 1170px - 30px) / 2));
  }
  .processSlider .slide {
    padding-right: 30px;
  }
  #featured-slider3.processSlider .slick-list {
    padding: 0 11.5% 0 0 !important;
  }
  #featured-slider3.processSlider.slick-slider {
    margin-right: calc(((-100vw + 1170px - 30px) / 2));
  }
  #featured-slider4.innerSliderMain .slick-list {
    padding: 0 13% 0 0 !important;
  }
  #featured-slider4.innerSliderMain.slick-slider {
    margin-right: calc(((-100vw + 1170px - 30px) / 2));
  }
  #featured-slider5.processSlider .slick-list {
    padding: 0 11.5% 0 0 !important;
  }
  #featured-slider5.processSlider.slick-slider {
    margin-right: calc(((-100vw + 1170px - 30px) / 2));
  }
}

.experienceSlider .slick-slide {
  height:560px;
}

.experienceSlider .slick-slide iframe {
  height:560px;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .text-dark.fs-32.fw-6.op-0 {
    display: none;
  }
  .btn.leftBtn1.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: 115px;
  }
  .btn.prevBtn1.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: 0;
  }
  .footer .list-unstyled.m-0.p-0.mx-auto {
    display: block;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
  }
  .footer .list-unstyled.m-0.p-0.mx-auto li {
    display: block;
    width: 100%;
  }
  .sliderright.slick-initialized.slick-slider {
    transform: unset;
  }

  /*.banner .contents {*/
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  left: 15px;*/
  /*}*/
  /*.contents {*/
  /*  position: absolute;*/
  /*  top: 60%;*/
  /*  left: 15px;*/
  /*}*/
  /*.banner .contents {*/
  /*  position: absolute;*/
  /*  top: 25%;*/
  /*  left: 15px;*/
  /*}*/
  .col-md-6.p-3.formCardHolder {
    position: relative;
    top: 0;
  }
  .col-6.p-2 {
    word-wrap: anywhere;
  }
  .banner .btn {
    width: 96%;
    margin: 0 !important;
    /*margin-top: 10px !important;*/
  }
  .banner .container {
    border: unset;
  }
  .first .fs-18 {
    font-size: 14px;
  }
  /*.contents {*/
  /*  position: absolute;*/
  /*  top: 40%;*/
  /*  left: 15px;*/
  /*}*/
  .btn.leftBtn0.slick-arrow {
    position: absolute;
    z-index: 1;
    top: -45px;
    right: 100px;
  }
  .btn.prevBtn0.slick-arrow {
    position: absolute;
    z-index: 1;
    top: -45px;
    right: 0;
  }
  h2 {
    font-size: 30px;
  }
  /*.footer.py-3 {*/
  /*  text-align: center !important;*/
  /*}*/
  /*.footer .list-unstyled.m-0.p-0.mx-auto.notflex {*/
  /*  display: flex;*/
  /*  justify-content: center !important;*/
  /*  align-items: center;*/
  /*}*/
  .list-unstyled.m-0.p-0.mx-auto.notflex li,
  .list-unstyled.m-0.p-0.mx-auto.notflex li a {
    display: inline-block !important;
    width: auto;
  }
  .copyright .fs-14.mont.text-white.mb-0 {
    /*text-align: center;*/
    /*margin-top: 10px;*/
  }
  .img-fluid.logo {
    width: 115px !important;
    max-width: 115px;
  }
  .btn.menubtn.p-0.mont.text-white.fw-6.fs-18 {
    margin-top: 0 !important;
  }
  .willshow {
    display: block;
  }
  .willhide {
    display: none;
  }
  .flexyble {
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
  }
  .process.py-4 {
    padding-bottom: 100px !important;
  }
  .columns.py-5 {
    padding-bottom: 100px !important;
  }
}
.styles .text-col {
  border-bottom: 1.5px solid #c8b7ad;
}
.styles .text-col .text-boxes {
  height: 100%;
  padding: 3rem 0 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.styles .text-col .text-boxes.text-boxes-reverse-margin {
  padding-left: 0rem;
  padding-right: 3rem;
}

@media (max-width: 768px) {
  .styles .text-col .text-boxes,
  .styles .text-col .text-boxes.text-boxes-reverse-margin {
    padding: 15px 15px 20px 15px;
  }
}

/*.post-content-container{*/

/*}*/
.single-flex-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .single-flex-container {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .single-flex-container .featured-image {
    width: 100%;
  }

  .single-flex-container main {
    flex-basis: 65%;
  }
  .single-flex-container aside {
    flex-basis: 33%;
  }
}
@media (min-width: 992px) {
  .single-flex-container main {
    flex-basis: 62%;
  }
  .single-flex-container aside {
    flex-basis: 33%;
  }
}
@media (min-width: 1200px) {
  .single-flex-container main .content-col,
  .single-flex-container aside .more-article-col {
    padding: 0;
  }
  .single-flex-container main {
    flex-basis: 62%;
  }
  .single-flex-container aside {
    flex-basis: 30%;
  }
}
.more-article-col h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
}
.more-article-col article {
  padding-top: 1.5rem;
}
.single-flex-container .site-main p {
  font-family: "Montserrat", sans-serif;
}
.more-article-col article .entry-title {
  padding-top: 1rem;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: bold;
  font-style: normal;
  font-family: "Cormorant", serif;
}
.more-article-col article .entry-title a {
  text-decoration: none;
  color: #000;
  font-family: "Cormorant", serif;
}
.content-col .entry-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.content-col .entry-footer .share-link-row {
  padding-top: 3rem;
}

.banner .contents {
  /*padding-top: 20%;*/
}
.beauty .contents {
  /*padding-top: 25%;*/
}
.banner.lower .contents {
  /*padding-top: 30%;*/
}
@media (max-width: 767px) {
  .banner .contents,
  .beauty .contents {
    /*padding-top: 40%;*/
  }
  .banner .contents .hero-title {
    font-size: 36px;
  }
  .banner.lower .contents {
    /*padding-top: 85%;*/
  }
}

.horizontal-line {
  border-bottom: 1px solid #ffffff;
  padding-top: 4rem;
}
.banner .horizontal-line {
  padding-top: 3rem;
}
.banner.banner-front .banner-container .horizontal-line {
  padding-top: 5rem;
}

/*footer navigation*/

ul.footer-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  list-style: none;
  padding-left: 0;
}
ul.footer-navigation > li {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.footer-navigation > li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  ul.footer-navigation,
  ul.footer-navigation > li {
    display: block;
  }
}

ul.footer-navigation > li a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 768px) {
  .footer-social-list {
    padding-left: 10%;
  }
}
@media (min-width: 1200px) {
  .footer-social-list {
    padding-left: 15%;
  }
}

/** main navigation **/
nav.menu-primary-menu-container {
  padding-top: 40%;
}
@media (min-width: 768px) {
  nav.menu-primary-menu-container {
    padding-top: 20%;
  }
}
@media (min-width: 1170px) {
  nav.menu-primary-menu-container {
    padding-top: 10%;
  }
}

ul.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  list-style: none;
  padding-left: 0;
}
ul.main-navigation li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1rem;
}
ul.main-navigation li a {
  color: rgb(33, 37, 41);
  text-decoration: none;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  font-family: "Cormorant", serif;
  padding-bottom: 10px;
}

ul.main-navigation li a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
  /*text-decoration-style: dotted;*/
}
/**no image header**/
.banner.no-image {
  background: #c8b7ad;
  height: 350px;
}
.banner.no-image .contents {
  padding-top: 4rem;
}
.banner.no-image .horizontal-line {
  padding-top: 1rem;
}
/**input placeholder design starts**/
.input-placeholder {
  position: relative;
}
.input-placeholder input:valid .placeholder {
  display: none;
}
.input-placeholder .placeholder {
  position: absolute;
  pointer-events: none;
  top: 14px;
  font-size: 16px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.input-placeholder .placeholder.placeholder-textarea {
  top: 0;
}
.input-placeholder .placeholder span {
  color: red;
  margin-left: -3px;
}
.input-placeholder option {
  padding: 5px;
  vertical-align: middle;
}
.input-placeholder select {
  background: #ffffff;
}
/**input placeholder design ends**/

.contact-section input {
  position: relative;
  width: 100%;
  height: 55px;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1023px) {
  .contact-section input[name="rooms"] {
    height: 80px;
  }
}
.contact-section select option {
  font-family: "Montserrat", sans-serif;
}
.contact-section select {
  position: relative;
  width: 100%;
  height: 55px;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px 0;
  font-family: "Montserrat", sans-serif;
}

.contact-section textarea {
  position: relative;
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px 0;
  resize: none;
  font-family: "Montserrat", sans-serif;
}
.contact-section input:focus,
.contact-section select:focus,
.contact-section textarea:focus {
  outline: transparent none 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
.contact-section button[type="submit"] {
  padding: 0.1rem 3rem;
  font-family: "Montserrat", sans-serif;
}

/** thumbnail image sizes**/
figure.more-article-thumbnail img {
  height: 210px;
  object-fit: cover;
  object-position: center center;
}
/*.single-post figure.featured-image{*/
/*  max-height: 350px;*/
/*}*/
.single-post figure.featured-image {
  padding-bottom: 2.5rem;
}
.single-post figure.featured-image img {
  height: 350px;
  object-fit: cover;
  object-position: center center;
}
.blogs figure.featured-image img {
  height: 330px;
  object-fit: cover;
  object-position: center center;
}
.colored-div {
  background: rgba(223, 191, 182, 0.5);
  height: 250px;
}
#page-projects .project-list-container {
  margin-top: -9rem;
}

.requests .container .card img {
  object-fit: cover;
  object-position: center;
  height: 500px;
}
.container .slick-list .slick-track .card .featured-image img{
  object-fit: cover;
  object-position: center;
  height: 500px;
}

.requests .container .card {
  border: none;
}

.requests .container .request-quote-padding{
  padding: 1.8rem;
}

.requests .container .card .card-body {
  z-index: 3;
  padding-left: 30px;
  padding-right: 30px;
}

@media(min-width: 1200px){
  .requests .container .card .card-body {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.benoliver-quote-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

main figure {
  margin: 0px;
}

.section-about .section-about-content p {
  font-family: "Montserrat", sans-serif;
  /*text-align: center;*/
}
.site-main {
  /*padding-top: 3.5rem;*/
  /*padding-bottom: 3.5rem;*/
}
@media (min-width: 992px) {
  .flex-contact-container {
    display: flex;
    justify-content: space-between;
  }
  .flex-contact-container .text-col {
    flex-basis: 50%;
  }
  .flex-contact-container .form-col {
    flex-basis: 50%;
    margin-top: -18rem;
  }
}
.project-title {
  color: #000000;
}

@media (min-width: 1200px) {
  .flex-contact-container .text-col {
    flex-basis: 40%;
  }
}

.about .horizontal-line {
  border-bottom: 2px solid #000000;
}

@media (max-width: 768px) {
  .arrows .container img {
    width: 40px;
  }
}
.copyright p,
.footer-menu-container,
.footer-bottom-navigation li {
  display: inline-block;
}
ul.footer-bottom-navigation {
  margin: 0px;
  padding: 0px;
}

.footer-bottom-navigation li a {
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom-navigation li:first-child:after,
.footer-bottom-navigation li:first-child:before {
  content: "|";
  margin: 0px 10px;
  color: #fff;
}
.copyright-text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .footer-bottom-navigation li:first-child:after,
  .footer-bottom-navigation li:first-child:before {
    display: none;
  }

  .copyright .row p,
  .menu-footer-bottom-menu-container,
  .footer-bottom-navigation li {
    display: block;
  }

  .menu-footer-bottom-menu-container {
    padding-bottom: 20px;
  }
  .copyright p,
  .copyright .copyright-text-right {
    text-align: left;
    padding-bottom: 20px;
  }

  .copyright .copyright-text-right p,
  .copyright .copyright-text-right {
    padding-bottom: 0px !important;
  }
}

.benoliver-project-list-overlay {
  background-color: rgba(223, 191, 182, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.sliderright .slide .card .card-body{
  padding: 3rem 3rem;
}
.sliderright .slide .card {
  border: none;
}
.project-list-container .row .card {
  border: none;
}

.project-list-container .row .card .card-body {
  z-index: 3;
}

.project-list-container .card .card-body .line {
  margin: 1.2rem 0rem 1.6rem 0rem;
}

.project-list-container div.text-center{
  margin: 4rem 0 5rem;
}

.blogs .container div.text-center{
  margin: 3rem 0;
}

/*#featured-slider4 .slide:not(:first-child) {*/
/*  padding: 0rem 1.5rem;*/
/*}*/

#featured-slider .benoliver-related-project img{
  object-fit: cover;
  object-position: center;
  height: 500px;
}

#featured-slider .benoliver-related-project .card-body p {
  display: block;
}

#featured-slider .benoliver-related-project img{
  object-fit: cover;
  object-position: center;
  height: 500px;
}

/**hiding slider elements starts**/
.processSlider .slide.slick-slide:not(.slick-current) .card.bg-brown {
  display: none;
}
@media (min-width: 1200px) {
  .processSlider .card.bg-brown .card-body {
    padding: 28px;
  }
}
/** hiding slider elements ends**/
.second-row {
  margin-top: -20px;
}
.formCardHolder .card-body {
  margin: 30px;
}
/* .contact-email {
  margin-top: -8px;
} */
.first-style-row{
  margin-top: -1rem;
}
#single-style .beauty {
  margin-top: 4rem;
}
.about.section-about .row > div .section-about-content{
  line-height: 2.25;
}
.about.section-about .row > div .section-about-counter-mrg{
  margin-top: 4.5rem;
}
.about.section-about .row > div .counter {
  margin-top: 2.5rem;
}
.about.section-about .container .row .horizontal-line{
  padding-top: 2rem;
}


/**********************
    KS SHARE CSS
***********************/
.ks-share-container{
  padding-top: 3rem;
}
.ks-share-container p,
.ks-share-container a{
  font-family: "Montserrat",sans-serif;
}
.ks-share-title,
.ks-share-btn-groups{
  display: inline-block;
}
.ks-share-title{
  font-weight: bold;
}
.ks-share-btn-groups ul.share-buttons{
  display: flex;
  padding-left: 0;
}
.ks-share-btn-groups ul.share-buttons li{
  list-style: none;
}
.ks-share-btn-groups ul.share-buttons li a{
  color: #000000;
  text-decoration: none;
}
.ks-share-btn-groups ul.share-buttons li:not(:last-child):after {
  content: '|';
  width: 100%;
  margin-left: 4px;
  margin-right: 4px;
}
