<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css");
@font-face {
  font-family: 'Antonio';
  font-display: swap;
  src: url("../fonts/antonio/Antonio-Regular.ttf");
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background: #18171d;
  font-weight: 400;
  font-family: 'Open Sans Hebrew', serif;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

a {
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
}

p {
  font-weight: 400;
  font-size: 1rem;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

button,
input {
  padding: 3px;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

color {
  color: #d7b76c;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  font-family: 'Antonio', 'Open Sans Hebrew', serif;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background-color: #d7b76c;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.btn {
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(-79deg, #b18d4a 0%, #d9b96e 100%);
  text-transform: uppercase;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #d7b76c;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-success {
  background-color: #0DC142;
  position: relative;
  z-index: 1;
}

.btn-success:hover {
  color: #fff;
  background: #d7b76c;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 28px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close,
.icon-check {
  color: #d7b76c;
}

.bg-drack {
  background: #18171d;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

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

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #d7b76c;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #d7b76c;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.section-padding {
  padding: 3.75rem 0;
}

.div-padding {
  padding: 1.5rem 0;
}

.width-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.container2 {
  width: 80%;
  margin: 0 auto;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.disp_fl {
  display: flex;
}

.disp_fl_cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disp_fl_col {
  display: flex;
  flex-direction: column;
}

.disp_fl_col_cen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.page-banner .page-banner-title h2 {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

@media (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .btn-lg {
    padding: 0.5rem;
    font-size: 1rem;
  }
}

.navbar {
  background: #18171d;
  padding: 0;
}

.navbar &gt; div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar li.active a.nav-link {
  color: #d7b76c !important;
}

.navbar-nav li {
  margin: 0.5rem auto !important;
}

.navbar-nav li a {
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-nav li a img {
  vertical-align: top;
}

.navbar-nav li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #e9e9e9;
}

.navbar-nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #d7b76c;
  transform: scale3d(0, 1, 1);
  transition: transform 0.1s;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
  color: #d7b76c;
  outline: none;
}

.navbar-nav li a:hover:after, .navbar-nav li a:focus:after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.1s;
}

.navbar-nav li.active a {
  color: #d7b76c;
  outline: none;
}

.navbar-nav li.active a:before {
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.navbar-nav li.active a:after {
  background-color: #d7b76c;
}

.navbar-brand {
  flex: 0 0 13%;
  text-align: center;
  justify-items: center;
  margin: 0;
}

.navbar-brand img {
  max-width: 10rem;
}

.navbar-social-icons {
  padding: 0 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 13%;
  display: none;
}

.navbar-social-icons a {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.5rem;
  background-color: #5cc8d6;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0;
}

.navbar-social-icons a img {
  padding: 3px;
  max-width: 100%;
  height: auto;
}

.navbar-phone {
  flex: 0 0 15%;
  padding-right: 1%;
  text-align: left;
  display: none;
}

.navbar-phone a {
  font-size: 1.5rem;
  color: #d7b76c;
  white-space: nowrap;
}

.navbar-mobile-button {
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  z-index: 999;
  right: 5%;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: right;
  top: 100%;
  right: 0;
  left: auto;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #d7b76c;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #d7b76c;
  display: none;
}

.slicknav_menu .slicknav_nav {
  right: 0;
  max-width: 320px;
  background: #18171d;
  position: absolute;
  z-index: 990;
  box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
}

.slicknav_menu .slicknav_nav &gt; div {
  height: 100%;
}

.slicknav_menu .slicknav_icon-bar {
  background: #d7b76c;
}

/******* Mobile Menu Toggle ********/
.navbar-toggler {
  height: auto;
  width: auto;
  padding: 10px;
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #d7b76c;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.navbar-toggler:not(.collapsed) .animated-icon1 span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) .animated-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar-toggler:not(.collapsed) .animated-icon1 span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

/* Icon 2*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(2) {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(3) {
  transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 3 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.navbar-toggler:not(.collapsed) .animated-icon3 span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.navbar-toggler:not(.collapsed) .animated-icon3 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .animated-icon3 span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/******************/
/*********   Mobile Menu  *********/
.mobile-menu {
  display: none;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    order: 2;
    text-align: center;
    flex: 1;
  }
  .navbar-brand img {
    max-width: 8rem;
  }
  .navbar-social-icons {
    order: 1;
  }
  .navbar-phone {
    order: 3;
  }
  .navbar-collapse {
    order: 5;
  }
  .slicknav_nav .active a {
    background: #d7b76c;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav .active {
    color: #d7b76c;
    background: #f5f5f5;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f5f5f5;
    color: #d7b76c;
  }
}

/* VIDEO */
.sec-video {
  align-items: center;
  position: relative;
  /* height: 70vh; */
  overflow: hidden;
}

.divTransparent {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* from admin-panel*/
  overflow: hidden;
  width: 100%;
  height: 0;
  /* background: url('../../images/cover.jpg') center center no-repeat; */
}

.sec-video-wrap img {
  width: 101vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
}

.sec-video-wrap iframe,
.sec-video-wrap object,
.sec-video-wrap embed,
.sec-video-wrap video {
  /* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
  /* QA 20.05 */
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-tit-main {
  align-items: end;
}

.page-tit-main h1 {
  padding-left: 0;
}

.page-tit {
  left: 10rem;
  top: 25vh;
  position: relative;
  max-width: 26rem;
}

.page-tit h1 {
  text-shadow: 0.125rem 0.25rem 0.375rem rgba(0, 0, 0, 0.35);
  color: #fffffe;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3rem;
}

.sec-sdd {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0px solid #fff;
  z-index: 1;
  text-align: center;
  top: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #002447;
  transform: translateY(0%);
}

.sec-sdd h2 {
  margin: 0;
  margin-top: 1.5em;
  font-size: 37px;
  -webkit-animation: color_ch 11s infinite;
  animation: color_ch 11s infinite;
}

.sec-sdd img {
  max-width: 200px;
}

.sec-sdd p {
  font-size: 14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec-video-wrap iframe,
  .sec-video-wrap object,
  .sec-video-wrap embed,
  .sec-video-wrap video {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transform: none;
  }
}

@supports (-ms-ime-align: auto) {
  .sec-video-wrap iframe,
  .sec-video-wrap object,
  .sec-video-wrap embed,
  .sec-video-wrap video {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transform: none;
  }
}

.about2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10rem;
}

.about2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 31rem;
  z-index: -1;
  left: -2%;
  bottom: -28rem;
  background: url(../imgs/decor/decor3_optimized.png) left bottom no-repeat;
  background-size: contain;
}

.about2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 34%;
  z-index: -1;
  right: -4%;
  top: -15%;
  background: url(../imgs/decor/decor_optimized.png) right top no-repeat;
  background-size: contain;
}

.about2 .about2-content {
  padding: 1% 5% 1% 9rem;
  height: 100%;
  justify-content: flex-end;
}

.about2 .about2-content .section-title {
  text-align: right;
}

.about2 .about2-content .about2-text p {
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
}

.about2 .about2-image {
  height: 100%;
  width: 100%;
  padding: 4rem 0 4rem;
  align-items: center;
}

.about2 .about2-image &gt; div {
  position: relative;
}

.about2 .about2-image &gt; div:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 80%;
  border: 1px solid #d7b76c;
  right: -2rem;
  top: -2rem;
}

@media (max-width: 991px) {
  .about2 .about2-content {
    min-height: 0;
    padding: 5%;
    text-align: center;
  }
  .about2 .about2-content .section-title {
    text-align: center;
  }
  .about2 .about2-content p {
    text-align: center;
  }
}

/* Services Item */
.services {
  position: relative;
  z-index: 1;
}

.services .section-title-header {
  margin-top: -3rem;
  position: relative;
}

.services .section-title-header h2 {
  background: #18171d;
  display: inline;
  padding: 0 3%;
  z-index: 1;
}

.services-wrapper {
  top: -2rem;
  bottom: -2rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.services-wrapper &gt; div {
  border: 1px solid #d7b76c;
  padding: 4rem 5%;
}

.services-wrapper &gt; div &gt; div {
  padding: 15px;
}

.services-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  bottom: 2rem;
  background: #282a36;
  z-index: -1;
}

.services-item {
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.services-item .icon {
  max-width: 100%;
  max-height: 55%;
  height: 100%;
}

.services-item .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.services-item .services-content {
  margin-top: 2rem;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #5f5f5f;
}

.services-item .services-content p {
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.106rem;
}

.services-item:hover .icon i {
  background: transparent;
  color: #d7b76c;
}

/* Services 2 Item */
.services2 {
  position: relative;
  z-index: 0;
}

.services2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -9rem;
  bottom: 0rem;
  background: url("../imgs/bg/bg-cover-bul.jpg") center top no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.services2 .section-title-header {
  position: relative;
}

.services2-wrapper &gt; div {
  justify-content: center;
}

.services2-wrapper &gt; div &gt; div {
  padding: 15px;
}

.services2-item {
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  align-content: center;
  box-shadow: 0.063rem 0.063rem 0.313rem rgba(0, 0, 0, 0.69);
  background-color: #d7b76c;
  font-family: 'Calibri', 'Open Sans Hebrew', sans-serif;
  transition: all 0.3s ease-in-out;
}

.services2-item .icon {
  max-width: 100%;
}

.services2-item .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.services2-item .services-content {
  margin-top: 2rem;
}

.services2-item .services-content h3 a {
  font-weight: 400;
  color: #ffffff;
  font-size: 1.063rem;
}

.services2-item .services-content p {
  font-size: 0.875rem;
  color: #fff;
}

.carousel2 {
  position: relative;
}

.carousel2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 50%;
  z-index: 0;
  left: -17%;
  top: 10rem;
  background: url(../imgs/decor/decor3_optimized.png) left center no-repeat;
  background-size: contain;
  transform: rotate(34deg);
}

.carousel2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 34%;
  z-index: 0;
  right: 0%;
  top: -20%;
  background: url(../imgs/decor/decor2_optimized.png) right top no-repeat;
  background-size: contain;
}

.carousel2 &gt; div {
  position: relative;
  z-index: 1;
}

.carousel2 .carousel-container {
  position: relative;
  padding: 1rem 0;
}

.carousel2 .carousel-item {
  overflow: hidden;
  justify-content: center;
  position: relative;
  height: 39rem;
}

.carousel2 .carousel-item img {
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: none;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel2 .carousel-item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #282a36;
  opacity: .69;
  transition: all 0.5s ease-in-out;
}

.carousel2 .carousel-item:hover:after {
  opacity: 0;
}

.carousel2 .carousel-item:hover .carousel-caption a {
  z-index: 1;
}

.carousel2 .carousel-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  left: 0;
}

.carousel2 .carousel-caption a {
  color: #fff;
  font-family: 'Antonio', 'Opens Sans Hebrew', sans-serif;
  text-shadow: 0.125rem 0.188rem 0.313rem rgba(0, 0, 0, 0.32);
  font-size: 1.5rem;
  letter-spacing: 0.011rem;
  position: relative;
}

.carousel2 .carousel-caption a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 3rem;
  background-color: #fff;
  margin: 0 auto;
}

