body, html {
  margin: 0;
  font-family: "Roboto Slab", serif;
  min-width: 320px;
  background: #F7F7FB; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

* {
  letter-spacing: 0;
  font-family: "Roboto Slab", serif !important; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Roboto Slab", serif; }
  body.no-scroll {
    overflow: hidden; }

.wrapper {
  width: 100%; }

html {
  height: auto;
  min-height: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.wrapper,
body {
  height: auto;
  background: #E8E8E8; }

img.lazyload, video.lazyload {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.is-loaded {
  opacity: 0;
  visibility: visible;
  -webkit-animation: faddingImgAnim 0.5s ease;
          animation: faddingImgAnim 0.5s ease; }

@-webkit-keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

@keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

body::-webkit-scrollbar {
  display: none; }

p, h1, ul, ol, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-nav > li > a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #FFFFFF;
  text-decoration: none; }
  .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #D6A354;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none; }

.rd-navbar-fullwidth .rd-navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.rd-navbar-fullwidth.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-stuck {
  background: #191919;
  border-bottom-color: #191919; }

.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
  -webkit-box-shadow: 0 0 9px 3px rgba(18, 18, 18, 0.18);
          box-shadow: 0 0 9px 3px rgba(18, 18, 18, 0.18); }
  .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-nav > li::after {
    left: calc(100% + 23px); }
  .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-nav > li:nth-child(3)::after {
    content: ''; }

.rd-navbar-nav > li, .rd-navbar-nav > li {
  position: relative; }
  .rd-navbar-nav > li::after, .rd-navbar-nav > li::after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D6A354;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .rd-navbar-nav > li:nth-child(3)::after, .rd-navbar-nav > li:last-child::after, .rd-navbar-nav > li:nth-child(3)::after, .rd-navbar-nav > li:last-child::after {
    content: none; }

.rd-navbar-nav > li.lang {
  z-index: 2; }
  .rd-navbar-nav > li.lang > ul {
    position: absolute;
    width: 100%;
    top: calc(100% - 12px);
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 10px;
    background: black;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .rd-navbar-nav > li.lang > ul li {
      margin: 0 !important;
      width: 100%;
      border-bottom: 1px solid #D6A354; }
      .rd-navbar-nav > li.lang > ul li:last-child {
        border-bottom: none; }
      .rd-navbar-nav > li.lang > ul li span, .rd-navbar-nav > li.lang > ul li a {
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.08em;
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.5);
        padding: 6px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
        -o-transition: color 0.3s ease, background-color 0.3s ease;
        transition: color 0.3s ease, background-color 0.3s ease; }
      .rd-navbar-nav > li.lang > ul li span {
        color: #D6A354; }
      .rd-navbar-nav > li.lang > ul li a:hover {
        background: #D6A354;
        color: #0b0b0b;
        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
        -o-transition: color 0.3s ease, background-color 0.3s ease;
        transition: color 0.3s ease, background-color 0.3s ease; }
  .rd-navbar-nav > li.lang > span {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 66px;
    padding: 5px 13px 5px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease; }
    .rd-navbar-nav > li.lang > span svg {
      margin-right: 10px;
      width: 19px;
      height: 19px; }
      .rd-navbar-nav > li.lang > span svg path {
        stroke: #fff;
        -webkit-transition: stroke 0.3s ease;
        -o-transition: stroke 0.3s ease;
        transition: stroke 0.3s ease; }
    .rd-navbar-nav > li.lang > span:hover, .rd-navbar-nav > li.lang > span.active {
      color: #D6A354;
      -webkit-transition: color 0.3s ease, background-color 0.3s ease;
      -o-transition: color 0.3s ease, background-color 0.3s ease;
      transition: color 0.3s ease, background-color 0.3s ease;
      background: black; }
      .rd-navbar-nav > li.lang > span:hover svg path, .rd-navbar-nav > li.lang > span.active svg path {
        stroke: #D6A354;
        -webkit-transition: stroke 0.3s ease;
        -o-transition: stroke 0.3s ease;
        transition: stroke 0.3s ease; }
  .rd-navbar-nav > li.lang:hover > ul, .rd-navbar-nav > li.lang.active > ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.rd-navbar-nav-wrap {
  width: 100%; }
  .rd-navbar-nav-wrap .rd-navbar-nav-inner {
    width: 100%; }
    .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }

.hidden-info {
  display: none;
  width: 100%;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 14px; }
  .hidden-info span {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    color: #D6A354;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 15px; }
  .hidden-info .hid-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    .hidden-info .hid-cont p, .hidden-info .hid-cont a {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.08em;
      color: #FFFFFF;
      margin-bottom: 10px; }
      .hidden-info .hid-cont p:last-child, .hidden-info .hid-cont a:last-child {
        margin-bottom: 0; }

.rd-navbar-fullwidth .rd-navbar-nav li:first-child {
  margin-left: 135px; }

.rd-navbar-fixed .rd-navbar-panel:before {
  background: #191919;
  border-bottom-color: #D6A354; }

.brand-mobile {
  overflow: hidden;
  border-radius: 40px; }

.rd-navbar-toggle span, .rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
  background: #fff; }

.rd-navbar-fixed .rd-navbar-nav-wrap {
  background: #191919;
  border-right-color: #D6A354; }

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .hero .container {
    z-index: 2;
    position: relative;
    height: auto; }
    .hero .container::before, .hero .container::after {
      content: none; }

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  background: #242424; }
  .hero-bg img, .hero-bg video, .hero-bg iframe {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0; }

.hero-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 180px 0;
  position: relative; }
  .hero-container h1, .hero-container h2, .hero-container h3, .hero-container h4, .hero-container h5, .hero-container h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 84px;
    letter-spacing: 0.08em;
    color: #FFFFFF; }
  .hero-container .btn {
    margin-top: 45px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important; }

.btn {
  outline: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 19px 80px;
  border: 2px solid rgba(255, 255, 255, 0);
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease, border 0.4s ease, background 0.4s ease;
  -o-transition: color 0.4s ease, border 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, border 0.4s ease, background 0.4s ease;
  border-radius: 0;
  margin: 0; }
  .btn--orange {
    color: #D6A354;
    border: 2px solid #D6A354; }
    .btn--orange:hover {
      background: #D6A354;
      color: #fff;
      -webkit-transition: color 0.4s ease, border 0.4s ease, background 0.4s ease;
      -o-transition: color 0.4s ease, border 0.4s ease, background 0.4s ease;
      transition: color 0.4s ease, border 0.4s ease, background 0.4s ease; }

.hero-container__bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 39px; }

.hero__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .hero__cont p, .hero__cont a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .hero__cont p:last-child, .hero__cont a:last-child {
      margin-bottom: 0; }
  .hero__cont a:hover {
    text-decoration: underline; }

.hero__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .hero__soc a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    margin-right: 30px;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease; }
    .hero__soc a:last-child {
      margin-right: 0; }
    .hero__soc a:hover {
      color: #D6A354;
      border-bottom: 1px solid #D6A354;
      -webkit-transition: color 0.3s ease, border 0.3s ease;
      -o-transition: color 0.3s ease, border 0.3s ease;
      transition: color 0.3s ease, border 0.3s ease; }

.map-container iframe {
  width: 100%; }

.barb-icon {
  height: 50px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-110%, 0);
      -ms-transform: translate(-110%, 0);
          transform: translate(-110%, 0); }
  .barb-icon img, .barb-icon svg {
    width: auto;
    height: 100%; }
  .barb-icon svg path {
    fill: #fff;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  .barb-icon:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .barb-icon:hover svg path {
      fill: #D6A354;
      -webkit-transition: fill 0.3s ease;
      -o-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }

.about-us {
  width: 100%;
  padding: 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff; }

.about-us__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.about-img {
  width: 45%;
  margin-left: 5%;
  height: 472px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 12px;
  padding-bottom: 12px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .about-img::before {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 12px;
    top: 12px;
    border: 2px solid #D6A354;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    content: ''; }
  .about-img > .img {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    overflow: hidden;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.4s ease;
    transition: -webkit-filter 0.4s ease;
    -o-transition: filter 0.4s ease;
    transition: filter 0.4s ease;
    transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
    .about-img > .img:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transition: -webkit-filter 0.4s ease;
      transition: -webkit-filter 0.4s ease;
      -o-transition: filter 0.4s ease;
      transition: filter 0.4s ease;
      transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
    .about-img > .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about-img .gallery_active {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2; }
    .about-img .gallery_active.owl-carousel .owl-stage-outer {
      height: 100%; }
    .about-img .gallery_active .owl-stage {
      height: 100%; }
      .about-img .gallery_active .owl-stage .owl-item {
        height: 100%; }
        .about-img .gallery_active .owl-stage .owl-item .single_gallery {
          height: 100%; }
        .about-img .gallery_active .owl-stage .owl-item .thumb {
          height: 100%; }
        .about-img .gallery_active .owl-stage .owl-item img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%; }
  .about-img .single_gallery {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.4s ease;
    transition: -webkit-filter 0.4s ease;
    -o-transition: filter 0.4s ease;
    transition: filter 0.4s ease;
    transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
    .about-img .single_gallery:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transition: -webkit-filter 0.4s ease;
      transition: -webkit-filter 0.4s ease;
      -o-transition: filter 0.4s ease;
      transition: filter 0.4s ease;
      transition: filter 0.4s ease, -webkit-filter 0.4s ease; }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .owl-carousel .owl-controls .owl-dot:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #D6A354;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }

.owl-carousel .owl-nav div {
  height: 48px !important;
  border-radius: 0 !important;
  width: 24px !important; }

.owl-prev, .owl-next {
  left: 10px !important; }
  .owl-prev i, .owl-next i {
    display: none; }
  .owl-prev::before, .owl-next::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    width: 8px;
    height: 16px;
    display: inline-block;
    content: '';
    background: url("../img/prev-arr.svg") no-repeat center/100%; }

.owl-next {
  left: auto !important;
  right: 10px !important; }
  .owl-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }

.about-text {
  width: 50%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.menu-header-social li {
  width: 40px;
  height: 40px;
  margin-right: 5px; }
  .menu-header-social li:last-child {
    margin-right: 0; }
  .menu-header-social li a {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F5F5F5;
    border: 2px solid #f5f5f5; }
    .menu-header-social li a img {
      width: auto !important;
      height: 18px !important; }
    .menu-header-social li a:hover {
      border: 2px solid #D6A354; }

.brand-mobile a {
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #f5f5f5; }
  .brand-mobile a img {
    width: 23px !important;
    height: 23px !important; }
  .brand-mobile a:hover {
    border: 2px solid #D6A354; }

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .text span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #D6A354;
    display: inline-block;
    margin-bottom: 5px; }
  .text h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    letter-spacing: 0.08em;
    text-transform: none;
    margin-bottom: 15px; }
  .text p, .text a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0; }
    .text p:last-child, .text a:last-child {
      margin-bottom: 0; }
  .text a:not(.btn) {
    font-weight: bold; }
    .text a:not(.btn):hover {
      color: #D6A354; }
  .text .btn {
    margin-top: 40px; }
  .text .icons {
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .text ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .text ul li {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: #000000;
      margin-bottom: 15px; }
      .text ul li:last-child {
        margin-bottom: 0; }
      .text ul li img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }

.barb-phil {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px; }

.border-text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 1px solid #9E9E9E;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
  .border-text p {
    color: #000000; }

.our-price {
  width: 100%;
  background: url("../img/price-bg2.jpg") no-repeat 10% bottom/594px, #191919; }

.our-price__container {
  width: 100%;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .our-price__container .left {
    width: 50%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .our-price__container .left .text {
      max-width: 393px; }
      .our-price__container .left .text h2, .our-price__container .left .text p {
        color: #fff; }
  .our-price__container .price {
    width: 50%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .our-price__container .price > p {
      font-style: normal;
      font-weight: bold;
      width: 100%;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      color: #D6A354;
      margin-bottom: 6px; }
    .our-price__container .price::before, .our-price__container .price::after {
      width: 100%;
      height: 30px;
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      background: url("../img/price-top.svg") no-repeat center/100%;
      top: 0; }
    .our-price__container .price::after {
      top: auto;
      bottom: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .our-price__container .price ul {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .our-price__container .price ul li {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #515151;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF; }
        .our-price__container .price ul li:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        .our-price__container .price ul li span {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 26px;
          color: #D6A354;
          display: inline-block;
          margin-left: 3px;
          margin-right: 3px; }
        .our-price__container .price ul li div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }

.rd-navbar-fullwidth .rd-navbar-nav > li > a:active, .rd-navbar-fullwidth .rd-navbar-nav > li > a:focus {
  color: #D6A354; }

.our-work {
  width: 100%;
  padding: 90px 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .our-work .owl-dots {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .our-work .owl-dot {
    width: 25px;
    height: 3px;
    margin-left: 5px;
    opacity: 0.5;
    background: #000;
    border-radius: 0; }
    .our-work .owl-dot.active {
      height: 5px;
      opacity: 1; }

.our-work__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .our-work__container .text {
    margin-bottom: 45px; }
  .our-work__container .gallery_active .owl-item {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .our-work__container .gallery_active .owl-item.center, .our-work__container .gallery_active .owl-item:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transition: -webkit-filter 0.3s ease;
      transition: -webkit-filter 0.3s ease;
      -o-transition: filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease; }

.our-master {
  width: 100%;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #191919; }

.our-master__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .our-master__container .text h2 {
    color: #fff; }
  .our-master__container .head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px; }
    .our-master__container .head > p {
      margin-left: 20px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      text-align: right;
      color: #FFFFFF; }
  .our-master__container > .cell-xs-12 {
    padding-left: 0;
    padding-right: 0; }

.thumbnail-card-header {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000; }

.thumbnail-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .thumbnail-card .thumbnail-card-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.thumbnail-card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #9E9E9E;
  position: relative;
  padding-top: 15px;
  margin-bottom: 15px; }
  .thumbnail-card-text::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 17px;
    height: 11px;
    display: inline-block;
    content: '';
    background: url("../img/thm-ic-bef.svg") no-repeat center/100%; }

.our-location {
  width: 100%;
  position: relative; }
  .our-location .rd-google-map__model {
    height: 100%; }

.map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.thumbnail-card * + .inline-list {
  margin-top: auto; }

.loc-text {
  padding: 113px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .loc-text .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .loc-text .container::before, .loc-text .container::after {
      content: none; }

.loc-text__container {
  height: 100%;
  min-height: 548px;
  width: 452px;
  position: relative;
  padding: 100px 0 135px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: all; }
  .loc-text__container h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 180px; }
  .loc-text__container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    bottom: 0;
    background: #191919;
    display: inline-block;
    content: '';
    z-index: -1; }
  .loc-text__container::after {
    width: 164px;
    height: 283px;
    display: inline-block;
    content: '';
    background: url("../img/half-logo-cont.svg") no-repeat center/100%;
    position: absolute;
    z-index: -1;
    opacity: 0.82;
    top: 0;
    left: 0; }

.loc-text__type {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.loc-text__column {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .loc-text__column span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 15px; }
  .loc-text__column p, .loc-text__column a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 0; }
    .loc-text__column p:last-child, .loc-text__column a:last-child {
      margin-bottom: 0; }
    .loc-text__column p strong, .loc-text__column a strong {
      font-weight: normal;
      color: #9E9E9E; }
  .loc-text__column a {
    text-decoration: none; }
    .loc-text__column a:hover {
      text-decoration: underline; }

.footer-main {
  width: 100%;
  background: #E8E8E8; }

.footer-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 58px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.footer_nav {
  margin-right: 20px; }
  .footer_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .footer_nav ul li {
      width: auto;
      margin: 0 35px 0 0;
      padding: 0; }
      .footer_nav ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        white-space: nowrap;
        line-height: 18px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #000000;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .footer_nav ul li a:hover, .footer_nav ul li a.active {
          color: #D6A354;
          text-decoration: underline;
          -webkit-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          transition: color 0.3s ease; }
      .footer_nav ul li:last-child {
        margin: 0; }

.footer_soc .inline-list-xs {
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block; }
  .footer_soc .inline-list-xs > li {
    margin-top: 0; }
    .footer_soc .inline-list-xs > li a {
      background: #191919;
      color: #fff;
      -webkit-transition: color 0.3s ease, background-color 0.3s ease;
      -o-transition: color 0.3s ease, background-color 0.3s ease;
      transition: color 0.3s ease, background-color 0.3s ease; }
      .footer_soc .inline-list-xs > li a:hover {
        background: #D6A354;
        color: #fff;
        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
        -o-transition: color 0.3s ease, background-color 0.3s ease;
        transition: color 0.3s ease, background-color 0.3s ease; }

.footer-bottom {
  padding: 12px;
  width: 100%;
  background: #191919; }
  .footer-bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: right; }
    .footer-bottom p .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.certif {
  width: 100%;
  background: #191919; }
  .certif .left .text h2, .certif .left .text p, .certif .left .text a {
    color: #fff; }
  .certif .our-price__container .left .text {
    max-width: 480px; }
    .certif .our-price__container .left .text h2 {
      font-size: 22px;
      line-height: 27px; }
    .certif .our-price__container .left .text p, .certif .our-price__container .left .text a {
      font-size: 16px;
      line-height: 20px; }
    .certif .our-price__container .left .text a:not(.btn) {
      color: #D6A354; }

.certif-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .certif-container .left {
    width: 50%;
    padding-right: 50px; }
    .certif-container .left .text h2, .certif-container .left .text p {
      color: #fff; }

@media screen and (max-width: 1230px) and (min-width: 992px) {
  .hero-container h1, .hero-container h2, .hero-container h3, .hero-container h4, .hero-container h5, .hero-container h6 {
    font-size: 54px;
    line-height: 62px; }
  .hero-container .btn {
    margin-top: 30px; }
  .rd-navbar-fullwidth .rd-navbar-brand {
    width: 95px;
    height: 95px; }
    .rd-navbar-fullwidth .rd-navbar-brand .brand-desktop {
      width: 100%;
      height: 100%; }
      .rd-navbar-fullwidth .rd-navbar-brand .brand-desktop img {
        width: 100%;
        height: 100%; }
  .rd-navbar-fullwidth .rd-navbar-nav li:first-child {
    margin-left: 35px; }
  .rd-navbar-fullwidth .rd-navbar-brand {
    left: 45px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .rd-navbar-fullwidth .rd-navbar-nav > li:nth-child(4) {
    margin-left: 36px; }
  .rd-navbar-fullwidth .rd-navbar-inner {
    height: 110px; }
  .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .rd-navbar-fullwidth .rd-navbar-nav > li:nth-child(3)::after {
    content: ''; } }

@media screen and (max-width: 1200px) {
  .about-text {
    padding-right: 3%; }
  .about-img {
    margin-left: 3%;
    width: 47%;
    height: 442px; }
  .about-us {
    padding: 120px 0; }
  .border-text {
    padding-left: 20px;
    margin-bottom: 20px; }
  .text .icons {
    padding-left: 20px; }
  .text p {
    margin-bottom: 18px; }
  .text h2 {
    font-size: 30px; }
  .loc-text__container {
    min-height: 439px;
    width: 453px;
    position: relative;
    padding: 60px 0 85px 45px; }
    .loc-text__container h2 {
      margin-bottom: 120px; } }

@media screen and (min-width: 1023px) and (max-width: 1720px) {
  .hero-container {
    padding: 230px 0 130px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .hero-bg img {
    height: 87%;
    top: auto;
    bottom: 0; }
  .hero-bg::before {
    width: 100%;
    height: 32%;
    display: inline-block;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, #242424));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #242424 40%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #242424 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; } }

@media screen and (max-width: 1023px) {
  .hero__soc {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 220px; }
    .hero__soc a {
      margin-bottom: 12px;
      margin-right: 26px; }
      .hero__soc a:nth-child(even) {
        margin-right: 0; }
      .hero__soc a:nth-child(3), .hero__soc a:nth-child(4) {
        margin-bottom: 0; }
  .our-master__container .head > p {
    text-align: left; }
  .footer_nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px; }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer_soc .inline-list-xs {
    margin-top: 30px;
    display: block; }
  .map-container {
    position: static;
    width: 100%;
    height: 420px; }
  .loc-text {
    padding: 0; }
  .loc-text__container {
    min-height: 0;
    width: 100%;
    padding: 60px 0; }
    .loc-text__container::before {
      left: -15px; }
    .loc-text__container::after {
      left: -15px; }
  .our-master {
    padding: 50px 0; }
  .our-master__container .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .our-master__container .head > p {
      max-width: none;
      margin-top: 5px;
      margin-left: 0; }
  .our-work {
    padding: 50px 0; }
  .our-work__container .text {
    margin-bottom: 25px; }
  .text .btn {
    margin-top: 20px; }
  .our-price__container {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .our-price__container .left {
      margin-bottom: 30px;
      width: 100%;
      max-width: 100%;
      padding-right: 0; }
      .our-price__container .left .text {
        max-width: none; }
    .our-price__container .price {
      width: 100%;
      padding-top: 45px;
      padding-bottom: 45px; }
      .our-price__container .price::before, .our-price__container .price::after {
        height: 30px; }
      .our-price__container .price ul li {
        font-size: 14px;
        margin-bottom: 13px;
        padding-bottom: 13px; }
        .our-price__container .price ul li div span {
          font-size: 14px; } }

@media screen and (max-width: 991px) {
  .hero-container h1, .hero-container h2, .hero-container h3, .hero-container h4, .hero-container h5, .hero-container h6 {
    font-size: 48px;
    line-height: 54px; }
  .hidden-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rd-navbar-nav-wrap .rd-navbar-nav-inner .container {
    padding: 0; }
  .rd-navbar-fixed .rd-navbar-nav-wrap {
    width: 300px;
    -webkit-box-shadow: 0 0 10px 3px rgba(18, 18, 18, 0.2);
            box-shadow: 0 0 10px 3px rgba(18, 18, 18, 0.2); }
  .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav > li {
      width: 100%;
      margin: 0 !important;
      border-bottom: 1px solid #D6A354; }
      .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav > li:last-child {
        border-bottom: none; }
      .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav > li::after {
        content: none; }
      .rd-navbar-nav-wrap .rd-navbar-nav-inner .rd-navbar-nav > li > a {
        width: 100%;
        color: #fff;
        padding: 14px 10px; }
  .rd-navbar-nav > li.lang > span, .rd-navbar-nav > li.lang > span {
    background: #fff;
    border-radius: 0;
    color: #191919;
    padding: 14px; }
    .rd-navbar-nav > li.lang > span svg path, .rd-navbar-nav > li.lang > span svg path {
      stroke: #191919; }
  .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li:hover > a:hover {
    background: #D6A354; }
  .rd-navbar-nav > li.lang > ul li span, .rd-navbar-nav > li.lang > ul li a, .rd-navbar-nav > li.lang > ul li span, .rd-navbar-nav > li.lang > ul li a {
    text-align: center;
    padding: 14px; } }

@media screen and (max-width: 800px) {
  .footer-bottom p {
    text-align: center; }
  .about-us__container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .about-text {
    padding-right: 0;
    width: 100%; }
  .about-img {
    margin-top: 30px;
    margin-left: 0;
    width: 55%;
    height: 442px; }
  .about-us {
    padding: 70px 0; }
  .border-text {
    padding-left: 20px;
    margin-bottom: 20px; }
  .text .icons {
    padding-left: 20px; }
  .text p {
    margin-bottom: 18px; }
  .text h2 {
    font-size: 30px; } }

@media screen and (max-width: 650px) {
  .text .icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .text .icons ul {
      margin-bottom: 15px;
      width: 100%; }
      .text .icons ul:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 600px) {
  .hero-bg img, .hero-bg video, .hero-bg iframe {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .loc-text__container h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 60px; }
  .map-container {
    height: 320px; }
  .text .btn {
    width: 100%; }
  .our-price {
    background: url("../img/price-bg2.jpg") no-repeat left bottom/100%, #191919; }
  .about-img {
    width: 100%;
    height: 380px; }
  .text h2 {
    font-size: 28px;
    line-height: 34px; }
  .text p, .text ul li {
    font-size: 14px;
    margin-bottom: 15px; }
  .hero-container {
    padding: 180px 0 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .hero-container h1, .hero-container h2, .hero-container h3, .hero-container h4, .hero-container h5, .hero-container h6 {
      font-size: 42px;
      line-height: 48px;
      text-align: center; }
    .hero-container .btn {
      margin-top: 20px;
      width: 100%; }
  .hero {
    min-height: 0; }
  .hero-container__bottom {
    display: none; } }

@media screen and (max-width: 550px) {
  .footer_nav ul li {
    margin-right: 20px; }
    .footer_nav ul li a {
      font-size: 14px;
      line-height: 16px; }
  .footer-top {
    padding: 20px 0; }
  .thumbnail-card .thumbnail-card-body {
    width: 100%; }
  .rd-navbar-fixed .rd-navbar-nav-wrap {
    width: 100%;
    border-right: none; } }

@media screen and (max-width: 425px) {
  .loc-text__container {
    margin-bottom: 0; }
  .loc-text__column {
    width: 100%;
    margin-bottom: 25px; }
    .loc-text__column:last-child {
      margin-bottom: 0; }
  .loc-text__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .hero-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .hero-container.hero-custom {
      padding: 80px 0; }
    .hero-container h1, .hero-container h2, .hero-container h3, .hero-container h4, .hero-container h5, .hero-container h6 {
      font-size: 28px;
      line-height: 34px; } }
