@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@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: 29px 11px;
}
header.peopellohead nav {
    padding: 10px 0px;
}
.navbar-brand {
    padding: 7px 15px;
}
.navbar-brand>img {
    width: 110px;
}
.mainbannersection {
    background-image: url(../images/fir_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 1695px;
}
.logo_cls_mbl{
    display: none;
}
li.logo_cls {
    width: auto;
}
.logo_cls a {
    padding: 0 !important;
}
.logo_cls .navbar-brand>img {
    width: 100%;
    position: relative;
    top: 16px;
}
.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: #ad974f;
    padding: 5px 9px !important;
    border-radius: 2px !important;
    border: none !important;
}
nav.navbar.navbar-fixed-top.zinex {
    background: #111;
    min-height: 100px;
}
nav.navbar.navbar-fixed-top.zinex li.logo_cls {
    width: 130px;
}
header.header {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 0;
    width: 100%;
}
.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);
  }
}



nav.navbar{
    background: #000;
    border: none;
    border-radius: 0;
    margin: 0;
}
li.logo_cls {
    float: right !important;
    margin-left: 10px;
}
.navbar-nav li a {
    border-bottom: 2px solid #000;
}
.navbar-nav li a:hover {
    border-bottom: 2px solid #ad974f;
}
.call_cls a:hover {
    background: #9b8746 !important;
}
.logo_cls a.navbar-brand {
    border: none !important;
}
.topheader{
    background: #141414;
    padding: 3px 0px;
}
.tophaedtext p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.topflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.socialcls li a {
    color: #fff;
    font-size: 18px;
}
.socialcls li {
    display: inline-block;
    margin-right: 12px;
}
.navbar-collapse {
    padding: 0;
}
.searchcls a {
    padding-left: 0 !important;
}
.bannertop{
    background-image: url(../images/berlin.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}
body {
    background: #141414;
}
.innserseconetittle h1{
    font-weight: 300;
    font-size: 43px;
    text-transform: none;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
}
.innserseconetittle h2{
    font-weight: 300;
    font-size: 43px;
    text-transform: none;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
}
.innserseconetittle {
    background: #141414;
    padding-top: 15px;
}
section.secone {
    margin-top: -80px;
    z-index: 9;
    position: relative;
    padding-bottom: 30px;
}
.subtiitlecls{
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 10px;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
}
.hrcls {
    max-width: 140px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.hrcls i.fa.fa-heart-o {
    color: #999;
}
.hrcls:before {
    position: absolute;
    content: "";
    background: #999;
    width: 50px;
    height: 1px;
    left: 0;
    top: 10px;
}
.hrcls:after {
    position: absolute;
    content: "";
    background: #999;
    width: 50px;
    height: 1px;
    right: 0;
    top: 10px;
}
/*header.header.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}*/
.contentright p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
}
.contentright a{
    color: #ad974f;
}
section.sectwo {
    padding-bottom: 20px;
}
.secthreeinner h3 {
    font-size: 28px;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    padding: 0 15px;
}
.secthreeinner h2 {
    font-size: 28px;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    padding: 0 15px;
}
.modelcls img {
    width: 100% !important;
}
.modelcate span {
    color: #999;
    width: 100%;
    font-family: 'OpenSansHebrew-Regular';
    font-weight: 600;
    font-size: 12px;
}
.modelcate span a {
    color: #ad974f;
}
.modelconcls h2 {
    color: #fff;
    font-family: 'OpenSansHebrew-Regular';
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 2px;
    text-align: center;
    margin-top: 0;
    min-height: 40px;
}
.modelconcls {
    padding: 10px 20px 0px 20px;
}
.modelcate span a {
    color: #ad974f;
    display: inline-block;
}
.heartsction{
    display: none;
}
.modeimg {
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px;
}
.modeimg:hover .heartsction{
    display: block;
}
.heartsction {
    position: absolute;
    top: 37%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
}
.heartsction span {
    background-color: rgba(173, 151, 79, 0.68);
    width: 100px;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}
.modeimg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.modeimg:before {
    content: none;
}
.modeimg:hover.modeimg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.heartsction span .fa-heart{
    color: #fff;
}

/* Pop */
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pop {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover {
  animation-name: pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #292929;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: -19px;
    top: 12px;
    font-size: 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.modelsection {
    margin-bottom: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.modelcate span a:hover {
    text-decoration: underline;
}
.heartlock{
    position: absolute;
    right: 15px;
    top: 15px;
}
.heartlock img {
    width: 40px !important;
}
.newherat{
    position: absolute;
    right: 15px;
    top: 15px;
}
.newherat img {
    width: 40px !important;
}
.clearbothsection{
    float: left;
    width: 100%;    
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-15 {
    width: 20%;
    float: left;
}
.secfour{
    background: #091d2f;
    padding: 70px 0px;
    clear: both;
}
.reimgcls{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 100%;
}
.reimgcls img {
    border-radius: 100%;
    width: 100%;
}
.reoundimdseca {
    padding: 15px 30px 13px;
    font-size: 13px;
    display: inline-block;
    background-color: #ad974f;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
}
.reoundimdseca:hover {
    background: #9b8746 !important;
    color: #fff;
}
.goldlogo h3 {
    color: #dcdcdc;
    font-size: 24px;
    margin-bottom: 25px;
}
section.secthree {
    padding-bottom: 50px;
}
.secfive{
    padding: 50px 0px;
}
.imgtag {
    padding: 11px 16px 11px;
    font-size: 13px;
    display: inline-block;
    background-color: #ad974f;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 0px;
    border-bottom: 2.5px solid #8b752d;
}
.reimgclstest {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin-bottom: 40px;
}
.reimgclstest img {
    border-radius: 100%;
    width: 100%;
}
.subcon h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}
.subcon p {
    color: #999;
    font-size: 19px;
    margin-bottom: 25px;
    display: inline-block;
}
hr.tittlehrlcs {
    width: 100px;
    border-top: 2px solid #ad974f;
    float: right;
    margin-top: 10px;
}
.secfivinner {
    display: flex;
    align-items: center;
}
hr.imghrcls {
    width: 100px;
    border-top: 2px solid #ad974f;
    float: right;
    margin-top: 10px;
}
.testmainconleft p {
    display: inline-block;
    color: #999;
    font-style: italic;
    font-size: 25px;
}
.imgtag i.fa.fa-heart {
    position: relative;
    right: -6px;
    top: 2px;
}
.imgtag:hover{
    background: #9b8746 !important;
    color: #fff;
}
.newsetidirection hr.imghrcls {
    float: left;
}
.newsetidirection .reimgclstest {
    float: left;
}
.hrmaincls{
    float: left;
    width: 100%;
}
section.seconesub {
    margin-top: 0;
    z-index: 9;
    position: relative;
    padding-bottom: 90px;
    padding-top: 50px;
}
.seconesub .innrsectwo {
    margin-top: 40px;
}
.hrcls i.fa.fa-star {
    color: #999;
}
section.bluengnew {
    background: #091d2f;
    padding: 50px 0px;
}
.bluengnew1 .innserseconetittle h1 {
    margin-top: 0;
}
.ulflex{
    margin: 0 auto;
    text-align: center;
}
.cologold{
    color: #ad974f;
}
.colowhite{
    color: #fff;
}
.ulflex li a {
    font-size: 15px;
    color: #ad974f;
    padding: 10px 10px;
}
.ulflex {
    margin: 0 auto;
    text-align: center;
    border: none;
    margin-top: 30px;
    padding-bottom: 30px;
}
.bluengnew1 .innserseconetittle {
    background: #091d2f;
    padding: 70px 0 0 0;
}
.tabinner {
    padding: 40px 0;
    color: #fff;
    float: left;
    width: 100%;
}
.ulflex li {
    float: unset;
    display: inline-block;
    margin: 0 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border: none;
    color: #fff;
}
.nav-tabs>li>a {
    border: none;
    line-height: 21px;
    max-width: 120px;
    min-width: 120px;
}
.ulflex li.active:before {
    position: absolute;
    content: "";
    background: #141414;
    width: 15px;
    height: 15px;
    bottom: -38px;
    -webkit-transform: translateX(-50%) rotate( 45deg);
    transform: translateX(-50%) rotate( 45deg);
    left: 60px;
}
.tabclsleft p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
}
.tabclsleft h3 {
    color: #999;
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 10px 0 25px 0;
}
.innserseconetittle.text-left.tabtitllecls {
    background: transparent;
    padding: 0 0 0 40px;
}
.tabtitllecls h1 {
    font-size: 36px;
    margin: 0;
}
.hrnewset hr {
    width: 50px;
    border-top: 2px solid #ad974f;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tabimg img {
    width: 300px;
}
.hrnewset {
    float: left;
    width: 100%;
    display: block;
}
.weblinkcls {
    color: #ad974f;
    font-size: 21px;
    display: block;
    margin: 0 0 0 0;
}
.weblinkcls:hover {
    text-decoration: underline;
    color: #ad974f;
}
.bracls .reimgcls {
    margin: inherit;
    margin-top: 25px;
}
.tabbottright {
    text-align: left;
    padding-left: 50px;
}
.tabbottright .hrnewset hr {
    width: 80px;
    border-top: 2px solid #ad974f;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tabbottright h1 {
    font-size: 25px;
    color: #dcdcdc;
}
.tabbottright .subtiitlecls {
    font-size: 20px;
    color: #999;
    margin-bottom: 20px !important;
    display: block;
    margin-top: 0;
    padding-top: 0;
}
.tabbottomcls {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.bliackslidesec{
    background: #000;
    padding: 50px 0px;
}
.innerblackse h1{
    font-weight: 300;
    font-size: 43px;
    text-transform: none;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    text-align: center;
}
.innerblackse h2{
    font-weight: 300;
    font-size: 43px;
    text-transform: none;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    text-align: center;
}
.innerblackse h3{
    font-weight: 300;
    font-size: 43px;
    text-transform: none;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    text-align: center;
}
.bliackslidesec .hrcls {
    margin-top: 20px;
}
.owl-next, .owl-prev {
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    top: 32% !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    font-size: 17px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 5px !important;
    padding: 15px 21px !important;
}
.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}
.proslider {
    margin-top: 40px;
}
.slider1 .modelcls img {
    border-radius: 5px;
}
.slide1 .owl-dots {
    display: none;
}
hr.slidehr {
    width: 24%;
    border-top: 3px solid #4c4b4b;
    margin: 5px auto;
}
.bluebottomcls{
    padding: 50px 0px;
    background: #091d2f;
}
.bluebottomcls .tabbottomcls {
    margin: 0;
}
.footer{
    float: left;
    width: 100%;
    background: #111;
    padding: 50px 0px;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
}
.infocls h3 {
    color: #63542b;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px;
}
.infotopcls li {
    line-height: 40px;
}
.infotopcls li a {
    color: #666;
}
.containerfooter {
    padding: 0 50px;
}
.contactulcls li {
    color: #999;
    font-size: 19px;
}
.contactulcls li a {
    color: #666;
    font-size: 19px;
}
.contactulcls li span {
    font-weight: 900;
}
.infotwo {
    margin-top: 50px;
}
.newslettercls input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
}
.newslettercls input[type="text"] {
    background: transparent;
    border: 1px solid #363636;
    padding: 12px 15px;
    font-size: 16px;
}
.newslettercls input[type="submit"] {
    padding: 13px 10px;
    background: gray;
    color: #fff;
    font-size: 16px;
    border:none;
}
.infocls p{
    color: #999;
    font-size: 19px;
}
.foowidthcls {
    max-width: 300px;
}
.copywricls{
    padding: 19px 0px;
    background: #000;
    clear: both;
}
.copyclri p{
    margin: 0px;
    color: #fff;
    font-size: 11px;
}
.copyclrirightcls {
    display: flex;
    justify-content: flex-end;
}
.copyclrirightcls ul.socialcls li a {
    font-size: 11px;
}
.copyclrirightcls ul.socialcls {
    margin-right: 30px;
}
.copylinkcls li a {
    color: #AD974F;
    font-size: 11px;
    border-right: 1px solid #3a3a3a;
    line-height: 10px;
    display: inline-block;
    padding: 0 7px;
}
.copylinkcls li {
    display: inline-block;
}
.copylinkcls li:first-child a {
    border: none;
}
.copywriteclsmiain{
    display: flex;
    align-items: center;
}
.topimghrcls {
    width: 100%;
    display: block;
    float: left;
}
.breadcrumbs ul li {
    display: inline-block;
    margin: 0 4px;
}
.breadcrumbs ul li a {
    color: #000;
    font-size:17px;
}
span.arrowbr {
    position: relative;
    left: -4px;
}
.modelsection .col-md-15 {
    margin-bottom: 25px;
}
.modelsection .col-md-3 {
    margin-bottom: 25px;
}
.newherat img.vipcls {
    width: 80px !important;
}
span.newherat.newheratvip {
    right: -4px;
    top: -4px;
}
.main_slider {
    min-height: 433px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.thumb-img {
    min-height: 122px;
    cursor: pointer;
}
.thumb-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.secfourslider{
    padding: 50px 0px;
}
.gallery-right.right_padding {
    border: 1px solid #484848;
    padding: 5px 5px 0px 5px;
}
.slider.cmn-slide-nav {
    margin-top: 0;
    border-top: 1px solid #484848;
    padding-top: 0px;
}
.slider-nav .slide-item {
    padding: 6px 7px;
    margin: 0px 0;
    border-right: 1px solid #484848;
}
.slider-nav .slick-list.draggable {
    height: 134px;
}
.modelpersonalcon {
    padding-right: 50px;
}
.modelpersonalcon h2 {
    color: #ad974f;
    font-weight: 300;
}
.modelpersonalcon h1 {
    color: #ad974f;
    font-weight: 300;
    font-size: 30px;
}
.slickflex {
    display: flex;
    align-items: center;
}
.modelpersonalcon hr.imghrcls {
    margin-top: 30px;
}
tr:nth-child(odd){
    background: #111;
}
tr:nth-child(even){
    background-color: #141414;
    color: #8c8c8c;
}
tr:first-child th, tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
}
td {
    font-size: 13px;
    padding: 14px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
    border-color: #363636;
}
.personaldecls table{
    color: #999;
}
.newmartopcls {
    margin-top: 80px;
}
.slide-item {
    position: relative;
}
.slide-item:hover .heartsction {
    display: block;
    cursor: pointer;
}
.slide-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.slide-item:before {
    content: none;
}
.slide-item:hover.slide-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.heartsction span .fa-expand{
    color: #fff;
}
.main_slidernew {
    min-height: 100px;
    display: block;
    position: relative;
    top: -60px;
}
.heartsction span .fa-expand {
    color: #fff;
    position: relative;
    top: -10px;
    height: 0;
}
.slider-nav .slick-list.draggable .slide-item {
    cursor: pointer;
}



#wrap {
  width: 1170px;
  margin: 0 auto;
  margin-top: 10px;
  background: #fff;
}
#container {
    position: relative;
    width: 1170px;
    height: 600px;
    overflow: hidden;
    clear: left;
    margin: 0 auto;
}
.box {
    display: inline-block;
    position: absolute;
    width: 1170px;
    height: 200px;
    line-height: initial;
}
#first {
    top: 0px;
    left: 0px;
}
#second {
    top: 0px;
    left: 1170px;
}
#third {
    top: 0px;
    left: 2340px;
}
#four {
    top: 0px;
    left: 3510px;
}
#five {
    top: 0px;
    left: 4680px;
}
#slide {
    transition: transform 1s ease-in-out 0s;
    -moz-transition: -moz-transform 1s ease-in-out 0s;
    -webkit-transition: -webkit-transform 1s ease-in-out 0s;
}
.move-to-second {
    transform: translateX(-1170px);
    -moz-transform: translateX(-1170px);
    -webkit-transform: translateX(-1170px);
}
.move-to-third {
    transform: translateX(-2340px);
    -moz-transform: translateX(-2340px);
    -webkit-transform: translateX(-2340px);
}
.move-to-first {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);    
}
.move-to-four {
    transform: translateX(-3510px);
    -moz-transform: translateX(-3510px);
    -webkit-transform: translateX(-3510px);    
}
.move-to-five {
    transform: translateX(-4680px);
    -moz-transform: translateX(-4680px);
    -webkit-transform: translateX(-4680px);    
}
.slidetabflex {
    display: flex;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
}
.slidetabflex .tab i {
    font-size: 45px;
    cursor: pointer;
    color: #8c8c8c;
}
.icontabslide.bluengnew1 .innserseconetittle {
    background: #091d2f;
    padding: 30px 0px;
}
.slidetabflex .tab.selected i {
    color: #fff;
}
.slidetabflex .tab span {
    display: block;
}
.slidetabflex .tab span {
    display: block;
    color: #8c8c8c;
    margin-top: 5px;
    cursor: pointer;
}
.slidetabflex .tab.selected span {
    color: #fff;
}
.slidetabflex .tab {
    position: relative;
    width: 20%;
}
.slidetabflex .tab.selected:before {
    position: absolute;
    content: "";
    background: #141414;
    width: 15px;
    height: 15px;
    bottom: -38px;
    -webkit-transform: translateX(-50%) rotate( 45deg);
    transform: translateX(-50%) rotate( 45deg);
    left: 60px;
}
.fettschrift {
    color: #AD974F!important;
}
.firttab {
    display: flex;
    margin: 0 auto;
    max-width: 600px;
    justify-content: space-between;
}
.avia_textblock p {
    line-height: 32px;
    color: #999;
    font-size: 17px;
}
.avia_textblock {
    padding: 0 20px;
}
.secondtab .testmainconleft p {
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-size: 25px;
}
.secondtab .testmainconleft h1 {
    font-weight: 300;
    font-size: 35px;
    text-transform: none;
    color: #fff;
    font-family: 'OpenSansHebrew-Regular';
}
.icontabslide .tabinner {
    padding: 60px 0 0px 0;
}
.aboutcclss h3 {
    color: #ad974f;
    margin-bottom: 20px;
}
.aboutcclss p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
}
.thirdtabclsin .aboutcclss h3 {
    margin-bottom: 6px;
}
.thirdtabclsin .aboutcclss p {
    font-style: italic;
}
.thirdtabclsin .aboutcclss {
    margin-bottom: 20px;
}
.fourtabcls thead th{
    background-color: #071826;
    color: #ad974f;
    text-transform: none;
    letter-spacing: 0;
}
.tablehrcls hr {
    float: right;
}
.tablehrcls {
    display: block;
    width: 100%;
    float: right;
}
.tablepress td, .tablepress th {
    padding: 12px 12px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.fourtabcls {
    max-width: 730px;
    margin: 0 auto;
}
.tablepress {
    width: 100%;
}
.tablepress .odd td {
    background-color: #191919;
}
.tablepress tr:nth-child(odd){
    background: #111;
}
.tablepress tr:first-child th, .tablepress tr:first-child td {
    border-top-style: solid;
    border-top-width: 0px;
}
.fourtabcls ul li a {
    display: block !important;
    max-width: initial !important;
    min-width: inherit !important;
    color: #999;
}
.fourtabcls .nav-tabs {
    border-bottom: 0px solid #ddd;
    position: relative;
    right: 1px;
}
.fourtabcls .tab-content {
    padding: 10px 20px;
    border: 1px solid #363636;
}
.fourtabcls ul li a {
    padding: 15px 15px;
    border: 1px solid #363636 !important;
    border-radius: 0;
    margin: 0 -1px 0 0;
    border-bottom: none !important;
}
.fourtabcls ul li.active a {
    border-bottom: none !important;
}

.tab_inner_content h3{
    margin-top: 20px; 
    color: #ad974f;
}
.tablehrcls hr{
    margin-top: 20px; 
    width: 100px; 
    border: solid #AD974F; 
    border-width: 1px;
}
.tabtesticls {
    border: 1px solid #363636;
    max-width: 730px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
}
.tabtesticls p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
}
.psectiontabcls {
    max-width: 730px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.colohertcls{
    width: 50px;
    height: 50px;
}
.colohertcls img {
    border-radius: 100px;
    width: 100%;
}
p.leftpset {
    margin-right: 10px;
    color: #999;
    font-size: 17px;
    line-height: 27px;
}
.tabtesticls:after {
    position: absolute;
    content: "";
    background: #141414;
    width: 11px;
    height: 11px;
     -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    right: 20px;
    bottom: -6px;
    border-bottom: 1px solid #363636;
    border-right: 1px solid #363636;
}
.nopaddcls{
    padding: 0px;
}
.galimgcls {
    min-height: 300px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.gallerysection {
    float: left;
    width: 100%;
}
.galimgsectioninner {
    float: left;
    width: 100%;
    margin-top: 50px;
}
section.secseven {
    background: #091d2f;
    padding: 40px 0 60px 0;
}
.pictittle1{
    font-weight: 300;
    font-size: 43px;
    text-transform: none;
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    margin-bottom: 40px;
}
.secseven ul li a {
    font-size: 17px;
    line-height: 37px;
    color: #999;
}
.dummyimgs img{
    width: 100%;
}
.dumyimgcon {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.clhrcls{
    clear: both;
}
.opensubmenu{
    display: none;
}
.menuhover:hover .opensubmenu {
    display: block;
    position: absolute;
    z-index: 1;
    background: #141414;
    color: #fff;
    padding: 15px;
    width: 170px;
    left: 0;
    padding-top: 0;
}
.opensubmenu a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #999 !important;
    padding: 10px 0;
}
.personaldecls p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
}


.matbotenecls {
    margin-bottom: 30px;
}
.matbotenecls p {
    color: #999;
    font-size: 17px;
    line-height: 27px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 700px;
    margin-top: 15px;
}
.viewmorecls a{
    background-color: #AD974F;
    border-color: #AD974F;
    color: #423a1f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
}
.highclasscls{
    background-image: url(../images/bg1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0px;
}
.viewmorecls {
    float: left;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
.highclasscls .innserseconetittle {
    background: transparent;
    padding-top: 0;
}
.highclasscls .innserseconetittle h1{
    margin-top: 0px;
}
.highclasscls .innserseconetittle .seetpasscls {
    color: #ad974f;
    font-family: 'OpenSansHebrew-Regular';
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 3px;
}
.homesecthree {
    padding: 30px 0px 80px 0px !important;
}
.homeslider .proslider {
    margin: 0;
}
.slicon{
    position: relative;
}
.slidercontentcls {
    text-align: center;
}
.slidercontentcls h1 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: 'OpenSansHebrew-Regular';
    font-size: 40px;
    padding: 11px;
    display: inline-block;
    margin: 0;
}
.slidercontentcls h2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: 'OpenSansHebrew-Regular';
    font-size: 30px;
    padding: 11px;
    display: inline-block;
    margin: 5px 0 0 0;
}
.slidebuttoncls a {
    border: 2px solid #fff;
    padding: 10px 26px;
    margin: 0 15px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.3);
        font-size: 20px;
}
.bannerselect select {
    background-image: url(../images/sedown.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 8px 10px;
    color: #6d6e70;
    width: 100%;
    font-size: 16px;
    margin: 0 8px;
    border: none;
}
.form-select{
    
}
form.bannerforminner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    background: #141414;
    padding: 30px 20px;
}
.bannerselect {
    width: 65%;
}
.bannersubmit {
    width: 30%;
}
.bannersubmit input[type="submit"] {
    background: #ad974f;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border: none;
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    height: 40px;
}
span.seachtittlecls {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 14px;
}
.searchbannercls form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.searchbannercls form input {
    width: 100%;
    border: none;
    padding: 13px 15px 13px 105px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.searchbannercls form button {
    position: absolute;
    left: 3px;
    border-radius: 100px;
    border: none;
    background: #fff;
    color: #000;
    padding: 11px 35px;
    top: 2px;
}
.searchbannercls {
    margin: 20px 0 50px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
section.secthree.homesecthree.paddnotop {
    padding-top: 0px !important;
    margin-top: -20px;
}
span.modeporn {
    position: absolute;
    left: 0;
    background: #ad974f;
    color: #000;
    padding: 10px 10px;
    border-radius: 0px 0px 10px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    top: 0px;
    font-family: 'OpenSansHebrew-Regular';
}
span.modeporn2 {
    position: absolute;
    right: 0;
    #background: #ad974f;
    color: #000;
    padding: 10px 10px;
    border-radius: 0px 0px 10px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    top: 0px;
    font-family: 'OpenSansHebrew-Regular';
}
span.modepornright {
    position: absolute;
    right: 0;
    background: #ad974f;
    color: #000;
    padding: 10px 10px;
    border-radius: 0px 0px 0px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    top: 0px;
}
.newtelcls {
    color: #ad974f;
    display: block;
    text-align: center;
    font-size: 18px;
}
.newtelcls:hover {
    color: #efc335;
}
.contentright h3 {
    color: #ad974f;
}
.contentright h4 {
    color: #ad974f;
}
.titllbuttoncls {
    padding: 6px 16px;
    border-radius: 70px;
    font-size: 16px;
    color: #000;
    background: #ad974f;
    margin: 0 7px;
    display: inline-block;
    font-weight: 800;
    position: relative;
    top: 13px;
}
.titllbuttoncls:hover {
    background: #efc335;
    color: #000;
}
.viewmorecls a:hover {
    background-color: #efc335;
}
.mainsliderban {
    min-height: 506px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.homeslider .owl-next, .homeslider .owl-prev{
    top: 42% !important;
}
.newformsect {
    text-align: center;
    position: relative;
    z-index: 1;
}
section.bannertop:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0px;
}
.city-form {
    position: relative;
    z-index: 1;
}
.breadcrumbs {
    background: #ad974f;
    padding: 8px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin-left: 8px;
}
.breadcrumbs li a {
    color: #000;
    font-size: 16px;
}
.slider1 .owl-dots {
    display: none;
}
section.homeslider {
    position: relative;
}
.slidercontentcls {
    position: absolute;
    top: 13%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 680px;
}
.sectwo .container {
    max-width: 100%;
    width: 100%;
}
h2.h2clsnew {
    margin: 0;
    line-height: 21px;
}
.srcresult {
    margin-top: 5px;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}
.srcresult li a {
    color: #fff;
    padding: 3px 0;
    display: block;
}
.inersearchbannercls form {
    max-width: 500px;
}