.carousel2 .carousel-caption:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, #18171d 0%, rgba(24, 23, 29, 0) 100%);
}

.carousel2 .decor_arr {
  background-color: #d9b96e;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  margin: 5px;
}

.carousel2 .carousel-nav {
  width: 2rem;
  height: 3rem;
  border: 0;
  position: absolute;
  z-index: 1;
  top: 41%;
}

.carousel2 .carousel-nav.carousel-prev {
  background: url("../imgs/carousel/arr.png") center/contain no-repeat;
  right: -3rem;
}

.carousel2 .carousel-nav.carousel-next {
  background: url("../imgs/carousel/arr.png") center/contain no-repeat;
  transform: scale(-1, 1);
  left: -3rem;
}

.carousel2 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0 0;
  padding: 1rem 0;
  list-style-type: none;
}

.carousel2 .slick-dots li {
  margin: 0 0.25rem;
}

.carousel2 .slick-dots button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c2a977;
  background-image: linear-gradient(6deg, #af845a 0%, #c2a977 24%, #c2a977 70%, #af845a 100%);
  text-indent: -9999px;
}

.carousel2 .slick-dots li.slick-active button {
  background-color: #fff;
  background-image: none;
}



@media (max-width: 991px) {
  .slick-active .carousel-item:after {
    opacity: 0;
  }
  .slick-active .carousel-caption a {
    z-index: 1;
  }
}

