@font-face {
    font-family: 'OpenSansHebrew-Regular';
    src: url('../fonts/OpenSansHebrew-Regular.eot');
    src: local('ג˜÷'), url('../fonts/OpenSansHebrew-Regular.woff') format('woff'), url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Extra-Bold';
    src: url('../fonts/OpenSansHebrew-ExtraBold.eot');
    src: local('☺'), url('../fonts/OpenSansHebrew-ExtraBold.woff') format('woff'), url('../fonts/OpenSansHebrew-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSansHebrew-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Bold';
    src: url('../fonts/OpenSansHebrew-Bold.eot');
    src: local('ג˜÷'), url('../fonts/OpenSansHebrew-Bold.woff') format('woff'), url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Light';
    src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansHebrew-Light.woff') format('woff'), url('../fonts/OpenSansHebrew-Light.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OpenSansHebrew-Regular';
    font-weight: 400;
    color: #232323;
}

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

ul {
    margin-bottom: 0;
    padding-right: 0;
}

li {
    list-style: none;
}

input:focus {
    outline: 0;
}

input:focus:invalid {
  border-color: #f00;
}

input:focus:valid {
  border-color: #28921f;
}

/*popup*/

#contact_form.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#contact_form.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

#contact_form.modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contact_form .modal-dialog {
    margin: 10px auto;
    padding: 0 15px;
}

#contact_form .modal-form {
    background: none;
    box-shadow: none;
    border: none;
}

#contact_form .modal-form .modal-header {
    border: none;
    padding-left: 0 !important;
}

#contact_form .modal-form button.close {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    outline: none;
    opacity: 1;
}

#contact_form .modal-form .modal-body {
    padding: 0;
    background: transparent;
}

#contact_form .modal-form .modal-body .container {
    padding: 0 0px;
}

#contact_form .modal-form .modal-body .contact_form {
    width: 450px;
    background: #1a1a1a;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 1px 2px 4px #000;
}

#contact_form .contact_form span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

#contact_form .contact_form strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

#contact_form .contact_form input {
    color: #a3a2a3;
    width: 85%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dbdbbd;
    margin: 7px 0;
    font-weight: 600;
    border-radius: 0px;
}

#contact_form .contact_form input:last-child,
#contact_form .contact_form input[type="submit"] {
    background: #343434;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    width: 85%;
    margin: 7px auto;
}
.nav>li>a:focus, 
.nav>li>a:hover {
    background-color: transparent;
}

.nav>li>a {
    font-size: 14px;
    line-height: 29.89px;
    color: #fff;
    letter-spacing: 0.030em;
    padding: 20px 15px;
}
header.peopellohead nav {
    padding: 10px 0px;
}
.navbar-brand {
    padding: 7px 15px;
}
.navbar-brand>img {
    width: 110px;
}

