@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');
body,
html {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  font-family: calibri;
  text-align: center;
  width: 100%;
  height: 100%;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
a,
button,
.a,
.button,
input[type=submit],
.transition,
textarea,
select {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
header {
  -webkit-transform: translateZ(0);
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1180px;
  width: 95%;
  margin: 0px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
a:focus {
  text-decoration: none;
  background: none;
}
.tether-element,
.tether-element *,
.tether-element :after,
.tether-element :before,
.tether-element:after,
.tether-element:before {
  box-sizing: border-box;
}
.tether-element {
  position: absolute;
  display: none;
}
.tether-element.tether-open {
  display: block;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
header {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  background-image: linear-gradient(45deg, #d2b06b 0%, #fff1bc 100%);
  z-index: 100000;
  position: fixed;
}
header .navbar {
  float: left;
  width: 100%;
  padding: 0px;
  display: inline-block;
}
@media (min-width: 990px) {
  header .navbar {
    display: flex;
  }
}
header .navbar .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
header .navbar .navbar-nav:not(.lang) .nav-item.active {
  padding: 5px 8px;
  font-size: 18px;
  border: 1px solid #4D3227;
  border-left: none;
  border-right: none;
}
header .navbar .navbar-nav:not(.lang) .nav-item.active:before {
  display: none;
}
@media (min-width: 990px) {
  header .navbar .navbar-nav:not(.lang) .nav-item.active {
    padding: 0px;
    font-size: 18px;
    border: none;
    border-left: none;
    border-right: none;
  }
  header .navbar .navbar-nav:not(.lang) .nav-item.active:before {
    display: block;
  }
}
header .navbar .navbar-nav.lang {
  width: auto;
  justify-content: center;
  padding: 0px;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 990px) {
  header .navbar .navbar-nav.lang {
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    padding: 0px 10px;
  }
}
header .navbar .navbar-nav.lang .nav-item {
  color: #4D3227;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 100;
  font-size: 16px;
  display: inline-block;
  width: auto;
}
header .navbar .navbar-nav.lang .nav-item .nav-link {
  padding: 0px 10px;
  font-weight: 400;
}
header .navbar .navbar-nav.lang .nav-item.active .nav-link {
  color: #fff;
}
header .navbar .navbar-nav.lang .nav-item.active:before {
  display: none;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #4D3227;
  font-family: times new roman;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 990px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 20px;
    margin-bottom: 0px;
    font-size: 16px;
  }
}
header .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}
header .navbar .navbar-nav .nav-item.active {
  position: relative;
}
header .navbar .navbar-nav .nav-item.active:before {
  content: "";
  width: 35px;
  height: 15px;
  background: url(../images/triangle.png) center center no-repeat;
  position: absolute;
  left: 0px;
  top: -31px;
  right: 0px;
  margin: auto;
}
header .logo {
  background-image: linear-gradient(45deg, #4e3126 0%, #946e5a 100%);
  float: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  width: auto;
  padding: 0px 15px;
  min-height: 0px;
  height: 45px;
  display: inline-block;
}
@media (min-width: 990px) {
  header .logo {
    width: 325px;
    min-height: 78px;
    padding: 0px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
header .logo img {
  height: 60%;
  top: 20%;
  left: auto;
  position: relative;
  transform: none;
  display: inline-block;
}
@media (min-width: 990px) {
  header .logo img {
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
header .navbar-collapse {
  float: left;
  padding: 10px 0px;
  width: 100%;
}
@media (min-width: 990px) {
  header .navbar-collapse {
    padding: 0px 0px;
  }
}
header .navbar-toggler {
  padding: 0px;
  margin: 0px;
  outline: none;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
}
header .navbar-toggler .navbar-toggler-icon {
  width: 100%;
  height: 100%;
  background: url(../images/menu.svg) center center no-repeat;
  float: left;
}
/***********************************/
/*     Here comes your content     */
/***********************************/
.banner {
  margin-bottom: 5px;
  background: url(../images/banner.jpg) top center no-repeat;
  background-size: contain;
}
@media (min-width: 990px) {
  .banner {
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: auto;
    margin-top: 78px;
    margin-bottom: 0px;
  }
}
.banner .left {
  float: left;
  padding: 150px 0px 30px 0px;
  width: 100%;
}
@media (min-width: 990px) {
  .banner .left {
    padding: 80px 0px 100px 0px;
  }
}
.banner .left h1 {
  float: left;
  width: 100%;
  color: #2c1112;
  line-height: 1;
  font-family: times new roman;
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 990px) {
  .banner .left h1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .banner .left h1 {
    font-size: 43px;
  }
}
.banner .left p {
  color: #2c1112;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 990px) {
  .banner .left p {
    max-width: 305px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .banner .left p {
    line-height: 32px;
    font-size: 14px;
  }
}
.banner .left .row {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
}
@media (min-width: 990px) {
  .banner .left .row {
    text-align: left;
  }
}
.banner .left .row .btn-primary {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 990px) {
  .banner .left .row .btn-primary {
    float: left;
  }
}
.team {
  margin-bottom: 5px;
  background-image: linear-gradient(135deg, #d2b06b 0%, #fff1bc 100%);
  padding: 30px 0px 30px 0px;
}
@media (min-width: 990px) {
  .team {
    padding: 60px 0px 100px 0px;
  }
}
.team h2 {
  float: left;
  text-align: center;
  line-height: 1;
  color: #2c1112;
  margin-bottom: 15px;
  width: 100%;
  font-family: times new roman;
  font-size: 32px;
}
@media (min-width: 768px) {
  .team h2 {
    font-size: 48px;
  }
}
.team .wrap > p {
  color: #2c1112;
  float: left;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .team .wrap > p {
    margin-bottom: 80px;
  }
}
.team .wrap > p br {
  display: none;
}
@media (min-width: 768px) {
  .team .wrap > p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
  .team .wrap > p br {
    display: block;
  }
}
.team .team-members {
  float: left;
  width: 100%;
}
.team .team-member {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .team .team-member {
    padding-bottom: 60px;
  }
}
.team .team-member .pic-wrap {
  padding: 5px;
  border-radius: 26px;
  background-image: linear-gradient(135deg, #d2b06b 0%, #fff1bc 100%);
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
  display: inline-block;
}
.team .team-member .pic-wrap span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  z-index: 10;
  border-radius: 21px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(45deg, #d2b06b 0%, #fff1bc 100%);
  font-size: 28px;
}
.team .team-member .pic-wrap span:before {
  content: "";
  background: url(../images/+.png) center center no-repeat;
  width: 19px;
  height: 18px;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.team .team-member h3 {
  color: #604234;
  float: left;
  width: 100%;
  text-align: center;
  font-family: times new roman;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 560px) {
  .team .team-member h3 {
    font-size: 20px;
    line-height: 1;
  }
}
.team .team-member h3 a {
  color: #604234;
}
.team .team-member > span {
  font-size: 10px;
  color: #604234;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 560px) {
  .team .team-member > span {
    font-size: 14px;
  }
}
.team .team-member p {
  font-size: 11px;
  color: #604234;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 560px) {
  .team .team-member p {
    display: block;
  }
}
.team .team-member .toggler {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  line-height: 16px;
  color: #2c1112 !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
@media (min-width: 560px) {
  .team .team-member .toggler {
    font-size: 13px;
    line-height: 28px;
  }
}
.team .team-member .toggler img {
  display: inline-block;
  margin-right: 10px;
  height: 16px;
  vertical-align: top;
}
@media (min-width: 560px) {
  .team .team-member .toggler img {
    height: 28px;
  }
}
.team .team-member .toggler:hover {
  text-decoration: underline;
}
.team .team-member .togler-a {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  line-height: 16px;
  color: #2c1112 !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
@media (min-width: 560px) {
  .team .team-member .togler-a {
    font-size: 13px;
    line-height: 28px;
  }
}
.team .team-member .togler-a img {
  display: inline-block;
  margin-right: 10px;
  height: 16px;
  vertical-align: top;
}
@media (min-width: 560px) {
  .team .team-member .togler-a img {
    height: 28px;
  }
}
.team .team-member .togler-a:hover {
  text-decoration: underline;
}
.services {
  position: relative;
  margin-bottom: 5px;
  padding: 30px 0px 30px 0px;
}
@media (min-width: 990px) {
  .services {
    padding: 60px 0px 100px 0px;
  }
}
.services:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #d2b06b 0%, #fff1bc 100%);
  opacity: 0.2;
}
.services h2 {
  float: left;
  text-align: center;
  line-height: 1;
  color: #2c1112;
  margin-bottom: 15px;
  width: 100%;
  font-family: times new roman;
  font-size: 32px;
}
@media (min-width: 768px) {
  .services h2 {
    font-size: 48px;
  }
}
.services .wrap {
  position: relative;
  z-index: 5;
}
.services .wrap > p {
  color: #2c1112;
  float: left;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .services .wrap > p {
    margin-bottom: 80px;
  }
}
.services .wrap > p br {
  display: none;
}
@media (min-width: 768px) {
  .services .wrap > p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
  .services .wrap > p br {
    display: block;
  }
}
.services .services-list {
  float: left;
  width: 100%;
}
.services .services-list .service {
  position: relative;
  text-align: center;
}
.services .services-list .service:after {
  content: "";
  background: #dcbf7d;
  height: 2px;
  width: 95%;
  position: relative;
  top: auto;
  left: 0px;
  right: auto;
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .services .services-list .service:after {
    content: "";
    width: 3px;
    height: 100%;
    background: url(../images/line.png) center center no-repeat;
    position: absolute;
    right: -1.5px;
    left: auto;
    top: 0px;
  }
}
.services .services-list .service:last-of-type:after {
  display: none;
}
.services .services-list .service img {
  display: inline-block;
  margin: auto;
  margin-bottom: 35px;
  width: 80px;
}
@media (min-width: 768px) {
  .services .services-list .service img {
    width: auto;
  }
}
.services .services-list .service h3 {
  color: #2c1112;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 768px) {
  .services .services-list .service h3 {
    font-size: 20px;
  }
}
.services .services-list .service p {
  color: #2c1112;
  display: inline-block;
  min-width: 285px;
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  min-width: 90%;
  margin-bottom: 30px;
}
.services .services-list .service p br {
  display: none;
}
@media (min-width: 990px) {
  .services .services-list .service p {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .services .services-list .service p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
  .services .services-list .service p br {
    display: block;
  }
}
.article-light {
  position: relative;
  margin-bottom: 5px;
  padding: 30px 0px 30px 0px;
  padding: 70px 0px 30px 0px;
}
@media (min-width: 990px) {
  .article-light {
    padding: 60px 0px 100px 0px;
  }
}
.article-light:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #d2b06b 0%, #fff1bc 100%);
  opacity: 0.2;
}
.article-light h2 {
  float: left;
  text-align: center;
  line-height: 1;
  color: #2c1112;
  margin-bottom: 15px;
  width: 100%;
  font-family: times new roman;
  font-size: 32px;
}
@media (min-width: 768px) {
  .article-light h2 {
    font-size: 48px;
  }
}
.article-light .wrap {
  position: relative;
  z-index: 5;
}
.article-light .wrap > p {
  color: #2c1112;
  float: left;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .article-light .wrap > p {
    margin-bottom: 80px;
  }
}
.article-light .wrap > p br {
  display: none;
}
@media (min-width: 768px) {
  .article-light .wrap > p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
  .article-light .wrap > p br {
    display: block;
  }
}
.article-light .services-list {
  float: left;
  width: 100%;
}
.article-light .services-list .service {
  position: relative;
  text-align: center;
}
.article-light .services-list .service:after {
  content: "";
  background: #dcbf7d;
  height: 2px;
  width: 95%;
  position: relative;
  top: auto;
  left: 0px;
  right: auto;
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .article-light .services-list .service:after {
    content: "";
    width: 3px;
    height: 100%;
    background: url(../images/line.png) center center no-repeat;
    position: absolute;
    right: -1.5px;
    left: auto;
    top: 0px;
  }
}
.article-light .services-list .service:last-of-type:after {
  display: none;
}
.article-light .services-list .service img {
  display: inline-block;
  margin: auto;
  margin-bottom: 35px;
  width: 80px;
}
@media (min-width: 768px) {
  .article-light .services-list .service img {
    width: auto;
  }
}
.article-light .services-list .service h3 {
  color: #2c1112;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 768px) {
  .article-light .services-list .service h3 {
    font-size: 20px;
  }
}
.article-light .services-list .service p {
  color: #2c1112;
  display: inline-block;
  min-width: 285px;
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  min-width: 90%;
  margin-bottom: 30px;
}
.article-light .services-list .service p br {
  display: none;
}
@media (min-width: 990px) {
  .article-light .services-list .service p {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .article-light .services-list .service p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
  .article-light .services-list .service p br {
    display: block;
  }
}
.article-light h1 {
  text-align: center;
  display: block;
  margin-bottom: 25px !important;
}
.article-light p {
  margin-bottom: 25px !important;
}
@media (min-width: 990px) {
  .article-light {
    padding: 108px 0px 30px 0px;
  }
}
.btn-primary {
  display: block;
  line-height: 20px;
  color: #2c1112;
  font-family: times new roman;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  box-shadow: 0.707px 0.707px 1px rgba(0, 0, 0, 0.17);
  background-image: linear-gradient(45deg, #d2b06b 0%, #fff1bc 100%);
  outline: none;
  padding: 13px 20px;
  text-align: center;
  min-width: 150px;
}
.btn-primary:hover {
  color: #2c1112;
  box-shadow: 0.707px 0.707px 1px rgba(0, 0, 0, 0.3);
}
.btn-primary:focus {
  color: #2c1112;
  box-shadow: 0.707px 0.707px 1px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(45deg, #d2b06b 0%, #fff1bc 100%);
}
.wrap {
  overflow: hidden;
}
.contact-page {
  position: relative;
  margin-bottom: 5px;
  padding-top: 57px;
}
@media (min-width: 990px) {
  .contact-page {
    padding: 150px 0px 0px 0px;
    padding-top: 119px;
  }
}
.contact-page h1 {
  float: left;
  text-align: left;
  line-height: 1;
  color: #2c1112;
  margin-bottom: 22px;
  width: 100%;
  font-family: "Times New Roman";
  font-size: 32px;
}
@media (min-width: 768px) {
  .contact-page h1 {
    font-size: 48px;
  }
}
.contact-page p {
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #2c1112;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 32.4px;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .contact-page p {
    margin-bottom: 40px;
  }
}
.contact-page .socials {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .contact-page .socials {
    margin-bottom: 75px;
  }
}
.contact-page .socials a {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.contact-page .socials a:hover {
  transform: translateY(-10px);
}
.contact-page .links {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
.contact-page .links .block {
  float: left;
  width: 100%;
  text-align: left;
}
.contact-page .links a {
  color: #2c1112;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 32px;
}
.contact-page .links a img {
  margin-right: 15px;
}
.contact-page form {
  padding-bottom: 75px;
}
.contact-page form button {
  float: right;
}
.contact-page form .form-group img {
  width: 57px;
  height: 52px;
  float: left;
}
.contact-page form .form-group input,
.contact-page form .form-group textarea {
  width: calc(100% - 57px);
  color: #2c1112;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 400;
}
.contact-page form .form-group input {
  height: 52px;
  border-radius: 6px;
  border: 1px solid #dcbf7d;
}
.contact-page form .form-group textarea {
  border-radius: 6px;
  padding-top: 14px;
  border: 1px solid #dcbf7d;
  min-height: 135px;
  max-width: 100%;
}
.contact-page .map {
  float: left;
  width: 100%;
  height: 280px;
}
@media (min-width: 990px) {
  .contact-page .map {
    height: 750px;
  }
}
@media (min-width: 768px) {
  .contact-page .map {
    height: 350px;
  }
}
.contact {
  position: relative;
  margin-bottom: 5px;
  padding: 30px 0px 0px 0px;
}
@media (min-width: 990px) {
  .contact {
    padding: 60px 0px 0px 0px;
  }
}
.contact .wrap {
  width: 100%;
}
.contact .pic-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.contact .pic-wrap img {
  display: inline-block;
  width: auto;
  min-width: 100%;
  margin: auto;
}
.contact h2 {
  font-size: 48px;
  float: left;
  text-align: center;
  line-height: 1;
  color: #2c1112;
  margin-bottom: 15px;
  width: 100%;
  font-family: times new roman;
  margin-top: 30px;
  font-size: 32px;
}
@media (min-width: 990px) {
  .contact h2 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .contact h2 {
    font-size: 48px;
  }
}
.contact .wrap > p {
  color: #2c1112;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .contact .wrap > p {
    margin-bottom: 45px;
  }
}
.contact .wrap > p br {
  display: block;
}
@media (min-width: 768px) {
  .contact .wrap > p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .contact .wrap > p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
}
.contact .wrap > p span {
  color: #d3b36a;
  margin: 0px 30px;
  display: none;
}
@media (min-width: 768px) {
  .contact .wrap > p span {
    display: inline-block;
  }
}
.contact .wrap > p a {
  text-decoration: underline;
  color: #2c1112;
}
.contact .wrap > p a:hover {
  text-decoration: none;
}
.contact .socials {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  .contact .socials {
    margin-bottom: 60px;
  }
}
.contact .socials a {
  display: inline-block;
  margin: 0px 7.5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.contact .socials a:hover {
  transform: translateY(-10px);
}
.contact .map {
  float: left;
  width: 100%;
  height: 280px;
}
@media (min-width: 990px) {
  .contact .map {
    height: 3750px;
  }
}
@media (min-width: 768px) {
  .contact .map {
    height: 350px;
  }
}
.modal-backdrop {
  background-color: rgba(220, 191, 125, 0.67);
}
.modal-dialog {
  min-width: 1180px;
}
.modal-dialog .modal-content {
  width: 100%;
  border: 5px solid #dcbf7d;
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 36px;
  display: inline-block;
}
.modal-dialog .modal-header {
  float: right;
  border-radius: 20px 0 0 20px;
  background-image: linear-gradient(45deg, #d2b06b 0%, #dbbd7b 20%, #dfc281 28%, #fff1bc 100%);
  position: relative;
  width: 98%;
  margin-top: 30px;
  padding: 30px 0px 25px 30px;
}
@media (min-width: 990px) {
  .modal-dialog .modal-header {
    padding: 60px 0px 34px 85px;
    margin-top: 40px;
    width: 90%;
  }
}
.modal-dialog .modal-header .close {
  position: absolute;
  color: #2c1112;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  text-shadow: none;
  opacity: 1;
  right: 10px;
  top: 10px;
  line-height: 16px;
  font-size: 10px;
}
@media (min-width: 990px) {
  .modal-dialog .modal-header .close {
    font-size: 14px;
    line-height: 32px;
    right: 30px;
    top: 14px;
  }
}
.modal-dialog .modal-header .close img {
  height: 16px;
  margin-left: 8px;
}
@media (min-width: 990px) {
  .modal-dialog .modal-header .close img {
    margin-left: 15px;
    height: 32px;
  }
}
.modal-dialog .modal-header .close:focus {
  outline: none;
}
.modal-dialog .modal-header .close:hover {
  opacity: 0.5;
}
.modal-dialog .modal-header .modal-title {
  color: #2c1112;
  font-family: "Times New Roman";
  text-align: left;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 990px) {
  .modal-dialog .modal-header .modal-title {
    font-size: 43px;
    line-height: 45px;
  }
}
.modal-dialog .modal-body {
  float: left;
  width: 100%;
  padding: 30px 30px 30px 30px;
}
@media (min-width: 990px) {
  .modal-dialog .modal-body {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 18%;
    padding-left: 22.5%;
  }
}
.modal-dialog .modal-body p {
  float: left;
  width: 100%;
  font-weight: 400;
  line-height: 32.4px;
  font-size: 14px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.detail {
  padding: 30px 0px 30px 0px;
}
@media (min-width: 990px) {
  .detail {
    padding: 70px 0px 100px 0px;
  }
}
.detail .photo {
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .detail .photo {
    text-align: left;
  }
}
.detail .photo .row {
  float: left;
  width: 100%;
  margin: 0px;
  display: inline-block;
}
.detail .photo .pic-wrap {
  min-width: 95%;
  border-radius: 32px;
  position: relative;
  z-index: 15;
  overflow: hidden;
  border: 5px solid #dcbf7d;
  float: none;
  display: inline-block;
  margin: auto;
  width: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .detail .photo .pic-wrap {
    float: left;
    margin: 0px;
  }
}
.detail .photo .pic-wrap img {
  float: left;
  min-height: 300px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .detail .photo .pic-wrap img {
    min-height: none;
  }
}
.detail .photo .toggler {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #2c1112;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 29.64px;
  text-transform: uppercase;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .detail .photo .toggler {
    margin-top: 28px;
    min-width: 95%;
    margin-bottom: 0px;
  }
}
.detail .photo .toggler img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.detail .photo .toggler:hover {
  text-decoration: underline;
}
.detail .photo .back {
  color: #2c1112;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  width: auto;
  display: inline-block;
  margin: auto;
  float: none;
}
@media (min-width: 768px) {
  .detail .photo .back {
    margin-top: 13px;
    margin-bottom: 21px;
    float: left;
  }
}
.detail .header {
  position: relative;
  float: left;
  z-index: 10;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 10px 25px 10px;
}
@media (min-width: 768px) {
  .detail .header {
    padding: 70px 0px 24px 0px;
    margin-bottom: 40px;
  }
}
.detail .header:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(45deg, #d2b06b 0%, #dbbd7b 20%, #dfc281 28%, #fff1bc 100%);
  left: 0px;
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .detail .header:after {
    border-radius: 20px 0px 0px 20px;
    left: -200px;
    width: calc(100% + 200px);
  }
}
.detail .header h1,
.detail .header .toggler {
  position: relative;
  z-index: 10;
  float: left;
  width: 100%;
}
.detail .header .toggler {
  float: left;
  cursor: pointer;
  color: #2c1112;
  font-family: Roboto;
  font-size: 16px;
  margin-top: 26px;
  font-weight: 300;
  line-height: 29.64px;
  text-transform: uppercase;
  display: none;
}
.detail .header .toggler img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.detail .header .toggler:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .detail .header .toggler {
    display: block;
  }
}
.detail .header h1 {
  color: #2c1112;
  font-family: "Times New Roman";
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .detail .header h1 {
    font-size: 43px;
    line-height: 45px;
    text-align: left;
  }
}
.detail p {
  float: left;
  width: 100%;
  color: #2c1112;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  padding-right: 0px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .detail p {
    padding-right: 10%;
    padding-bottom: 0px;
    text-align: left;
  }
}
.anchor {
  background-color: white;
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  position: relative;
  top: -76px;
}
@media (max-width: 768px) {
  .anchor {
    top: -43px;
  }
}
footer {
  padding: 25px 0px;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: linear-gradient(45deg, #d2b06b 0%, #fff1bc 100%);
}
footer .scroll-top {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 93px;
  height: 66px;
  margin: auto;
  top: -40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  z-index: 0;
  cursor: pointer;
}
footer .scroll-top:hover {
  transform: translateY(-7px);
}
footer .wrap {
  position: relative;
  z-index: 10;
}
footer p {
  float: left;
  color: #2C1112;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 17px;
}
@media (min-width: 560px) {
  footer p {
    line-height: 28px;
    font-size: 18px;
    text-align: left;
    width: auto;
  }
}
footer a {
  float: right;
  color: #2C1112;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 17px;
}
@media (min-width: 560px) {
  footer a {
    line-height: 28px;
    font-size: 18px;
    text-align: right;
    width: auto;
  }
}
footer a:hover {
  text-decoration: none;
  color: white;
}