.carousel_video {
  position: relative;
}

.carousel_video &gt; div {
  position: relative;
  z-index: 1;
}

.carousel_video .carousel-container {
  position: relative;
  padding: 1rem 0;
}

.carousel_video .carousel-item {
  overflow: hidden;
  justify-content: center;
  position: relative;
  padding: 1rem;
}

.carousel_video .carousel-item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 25rem;
  position: relative;
}

.carousel_video .carousel-item a:after {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  border: 0.125rem solid #d7b76c;
  transition: all 0.5s ease-in-out;
}

.carousel_video .carousel-item img {
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel_video .carousel-item i.btn-play {
  background-image: url("../imgs/icons/play_optimized.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.carousel_video .carousel-item:hover a:after {
  background: rgba(0, 0, 0, 0.35);
}

.carousel_video .carousel-item:hover i.btn-play {
  transform: scale(1.1);
}

.carousel_video .carousel-item:hover .carousel-caption a {
  z-index: 1;
}

.carousel_video .carousel-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  left: 0;
}

.carousel_video .carousel-caption a {
  color: #fff;
  font-family: 'Antonio', 'Opens Sans Hebrew', sans-serif;
  text-shadow: 0.125rem 0.188rem 0.313rem rgba(0, 0, 0, 0.32);
  font-size: 1.5rem;
  letter-spacing: 0.011rem;
  position: relative;
}

.carousel_video .carousel-caption a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 3rem;
  background-color: #fff;
  margin: 0 auto;
}