.logo_cls_mbl{
    display: none;
}
li.logo_cls {
    width: 200px;
}
.logo_cls a {
    padding: 0 !important;
}
.logo_cls .navbar-brand>img {
    width: 100%;
}
.linemenu:before{
    background-image: url(../images/two-line.png);
    content: "";
    position: absolute;
    width: 26px;
    height: 17px;
    left: -15px;
    top: 23px;
    background-repeat: no-repeat;
}
li.mar_top {
    position: relative;
    top: 15px;
}
.call_cls a {
    background: -webkit-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -o-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -ms-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -moz-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: linear-gradient(to bottom, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    padding: 6px 10px !important;
    font-size: 16px !important;
}
.call_cls img {
    position: relative;
    top: -2px;
}
nav.navbar.navbar-fixed-top.zinex {
    background: #111;
    min-height: auto;
}
nav.navbar.navbar-fixed-top.zinex li.logo_cls {
    width: 130px;
    position: relative;
    top: 5px;
}
.secone{
    background-image: url(../images/fir_small_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 993px;
    max-width: 1100px;
    margin: 0 auto;
    top: 610px;
    padding-top: 45px;
}

header.headersection {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 0;
}
.is-fixed {
  position: fixed;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  transition: none;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.phone-no,.banner_form input[type="submit"]{
    background: -webkit-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
background: -o-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
background: -ms-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
background: -moz-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
background: linear-gradient(to bottom, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);

}

.videoWrapper1 {
    height: 837px;
}
.example-marquee {
    position: relative;
    height: 837px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.banner_sec{
    position: relative;
}

.banner_title {
    color: #fff;
}
.banner_title span {
    display: block;
    font-size: 35px;
    font-weight: bold;
}
.banner_title h2 {
    margin: 5px 0;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 47px;
}
.banner_title strong {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: 'OpenSansHebrew-Bold';
    color: #c9a752;
    font-size: 56px;
    line-height: 59px;
}
.banner_title strong img {
    position: relative;
    top: -28px;
    left: 46px;
    max-width: 52px;
}
.banner_title hr {
    border-bottom: 3px solid #b68537;
    width: 367px;
    right: 0;
    border-top-color: #b68537;
}
.banner_title hr {
    border-bottom: 2px solid #b68537;
    width: 340px;
    right: 0;
    border-top-color: #b68537;
    margin: 14px 0;
}
.banner_form input {
    border: 1px solid #b68537;
    background: #14141f;
    margin: 6px 0;
    padding: 15px 10px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.banner_form span {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 23px;
}
.banner_form strong {
    font-family: 'OpenSansHebrew-Bold';
}
.banner_form {
    max-width: 740px;
    margin: 0 auto;
}
.videosection .banner_title hr {
    margin: 0 auto;
}
.videosection .banner_form span {
    color: #000;
}
.videosection .formcontainer {
    padding-bottom: 50px;
    border-bottom: 1px solid #adadad;
    margin-bottom: 40px;
}
.videosection .banner_title {
    color: #000;
}
.banner_form input[type="submit"] {
    font-weight: bold;
    font-size: 17px;
    color: #000;
    border: none;
}
.banner_form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.banner_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.banner_form ::placeholder {
  color: #fff;
}

.owl-next, .owl-prev {
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    bottom: 0% !important;
    cursor: pointer !important;
    transform: translateY(0%) !important;
    font-size: 0 !important;
    background-color:transparent !important;
}
.owl-prev {
    left: 0px;
    bottom: -40px !important;
}
.owl-next {
    right: 0px;
    bottom: -40px !important;
}
.videosection {
    background-image: url(../images/videobg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
/*    min-height: 752px;*/
    padding: 50px 0px 120px 0px;
}
.owl-nav {
    width: 350px !important;
    position: relative;
    margin: 0 auto;
}
.owl-item.center iframe {
    height: 509px;
}
.owl-item.center {
    position: relative;
    top: -35px;
}
.owl-stage {
    padding-top: 50px;
}
.owl-theme .owl-nav {
    margin-top: 50px;
}
.tittlcls h2 {
    font-family: 'OpenSansHebrew-Bold';
    margin-bottom: 50px;
    font-size: 27px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.aboutsection{
    background-image: url(../images/aboutbg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 30px;
}
.aboutttttls{
    font-family: 'OpenSansHebrew-Bold';
    margin-bottom: 30px;
    font-size: 27px;
    color: #c9a752;
}
.aboutcon p{
    color: #134e62;
    font-size: 16px;
}
.aboutcon p {
    text-align: justify;
    color: #134e62;
    font-size: 16px;
    line-height: 27px;
}
.aboutcon h2 {
    text-align: justify;
    color: #134e62;
    font-size: 16px;
    line-height: 25px;
}
/*.mancls{
    width: 100%;
}
*/
.aboutcon {
    padding-top: 50px;
}
.formsection{
    background-image: url(../images/img1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0px;
}
.formsection .banner_form {
    max-width: 900px;
    margin: 0 auto;
}
.formsection .banner_title hr {
    border-bottom: 2px solid #b68537;
    width: 340px;
    right: 0;
    border-top-color: #b68537;
    margin: 0 auto;
    margin-top: 20px;
}
.formsecinner form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formsecinner input[type="submit"] {
    width: 260px;
}
.formsection .banner_title strong {
    top: -5px;
}
.banner_form input {
    margin-left: 15px;
    background: #000;
    padding: 10px 10px;
}
.handsection{
    background-image: url(../images/img2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0px;
    min-height: 868px;
}
h3.toph3cls {
    color: #c9a752;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 30px;
}
p.handpsection {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
}
.handsectioninner h2 {
    color: #c9a752;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 30px;
}
.handsectioninner hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #c9a752;
    width: 50%;
}
.handflexcls ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.handflexcls ul li span {
    display: block;
    color: #fff;
    font-size: 16px;
}
.colorbgcls {
    background: -webkit-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -o-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -ms-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -moz-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: linear-gradient(to bottom, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    padding: 5px 10px !important;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
}
.colorbgcls h3 {
    font-family: 'OpenSansHebrew-Bold';
    font-size: 50px;
    margin-top: 0;
    color: #fff;
}
.colorbgcls h3 span {
    font-size: 16px;
    display: block;
}
p.handpsectionbott {
    color: #fff;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 20px;
}
h4.colotextp {
    color: #c9a752;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 20px;
    margin-top: 30px;
}
.handflexcls {
    max-width: 600px;
    margin: 0 auto;
}
.footer{
    background-image: url(../images/bot-ban2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0px 50px 0px;
}
.footerfomrmcls{
    max-width: 1160px;
    margin: 0 auto;
}
.footerfomrmcls h3 {
    color: #b5dee2;
    text-align: right;
    margin: 0px;
    font-size: 32px;
    text-align: center;
}
.footerfomrmcls h3 span {
    font-size: 23px;
    display: block;
    margin-top: 4px;
}

form.displayflexformfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    margin-top: 30px;
}
.fooformcls label {
    display: block;
    color: #fff;
    position: absolute;
    font-weight: normal;
    top: -12px;
    right: 14px;
    background: #000;
    font-size: 17px;
}
.fooformcls {
    position: relative;
}
#map {
    height: 370px;
    margin-top: 40px;
}
.fooformcls {
    position: relative;
    width: 26%;
}
.bottom-footer p {
    margin: 0;
    color: #fff;
}
.bottom-footer {
    border-top: 0px solid #fff;
    padding: 15px 0;
}
.copywritcls{
    background: #0d161d;
}

.footer .formsecinner {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer .formsecinner input {
    margin-left: 15px;
}
.footer .formsecinner input[type="submit"] {
    width: 260px;
}
.footer .banner_title hr {
    border-bottom: 2px solid #b68537;
    width: 340px;
    right: 0;
    border-top-color: #b68537;
    margin: 0 auto;
    margin-top: 20px;
}
.footer .banner_form {
    max-width: 900px;
    margin: 0 auto;
}
h2.fooh2cls {
    font-size: 33px;
}
.footer input{
    background: #130d29;
}
.dummytext{
    background-image: url(../images/textbg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0px 50px 0px;
}
.dummyinner p{
    color: #000;
    font-size: 16px;
    list-style: 30px;
}
.dummyinner.text-center {
    margin: 0 auto;
    max-width: 825px;
}
.porcelainmainflex {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.blubgcls{
    background-image: url(../images/bot-ban.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0px 50px 0px;
}
.porcelainmainflex{
    position: relative;
}
.porcelainmainflex:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 80px;
    width: 86%;
    height: 2px;
    border-top: 2px dashed #c9a752;
    z-index: 0;
}
.porcelaintittle h2 {
    color: #c9a752;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}
.porcelaintittle p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.porcelaininner {
    text-align: center;
}
.porcelaininner h3{
    color: #c9a752;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 18px;
    margin-top: 40px;
}
.porcelaininner p {
    color: #fff;
    font-size: 14px;
}
img.reccls {
    position: relative;
}




.cl {
  height:350px;
  padding:10px;
}

.cl-yellow { 
  background: #f1c40f; 
}

.cl-blue { 
  background: #3498db; 
}

.cl-red { 
  background: #e74c3c; 
}

.slick-active { 
  padding: 20px 0; 
}

.slick-center { 
  transform: scale(1.50) 
}

.slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}

.child { 
  width:100%; 
}

.slide:not(.slick-active) { 
  cursor: pointer; 
}

.pagination {
  text-align: center; 
  color: $white;
  font-family: $raleway;
  font-size: 1.2rem;
}


.slick-track {
    float: left;
}
.slick-dots li button:before{
    content: none !important;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px !important;
    height: 12px !important;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 2px solid #000 !important;
    border-radius: 50px !important;
}
.slick-dots li.slick-active button {
    background: #000 !important;
}
.slick-prev:before, .slick-next:before{
    content: none !important;
}
.slick-prev{
    background-image: url(../images/leftarrow.png) !important;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    left: 0px !important;
}
.slick-next{
    background-image: url(../images/rightarrow.png) !important;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    right: 0px !important;
}
.slick-prev, .slick-next {
    top: unset !important;
    width: 37px !important;
    height: 37px !important;
    bottom: 0 !important;
}

.appendprenext {
    width: 400px;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
.slick-list {
    padding-bottom: 80px !important;
}
.slick-dots {
    bottom: -35px !important;
}

/*.appendprenext button:nth-child(2) {
    display: none;
}
.appendprenext button:nth-child(4) {
    display: none;
}*/
.youtubeformsection{
    background: #f8f7f2;
    padding: 50px 0px;
}
.youtubeformsectioninner h2{
    color: #c9a752;
    font-size: 25px;
    text-align: center;
    font-family: 'OpenSansHebrew-Bold';
}
.youtubeformsectioninner h3 {
    color: #000;
    font-size: 25px;
    text-align: center;
    font-family: 'OpenSansHebrew-Bold';
    margin-top: 0px;
    margin-bottom: 40px;
}
.youformcls{
    max-width: 1383px;
    display: flex;
    justify-content: space-between;
}
.youtuberightcls{
    width: 60%;
}
.youtubeleftcls{
    width: 40%;
}
.youtubeleftcls input{
    border: 1px solid #b68537;
    background: #fff;
    margin: 0px 0 12px 0;
    padding: 11px 10px;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.youtubeleftcls input[type="submit"]{
    background: -webkit-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -o-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -ms-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: -moz-linear-gradient(top, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    background: linear-gradient(to bottom, rgb(201, 167, 82) 0%, rgb(174, 118, 45) 100%);
    color: #000;
    border:none;
}
.youtubeleftcls form {
    max-width: 371px;
    margin: 0 auto;
}
.youtubeleftcls form label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.youtubeleftcls textarea{
    border: 1px solid #b68537;
    background: #fff;
    margin: 0px 0 12px 0;
    padding: 11px 10px;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.bigtextbotttom {
    font-family: 'OpenSansHebrew-Bold';
    font-size: 30px;
    color: #fff;
    margin: 30px 0 0 0;
}
.example-marquee iframe {
    transform: scale(1.15);
}
.example-marquee {
    overflow: hidden;
}

nav.navbar.navbar-fixed-top.zinex .logo_cls img {
    width: 110px;
}