  /* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap");

/* /Fonts */


/* Global */

html {
  margin: 0 !important;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: #F7F7F7;
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  direction: rtl;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 85px 0;
}

section.slider-top {
  background: #000 url(../images/black_bg_bnr.jpeg) no-repeat center;
}
  img.left_side_img {
    height: 491px;
}





/*====Layout 2 style======*/


  @media only screen and (max-width: 1370px) {
    section {
      padding: 55px 0;
    }
  }
  @media only screen and (max-width: 950px) {
    section {
      padding: 35px 0;
    }
  }
  .section-inner {
    max-width: 1520px;
    padding: 0 10px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .content {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
  }
  .content p,
  .content ul,
  .content li,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content img {
    margin-top: 15px;
  }
  .content ul {
    list-style: disc;
    padding-right: 25px;
  }
  .content img {
    max-width: 100%;
  }
  .centered {
    text-align: center;
  }
  .parts {
    display: flex;
    margin: 0 -45px;
  }
  .parts .part {
    width: 50%;
    padding: 0 45px;
    position: relative;
  }
  .parts .image {
    text-align: center;
  }
  .parts .image img {
    max-width: 100%;
  }
  @media only screen and (max-width: 950px) {
    .parts {
      flex-wrap: wrap;
    }
    .parts .part {
      width: 100%;
    }
    .parts .part:nth-child(2) {
      margin-top: 25px;
    }
  }
  .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  @media only screen and (max-width: 950px) {
    .play img {
      width: 70px;
    }
  }
  .section-title {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #BEAA51;
    text-align: center;
  }
  .section-title.align-right {
    text-align: right;
  }
  .section-title.bold {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
  }
  @media only screen and (max-width: 1370px) {
    .section-title {
      font-size: 40px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .section-title {
      font-size: 35px;
    }
  }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 30px;
    }
  }
  .section-subtitle {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-top: 5px;
  }
  @media only screen and (max-width: 1370px) {
    .section-subtitle {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 950px) {
    .section-subtitle {
      font-size: 22px;
    }
  }
  .loading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f1ce";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    color: #227BC9;
    z-index: 2;
  }
  #sm_menu_ham {
    float: left;
    left: auto;
    top: 11px;
    left: 7px;
    right: auto;
  }
  #sm_menu_ham span {
    background-color: #fff;
    height: 3px;
  }
  .sm_menu_outer {
    background: #000;
  }
  .sm_menu_outer.slide .mobile_menu .sub-menu {
    background: #000;
    height: 800px;
  }
  .sm_menu_outer .mobile_menu li {
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
  }
  .sm_menu_outer .mobile_menu a {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    padding: 15px 15px;
  }
  .sm_menu_outer .mobile_menu .current_page_item>a {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
  }
  .sm_menu_outer.slide .mobile_menu li.hasChild>a {
    background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto;
  }
  .sm_menu_outer .mobile_menu li.back a {
    padding: 20px 45px 20px 5px;
    background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto;
  }
  .sm_menu_outer {
    bottom: 0;
    height: auto;
    top: 45px;
  }
  /* ---------------------- header ---------------------- */
  header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
  }
  header .header-inner {
    max-width: 1520px;
    padding: 10px 10px;
    margin: auto;
  }
  header .cont-logo {
    display: block;
  }
  header .cont-logo .text {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin-top: -4px;
    text-align: center;
  }
  @media only screen and (max-width: 950px) {
    header {
      background: #000;
      position: static;
    }
    header .cont-logo {
      text-align: center;
    }
    header .cont-logo img {
      height: 55px;
    }
    header .cont-logo .text {
      font-size: 18px;
      margin-top: 5px;
    }
  }
  /* --------------------- /header ---------------------- */
  /* ---------------------- Section slider-top ---------------------- */
  section.slider-top {
    padding: 0;
    position: relative;
    height: 832px;
  }
  section.slider-top .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.slider-top .bg img {
    width: 100%;
    height: 100%;
  }
  section.slider-top .decor-mobile {
    text-align: center;
    font-size: 0;
    display: none;
  }
  section.slider-top .decor-mobile img {
    max-width: 100%;
    margin: auto;
  }
  section.slider-top .section-inner {
    position: absolute;
    width: 35%;
    right: 0%;
    top: 180px;
    background-color: #000;
  }
  section.slider-top .section-inner .line-1 {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 65px;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  section.slider-top .section-inner .line-2 {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 56px;
    text-align: center;
    color: #fff;
  }
  @media (max-width: 1800px) {
    section.slider-top .section-inner {
      right: 0%;
      top: 137px;
    }
  }
  @media only screen and (max-width: 1370px) {
    section.slider-top {
      height: 650px;
    }
    section.slider-top .section-inner {
      right: 0%;
    }
    section.slider-top .section-inner .line-1 {
      font-size: 60px;
    }
    section.slider-top .section-inner .line-2 {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 950px) {
    section.slider-top {
      height: auto;
      /*      background: url("../images/bg.jpg") no-repeat center;*/
      background: url("../images/black_bg_bnr.jpeg") no-repeat center;
      background-size: auto 100%;
    }
    section.slider-top .bg {
      display: none;
    }
    section.slider-top .decor-mobile {
      display: block;
      margin-top: 35px;
    }
    section.slider-top .section-inner {
      position: static;
      margin-top: 0px;
      width: 100%;
    }
    section.slider-top .section-inner .line-1 {
      font-size: 50px;
      line-height: 1.2;
      color: #000;
      font-weight: 700;
      text-align: center;
    }
    section.slider-top .section-inner .line-2 {
      font-size: 35px;
      text-align: center;
      margin-top: 5px;
    }
    .slider-top .section-inner h3 {
      text-align: center;
    }
    section.slider-top .section-inner p,
    section.slider-top .section-inner .content {
      color: #fff !important;
    }
  }
  /* --------------------- /Section slider-top ---------------------- */
  .wa-fl {
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 9;
  }
  .phone-fl,
  .phone-fl.phone-fl2 {
    z-index: 9;
  }
  .phone-fl,
  .wa-fl span {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
    margin-right: 5px;
  }
  .phone-fl {
    bottom: 54px;
    position: fixed;
    right: 10px;
    display: flex;
  }
  .phone-fl i {
    padding-left: 10px;
    font-size: 27px;
  }
  .wa-fl span,
  .wa-fl img {
    display: inline-block;
    vertical-align: middle;
  }
  .phone-fl.phone-fl2 {
    bottom: 57px;
  }
  .phone-fl a {
    display: block;
  }
  @media only screen and (max-width: 950px) {
    .wa-fl {
      bottom: 69px;
    }
    .phone-fl {
      bottom: 11px;
    }
    .phone-fl.phone-fl2 {
      bottom: 10px;
    }
  }
  /* ---------------------- Section about ---------------------- */
  section.about {
    background: #151515;
  }
  section.about .parts {
    margin: 0 -25px;
  }
  section.about .parts .part {
    padding: 0 25px;
  }
  section.about .content {
    color: #fff;
  }
  section.about .items {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  section.about .items .item {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    width: 50%;
    background: url("../images/icons/star.png") no-repeat right top 5px;
    padding-right: 32px;
    padding-left: 20px;
    margin: 5px 0;
  }
  section.about .slider-about .swiper-slide img {
    width: 100%;
  }
  @media only screen and (max-width: 950px) {
    section.about .items {
      margin-left: -20px;
    }
    section.about .items .item {
      width: 100%;
    }
  }
  /* --------------------- /Section about ---------------------- */
  /* ---------------------- Section soprano ---------------------- */
  section.soprano {
    background: url("../images/decor/m.png") no-repeat right center;
  }
  section.soprano .items {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
  }
  section.soprano .items .item {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    background: url("../images/icons/star.png") no-repeat right top 5px;
    padding-right: 32px;
    padding-left: 30px;
    margin: 5px 0;
  }
  section.soprano .parts {
    margin-top: 75px;
    align-items: center;
  }
  @media only screen and (max-width: 950px) {
    section.soprano .parts {
      margin-top: 45px;
    }
    section.soprano .items {
      flex-wrap: wrap;
      margin-left: -20px;
    }
    section.soprano .items .item {
      width: 100%;
    }
  }
  /* --------------------- /Section soprano ---------------------- */
  /* ---------------------- Section services ---------------------- */
  section.services {
    background: #151515 url("../images/decor/o.png") no-repeat left center;
  }
  section.services .section-subtitle {
    color: #fff;
  }
  section.services .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
    margin: -8px;
    margin-top: 70px;
  }
  section.services .boxes .box {
    width: 33.33%;
    max-width: 505px;
    margin: 0;
    padding: 8px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  section.services .boxes .box .data {
    display: none;
  }
  section.services .boxes .box .inner {
    overflow: hidden;
    position: relative;
    background: #F7F7F7;
    text-align: center;
    padding: 25px;
    height: 100%;
  }
  section.services .boxes .box .title {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #BEAA51;
  }
  section.services .boxes .box .image {
    height: 194px;
    width: 194px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    margin: auto;
    margin-top: 15px;
  }
  section.services .boxes .box .button {
    font-family: 'Assistant', sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #B4A048;
    background: transparent;
    border: 2px solid #b4a048;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.22);
    margin: auto;
    display: inline-block;
    margin-top: 25px;
    padding: 5px 25px;
    cursor: pointer;
  }
  section.services .boxes .box .cont-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #C3B078;
    padding: 25px;
    opacity: 0;
    transition: 0.5s;
  }
  section.services .boxes .box .cont-hover .title {
    color: #000;
  }
  section.services .boxes .box .cont-hover .button {
    color: #000;
    border-color: #000;
  }
  section.services .boxes .box .cont-hover .lists {
    display: flex;
    justify-content: center;
    text-align: right;
    margin-top: 20px;
  }
  section.services .boxes .box .cont-hover .lists .list {
    margin: 0 15px;
  }
  section.services .boxes .box .cont-hover .lists .list .item {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #000;
  }
  section.services .boxes .box:hover .cont-hover {
    opacity: 1;
  }
  section.services .boxes {
    width: 50%;
  }
  .page-id-296 section.services .boxes,
  .page-id-293 section.services .boxes {
    width: 100%;
  }
  section.services .boxes .box {
    width: 100%;
  }
  section.services .cols {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
  }
  .soprano .content {
    color: #000;
    text-align: right;
  }
  @media only screen and (max-width: 1370px) {
    section.services .boxes {
      margin-top: 45px;
    }
  }
  @media only screen and (max-width: 950px) {
    section.services .cols {
      display: flex;
      justify-content: space-between;
    }
    section.services .boxes {
      margin-top: 35px;
      width: 50%;
    }
    .page-id-296 section.services .boxes,
    .page-id-293 section.services .boxes {
      width: 100%;
    }
    section.services .boxes .box {
      width: 100%;
    }
    section.services .boxes .box .cont-hover {
      display: none;
    }
    section.services .boxes .box .inner {
      padding: 15px;
    }
    section.services .boxes .box .title {
      font-size: 28px;
      white-space: nowrap;
    }
    section.services .boxes .box .image {
      height: 130px;
      width: 130px;
    }
    header .cont-logo .text {
      color: #fff;
    }
  }
  /* --------------------- /Section services ---------------------- */
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .popup.open {
    visibility: visible;
    opacity: 1;
  }
  .popup.open .inner {
    opacity: 1;
    transform: scale(1);
  }
  .popup .inner {
    background-position: bottom center;
    background-size: 100% auto;
    background-color: #fff;
    box-shadow: 20px 40px 100px rgba(45, 57, 65, 0.204573);
    margin: auto;
    padding: 60px;
    max-width: 1500px;
    position: relative;
    opacity: 0;
    transform: scale(0.7);
    transition: 0.5s;
  }
  .popup .inner .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
  }
  .popup .title {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000;
  }
  .popup table {
    margin-top: 20px;
  }
  .popup table th {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #BEAA51;
    padding: 15px;
    max-width: 200px;
  }
  .popup table tr td {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    padding: 5px;
  }
  .popup table tr td:first-child {
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    text-align: right;
  }
  @media only screen and (max-width: 950px) {
    .popup .inner {
      padding: 15px;
      max-width: 98%;
    }
    .popup .inner .close {
      top: 10px;
      right: 10px;
    }
    .popup .title {
      font-size: 35px;
    }
    .popup table {
      margin-top: 20px;
    }
    .popup table th {
      font-size: 16px;
      padding: 10px;
    }
    .popup table tr td {
      font-size: 16px;
    }
  }
  .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    border: none;
    background: #fff;
    opacity: 1;
    margin: 0 8px;
    border: 2px solid #AE9942;
    transition: 0.5s;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #AE9942;
  }
  .swiper-pagination .swiper-pagination-bullet:hover {
    background: #AE9942;
  }
  /* ---------------------- Section testimonials ---------------------- */
  section.testimonials {
    background: url("../images/decor/e.png") no-repeat right center;
  }
  section.testimonials .slider-outer {
    position: relative;
    padding: 0 80px;
  }
  section.testimonials .slider-outer .swiper-wrapper {
    padding: 50px 0px;
  }
  section.testimonials .slider-outer .swiper-button-prev {
    left: 0;
  }
  section.testimonials .slider-outer .swiper-button-next {
    right: 0;
  }
  section.testimonials .slider-outer .swiper-button-prev,
  section.testimonials .slider-outer .swiper-button-next {
    outline: none;
    color: #fff;
    transition: 0.5s;
    height: 60px;
    width: 60px;
    font-size: 25px;
    background: #BEAA51;
    border-radius: 100%;
  }
  section.testimonials .slider-outer .swiper-button-prev:after,
  section.testimonials .slider-outer .swiper-button-next:after {
    font-size: 18px;
  }
  section.testimonials .slider-outer .swiper-button-prev:hover,
  section.testimonials .slider-outer .swiper-button-next:hover {
    background: #000;
  }
  section.testimonials .slider-outer .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
  }
  section.testimonials .slider-outer .swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    border: none;
    background: #fff;
    opacity: 1;
    margin: 0 8px;
    border: 2px solid #AE9942;
    transition: 0.5s;
  }
  section.testimonials .slider-outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #AE9942;
  }
  section.testimonials .slider-outer .swiper-pagination .swiper-pagination-bullet:hover {
    background: #AE9942;
  }
  section.testimonials .swiper-slide {
    background: #fff;
    padding: 50px;
    opacity: 0.5;
    transition: 0.5s;
  }
  section.testimonials .swiper-slide.swiper-slide-active {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
    opacity: 1;
  }
  section.testimonials .swiper-slide .client {
    display: flex;
    align-items: center;
    margin-top: 45px;
  }
  section.testimonials .swiper-slide .client .text {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #B4A048;
    margin-right: 15px;
  }
  section.testimonials .swiper-slide .client img {
    max-height: 200px;
  }

  @media only screen and (max-width: 950px) {
    section.testimonials .slider-outer {
      padding: 0 0;
    }
    section.testimonials .slider-outer .swiper-button-prev,
    section.testimonials .slider-outer .swiper-button-next {
      display: none;
    }
    section.testimonials .slider-outer .swiper-wrapper {
      padding-top: 25px;
    }
    section.testimonials .swiper-slide {
      padding: 20px;
    }
    section.testimonials .swiper-slide .quotes {
      width: 35px;
    }
    section.testimonials .swiper-slide .client {
      margin-top: 30px;
    }
  }
  /* --------------------- /Section testimonials ---------------------- */
  /* ---------------------- footer ---------------------- */
  footer .part-top {
    padding-top: 75px;
    padding-bottom: 150px;
    background-image: url("../images/decor/r.png"), url("../images/decor/stars-2.png");
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-color: #151515;
  }
  footer .forms {
    display: flex;
    justify-content: center;
  }
  .contact-us .form-wrapper,
  footer .forms .form-wrapper {
    padding: 20px 4%;
    margin: 0 14px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  footer .forms .form-wrapper>.title {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 29px;
    height: 76px;
    color: #000;
    text-align: center;
  }
  @media only screen and (max-width: 950px) {
    footer .forms .form-wrapper>.title {
      height: auto;
    }
  }
  footer .forms .form-wrapper .spacer {
    height: 58px;
  }
  @media only screen and (max-width: 950px) {
    footer .forms .form-wrapper .spacer {
      display: none;
    }
  }
  footer .forms .form-wrapper .sections,
  .page-id-300 footer .part-top,
  .page-id-300 .wpcf7 .sections {
    margin: 0 -20px;
    margin-top: 25px;
    display: none;
  }
  .contact-us .section-title {
    display: block;
  }
  footer .forms .form-wrapper .sections .section {
    width: 50%;
    padding: 0 20px;
  }
  footer .forms .form-wrapper .sections .section .title {
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    text-align: center;
  }
  @media only screen and (max-width: 950px) {
    footer .forms .form-wrapper .sections {
      margin: 0 -10px;
      margin-top: 25px;
    }
    footer .forms .form-wrapper .sections .section {
      padding: 0 10px;
    }
    footer .forms .form-wrapper .sections .section .title {
      font-size: 18px;
    }
    footer .forms .form-wrapper .sections .section input,
    footer .forms .form-wrapper .sections .section select {
      font-size: 14px;
    }
  }
  footer .part-bottom {
    background: #F7F7F7;
    border-top: 1px solid #787878;
    padding: 15px 50px;
    color: #000000;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 18px;
  }
  footer .part-bottom .section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  @media only screen and (max-width: 950px) {
    footer .part-top {
      padding-top: 25px;
      padding-bottom: 45px;
      background-image: url("../images/decor/r.png");
    }
    footer .forms {
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    footer .forms .form-wrapper {
      margin-top: 25px;
    }
    footer .part-bottom .section-inner {
      flex-direction: column;
      align-items: center;
    }
    footer .part-bottom .section-inner p,
    footer .part-bottom .section-inner a {
      display: block;
      margin: 3px 0;
    }
  }
  /* --------------------- /footer ---------------------- */
  .wpcf7 {
    margin: auto;
    margin-top: 15px;
    flex-grow: 1;
  }
  .wpcf7 form {
    height: 100%;
    padding-bottom: 95px;
  }
  .wpcf7 input[type="url"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    direction: rtl;
  }
  .wpcf7 input,
  .wpcf7 select {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 21px;
    border: none;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #707070;
    outline: none;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    direction: rtl;
  }
  .wpcf7 input::-webkit-input-placeholder,
  .wpcf7 select::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
  }
  .wpcf7 input:-moz-placeholder,
  .wpcf7 select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
  }
  .wpcf7 input::-moz-placeholder,
  .wpcf7 select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
  }
  .wpcf7 input:-ms-input-placeholder,
  .wpcf7 select:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
  }
  .wpcf7 input:focus,
  .wpcf7 select:focus {
    color: #000;
  }
  .wpcf7 input:focus::-webkit-input-placeholder,
  .wpcf7 select:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
  }
  .wpcf7 input:focus:-moz-placeholder,
  .wpcf7 select:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
  }
  .wpcf7 input:focus::-moz-placeholder,
  .wpcf7 select:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
  }
  .wpcf7 input:focus:-ms-input-placeholder,
  .wpcf7 select:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
  }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-top: 10px;
  }
  .wpcf7 .wpcf7-form-control-wrap:first-child {
    margin-top: 0;
  }
  .wpcf7 input[type="submit"] {
    border: none;
    padding: 0;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    height: auto;
    width: auto;
    background: none;
  }
  .wpcf7 .buttons {
    display: flex;
    margin-top: 35px;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  .wpcf7 .buttons .button,
  .form-wrapper.new_form_wr .button.whatsapp-btn {
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    background: #020100;
    margin: 0 5px;
    padding: 3px 15px;
  }
  .wpcf7 .buttons .button span,
  .wpcf7 .buttons .button img,
  .wpcf7 .buttons .button input {
    display: inline-block;
    vertical-align: middle;
  }
  .wpcf7 .buttons .button span,
  .wpcf7 .buttons .button input {
    margin-bottom: 3px;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #dc3232;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .wpcf7 .wpcf7-response-output {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #dc3232;
    position: absolute;
    bottom: -70px;
    border: none !important;
    padding: 0;
    margin: 0;
  }
  @media only screen and (max-width: 950px) {
    .wpcf7 .wpcf7-response-output {
      bottom: -35px;
    }
  }
  .wpcf7 .ajax-loader {
    position: absolute !important;
  }
  footer .forms .form-wrapper:first-child {
    display: none;
  }
  .social a:last-child {
    margin-right: 7px;
    font-size: 20px;
  }
  .social a {
    font-size: 20px;
  }
  .header-logos {
    display: flex;
  }
  .logo {
    padding-right: 16px;
    margin-top: -8px;
  }
  header .social {
    text-align: left;
  }
  footer .social a {
    font-size: 20px;
    color: #fff;
  }
  footer .social {
    text-align: center;
    padding-top: 23px;
  }
  .home .about .section-title {
    display: none;
  }
  .contact-us .inner>div {
    width: 50%;
    max-width: 491px;
    margin: 0 auto;
  }
  .form {
    position: relative;
  }
  .contact-us .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    padding-top: 26px;
  }
  .contact-us .inner>div.map {
    box-shadow: 0 0 2px rgb(0 0 0 / 16%), 0 8px 6px rgb(0 0 0 / 16%);
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background: #BEAA51;
    border-radius: 0px;
    height: 2px;
    width: 30px;
    content: '';
    position: absolute;
  }
  .active .hamburger-inner,
  .active .hamburger-inner::before,
  .active .hamburger-inner::after {
    background: #000;
  }
  .hamburger-inner::after {
    top: 13px;
  }
  .hamburger-inner::before {
    top: 6px;
  }
  .menu {
    position: absolute;
    height: 100%;
    background: #BEAA51;
    width: 40%;
    right: 100%;
    /* z-index: 99999999999999999; */
    padding-right: 55px;
    padding-top: 55px;
    top: 0;
    z-index: 99;
  }
  .menu-item {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .hamburger {
    z-index: 9;
    position: relative;
    /* margin-top: 20px; */
    /* margin-right: 20px; */
    /* margin-bottom: 1px; */
    /* display: table; */
    cursor: pointer;
    width: 51px;
    height: 42px;
    box-sizing: border-box;
    /* padding: 19px 10px; */
    z-index: 999;
  }
  span.hamburger-inner {
    top: 19px;
    right: 25px;
  }
  .active header {
    height: 100%;
  }
  .active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate( -90deg);
    top: 13px;
  }
  .active .hamburger-inner::before {
    transform: rotate( 0deg);
    transform: translate3d(0, -13px, 0) rotate( -90deg);
    display: none;
  }
  .active span.hamburger-inner {
    transform: rotate( 45deg);
    top: 28px;
  }
  .active .menu {
    right: 0;
    position: fixed;
  }
  .page-id-300>section {
    background: url("../images/decor/m-r.png") no-repeat center center;
  }
  .page-id-300 .map iframe {
    width: 100%;
  }
  .form-title {
    padding-bottom: 24px;
  }
  .page-id-300 .contact-us {
    padding-top: 24px;
  }
  .page-id-300 .contact-us .row2 {
    padding-bottom: 9px;
  }
  .form-wrapper.new_form_wr .button.whatsapp-btn {
    left: 120px;
    position: absolute;
    padding-bottom: 4px;
    bottom: 25px;
  }
  p.address {
    margin-left: 150px;
  }
  .form-wrapper.new_form_wr .buttons label.button,
  .page-id-300 .contact-us .form-wrapper .buttons label.button {
    background-image: url(https://www.moer.co.il/wp-content/themes/moer-lp/images/icons/envelope.png);
    background-repeat: no-repeat;
    background-position: center left 15px;
  }
  .form-wrapper.new_form_wr .buttons label.button {
    margin-left: 170px;
  }
  .button.whatsapp-btn span,
  .button.whatsapp-btn img {
    display: inline-block;
    vertical-align: middle;
  }
  .page-id-300 .contact-us .form-wrapper .button.whatsapp-btn {
    background-image: url(/wp-content/themes/moer-lp/images/icons/wa.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    width: 120px;
    left: 72px;
    text-align: right;
  }
  .page-id-300 .contact-us .form-wrapper .buttons label.button {
    margin-left: 140px;
  }
  /*16feb conversent*/
  .hair-removal-section {
    height: 350px;
    margin: 80px 0 130px;
    padding: 0;
    overflow: visible;
  }
  .hair-removal-cntnt {
    position: relative;
    display: block;
    max-width: 980px;
    margin: 0 auto;
    height: 100%;
  }
  .hair-text {
    display: inline-block;
    position: absolute;
    top: 18%;
    max-width: 560px;
    color: #fff;
    z-index: 2;
    padding: 1em 1.1em;
    border-radius: 2px;
    background: rgba(233, 65, 65, .9);
  }
  .hair-text .bnr-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
  }
  .bnr-subtitle p {
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
  }
  .hair-form-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    background: #575757;
    height: 395px;
    color: #fff;
    font-family: 'Rubik', Arial, sans-serif;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 30%);
    text-align: center;
    z-index: 2;
  }
  .hair-form-body .form-title {
    padding-bottom: 0;
    font-size: 2em;
    display: block;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    font-weight: 600;
  }
  .hair-form-body .form-subtitle {
    font-size: 1.2em;
    display: block;
    margin-bottom: 1em;
  }
  .top-border {
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
    background-color: #3f3f3f;
    padding: 0.75em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .subform-wr .frm-row {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 5px 0px;
  }
  .subform-wr form.wpcf7-form {
    padding: 0;
  }
  .subform-wr .frm-row span.wpcf7-form-control-wrap {
    margin: 0;
  }
  .subform-wr .frm-row input,
  .subform-wr .frm-row select {
    width: 100%;
    padding: 0.75em;
    font-size: 1em;
    background: #fff;
    font-family: 'Rubik', Arial, sans-serif;
    direction: rtl;
    border: 3px solid #6F6F6F;
    border: 3px solid #3f3f3f;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-right: 6em !important;
  }
  .subform-wr .frm-row input:focus,
  .subform-wr .frm-row select:focus {
    border-color: #6F6F6F;
  }
  .subform-wr .frm-row:focus label {
    background: #6F6F6F;
  }
  .hair-form-body:after {
    position: absolute;
    content: '';
    display: block;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 40px solid #575757;
  }
  .subform-wr .buttons {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    bottom: 0;
    padding: 0;
  }
  .subform-wr .buttons input {
    margin-top: 0.5em;
    background-color: #e94141;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid #AF3131;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 100%;
    padding: 10px;
  }
  .subform-wr .buttons span.wpcf7-spinner,.fosec span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-42%);
  }
  .subform-wr {
    padding: 0 1em;
  }
  .subform-wr .frm-row label {
    position: absolute;
    top: 0;
    right: 0;
    width: 5em;
    text-align: center;
    padding: 17px 0;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    background: #6f6f6f;
    background: #3f3f3f;
    cursor: default;
    z-index: 9;
    border-left: none;
    visibility: inherit;
  }
  .subform-wr .frm-row input.wpcf7-not-valid,
  .subform-wr .frm-row select.wpcf7-not-valid {
    border-color: red;
  }
  .subform-wr .frm-row span.wpcf7-not-valid-tip {
    display: none !important;
  }
  .subform-wr form.wpcf7-form .wpcf7-response-output {
    display: none;
  }
  .subform-wr .frm-row .bg-color {
    background: #6F6F6F;
  }
  .soprano-inner .sap-slide-row {
    display: inline-block !important;
    margin: 0;
    padding: 0 20px;
    width: 49%;
    vertical-align: top;
  }
  .soprano-inner .sap-slide-row .part {
    width: 100%;
    padding: 0;
  }
  .section-subtitle.align-right {
    text-align: right;
  }
  .soprano-inner .sap-slide-row .items {
    display: block;
    margin: 15px 0;
  }
  .soprano-inner .sap-slide-row .items .item {
    display: inline-block;
  }
  .section-section {
    padding: 50px 0;
  }
  .soprano-outer .swiper-pagination {
    bottom: 0;
  }
  .soprano-outer .soprano-inner {
    padding-bottom: 30px;
  }
  section.services .merged-box .box {
    display: inline-block;
    width: 50%;
    padding: 0;
  }
  section.services-boxes-wr .boxes {
    width: 100%;
  }
  section.services-boxes-wr .boxes>.boxcolm {
    vertical-align: top;
    padding: 10px;
  }
  #wpcf7-f429-o2 input[type="checkbox"] {
    height: 15px;
    display: inline-block;
    width: 15px;
  }
  #wpcf7-f429-o2 .wpcf7-list-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    direction: ltr;
  }
  .new_form_wr {
    max-width: 575px;
  }
  .new_form_wr input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 25px;
  }
  span.wpcf7-form-control-wrap.your-email {
    margin-bottom: 20px;
  }
  /* media queris */
  @media(max-width:1440px) {
    .form-wrapper.new_form_wr .buttons label.button {
      margin-left: 130px;
    }
  }
  @media(max-width:1260px) {
    .form-wrapper.new_form_wr .buttons label.button {
      margin-left: 150px;
    }
  }
  @media(max-width:1199px) {
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 120px;
      padding-bottom: 5px;
    }
    section.services-boxes-wr .boxes>.boxcolm {
      vertical-align: top;
      padding: 5px;
      width: 50%;
    }
  }
  @media(max-width:1024px) {
    .page-id-300 .section-title,
    .contact-us .inner {
      display: block;
    }
    .contact-us .section-title {
      display: none;
    }
    .contact-us .inner>div {
      width: 100%;
    }
    .contact-us .inner {
      margin-top: 26px;
    }
    .contact-us .inner .form {
      margin-bottom: 26px;
    }
    .contact-us .inner {
      padding: 0 15px;
    }
  }
  .social br {
    display: none;
  }
  @media(max-width:950px) {
    .social {
      text-align: center;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
      background: #fff;
    }
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 29.5%;
      padding-bottom: 4px;
    }
    .parts.sap-slide-row {
      width: 100%;
    }
  }
  @media(max-width:767px) {
    .menu {
      width: 60%;
    }
    .form-wrapper.new_form_wr {
      max-width: 650px;
    }
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 160px;
    }
    .hair-text {
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 400px;
      top: 25px;
    }
    .hair-removal-section {
      margin-bottom: 450px;
    }
    .hair-form-body {
      top: 80%;
      right: 0;
      margin: 0 auto;
    }
    .services-boxes-wr .boxes .box .title {
      font-size: 20px !important;
      white-space: unset !important;
    }
	.txt-desc ul{margin-top:90px !important;}
      img.left_side_img {
    height: auto;
}
  }
  @media(max-width:649px) {
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 77px;
    }
    .form-wrapper.new_form_wr {
      max-width: 480px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .page-id-300 .contact-us .form-wrapper .button.whatsapp-btn {
      left: 62px;
    }
    .services-boxes-wr .boxes .box .title {
      font-size: 20px;
      white-space: unset;
    }

  }
  @media(max-width:479px) {
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 35px;
    }
    .form-wrapper.new_form_wr {
      max-width: 414px;
    }
    .page-id-300 .contact-us .form-wrapper .button.whatsapp-btn {
      left: 19px;
    }
  }
  @media(max-width:413px) {
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 20px;
    }
    .form-wrapper.new_form_wr {
      max-width: 375px;
    }
    .page-id-300 .contact-us .form-wrapper .button.whatsapp-btn {
      left: 0;
    }
    .page-id-300 .contact-us .form-wrapper .buttons label.button {
      margin-left: auto;
    }
    .hair-text {
      max-width: 96%;
    }
    .hair-text .bnr-title {
      font-size: 2em;
    }
    .bnr-subtitle p {
      font-size: 1.6em;
    }
    .services-boxes-wr .boxes .box .image {
      height: 110px;
      width: 110px;
    }
  }
  @media(max-width:374px) {
    .form-wrapper.new_form_wr .button.whatsapp-btn {
      left: 0px;
    }
    .form-wrapper.new_form_wr {
      max-width: 320px;
    }
    .form-wrapper.new_form_wr .buttons label.button {
      margin-left: 130px;
      background-position: center left 8px;
    }
    .form-wrapper.new_form_wr .buttons label.button span.wpcf7-spinner {
      margin: 0 16px;
      width: 15px;
      height: 15px;
    }
    .page-id-300 .contact-us .form-wrapper .buttons label.button {
      margin-left: auto;
      width: 135px;
      text-align: right;
      background-position: center left 8px;
    }
    .page-id-300 .contact-us .form-wrapper .buttons label.button span.wpcf7-spinner {
      margin: 0;
    }
    .hair-form-body {
      width: 300px;
    }
    .hair-form-body:after {
      border-left: 150px solid transparent;
      border-right: 150px solid transparent;
      border-top: 40px solid #575757;
    }
  }
.normal-text {
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
}
.page-id-633 footer#footer, .page-id-643 footer#footer {
    display: none;
}
  