.carousel_video .carousel-caption:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, #18171d 0%, rgba(24, 23, 29, 0) 100%);
}

.carousel_video .decor_arr {
  background-color: #d9b96e;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  margin: 5px;
}

.carousel_video .carousel-nav {
  width: 2rem;
  height: 3rem;
  border: 0;
  position: absolute;
  z-index: 1;
  top: 41%;
}

.carousel_video .carousel-nav.carousel-prev {
  background: url("../imgs/carousel/arr.png") center/contain no-repeat;
  right: -3rem;
}

.carousel_video .carousel-nav.carousel-next {
  background: url("../imgs/carousel/arr.png") center/contain no-repeat;
  transform: scale(-1, 1);
  left: -3rem;
}

.carousel_video .slick-dots {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0 0;
  padding: 1rem 0;
  list-style-type: none;
}

.carousel_video .slick-dots li {
  margin: 0 0.25rem;
}

.carousel_video .slick-dots button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c2a977;
  background-image: linear-gradient(6deg, #af845a 0%, #c2a977 24%, #c2a977 70%, #af845a 100%);
  text-indent: -9999px;
}

.carousel_video .slick-dots li.slick-active button {
  background-color: #fff;
  background-image: none;
}

/* Conact Home Page Section */
.contact {
  background: #18171d url("../imgs/bg/bg_form_optimized.jpg") left center no-repeat;
  background-size: cover;
  /* Contact Forme */
}

.contact_wrapper {
  background-color: #282a36;
  box-shadow: 0.25rem 0.438rem 1.688rem #000000;
  padding: 5rem;
  position: relative;
}

.contact_wrapper:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 3rem;
  right: 3rem;
  top: 3rem;
  bottom: 3rem;
  border: 0.125rem solid #d7b76c;
}

.contact_title {
  position: relative;
  z-index: 1;
  top: -3.3rem;
  color: #fff;
  text-align: center;
}

.contact_title h2 {
  font-size: 2rem;
  text-transform: uppercase;
  background-color: #282A36;
  padding: 0 1rem;
  display: inline-block;
  margin: 0;
}

.contact_content {
  position: relative;
  z-index: 1;
}

.contact_content .form-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.contact_content .form-group_info {
  display: flex;
}

.contact_content .form-group_info.info_ {
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.contact_content .form-group_info.social-icons {
  align-content: center;
}

.contact_content .info-item {
  color: #fff;
  align-content: center;
  padding: 1% 0;
}

.contact_content .info-item p {
  margin: 0;
}

.contact_content .info-item i {
  color: #d7b76c;
}

.contact_content .info-item_name {
  padding: 0 0.5rem;
}

.contact_form label {
  width: 100%;
}

.contact_form input {
  outline: none;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.contact_form input:not([type="submit"]) {
  border: 0.125rem solid #d7b76c;
  background: transparent;
  color: #fff;
}

.contact_form input[type="submit"] {
  border: none;
  color: #000;
  background-image: linear-gradient(-79deg, #b18d4a 0%, #d9b96e 100%);
}

.contact_form ::-moz-placeholder {
  color: #fff;
}

.contact_form :-ms-input-placeholder {
  color: #fff;
}

.contact_form ::-ms-input-placeholder {
  color: #fff;
}

.contact_form ::placeholder {
  color: #fff;
}

.contact .wpcf7-response-output {
  color: #fff;
}

.social-icons a {
  border: 1px solid #d7b76c;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin: 5px;
  font-size: 18px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #d7b76c;
}

.form-submit .btn-common {
  width: 100%;
}

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important;
}

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.footer3 {
  background-color: #18171d;
  position: relative;
  overflow: hidden;
}

.footer3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40rem;
  max-width: 40rem;
  z-index: 0;
  left: -4%;
  top: -47%;
  background: url(../imgs/decor/decor3_optimized.png) left center no-repeat;
  background-size: contain;
  transform: rotate(25deg);
}

.footer3_siteinfo {
  max-width: 14rem;
  margin: 1rem auto;
  color: #fff;
}

.copyright {
  background-image: linear-gradient(-79deg, #b18d4a 0%, #d9b96e 100%);
}

.copyright_siteinfo {
  color: #000;
}

.copyright_siteinfo p {
  margin: 0;
  padding: 0.5rem;
}

/*Start Product Page*/
.productp {
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: 5.75rem;
}
.productp .productp-content {
    padding: 1% 5% 1% 9rem;
    height: 100%;
    justify-content: flex-end;
}

.productp .productp-content .productp-text p {
    color: #fff;
    font-size: 1.125rem;
    text-align: left;
}
.productp .productp-content .productp-text p:nth-child(1) {
    margin-bottom: 0;
}

.productp .productp-image {
    height: 100%;
    width: 100%;
    /* padding: 4rem 0 4rem; */
    align-items: center;
}

.productp .productp-content .section-title {
    text-align: left;
}
.productp:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 34%;
    z-index: -1;
    right: -4%;
    top: -15%;
    background: url(../imgs/decor/decor_optimized.png) right top no-repeat;
    background-size: contain;
}
/****/
.productp-more {
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
}

.productp-more .productp-more-content {
    padding: 1% 5% 1% 9rem;
    height: 100%;
    justify-content: flex-center;
}

.productp-more .productp-more-content .productp-more-text p {
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
}

.productp-more .productp-more-content .section-title {
    text-align: center;
    padding: 1em 0 3em;
}
/*******/
.carousel_prodimg{
  position: relative;
}
.carousel_prodimg &gt; div {
    position: relative;
    z-index: 1;
}
.productp .productp-image &gt; div {
    position: relative;
}
.productp .productp-image &gt; div:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 80%;
    border: 1px solid #d7b76c;
    left: -2rem;
    bottom: -2rem;
}

.productp .width-padding {
    padding-left: 10%;
    padding-right: 10%;
}

.carousel_prodimg .carousel-container {
    position: relative;
    padding: 1rem 0;
}
.carousel_prodimg .carousel-item {
    overflow: hidden;
    justify-content: center;
    position: relative;
    padding: 1rem;
}

.carousel_prodimg .carousel-item:after {
    content: '';
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    border: 0.125rem solid #d7b76c;
    transition: all 0.5s ease-in-out;
}

.carousel_prodimg .carousel-nav.carousel-prev {
    background: url(../imgs/carousel/arr.png) center/contain no-repeat;
    right: -3rem;
}

.carousel_prodimg .carousel-nav.carousel-next {
    background: url(../imgs/carousel/arr.png) center/contain no-repeat;
    transform: scale(-1, 1);
    left: -3rem;
}
.carousel_prodimg .carousel-nav {
    width: 2rem;
    height: 3rem;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 45%;
}

.carousel_prodimg .carousel-item:after {
    content: '';
    position: absolute;
    border: 0.125rem solid #d7b76c;
    top: 7%;
    left: 5.5%;
    width: 86%;
    height: 86%;
    bottom: auto;
    transition: none;
}
/*End Product Page*/

/*Start Breadcrumbs*/

.breadcrumbs {
   position: relative;
   padding: 0 0;
}

.breadcrumbs-container {
    position: relative;
    width: 83.5%;
    margin: 0 auto;
}

.breadcrumbs-row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.breadcrumblist {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
}
.breadcrumblist li a {
    color: #fff;
    font-size: min(18px,5vw);
    /* padding: 0 1em 0; */
}

.pdec {
    color: #fff;
    padding: 0.2%;
}
.breadcrumblist li.active {
    color: #d7b76c;
    font-size: min(18px,5vw);
    position: relative;
}

.breadcrumblist li.active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 98%;
    height: 4px;
    background: #d7b76c;
    left: 0;
    right: 0;
    top: auto;
}



/* .breadcrumblist li a:after {
    content: '-';
    text-align: center;
    position: absolute;
    right: 7px;
    left: auto;
    bottom: auto;
    top: auto;
    width: auto;
    height: auto;
} */

/*End Breadcrumbs*/

/*Media*/

@media screen and (max-width:1024px){
  .productp .productp-content {
    padding: 14% 5% 1% 4rem;
}
.productp {
    position: relative;
    overflow: hidden;
     padding-bottom:0rem;
}
.productp-more .productp-more-content {
    padding: 1% 5% 1% 1rem;
}
}

@media screen and (max-width:480px){
  .carousel_prodimg .carousel-item:after {
  display: none;
}

.breadcrumblist {
    width: 96%;
    flex-direction: column;
}
.pdec {
    opacity: 0;
}
}
</pre></body></html>