:root {
  --text-color: #000;
  --bg-light-color: #ffffff;
  --bg-dark-color: #F1F4F8;
  --bg-darkest-color: #0D1434;
  --main-color: #E22942;
  --main-color-light: #F39EA9; }

/* Fonts */
@font-face {
  font-family: 'Assistant-Regular';
  src: url("../fonts/Assistant-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Light';
  src: url("../fonts/Assistant-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Bold';
  src: url("../fonts/Assistant-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-ExtraBold';
  src: url("../fonts/Assistant-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-SemiBold';
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Assistant-Regular';
  font-size: 18px; }
  @media only screen and (max-width: 950px) {
    body {
      padding-top: 40px; } }

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: 80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 55px 0; } }
  @media only screen and (max-width: 950px) {
    section {
      padding: 35px 0; } }

.section-inner {
  max-width: 1640px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  position: relative; }
  @media only screen and (max-width: 950px) {
    .section-inner {
      padding: 0 10px; } }

.content {
  font-family: 'Assistant-Regular';
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.5; }
  .content.narrow {
    max-width: 940px;
    margin: auto; }
  .content.white {
    color: #fff; }
  .content p, .content ul, .content li, .content h1, .content h2, .content h3, .content h4, .content h5, .content img {
    margin-top: 15px; }
  .content a {
    color: var(--main-color);
    text-decoration: underline; }
    .content a:hover {
      text-decoration: none; }
  .content ul {
    list-style: disc;
    padding-right: 25px; }
  .content img {
    max-width: 100%; }

.centered {
  text-align: center; }

.parts {
  display: flex;
  margin: 0 -45px; }
  .parts.ai-center {
    align-items: center; }
  .parts .part {
    width: 50%;
    padding: 0 45px;
    position: relative; }
    .parts .part .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; } }

.section-title {
  font-family: 'Assistant-Regular';
  font-size: 46px;
  line-height: 1;
  color: var(--text-color); }
  .section-title.white {
    color: var(--bg-light-color); }
  @media only screen and (max-width: 1370px) {
    .section-title {
      font-size: 40px; } }
  @media only screen and (max-width: 1200px) {
    .section-title {
      font-size: 40px; } }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 35px; } }

.section-subtitle {
  font-family: 'Assistant-Regular';
  font-size: 18px;
  color: #252A39;
  text-align: center;
  margin-top: 10px; }
  @media only screen and (max-width: 1200px) {
    .section-subtitle {
      font-size: 18px; } }
  @media only screen and (max-width: 950px) {
    .section-subtitle {
      font-size: 16px; } }

.button-regular {
  font-family: 'Assistant-Regular';
  font-size: 18px;
  color: var(--bg-light-color);
  background: var(--main-color);
  padding: 10px 22px;
  display: inline-block;
  margin-top: 35px;
  transition: 0.5s; }
  .button-regular:hover {
    background: var(--main-color-light); }

.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 {
  position: static; }
  #sm_menu_ham span {
    background-color: var(--main-color);
    height: 3px; }

.sm_menu_outer {
  background: var(--bg-darkest-color); }
  .sm_menu_outer.slide .mobile_menu .sub-menu {
    background: var(--bg-darkest-color);
    height: calc(100vh - 45px); }
  .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 li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
    background-size: 20px !important; }
  .sm_menu_outer .mobile_menu a {
    font-family: 'Assistant-Regular';
    padding: 15px 15px; }
  .sm_menu_outer .mobile_menu .current_page_item > a {
    font-family: 'Assistant-Bold'; }

.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: calc(100vh - 40px);
  top: 40px; }

/* ---------------------- header ---------------------- */
header {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--bg-light-color);
  border-bottom: 1px solid var(--bg-dark-color);
  max-width: 1920px;
  margin: auto; }
  header .header-inner {
    height: 85px;
    max-width: 1640px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center; }
  header.header-v1 .menu-cont, header.header-v1 .tel {
    flex: 1 0; }
  header.header-v2 .logo-wrapper, header.header-v2 .tel {
    flex: 1 0; }
  header.header-v2 .tel .inner {
    padding: 10px;
    color: var(--bg-light-color);
    background: var(--main-color); }
  @media only screen and (max-width: 950px) {
    header.header-v2 .tel {
      font-size: 19px; }
      header.header-v2 .tel .inner {
        padding: 3px 5px; } }
  header.header-v2 .menu-cont {
    margin-left: 30px;
    margin-right: 30px;
    flex-grow: 1; }
    header.header-v2 .menu-cont ul.main-menu {
      justify-content: center; }
      header.header-v2 .menu-cont ul.main-menu .menu-item-has-children, header.header-v2 .menu-cont ul.main-menu .has-extra-menu {
        padding-left: 25px; }
      header.header-v2 .menu-cont ul.main-menu > li {
        position: relative;
        padding: 0 3%; }
        header.header-v2 .menu-cont ul.main-menu > li:after {
          content: "";
          position: absolute;
          display: block;
          top: 15px;
          bottom: 15px;
          left: 0;
          width: 1px;
          background-color: var(--text-color);
          z-index: 2; }
        header.header-v2 .menu-cont ul.main-menu > li:last-child:after {
          content: none; }
  header.header-v3 {
    background: var(--bg-darkest-color);
    border-bottom: none; }
    header.header-v3 .logo-wrapper, header.header-v3 .tel {
      flex: 1 0; }
    header.header-v3 .tel .inner {
      padding: 10px;
      color: var(--bg-light-color);
      background: var(--main-color); }
    @media only screen and (max-width: 950px) {
      header.header-v3 .tel {
        font-size: 19px; }
        header.header-v3 .tel .inner {
          padding: 3px 5px; } }
    header.header-v3 .menu-cont {
      margin-left: 30px;
      margin-right: 30px;
      flex-grow: 1; }
      header.header-v3 .menu-cont ul.main-menu {
        justify-content: center; }
        header.header-v3 .menu-cont ul.main-menu .menu-item-has-children, header.header-v3 .menu-cont ul.main-menu .has-extra-menu {
          padding-left: 25px;
          background: url("../images/icons/rdw.svg") no-repeat left 10px center; }
        header.header-v3 .menu-cont ul.main-menu > li {
          padding: 0 3%; }
          header.header-v3 .menu-cont ul.main-menu > li > a {
            color: var(--bg-light-color); }
          header.header-v3 .menu-cont ul.main-menu > li:after {
            content: "";
            position: absolute;
            display: block;
            top: 15px;
            bottom: 15px;
            left: 0;
            width: 1px;
            background-color: var(--bg-light-color);
            z-index: 2; }
          header.header-v3 .menu-cont ul.main-menu > li:last-child:after {
            content: none; }
  header .logo-wrapper {
    position: relative;
    display: block;
    text-align: right;
    height: 100%; }
    header .logo-wrapper .logo {
      height: 100%;
      font-size: 0;
      text-align: right;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      header .logo-wrapper .logo img {
        max-height: 70%;
        max-width: 100%; }
  header .tel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Assistant-Bold';
    font-size: 21px;
    color: var(--main-color);
    line-height: 1; }
    header .tel img {
      margin-left: 5px; }
  header .menu-cont {
    margin-left: 30px;
    flex-shrink: 0; }
    header .menu-cont ul.main-menu {
      display: flex;
      justify-content: flex-start;
      height: 100%; }
      header .menu-cont ul.main-menu .menu-item-has-children, header .menu-cont ul.main-menu .has-extra-menu {
        padding-left: 25px;
        background: url("../images/icons/rd.svg") no-repeat left 10px center; }
      header .menu-cont ul.main-menu .menu-item-has-children {
        position: relative; }
      header .menu-cont ul.main-menu > li {
        position: relative;
        padding: 0 2%;
        height: 100%; }
        header .menu-cont ul.main-menu > li > a {
          position: relative;
          transition: 0.5s;
          font-family: 'Assistant-Regular';
          font-size: 18px;
          color: var(--text-color);
          padding: 5px 0px;
          white-space: nowrap;
          display: inline-block;
          height: 100%;
          line-height: 43px; }
          header .menu-cont ul.main-menu > li > a:hover {
            color: var(--main-color); }
        header .menu-cont ul.main-menu > li.current_page_item > a, header .menu-cont ul.main-menu > li.current-menu-item > a {
          font-family: 'Assistant-Bold'; }
          header .menu-cont ul.main-menu > li.current_page_item > a:after, header .menu-cont ul.main-menu > li.current-menu-item > a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 2px;
            left: 0px;
            right: 0px;
            height: 3px;
            border-radius: 200px;
            background: var(--main-color); }
        header .menu-cont ul.main-menu > li .sub-menu {
          padding: 20px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 100%;
          background-color: #fff;
          border-top: 3px solid var(--main-color);
          visibility: hidden;
          opacity: 0;
          transition: 0.15s;
          box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
          z-index: 99; }
          header .menu-cont ul.main-menu > li .sub-menu li {
            margin: 0; }
            header .menu-cont ul.main-menu > li .sub-menu li.menu-item-has-children {
              background: url("../images/icons/rr.svg") no-repeat left center; }
            header .menu-cont ul.main-menu > li .sub-menu li a {
              font-family: 'Assistant-Regular';
              font-size: 17px;
              color: var(--text-color);
              padding: 8px;
              white-space: nowrap;
              display: inline-block;
              transition: 0.5s; }
              header .menu-cont ul.main-menu > li .sub-menu li a:hover {
                color: var(--main-color); }
            header .menu-cont ul.main-menu > li .sub-menu li .sub-menu {
              left: auto;
              right: 100%;
              top: 0;
              transform: translateX(-20px); }
            header .menu-cont ul.main-menu > li .sub-menu li:hover > .sub-menu {
              visibility: visible;
              opacity: 1; }
            header .menu-cont ul.main-menu > li .sub-menu li:hover > .extra-menu {
              top: 100%;
              visibility: visible;
              opacity: 1; }
        header .menu-cont ul.main-menu > li:hover > .sub-menu {
          visibility: visible;
          opacity: 1; }
  header .ham-button {
    display: none; }
  @media only screen and (max-width: 1370px) {
    header .header-inner {
      height: 75px; } }
  @media only screen and (max-width: 1200px) {
    header .header-inner {
      height: 65px;
      padding: 0 10px; }
    header .menu-cont ul.main-menu > li > a {
      font-size: 17px; } }
  @media only screen and (max-width: 950px) {
    header {
      box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
      z-index: 9999;
      top: 0;
      left: 0;
      right: 0;
      position: fixed;
      background: var(--bg-dark-color); }
      header .menu-cont {
        display: none; }
      header .header-inner {
        height: 40px; }
      header .logo-wrapper {
        margin-left: 15px; }
        header .logo-wrapper .logo img {
          max-height: 85%; }
      header .tel {
        font-size: 16px; }
      header .ham-button {
        display: block;
        margin-right: 20px; } }

/* --------------------- /header ---------------------- */
/* ---------------------- Section slider-top-v1 ---------------------- */
section.slider-top-v1 {
  padding: 0;
  height: 850px; }
  section.slider-top-v1 .section-inner {
    height: 100%; }
  section.slider-top-v1 .sections {
    display: flex;
    height: 100%; }
    section.slider-top-v1 .sections .section {
      flex: 1 50%;
      height: 100%; }
    section.slider-top-v1 .sections .section-image {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      section.slider-top-v1 .sections .section-image img {
        height: 100%; }
    section.slider-top-v1 .sections .section-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 35px; }
      section.slider-top-v1 .sections .section-content .line-1 {
        font-family: 'Assistant-Bold';
        font-size: 78px;
        line-height: 1;
        color: var(--bg-darkest-color); }
      section.slider-top-v1 .sections .section-content .line-2 {
        font-family: 'Assistant-Regular';
        font-size: 72px;
        line-height: 1;
        color: var(--bg-darkest-color);
        margin-top: 5px; }
      section.slider-top-v1 .sections .section-content .line-3 {
        font-family: 'Assistant-SemiBold';
        font-size: 21px;
        line-height: 1;
        color: var(--main-color);
        margin-top: 15px; }
      section.slider-top-v1 .sections .section-content .content {
        margin-top: 40px;
        max-width: 520px; }
  @media only screen and (max-width: 1370px) {
    section.slider-top-v1 {
      height: 580px; }
      section.slider-top-v1 .sections .section-content .line-1 {
        font-size: 70px; }
      section.slider-top-v1 .sections .section-content .line-2 {
        font-size: 65px; } }
  @media only screen and (max-width: 1200px) {
    section.slider-top-v1 {
      height: 500px; }
      section.slider-top-v1 .sections .section-content .line-1 {
        font-size: 60px; }
      section.slider-top-v1 .sections .section-content .line-2 {
        font-size: 55px; } }
  @media only screen and (max-width: 950px) {
    section.slider-top-v1 {
      height: auto; }
      section.slider-top-v1 .sections {
        flex-wrap: wrap; }
        section.slider-top-v1 .sections .section {
          flex: 1 100%;
          height: auto; }
        section.slider-top-v1 .sections .section-content {
          padding-top: 35px;
          padding-left: 10px; }
          section.slider-top-v1 .sections .section-content .line-1 {
            font-size: 50px; }
          section.slider-top-v1 .sections .section-content .line-2 {
            font-size: 45px; }
        section.slider-top-v1 .sections .section-image {
          margin-top: 35px; }
          section.slider-top-v1 .sections .section-image img {
            height: auto;
            width: 100%; } }

/* --------------------- /Section slider-top-v1 ---------------------- */
/* ---------------------- Section slider-top-v2 ---------------------- */
section.slider-top-v2 {
  padding: 0;
  height: 903px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  section.slider-top-v2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    section.slider-top-v2 .bg video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    section.slider-top-v2 .bg .swiper-container {
      height: 100%; }
      section.slider-top-v2 .bg .swiper-container .swiper-wrapper {
        height: 100%; }
        section.slider-top-v2 .bg .swiper-container .swiper-wrapper .swiper-slide {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.slider-top-v2 .bg .swiper-container .swiper-wrapper .swiper-slide img {
            height: 100%; }
    section.slider-top-v2 .bg .pagination {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 25px;
      z-index: 3; }
      section.slider-top-v2 .bg .pagination .swiper-pagination-bullet {
        background: var(--bg-light-color);
        opacity: 1; }
        section.slider-top-v2 .bg .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: var(--main-color); }
  section.slider-top-v2 .section-inner {
    position: relative;
    z-index: 2; }
    section.slider-top-v2 .section-inner .line-1 {
      font-family: 'Assistant-Bold';
      font-size: 78px;
      line-height: 1;
      color: var(--bg-light-color); }
    section.slider-top-v2 .section-inner .line-2 {
      font-family: 'Assistant-Regular';
      font-size: 72px;
      line-height: 1;
      color: var(--bg-light-color);
      margin-top: 5px; }
    section.slider-top-v2 .section-inner .line-3 {
      font-family: 'Assistant-SemiBold';
      font-size: 21px;
      line-height: 1;
      color: var(--bg-light-color);
      margin-top: 15px; }
    section.slider-top-v2 .section-inner .content {
      margin-top: 40px;
      max-width: 520px;
      color: var(--bg-light-color); }
  @media only screen and (max-width: 1370px) {
    section.slider-top-v2 {
      height: 640px; }
      section.slider-top-v2 .section-inner .line-1 {
        font-size: 70px; }
      section.slider-top-v2 .section-inner .line-2 {
        font-size: 65px; } }
  @media only screen and (max-width: 1200px) {
    section.slider-top-v2 {
      height: 560px; }
      section.slider-top-v2 .section-inner .line-1 {
        font-size: 60px; }
      section.slider-top-v2 .section-inner .line-2 {
        font-size: 55px; } }
  @media only screen and (max-width: 950px) {
    section.slider-top-v2 {
      height: 600px; }
      section.slider-top-v2 .section-inner .line-1 {
        font-size: 50px; }
      section.slider-top-v2 .section-inner .line-2 {
        font-size: 45px; } }

/* --------------------- /Section slider-top-v2 ---------------------- */
/* ---------------------- Section slider-top-v3 ---------------------- */
section.slider-top-v3 {
  padding: 0;
  height: 850px; }
  section.slider-top-v3 .section-inner {
    height: 100%; }
  section.slider-top-v3 .sections {
    display: flex;
    height: 100%; }
    section.slider-top-v3 .sections .section {
      flex: 1 50%;
      height: 100%; }
    section.slider-top-v3 .sections .section-image {
      width: 50%; }
      section.slider-top-v3 .sections .section-image .swiper-container {
        height: 100%; }
        section.slider-top-v3 .sections .section-image .swiper-container .swiper-wrapper {
          height: 100%; }
          section.slider-top-v3 .sections .section-image .swiper-container .swiper-wrapper .swiper-slide {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            section.slider-top-v3 .sections .section-image .swiper-container .swiper-wrapper .swiper-slide img {
              height: 100%; }
      section.slider-top-v3 .sections .section-image .pagination {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        z-index: 3; }
        section.slider-top-v3 .sections .section-image .pagination .swiper-pagination-bullet {
          background: var(--bg-light-color);
          opacity: 1; }
          section.slider-top-v3 .sections .section-image .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--main-color); }
    section.slider-top-v3 .sections .section-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 35px;
      padding-right: 155px; }
      section.slider-top-v3 .sections .section-content .line-1 {
        font-family: 'Assistant-Bold';
        font-size: 78px;
        line-height: 1;
        color: var(--bg-darkest-color); }
      section.slider-top-v3 .sections .section-content .line-2 {
        font-family: 'Assistant-Regular';
        font-size: 72px;
        line-height: 1;
        color: var(--bg-darkest-color);
        margin-top: 5px; }
      section.slider-top-v3 .sections .section-content .line-3 {
        font-family: 'Assistant-SemiBold';
        font-size: 21px;
        line-height: 1;
        color: var(--main-color);
        margin-top: 15px; }
      section.slider-top-v3 .sections .section-content .content {
        margin-top: 40px;
        max-width: 520px; }
  @media only screen and (max-width: 1370px) {
    section.slider-top-v3 {
      height: 580px; }
      section.slider-top-v3 .sections .section-content {
        padding-right: 55px; }
        section.slider-top-v3 .sections .section-content .line-1 {
          font-size: 70px; }
        section.slider-top-v3 .sections .section-content .line-2 {
          font-size: 65px; } }
  @media only screen and (max-width: 1200px) {
    section.slider-top-v3 {
      height: 500px; }
      section.slider-top-v3 .sections .section-content {
        padding-right: 25px; }
        section.slider-top-v3 .sections .section-content .line-1 {
          font-size: 60px; }
        section.slider-top-v3 .sections .section-content .line-2 {
          font-size: 55px; } }
  @media only screen and (max-width: 950px) {
    section.slider-top-v3 {
      height: auto; }
      section.slider-top-v3 .sections {
        flex-wrap: wrap; }
        section.slider-top-v3 .sections .section {
          flex: 1 100%;
          height: auto; }
        section.slider-top-v3 .sections .section-content {
          padding-top: 35px;
          padding-right: 10px;
          padding-left: 10px; }
          section.slider-top-v3 .sections .section-content .line-1 {
            font-size: 50px; }
          section.slider-top-v3 .sections .section-content .line-2 {
            font-size: 45px; }
        section.slider-top-v3 .sections .section-image {
          margin-top: 35px; }
          section.slider-top-v3 .sections .section-image img {
            height: auto;
            width: 100%; } }

/* --------------------- /Section slider-top-v3 ---------------------- */
/* ---------------------- Section slider-top-v4 ---------------------- */
section.slider-top-v4 {
  padding: 0;
  height: 850px;
  background: var(--bg-darkest-color); }
  section.slider-top-v4 .section-inner {
    height: 100%; }
  section.slider-top-v4 .sections {
    display: flex;
    align-items: center;
    height: 100%; }
    section.slider-top-v4 .sections .section {
      flex: 1 50%; }
    section.slider-top-v4 .sections .section-image {
      width: 50%; }
      section.slider-top-v4 .sections .section-image .swiper-container .swiper-wrapper .swiper-slide {
        height: 570px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.slider-top-v4 .sections .section-image .swiper-container .swiper-wrapper .swiper-slide img {
          height: 100%; }
      section.slider-top-v4 .sections .section-image .pagination {
        margin-top: 35px; }
        section.slider-top-v4 .sections .section-image .pagination .swiper-pagination-bullet {
          background: var(--bg-light-color);
          opacity: 1; }
          section.slider-top-v4 .sections .section-image .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--main-color); }
    section.slider-top-v4 .sections .section-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 55px;
      width: 50%; }
      section.slider-top-v4 .sections .section-content .line-1 {
        font-family: 'Assistant-Bold';
        font-size: 78px;
        line-height: 1;
        color: var(--bg-light-color); }
      section.slider-top-v4 .sections .section-content .line-2 {
        font-family: 'Assistant-Regular';
        font-size: 72px;
        line-height: 1;
        color: var(--bg-light-color);
        margin-top: 5px; }
      section.slider-top-v4 .sections .section-content .line-3 {
        font-family: 'Assistant-SemiBold';
        font-size: 21px;
        line-height: 1;
        color: var(--main-color);
        margin-top: 15px; }
      section.slider-top-v4 .sections .section-content .content {
        color: var(--bg-light-color);
        margin-top: 40px;
        max-width: 520px; }
  @media only screen and (max-width: 1370px) {
    section.slider-top-v4 {
      height: 580px; }
      section.slider-top-v4 .sections .section-image .swiper-container .swiper-wrapper .swiper-slide {
        height: 380px; }
      section.slider-top-v4 .sections .section-content .line-1 {
        font-size: 70px; }
      section.slider-top-v4 .sections .section-content .line-2 {
        font-size: 65px; } }
  @media only screen and (max-width: 1200px) {
    section.slider-top-v4 {
      height: 500px; }
      section.slider-top-v4 .sections .section-image {
        padding-bottom: 35px; }
        section.slider-top-v4 .sections .section-image .swiper-container .swiper-wrapper .swiper-slide {
          height: auto; }
      section.slider-top-v4 .sections .section-content {
        padding-left: 10px; }
        section.slider-top-v4 .sections .section-content .line-1 {
          font-size: 60px; }
        section.slider-top-v4 .sections .section-content .line-2 {
          font-size: 55px; } }
  @media only screen and (max-width: 950px) {
    section.slider-top-v4 {
      height: auto; }
      section.slider-top-v4 .sections {
        flex-wrap: wrap; }
        section.slider-top-v4 .sections .section {
          flex: 1 100%;
          height: auto; }
        section.slider-top-v4 .sections .section-content {
          padding-top: 35px; }
          section.slider-top-v4 .sections .section-content .line-1 {
            font-size: 50px; }
          section.slider-top-v4 .sections .section-content .line-2 {
            font-size: 45px; }
        section.slider-top-v4 .sections .section-image {
          margin-top: 35px; }
          section.slider-top-v4 .sections .section-image img {
            height: auto;
            width: 100%; } }

/* --------------------- /Section slider-top-v4 ---------------------- */
/* ---------------------- Section slider-logos-v1 ---------------------- */
section.slider-logos-v1 {
  padding: 50px 0; }
  section.slider-logos-v1 .wrapper {
    display: flex;
    align-items: center;
    position: relative; }
    section.slider-logos-v1 .wrapper .section-title {
      width: 25%;
      flex-shrink: 0;
      padding-left: 40px; }
  section.slider-logos-v1 .swiper-outer {
    position: relative;
    padding: 0 45px;
    width: 75%; }
    section.slider-logos-v1 .swiper-outer .nav {
      pointer-events: none;
      display: flex;
      justify-content: space-between;
      z-index: 3;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      section.slider-logos-v1 .swiper-outer .nav .arrow {
        pointer-events: auto;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        section.slider-logos-v1 .swiper-outer .nav .arrow img {
          height: 100%; }
  section.slider-logos-v1 .swiper-container .swiper-wrapper {
    display: flex;
    align-items: center; }
  section.slider-logos-v1 .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
    section.slider-logos-v1 .swiper-container .swiper-slide img {
      max-width: 100%;
      max-height: 50px; }
  @media only screen and (max-width: 950px) {
    section.slider-logos-v1 .wrapper {
      flex-wrap: wrap; }
      section.slider-logos-v1 .wrapper .section-title {
        padding-left: 0;
        width: 100%;
        text-align: center; }
      section.slider-logos-v1 .wrapper .swiper-outer {
        margin-top: 35px;
        width: 100%; } }

/* --------------------- /Section slider-logos-v1 ---------------------- */
/* ---------------------- Section services-v1 ---------------------- */
section.services-v1 .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -35px;
  margin-top: 100px;
  justify-content: center; }
  section.services-v1 .boxes .box {
    width: 33.33%;
    padding: 35px; }

@media only screen and (max-width: 1370px) {
  section.services-v1 .boxes {
    margin-top: 50px; } }

@media only screen and (max-width: 950px) {
  section.services-v1 .boxes {
    margin: -25px -15px;
    margin-top: 35px; }
    section.services-v1 .boxes .box {
      width: 50%;
      padding: 25px 15px; } }

/* --------------------- /Section services-v1 ---------------------- */
.box-service-v1 {
  text-align: center;
  max-width: 500px;
  display: block;
  transition: 0.5s;
  cursor: pointer; }
  .box-service-v1 .inner {
    position: relative; }
  .box-service-v1 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 100px;
    overflow: hidden; }
    .box-service-v1 .image img {
      max-height: 100%; }
  .box-service-v1 .text {
    margin-top: 20px;
    color: var(--text-color); }
    .box-service-v1 .text .title {
      font-family: 'Assistant-SemiBold';
      font-size: 24px;
      transition: 0.5s; }
    .box-service-v1 .text .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      margin-top: 15px;
      transition: 0.5s; }
  .box-service-v1:hover {
    background: var(--main-color); }
    .box-service-v1:hover .text {
      color: var(--bg-light-color); }
  @media only screen and (max-width: 950px) {
    .box-service-v1 .image {
      height: 70px; }
    .box-service-v1 .text {
      margin-top: 20px; }
      .box-service-v1 .text .title {
        font-size: 20px; }
      .box-service-v1 .text .desc {
        font-size: 17px;
        margin-top: 10px; } }

/* ---------------------- Section services-v2 ---------------------- */
section.services-v2 {
  background-color: var(--bg-dark-color); }
  section.services-v2 .content {
    max-width: 530px;
    margin-top: 45px; }
  section.services-v2 .boxes .box {
    margin-top: 40px; }
    section.services-v2 .boxes .box:first-child {
      margin-top: 0; }
  @media only screen and (max-width: 950px) {
    section.services-v2 .content {
      margin-top: 35px; }
    section.services-v2 .boxes {
      margin-top: 35px; } }

/* --------------------- /Section services-v2 ---------------------- */
.box-service-v2 {
  display: block;
  cursor: pointer; }
  .box-service-v2 .inner {
    position: relative;
    display: flex;
    align-items: center; }
  .box-service-v2 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 60px;
    flex-shrink: 0;
    overflow: hidden;
    margin-left: 25px; }
    .box-service-v2 .image img {
      max-width: 100%; }
  .box-service-v2 .text {
    color: var(--text-color); }
    .box-service-v2 .text .title {
      font-family: 'Assistant-SemiBold';
      font-size: 24px;
      transition: 0.5s; }
    .box-service-v2 .text .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      margin-top: 5px;
      transition: 0.5s; }
  .box-service-v2:hover .text .title {
    color: var(--main-color); }
  @media only screen and (max-width: 950px) {
    .box-service-v2 .text .title {
      font-size: 20px; }
    .box-service-v2 .text .desc {
      font-size: 17px;
      margin-top: 10px; } }

/* ---------------------- Section services-v3 ---------------------- */
section.services-v3 .boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px -20px;
  margin-top: 35px; }
  section.services-v3 .boxes .box {
    width: 33.33%;
    margin: 0;
    padding: 30px 20px; }

@media only screen and (max-width: 950px) {
  section.services-v3 .boxes {
    margin: -15px -10px;
    margin-top: 35px; }
    section.services-v3 .boxes .box {
      width: 50%;
      padding: 15px 10px; } }

/* --------------------- /Section services-v3 ---------------------- */
.box-service-v3 {
  cursor: pointer; }
  .box-service-v3:hover .hover {
    opacity: 1; }
  .box-service-v3:hover .image img {
    transform: scale(1.1); }
  .box-service-v3 .inner {
    position: relative;
    height: 100%; }
  .box-service-v3 .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 320px; }
    .box-service-v3 .image img {
      height: 100%;
      transition: 0.5s; }
  .box-service-v3 .text {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: var(--text-color);
    padding: 15px;
    text-align: center; }
  .box-service-v3 .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: 0.5s; }
    .box-service-v3 .hover:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: var(--main-color);
      opacity: 0.8; }
    .box-service-v3 .hover .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      color: var(--bg-light-color);
      position: relative;
      z-index: 2; }
    .box-service-v3 .hover .button {
      font-family: 'Assistant-Bold';
      font-size: 18px;
      color: var(--bg-light-color);
      margin-top: 20px;
      z-index: 2; }
  @media only screen and (max-width: 1370px) {
    .box-service-v3 .image {
      height: 260px; } }
  @media only screen and (max-width: 950px) {
    .box-service-v3 .image {
      height: 160px; }
    .box-service-v3 .hover {
      display: none; }
    .box-service-v3 .text {
      font-size: 20px;
      padding: 10px; } }

/* --------------------- Service Areas Styles ---------------------- */
/* Box Service Area V1 - Same as Service V1 */
.box-service-area-v1 {
  text-align: center;
  max-width: 500px;
  display: block;
  transition: 0.5s;
  cursor: pointer; }
  .box-service-area-v1 .inner {
    position: relative; }
  .box-service-area-v1 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 100px;
    overflow: hidden; }
    .box-service-area-v1 .image img {
      max-height: 100%; }
  .box-service-area-v1 .text {
    margin-top: 20px;
    color: var(--text-color); }
    .box-service-area-v1 .text .title {
      font-family: 'Assistant-SemiBold';
      font-size: 24px;
      transition: 0.5s; }
    .box-service-area-v1 .text .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      margin-top: 15px;
      transition: 0.5s; }
  .box-service-area-v1:hover {
    background: var(--main-color); }
    .box-service-area-v1:hover .text {
      color: var(--bg-light-color); }
  @media only screen and (max-width: 950px) {
    .box-service-area-v1 .image {
      height: 70px; }
    .box-service-area-v1 .text {
      margin-top: 20px; }
      .box-service-area-v1 .text .title {
        font-size: 20px; }
      .box-service-area-v1 .text .desc {
        font-size: 17px;
        margin-top: 10px; } }

/* Box Service Area V2 - Same as Service V2 */
.box-service-area-v2 {
  display: block;
  cursor: pointer; }
  .box-service-area-v2 .inner {
    position: relative;
    display: flex;
    align-items: center; }
  .box-service-area-v2 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 60px;
    flex-shrink: 0;
    overflow: hidden;
    margin-left: 25px; }
    .box-service-area-v2 .image img {
      max-width: 100%; }
  .box-service-area-v2 .text {
    color: var(--text-color); }
    .box-service-area-v2 .text .title {
      font-family: 'Assistant-SemiBold';
      font-size: 24px;
      transition: 0.5s; }
    .box-service-area-v2 .text .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      margin-top: 5px;
      transition: 0.5s; }
  .box-service-area-v2:hover .text .title {
    color: var(--main-color); }
  @media only screen and (max-width: 950px) {
    .box-service-area-v2 .text .title {
      font-size: 20px; }
    .box-service-area-v2 .text .desc {
      font-size: 17px;
      margin-top: 10px; } }

/* Box Service Area V3 - Same as Service V3 */
.box-service-area-v3 {
  cursor: pointer; }
  .box-service-area-v3:hover .hover {
    opacity: 1; }
  .box-service-area-v3:hover .image img {
    transform: scale(1.1); }
  .box-service-area-v3 .inner {
    position: relative;
    height: 100%; }
  .box-service-area-v3 .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 320px; }
    .box-service-area-v3 .image img {
      height: 100%;
      transition: 0.5s; }
  .box-service-area-v3 .text {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: var(--text-color);
    padding: 15px;
    text-align: center; }
  .box-service-area-v3 .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: 0.5s; }
    .box-service-area-v3 .hover:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: var(--main-color);
      opacity: 0.8; }
    .box-service-area-v3 .hover .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      color: var(--bg-light-color);
      position: relative;
      z-index: 2; }
    .box-service-area-v3 .hover .button {
      font-family: 'Assistant-Bold';
      font-size: 18px;
      color: var(--bg-light-color);
      margin-top: 20px;
      z-index: 2; }
  @media only screen and (max-width: 1370px) {
    .box-service-area-v3 .image {
      height: 260px; } }
  @media only screen and (max-width: 950px) {
    .box-service-area-v3 .image {
      height: 160px; }
    .box-service-area-v3 .hover {
      display: none; }
    .box-service-area-v3 .text {
      font-size: 20px;
      padding: 10px; } }
/* --------------------- /Service Areas Styles ---------------------- */

/* ---------------------- WhatsApp Floating Button ---------------------- */
.whatsapp-floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-floating-button:hover {
  background-color: #1ebe57;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.whatsapp-floating-button svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

/* RTL Support */
body.rtl .whatsapp-floating-button {
  left: auto;
  right: 20px;
}

/* Mobile Adjustments */
@media only screen and (max-width: 768px) {
  .whatsapp-floating-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  
  body.rtl .whatsapp-floating-button {
    right: auto;
    left: 15px;
  }
  
  .whatsapp-floating-button svg {
    width: 28px;
    height: 28px;
  }
}

/* Animation */
@keyframes whatsapp-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.whatsapp-floating-button {
  animation: whatsapp-bounce 2s ease-in-out infinite;
}

.whatsapp-floating-button:hover {
  animation: none;
}
/* ---------------------- /WhatsApp Floating Button ---------------------- */

/* ---------------------- Section counters ---------------------- */
section.counters {
  background-color: var(--bg-darkest-color); }
  section.counters .boxes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: -15px; }
    section.counters .boxes .box {
      padding: 15px;
      text-align: center; }
      section.counters .boxes .box .number {
        font-family: 'Assistant-Bold';
        font-size: 72px;
        color: var(--main-color);
        width: 200px;
        margin: auto;
        text-align: center; }
      section.counters .boxes .box .description {
        font-family: 'Assistant-Regular';
        font-size: 26px;
        color: var(--bg-light-color); }
  @media only screen and (max-width: 950px) {
    section.counters .boxes {
      margin: -15px; }
      section.counters .boxes .box {
        padding: 15px;
        min-width: 50%; }
        section.counters .boxes .box .number {
          font-size: 55px; }
        section.counters .boxes .box .description {
          font-size: 22px; } }

/* --------------------- /Section counters ---------------------- */
/* ---------------------- Section counters-v2 ---------------------- */
section.counters-v2 {
  background-color: var(--bg-dark-color); }
  section.counters-v2 .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -15px; }
    section.counters-v2 .boxes .box {
      padding: 15px;
      text-align: center; }
      section.counters-v2 .boxes .box .number {
        font-family: 'Assistant-SemiBold';
        font-size: 180px;
        color: var(--main-color);
        width: 200px;
        margin: auto;
        text-align: center; }
      section.counters-v2 .boxes .box .description {
        font-family: 'Assistant-SemiBold';
        font-size: 47px;
        color: var(--bg-text-color); }
  @media only screen and (max-width: 1370px) {
    section.counters-v2 .boxes .box .number {
      font-size: 130px; } }
  @media only screen and (max-width: 950px) {
    section.counters-v2 .boxes {
      margin: -15px; }
      section.counters-v2 .boxes .box {
        padding: 15px;
        width: 50%; }
        section.counters-v2 .boxes .box .number {
          font-size: 55px;
          width: auto; }
        section.counters-v2 .boxes .box .description {
          font-size: 22px; } }

/* --------------------- /Section counters-v2 ---------------------- */
/* ---------------------- Section counters-v3 ---------------------- */
section.counters-v3 .counters {
  margin-top: 55px; }
  section.counters-v3 .counters:first-child {
    margin-top: 0; }
  section.counters-v3 .counters .boxes {
    display: flex;
    justify-content: space-around;
    margin: -0px -15px; }
    section.counters-v3 .counters .boxes .box {
      padding: 60px 15px;
      text-align: center;
      position: relative; }
      section.counters-v3 .counters .boxes .box .circle-counter {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      section.counters-v3 .counters .boxes .box .number {
        font-family: 'Assistant-Bold';
        font-size: 72px;
        color: var(--main-color);
        width: 200px;
        margin: auto;
        text-align: center; }
      section.counters-v3 .counters .boxes .box .description {
        font-family: 'Assistant-SemiBold';
        font-size: 26px;
        color: var(--bg-text-color); }

@media only screen and (max-width: 950px) {
  section.counters-v3 .counters {
    margin-top: 25px; }
    section.counters-v3 .counters .boxes {
      margin: 0px -15px;
      flex-wrap: wrap; }
      section.counters-v3 .counters .boxes .box {
        padding: 45px 15px;
        min-width: 50%; }
        section.counters-v3 .counters .boxes .box .number {
          font-size: 50px; }
        section.counters-v3 .counters .boxes .box .description {
          font-size: 20px; } }

/* --------------------- /Section counters-v3 ---------------------- */
.advantages-v1 .boxes {
  display: flex;
  justify-content: center;
  margin: -35px;
  margin-top: 100px;
  margin-bottom: 0; }
  .advantages-v1 .boxes .box {
    padding: 35px;
    position: relative; }
    .advantages-v1 .boxes .box:after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      background-color: #d9d8d8; }
    .advantages-v1 .boxes .box:last-child:after {
      content: none; }

@media only screen and (max-width: 1200px) {
  .advantages-v1 .boxes {
    margin: -20px;
    margin-top: 50px; }
    .advantages-v1 .boxes .box {
      padding: 20px; } }

@media only screen and (max-width: 950px) {
  .advantages-v1 .boxes {
    margin: -20px;
    margin-top: 50px;
    flex-wrap: wrap; }
    .advantages-v1 .boxes .box {
      padding: 20px;
      width: 50%; }
      .advantages-v1 .boxes .box:after {
        top: 20px;
        bottom: 20px; } }

.box-advantage-v1 {
  text-align: center;
  max-width: 500px;
  display: block; }
  @media only screen and (min-width: 1370px) {
    .box-advantage-v1 {
      min-width: 200px; } }
  .box-advantage-v1 .inner {
    position: relative; }
  .box-advantage-v1 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 80px;
    overflow: hidden; }
    .box-advantage-v1 .image img {
      max-height: 100%; }
  .box-advantage-v1 .text {
    margin-top: 20px; }
    .box-advantage-v1 .text .title {
      font-family: 'Assistant-SemiBold';
      font-size: 24px;
      color: var(--text-color); }
    .box-advantage-v1 .text .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      color: var(--text-color);
      margin-top: 15px; }
  @media only screen and (max-width: 950px) {
    .box-advantage-v1 .image {
      height: 50px; }
    .box-advantage-v1 .text {
      margin-top: 15px; }
      .box-advantage-v1 .text .title {
        font-size: 20px; }
      .box-advantage-v1 .text .desc {
        font-size: 17px;
        margin-top: 10px; } }

.advantages-v2 .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -35px;
  margin-top: 100px;
  margin-bottom: 0; }
  .advantages-v2 .boxes .box {
    width: 33.33%;
    padding: 35px;
    position: relative; }

@media only screen and (max-width: 1200px) {
  .advantages-v2 .boxes {
    margin: -20px;
    margin-top: 50px; }
    .advantages-v2 .boxes .box {
      padding: 20px; } }

@media only screen and (max-width: 950px) {
  .advantages-v2 .boxes {
    margin: -20px;
    margin-top: 50px;
    flex-wrap: wrap; }
    .advantages-v2 .boxes .box {
      padding: 20px;
      width: 50%; } }

.box-advantage-v2 {
  text-align: center;
  max-width: 500px;
  display: block; }
  .box-advantage-v2 .inner {
    position: relative; }
  .box-advantage-v2 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 80px;
    overflow: hidden; }
    .box-advantage-v2 .image img {
      max-height: 100%; }
  .box-advantage-v2 .text {
    margin-top: 20px; }
    .box-advantage-v2 .text .title {
      font-family: 'Assistant-SemiBold';
      font-size: 24px;
      color: var(--text-color); }
    .box-advantage-v2 .text .desc {
      font-family: 'Assistant-Regular';
      font-size: 18px;
      color: var(--text-color);
      margin-top: 15px; }
  @media only screen and (max-width: 950px) {
    .box-advantage-v2 .image {
      height: 50px; }
    .box-advantage-v2 .text {
      margin-top: 15px; }
      .box-advantage-v2 .text .title {
        font-size: 20px; }
      .box-advantage-v2 .text .desc {
        font-size: 17px;
        margin-top: 10px; } }

/* ---------------------- Section about-v2 ---------------------- */
section.about-v2 .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  section.about-v2 .bg .parts {
    height: 100%; }
    section.about-v2 .bg .parts .part:nth-child(2) {
      background: var(--bg-darkest-color); }

section.about-v2 .counters .boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: -95px -15px; }
  section.about-v2 .counters .boxes .box {
    padding: 95px 15px;
    text-align: center;
    width: 50%;
    position: relative; }
    section.about-v2 .counters .boxes .box .circle-counter {
      position: absolute !important;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    section.about-v2 .counters .boxes .box .number {
      font-family: 'Assistant-Bold';
      font-size: 72px;
      color: var(--main-color);
      width: 200px;
      margin: auto;
      text-align: center; }
    section.about-v2 .counters .boxes .box .description {
      font-family: 'Assistant-Regular';
      font-size: 26px;
      color: var(--bg-light-color);
      width: 170px;
      margin: auto; }

@media only screen and (max-width: 950px) {
  section.about-v2 .bg {
    display: none; }
  section.about-v2 .part-counters {
    background: var(--bg-darkest-color);
    padding-top: 85px;
    padding-bottom: 85px; }
  section.about-v2 .counters .boxes {
    margin: -45px -15px; }
    section.about-v2 .counters .boxes .box {
      padding: 45px 15px;
      min-width: 50%; }
      section.about-v2 .counters .boxes .box .number {
        font-size: 40px;
        width: auto; }
      section.about-v2 .counters .boxes .box .description {
        font-size: 20px;
        width: 120px; } }

/* --------------------- /Section about-v2 ---------------------- */
/* ---------------------- Section our-team-v1 ---------------------- */
section.our-team-v1 {
  background: var(--bg-dark-color); }
  section.our-team-v1 .swiper-container {
    margin-top: 100px; }
  @media only screen and (max-width: 1370px) {
    section.our-team-v1 .swiper-container {
      margin-top: 50px; } }
  @media only screen and (max-width: 950px) {
    section.our-team-v1 .swiper-container {
      margin-top: 35px; } }

/* --------------------- /Section our-team-v1 ---------------------- */
.box-team-v1 {
  display: flex;
  align-items: center; }
  .box-team-v1 .image {
    height: 300px;
    width: 50%;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--bg-light-color);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .box-team-v1 .image img {
      max-height: 100%; }
  .box-team-v1 .text {
    flex-grow: 1;
    padding-right: 30px;
    color: var(--text-color); }
    .box-team-v1 .text .name {
      font-family: 'Assistant-SemiBold';
      font-size: 21px; }
    .box-team-v1 .text .position {
      font-family: 'Assistant-Regular';
      font-size: 18px; }
  @media only screen and (max-width: 1370px) {
    .box-team-v1 .image {
      height: 200px;
      width: 40%; } }

.swiper-container .pagination {
  margin-top: 75px;
  display: flex;
  justify-content: center; }
  .swiper-container .pagination .swiper-pagination-bullet {
    transition: 0.5s;
    background: var(--main-color); }

@media only screen and (max-width: 950px) {
  .swiper-container .pagination {
    margin-top: 45px; } }

/* ---------------------- Section testimonials-v1 ---------------------- */
section.testimonials-v1 .swiper-container {
  max-width: 900px;
  margin: auto;
  margin-top: 25px; }

/* --------------------- /Section testimonials-v1 ---------------------- */
.box-testimonial-v1 {
  text-align: center;
  display: block; }
  .box-testimonial-v1 .name {
    font-family: 'Assistant-Regular';
    font-size: 21px;
    color: var(--text-color);
    margin-top: 35px; }

/* ---------------------- Section contact-form-v1 ---------------------- */
section.contact-form-v1 {
  background-color: var(--bg-darkest-color); }
  section.contact-form-v1 .subtitle {
    font-family: 'Assistant-Regular';
    font-size: 32px;
    color: var(--bg-light-color); }
  section.contact-form-v1 .wpcf7 {
    max-width: 915px; }

/* --------------------- /Section contact-form-v1 ---------------------- */
/* ----------------- wpcf7-------------------- */
.wpcf7 {
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 30px; }
  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    font-family: 'Assistant-Regular';
    font-size: 19px;
    border: none;
    border-radius: 8px;
    background: var(--bg-light-color);
    color: var(--text-color);
    border: 1px solid var(--bg-dark-color);
    outline: none;
    padding: 10px 10px;
    width: 100%;
    direction: rtl; }
    .wpcf7 input::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: var(--text-color); }
    .wpcf7 input:-moz-placeholder, .wpcf7 select:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: var(--text-color); }
    .wpcf7 input::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: var(--text-color); }
    .wpcf7 input:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: var(--text-color); }
  .wpcf7 input[type="checkbox"] {
    width: auto;
    margin-left: 10px; }
  .wpcf7 select {
    padding-left: 25px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: var(--bg-light-color) url("../images/icons/rdw.svg") no-repeat;
    background-position: left 20px center; }
  .wpcf7 textarea {
    height: 130px; }
  .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    align-items: center;
    justify-content: space-between; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px; }
    .wpcf7 .wpcf7-form-control-wrap:nth-child(1), .wpcf7 .wpcf7-form-control-wrap:nth-child(2), .wpcf7 .wpcf7-form-control-wrap:nth-child(3) {
      width: 50%; }
      @media only screen and (max-width: 950px) {
        .wpcf7 .wpcf7-form-control-wrap:nth-child(1), .wpcf7 .wpcf7-form-control-wrap:nth-child(2), .wpcf7 .wpcf7-form-control-wrap:nth-child(3) {
          width: 100%; } }
    .wpcf7 .wpcf7-form-control-wrap[data-name*="acceptance"] {
      width: 50%;
      text-align: right; }
      @media only screen and (max-width: 1370px) {
        .wpcf7 .wpcf7-form-control-wrap[data-name*="acceptance"] {
          width: 100%; } }
  .wpcf7 input[type="submit"] {
    border: none;
    cursor: pointer;
    font-family: 'Assistant-Bold';
    font-size: 19px;
    background: var(--main-color);
    color: var(--bg-light-color);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: 0.5s; }
    .wpcf7 input[type="submit"]:hover {
      background: var(--main-color-light); }
  .wpcf7 span[role="alert"] {
    font-family: 'Assistant-Regular';
    font-size: 14px;
    color: #DF0707;
    position: absolute;
    left: 0;
    bottom: -20px; }
  .wpcf7 .wpcf7-response-output {
    font-family: 'Assistant-Regular';
    font-size: 14px;
    color: #DF0707;
    position: absolute;
    bottom: -55px;
    right: 0;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 20px; }
  .wpcf7 .wpcf7-spinner {
    position: absolute; }

/* ----------------- /wpcf7-------------------- */
/* ---------------------- footer ---------------------- */
footer {
  position: relative;
  overflow: visible;
  z-index: 99;
  max-width: 1920px;
  margin: auto; }
  footer.footer-v2 .part-top {
    background: var(--bg-darkest-color); }
  footer.footer-v2 .wrapper-form {
    margin-bottom: 0px; }
  footer .wrapper-contacts {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d1cece; }
    footer .wrapper-contacts .logo {
      display: block; }
    footer .wrapper-contacts .wrapper-social {
      margin: 0; }
    footer .wrapper-contacts .contacts {
      display: flex;
      align-items: center;
      flex-grow: 1;
      justify-content: flex-end;
      margin: 0 50px;
      flex-wrap: wrap; }
      footer .wrapper-contacts .contacts .item {
        font-family: 'Assistant-Regular';
        font-size: 18px;
        color: var(--text-color);
        margin: 5px 15px;
        display: block; }
    @media only screen and (max-width: 950px) {
      footer .wrapper-contacts {
        display: block;
        text-align: center;
        margin-bottom: 25px; }
        footer .wrapper-contacts .contacts {
          margin: 30px 0px;
          display: block; } }
  footer .wrapper-form {
    margin-bottom: 75px; }
    footer .wrapper-form .wpcf7 form {
      flex-wrap: nowrap; }
    footer .wrapper-form .wpcf7 .wpcf7-form-control-wrap {
      width: auto;
      flex: 1 0; }
    footer .wrapper-form .wpcf7 input, footer .wrapper-form .wpcf7 select, footer .wrapper-form .wpcf7 textarea {
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05); }
    footer .wrapper-form .wpcf7 .wrapper-submit {
      max-width: 150px; }
    @media only screen and (max-width: 950px) {
      footer .wrapper-form {
        margin-bottom: 35px; }
        footer .wrapper-form .wpcf7 form {
          flex-wrap: wrap; }
        footer .wrapper-form .wpcf7 .wpcf7-form-control-wrap {
          width: 100%;
          flex: 1 100%; }
        footer .wrapper-form .wpcf7 .wrapper-submit {
          max-width: 100%; } }
  footer .part-top {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background: var(--bg-dark-color); }
    footer .part-top .cols {
      display: flex;
      justify-content: space-between;
      color: var(--text-color);
      font-size: 18px;
      text-align: right;
      width: 100%;
      margin: auto; }
      footer .part-top .cols .col {
        padding: 0 10px;
        color: var(--text-color);
        max-width: 490px; }
        footer .part-top .cols .col .title {
          font-family: 'Assistant-SemiBold';
          font-size: 21px;
          display: inline-block; }
        footer .part-top .cols .col .content {
          margin-top: 10px; }
          footer .part-top .cols .col .content *:first-child, footer .part-top .cols .col .content:first-child {
            margin-top: 0; }
          footer .part-top .cols .col .content a {
            color: inherit;
            transition: 0.5s;
            text-decoration: none; }
            footer .part-top .cols .col .content a:hover {
              color: var(--main-color); }
          footer .part-top .cols .col .content ul {
            list-style: none;
            padding-right: 0; }
          footer .part-top .cols .col .content p, footer .part-top .cols .col .content li {
            margin-top: 5px; }
          footer .part-top .cols .col .content img {
            margin: auto;
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            margin-bottom: 20px; }
        footer .part-top .cols .col img {
          max-width: 100%; }
  footer .part-bottom {
    background: var(--bg-darkest-color);
    padding: 15px 50px;
    color: var(--bg-light-color);
    font-family: 'Assistant-Regular';
    font-size: 18px; }
    footer .part-bottom .section-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 100%; }
    footer .part-bottom .wrapper-social {
      margin: 0; }
      footer .part-bottom .wrapper-social .social .social-title {
        color: var(--bg-light-color); }
    footer .part-bottom .contacts {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      footer .part-bottom .contacts .item {
        padding: 0 15px;
        margin: 10px 0;
        position: relative;
        display: block; }
        footer .part-bottom .contacts .item:after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          left: 0;
          width: 1px;
          background-color: var(--bg-light-color); }
        footer .part-bottom .contacts .item:last-child:after {
          content: none; }
      @media only screen and (max-width: 950px) {
        footer .part-bottom .contacts {
          display: block;
          text-align: center; }
          footer .part-bottom .contacts .item:after {
            content: none; } }
  @media only screen and (max-width: 1200px) {
    footer .part-bottom {
      padding: 15px 15px; } }
  @media only screen and (max-width: 950px) {
    footer .part-top {
      padding-top: 30px;
      padding-bottom: 30px; }
      footer .part-top .cols {
        flex-wrap: wrap; }
        footer .part-top .cols .col {
          flex: 50% 1;
          margin-top: 25px; } }
  @media only screen and (max-width: 550px) {
    footer .part-bottom .section-inner {
      flex-wrap: wrap;
      justify-content: center; }
      footer .part-bottom .section-inner p {
        margin: 5px; } }

/* --------------------- /footer.footer-v1 ---------------------- */
.wrapper-social {
  margin: auto;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
  margin-top: 35px; }
  .wrapper-social.desktop {
    display: inline-block; }
  .wrapper-social.mobile {
    display: none; }
  .wrapper-social .social {
    display: flex;
    align-items: center; }
    .wrapper-social .social .social-title {
      font-family: 'Assistant-SemiBold';
      font-size: 18px;
      line-height: 2;
      color: var(--text-color);
      margin-left: 8px;
      white-space: nowrap; }
    .wrapper-social .social a {
      margin: 8px;
      transition: 0.5s;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wrapper-social .social a img {
        margin: 0 !important; }
  @media only screen and (max-width: 950px) {
    .wrapper-social {
      margin-top: 30px;
      width: 100%; }
      .wrapper-social.desktop {
        display: none; }
      .wrapper-social.mobile {
        display: block; }
      .wrapper-social .social {
        justify-content: center; } }

/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  padding-top: 35px;
  padding-bottom: 15px;
  color: var(--bg-light-color);
  background: var(--bg-darkest-color);
  text-align: center;
  position: relative;
  z-index: 10; }
  section.top-inner .section-inner {
    z-index: 2; }
  section.top-inner .title {
    font-family: 'Assistant-Bold';
    font-size: 40px;
    line-height: 1;
    margin: 0; }
  section.top-inner .breadcrumbs {
    font-family: 'Assistant-Regular';
    font-size: 18px;
    margin-top: 10px;
    text-align: right; }
  @media only screen and (max-width: 1200px) {
    section.top-inner {
      padding-top: 25px; }
      section.top-inner .title {
        font-size: 35px; } }
  @media only screen and (max-width: 950px) {
    section.top-inner {
      padding-top: 25px;
      padding-bottom: 15px; }
      section.top-inner .breadcrumbs {
        font-size: 16px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post .img-main {
  width: 50%;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px; }
  section.post .img-main.mobile {
    display: none; }
  section.post .img-main img {
    width: 100%;
    margin-top: 0; }

section.post .content .section-title {
  margin-top: 0; }
  section.post .content .section-title p {
    margin-top: 0; }

@media only screen and (max-width: 950px) {
  section.post .img-main {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
    display: none; }
    section.post .img-main.mobile {
      display: block; } }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section blog-v1 ---------------------- */
section.blog-v1 .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px -20px;
  margin-top: 35px; }
  section.blog-v1 .boxes .box {
    width: 25%;
    margin: 0;
    padding: 30px 20px; }

@media only screen and (max-width: 950px) {
  section.blog-v1 .boxes {
    margin: -15px -10px;
    margin-top: 35px; }
    section.blog-v1 .boxes .box {
      width: 50%;
      padding: 15px 10px; } }

/* --------------------- /Section blog-v1 ---------------------- */
.box-post-v1 {
  cursor: pointer; }
  .box-post-v1:hover .image img {
    transform: scale(1.1); }
  .box-post-v1 .inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .box-post-v1 .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 265px; }
    .box-post-v1 .image img {
      min-height: 100%;
      transition: 0.5s; }
  .box-post-v1 .text {
    margin-top: 20px;
    padding-bottom: 75px;
    position: relative;
    flex-grow: 1; }
  .box-post-v1 .title {
    font-family: 'Assistant-SemiBold';
    font-size: 32px;
    color: var(--text-color); }
  .box-post-v1 .description {
    font-family: 'Assistant-Regular';
    font-size: 18px;
    color: var(--text-color);
    margin-top: 10px; }
  .box-post-v1 .button-regular {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0; }
  @media only screen and (max-width: 1370px) {
    .box-post-v1 .image {
      height: 200px; }
    .box-post-v1 .title {
      font-size: 28px; } }
  @media only screen and (max-width: 950px) {
    .box-post-v1 .text {
      padding-bottom: 75px; }
    .box-post-v1 .image {
      height: 140px; }
    .box-post-v1 .title {
      font-size: 24px; } }

/* ---------------------- Section blog-v2 ---------------------- */
section.blog-v2 .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px -30px;
  margin-top: 35px; }
  section.blog-v2 .boxes .box {
    width: 50%;
    margin: 0;
    padding: 30px 30px; }

@media only screen and (max-width: 950px) {
  section.blog-v2 .boxes {
    margin: -15px -10px;
    margin-top: 35px; }
    section.blog-v2 .boxes .box {
      padding: 15px 10px; } }

/* --------------------- /Section blog-v2 ---------------------- */
.box-post-v2 {
  cursor: pointer; }
  .box-post-v2:hover .title {
    color: var(--main-color); }
  .box-post-v2 .inner {
    position: relative;
    height: 100%;
    display: flex; }
  .box-post-v2 .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 50%; }
    .box-post-v2 .image img {
      transition: 0.5s; }
  .box-post-v2 .text {
    width: 50%;
    padding-bottom: 75px;
    position: relative;
    flex-grow: 1;
    padding-right: 25px; }
  .box-post-v2 .title {
    font-family: 'Assistant-SemiBold';
    font-size: 32px;
    color: var(--text-color);
    transition: 0.5s; }
  .box-post-v2 .description {
    font-family: 'Assistant-Regular';
    font-size: 18px;
    color: var(--text-color);
    margin-top: 10px; }
  .box-post-v2 .button-regular {
    text-align: center;
    position: absolute;
    right: 25px;
    bottom: 0; }
  @media only screen and (max-width: 1370px) {
    .box-post-v2 .title {
      font-size: 28px; } }
  @media only screen and (max-width: 950px) {
    .box-post-v2 .inner {
      flex-direction: column; }
    .box-post-v2 .text {
      padding-bottom: 75px;
      padding-right: 0;
      width: 100%; }
    .box-post-v2 .image {
      height: 140px;
      width: 100%; }
    .box-post-v2 .title {
      font-size: 24px; }
    .box-post-v2 .button-regular {
      right: 0; } }

/* ---------------------- Section blog-v3 ---------------------- */
section.blog-v3 .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px -20px;
  margin-top: 35px; }
  section.blog-v3 .boxes .box {
    width: 25%;
    margin: 0;
    padding: 30px 20px; }

@media only screen and (max-width: 950px) {
  section.blog-v3 .boxes {
    margin: -15px -10px;
    margin-top: 35px; }
    section.blog-v3 .boxes .box {
      width: 50%;
      padding: 15px 10px; } }

/* --------------------- /Section blog-v3 ---------------------- */
.box-post-v3 {
  cursor: pointer; }
  .box-post-v3:hover .image img {
    transform: scale(1.1); }
  .box-post-v3 .inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center; }
  .box-post-v3 .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 220px; }
    .box-post-v3 .image img {
      min-height: 100%;
      transition: 0.5s; }
  .box-post-v3 .text {
    margin-top: 10px;
    padding-bottom: 65px;
    position: relative;
    flex-grow: 1; }
  .box-post-v3 .title {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: var(--text-color); }
  .box-post-v3 .button-regular {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    white-space: nowrap; }
  @media only screen and (max-width: 1370px) {
    .box-post-v3 .image {
      height: 190px; }
    .box-post-v3 .title {
      font-size: 22px; } }
  @media only screen and (max-width: 950px) {
    .box-post-v3 .text {
      padding-bottom: 55px; }
    .box-post-v3 .image {
      height: 130px; }
    .box-post-v3 .title {
      font-size: 20px; } }

/* ---------------------- Section blog-v4 ---------------------- */
section.blog-v4 .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -30px -20px;
  margin-top: 35px; }
  section.blog-v4 .boxes .box {
    width: 33.33%;
    margin: 0;
    padding: 30px 20px; }

@media only screen and (max-width: 950px) {
  section.blog-v4 .boxes {
    margin: -15px -10px;
    margin-top: 35px; }
    section.blog-v4 .boxes .box {
      width: 50%;
      max-width: 400px;
      padding: 15px 10px; } }

/* --------------------- /Section blog-v4 ---------------------- */
.box-post-v4 {
  cursor: pointer; }
  @media only screen and (min-width: 950px) {
    .box-post-v4:hover .image img {
      transform: scale(1.1); }
    .box-post-v4:hover .hidden {
      opacity: 1;
      max-height: 150px; } }
  .box-post-v4 .inner {
    position: relative;
    height: 100%;
    font-size: 0;
    padding-bottom: 60px;
    overflow: hidden; }
  .box-post-v4 .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 294px; }
    .box-post-v4 .image img {
      min-height: 100%;
      transition: 0.5s; }
  .box-post-v4 .text {
    position: relative;
    background: var(--bg-darkest-color);
    color: var(--bg-light-color);
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .box-post-v4 .hidden {
    transition: 0.5s;
    max-height: 0px;
    opacity: 0; }
  .box-post-v4 .title {
    font-family: 'Assistant-SemiBold';
    font-size: 24px; }
  .box-post-v4 .description {
    font-family: 'Assistant-Regular';
    font-size: 18px;
    margin-top: 10px; }
  .box-post-v4 .button-regular {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 1370px) {
    .box-post-v4 .inner {
      padding-bottom: 58px; }
    .box-post-v4 .image {
      height: 250px; }
    .box-post-v4 .title {
      font-size: 22px; } }
  @media only screen and (max-width: 950px) {
    .box-post-v4 .text {
      padding: 8px;
      position: static; }
    .box-post-v4 .inner {
      padding-bottom: 0px; }
    .box-post-v4 .image {
      height: 140px; }
    .box-post-v4 .description {
      display: none; }
    .box-post-v4 .title {
      font-size: 20px; }
    .box-post-v4 .hidden {
      opacity: 1;
      max-height: none; } }

/* ---------------------- Section projects-v1 ---------------------- */
section.projects-v1 .boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  font-size: 0;
  margin: -25px -15px;
  margin-top: 35px; }
  section.projects-v1 .boxes:first-child {
    margin-top: 0; }
  section.projects-v1 .boxes .box {
    width: 33.33%;
    margin: 0;
    padding: 25px 15px; }

@media only screen and (max-width: 950px) {
  section.projects-v1 .boxes {
    margin: -15px -10px;
    margin-top: 35px; }
    section.projects-v1 .boxes .box {
      width: 50%;
      padding: 15px 10px; } }

/* --------------------- /Section projects-v1 ---------------------- */
.box-project-v1 {
  cursor: pointer; }
  .box-project-v1 .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .box-project-v1 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 330px;
    overflow: hidden; }
    .box-project-v1 .image img {
      height: 100%;
      transition: 0.5s; }
  .box-project-v1 .text {
    background: var(--bg-darkest-color);
    text-align: center;
    padding: 25px;
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: var(--bg-light-color);
    transition: 0.5s;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .box-project-v1:hover .image img {
    transform: scale(1.1); }
  .box-project-v1:hover .text {
    background: var(--main-color); }
  @media only screen and (max-width: 1370px) {
    .box-project-v1 .image {
      height: 265px; } }
  @media only screen and (max-width: 950px) {
    .box-project-v1 {
      max-width: 250px; }
      .box-project-v1 .image {
        height: 150px; }
      .box-project-v1 .text {
        padding: 10px;
        font-size: 18px; } }

/* ---------------------- Section contact-v1 ---------------------- */
section.contact-v1 .wrapper-all {
  width: 55%; }

section.contact-v1 .wrapper-form {
  background-color: var(--bg-darkest-color);
  padding: 40px; }
  section.contact-v1 .wrapper-form .subtitle {
    font-family: 'Assistant-Regular';
    font-size: 32px;
    line-height: 1.2;
    margin-top: 10px;
    color: var(--bg-light-color); }

section.contact-v1 .wrapper-contacts {
  background-color: var(--bg-darkest-color);
  padding: 30px 25px;
  margin-top: 30px;
  font-family: 'Assistant-Regular';
  font-size: 18px;
  color: var(--bg-light-color); }
  section.contact-v1 .wrapper-contacts .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px; }
    section.contact-v1 .wrapper-contacts .items .item {
      padding: 0 15px;
      margin: 10px 0;
      position: relative; }
      section.contact-v1 .wrapper-contacts .items .item:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: var(--bg-light-color); }
      section.contact-v1 .wrapper-contacts .items .item:last-child:after {
        content: none; }
  section.contact-v1 .wrapper-contacts .wrapper-social {
    margin: 0; }
    section.contact-v1 .wrapper-contacts .wrapper-social .social-title {
      color: var(--bg-light-color); }

@media only screen and (max-width: 950px) {
  section.contact-v1 .wrapper-all {
    width: 100%; }
  section.contact-v1 .wrapper-form {
    padding: 40px 20px; }
    section.contact-v1 .wrapper-form .subtitle {
      font-size: 25px; }
  section.contact-v1 .wrapper-contacts .items {
    display: block; }
    section.contact-v1 .wrapper-contacts .items .item:after {
      content: none; }
  section.contact-v1 .wrapper-contacts .wrapper-social {
    margin-top: 25px; } }

/* --------------------- /Section contact-v1 ---------------------- */
/* ---------------------- Section content-v1 ---------------------- */
section.content-v1 .section-title {
  margin-bottom: 35px; }

/* --------------------- /Section content-v1 ---------------------- */
/* ---------------------- Section team-v2 ---------------------- */
section.team-v2 {
  background: var(--bg-dark-color); }
  section.team-v2 .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 75px; }
    section.team-v2 .boxes .box {
      width: 25%;
      padding: 15px; }
  @media only screen and (max-width: 950px) {
    section.team-v2 .boxes {
      display: flex;
      flex-wrap: wrap;
      margin: -15px -10px;
      margin-top: 75px; }
      section.team-v2 .boxes .box {
        width: 50%;
        padding: 15px 10px; } }

/* --------------------- /Section team-v2 ---------------------- */
.box-team-v2 .inner {
  position: relative;
  background: var(--bg-light-color); }

.box-team-v2 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 300px;
  overflow: hidden;
  position: relative; }
  .box-team-v2 .image img {
    height: 100%; }

.box-team-v2 .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  color: var(--bg-light-color);
  text-align: center; }
  .box-team-v2 .caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--main-color);
    opacity: 0.8;
    z-index: -1; }
  .box-team-v2 .caption .name {
    font-family: 'Assistant-SemiBold';
    font-size: 21px; }
  .box-team-v2 .caption .position {
    font-family: 'Assistant-Regular';
    font-size: 18px; }

.box-team-v2 .hover {
  top: 0;
  opacity: 0; }
  .box-team-v2 .hover .about {
    font-family: 'Assistant-Regular';
    font-size: 18px;
    margin-top: 15px; }

.box-team-v2:hover .caption {
  opacity: 0; }

.box-team-v2:hover .hover {
  opacity: 1; }

@media only screen and (max-width: 950px) {
  .box-team-v2 .image {
    height: 240px; }
  .box-team-v2 .caption {
    padding: 8px; }
    .box-team-v2 .caption .name {
      font-size: 18px; }
    .box-team-v2 .caption .position {
      font-family: 'Assistant-Regular';
      font-size: 16px; }
  .box-team-v2 .hover .about {
    font-size: 16px;
    margin-top: 8px; } }

/* ---------------------- Section gallery-v1 ---------------------- */
section.gallery-v1 .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
  margin-top: 45px; }
  section.gallery-v1 .boxes:first-child {
    margin-top: 0; }
  section.gallery-v1 .boxes .box {
    width: 25%;
    padding: 15px;
    cursor: pointer; }
    section.gallery-v1 .boxes .box:hover .inner img {
      transform: scale(1.1); }
    section.gallery-v1 .boxes .box .inner {
      height: 300px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.gallery-v1 .boxes .box .inner img {
        height: 100%;
        transition: 0.5s; }

@media only screen and (max-width: 1370px) {
  section.gallery-v1 .boxes .box .inner {
    height: 240px; } }

@media only screen and (max-width: 950px) {
  section.gallery-v1 .boxes {
    margin: -10px;
    margin-top: 25px; }
    section.gallery-v1 .boxes .box {
      width: 50%;
      padding: 10px;
      max-width: 180px; }
      section.gallery-v1 .boxes .box .inner {
        height: 150px; } }

/* --------------------- /Section gallery-v1 ---------------------- */
/* ---------------------- Section gallery-v2 ---------------------- */
section.gallery-v2 {
  padding: 0; }
  section.gallery-v2 .section-inner {
    max-width: 100%;
    padding: 0; }
  section.gallery-v2 .section-title {
    margin-top: 25px; }
  section.gallery-v2 .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 45px; }
    section.gallery-v2 .boxes:first-child {
      margin-top: 0; }
    section.gallery-v2 .boxes .box {
      padding: 0px;
      width: 14.28%;
      cursor: pointer; }
      section.gallery-v2 .boxes .box:hover .inner img {
        transform: scale(1.1); }
      section.gallery-v2 .boxes .box .inner {
        height: 275px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.gallery-v2 .boxes .box .inner img {
          height: 100%;
          transition: 0.5s; }
  @media only screen and (max-width: 1370px) {
    section.gallery-v2 .boxes .box .inner {
      height: 200px; } }
  @media only screen and (max-width: 1200px) {
    section.gallery-v2 .boxes .box .inner {
      height: 170px; } }
  @media only screen and (max-width: 950px) {
    section.gallery-v2 .boxes .box .inner {
      height: 65px; } }

/* --------------------- /Section gallery-v2 ---------------------- */
/* ---------------------- Section gallery-v3 ---------------------- */
section.gallery-v3 .gallery {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 25px 25px;
  margin-top: 75px; }
  section.gallery-v3 .gallery:first-child {
    margin-top: 0; }
  section.gallery-v3 .gallery .item {
    height: 243px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer; }
    section.gallery-v3 .gallery .item img {
      transition: transform 0.5s;
      height: 100%; }
    section.gallery-v3 .gallery .item:hover img {
      transform: scale(1.1); }
    section.gallery-v3 .gallery .item:nth-child(5n+3) {
      grid-column: span 2;
      grid-row: span 2;
      height: 511px; }
    section.gallery-v3 .gallery .item.video:after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #000;
      opacity: 0.5; }
    section.gallery-v3 .gallery .item.video .play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 2; }

@media only screen and (max-width: 950px) {
  section.gallery-v3 .gallery {
    grid-template-columns: auto auto;
    gap: 15px 15px;
    margin-top: 35px; }
    section.gallery-v3 .gallery .item {
      height: 180px; }
      section.gallery-v3 .gallery .item:nth-child(5n+3) {
        height: 315px; } }

/* --------------------- /Section gallery-v3 ---------------------- */
/* ---------------------- Section team-v3 ---------------------- */
section.team-v3 {
  background: var(--bg-dark-color); }
  section.team-v3 .slider-team-v3 {
    margin-top: 75px; }
  @media only screen and (max-width: 950px) {
    section.team-v3 .slider-team-v3 {
      margin-top: 35px; } }

/* --------------------- /Section team-v3 ---------------------- */
.box-team-v3 .inner {
  position: relative; }

.box-team-v3 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 265px;
  overflow: hidden;
  background: var(--bg-light-color);
  border-radius: 8px; }
  .box-team-v3 .image img {
    height: 100%; }

.box-team-v3 .text {
  padding: 10px;
  color: var(--text-color);
  text-align: center; }
  .box-team-v3 .text .name {
    font-family: 'Assistant-SemiBold';
    font-size: 21px; }
  .box-team-v3 .text .position {
    font-family: 'Assistant-Regular';
    font-size: 18px; }
  .box-team-v3 .text .description {
    font-family: 'Assistant-Regular';
    font-size: 18px;
    margin-top: 10px; }

@media only screen and (max-width: 950px) {
  .box-team-v3 {
    max-width: 400px;
    margin: auto; } }

/* ---------------------- Section testimonials-v2 ---------------------- */
section.testimonials-v2 {
  background: var(--bg-darkest-color); }
  section.testimonials-v2 .slider-testimonials-v2 {
    margin-top: 45px; }

/* --------------------- /Section testimonials-v2 ---------------------- */
.box-testimonial-v2 {
  text-align: center;
  display: block;
  color: var(--bg-light-color); }
  .box-testimonial-v2 .quotes svg path {
    fill: var(--main-color); }
  .box-testimonial-v2 .content {
    color: var(--bg-light-color); }
  .box-testimonial-v2 .name {
    font-family: 'Assistant-Regular';
    font-size: 21px;
    margin-top: 35px; }

/* ---------------------- Section testimonials-v3 ---------------------- */
section.testimonials-v3 .slider-testimonials-v3 {
  margin-top: 75px; }

@media only screen and (max-width: 950px) {
  section.testimonials-v3 .slider-testimonials-v3 {
    margin-top: 35px; } }

/* --------------------- /Section testimonials-v3 ---------------------- */
.box-testimonial-v3 {
  display: flex;
  position: relative; }
  .box-testimonial-v3 .quotes {
    position: absolute;
    bottom: 0;
    left: 0; }
    .box-testimonial-v3 .quotes svg path {
      fill: var(--main-color); }
  .box-testimonial-v3 .image {
    width: 30%;
    flex-shrink: 0;
    margin-left: 30px; }
    .box-testimonial-v3 .image img {
      max-width: 100%;
      margin: auto; }
  .box-testimonial-v3 .text {
    padding-bottom: 35px;
    color: var(--text-color); }
    .box-testimonial-v3 .text .top {
      display: flex;
      align-items: center;
      font-family: 'Assistant-Regular';
      font-size: 21px; }
      .box-testimonial-v3 .text .top .sep {
        margin: 0 15px; }
  @media only screen and (max-width: 950px) {
    .box-testimonial-v3 {
      display: block; }
      .box-testimonial-v3 .image {
        width: 100%; }
      .box-testimonial-v3 .text {
        padding-bottom: 55px;
        margin-top: 15px; } }

/* ---------------------- Section testimonials-v4 ---------------------- */
section.testimonials-v4 .slider-outer {
  padding: 60px 100px;
  background: var(--bg-darkest-color); }

@media only screen and (max-width: 1370px) {
  section.testimonials-v4 .slider-outer {
    padding: 60px 60px; } }

@media only screen and (max-width: 950px) {
  section.testimonials-v4 .slider-outer {
    padding: 35px 15px; } }

/* --------------------- /Section testimonials-v4 ---------------------- */
.box-testimonial-v4 {
  color: var(--bg-light-color);
  text-align: center;
  position: relative;
  padding: 0 45px; }
  .box-testimonial-v4 .name {
    font-family: 'Assistant-Regular';
    font-size: 21px; }
  .box-testimonial-v4 .content {
    color: var(--bg-light-color);
    margin-top: 30px; }
  .box-testimonial-v4 .quotes {
    position: absolute; }
    .box-testimonial-v4 .quotes svg path {
      fill: var(--main-color); }
    .box-testimonial-v4 .quotes img {
      width: 35px; }
    .box-testimonial-v4 .quotes.quotes-top {
      top: 0;
      right: 0; }
    .box-testimonial-v4 .quotes.quotes-bottom {
      bottom: 0;
      left: 0; }
  @media only screen and (max-width: 950px) {
    .box-testimonial-v4 {
      padding: 0 35px; }
      .box-testimonial-v4 .quotes img {
        width: 25px; } }

/* ---------------------- Section contact-form-v2 ---------------------- */
section.contact-form-v2 {
  background-color: var(--bg-light-color); }
  section.contact-form-v2 .subtitle {
    font-family: 'Assistant-Regular';
    font-size: 32px;
    color: var(--text-color); }
  section.contact-form-v2 .wpcf7 {
    margin-top: 45px; }
    section.contact-form-v2 .wpcf7 input, section.contact-form-v2 .wpcf7 select, section.contact-form-v2 .wpcf7 textarea {
      border: none;
      border-bottom: 1px solid var(--text-color);
      border-radius: 0;
      padding: 10px 0px; }
    section.contact-form-v2 .wpcf7 input[type="submit"] {
      border: none;
      border-radius: 8px; }
    section.contact-form-v2 .wpcf7 form {
      flex-wrap: nowrap;
      margin: -20px; }
    section.contact-form-v2 .wpcf7 .wpcf7-form-control-wrap {
      width: auto;
      padding: 20px;
      flex-grow: 1; }
    section.contact-form-v2 .wpcf7 .wrapper-submit {
      width: 150px;
      flex-shrink: 0; }
  @media only screen and (max-width: 950px) {
    section.contact-form-v2 .subtitle {
      font-size: 25px; }
    section.contact-form-v2 .wpcf7 {
      margin-top: 25px; }
      section.contact-form-v2 .wpcf7 form {
        flex-wrap: wrap; } }

/* --------------------- /Section contact-form-v2 ---------------------- */
/* ---------------------- Section contact-v4 ---------------------- */
section.contact-v4 .subtitle {
  font-family: 'Assistant-SemiBold';
  font-size: 24px;
  color: var(--text-color); }

section.contact-v4 .map {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  font-size: 0;
  overflow: hidden; }
  section.contact-v4 .map iframe {
    height: 100%;
    width: 100%; }

section.contact-v4 .wpcf7 {
  max-width: 500px;
  margin-right: 0; }
  section.contact-v4 .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  section.contact-v4 .wpcf7 .wpcf7-form-control-wrap {
    width: 100%; }
  section.contact-v4 .wpcf7 input, section.contact-v4 .wpcf7 select, section.contact-v4 .wpcf7 textarea {
    border: none;
    border-bottom: 1px solid var(--text-color);
    border-radius: 0;
    padding: 10px 0px; }
  section.contact-v4 .wpcf7 .wrapper-submit {
    margin-top: 15px; }
  section.contact-v4 .wpcf7 input[type="submit"] {
    border: none;
    border-radius: 8px; }

@media only screen and (max-width: 950px) {
  section.contact-v4 .map {
    height: 400px; } }

/* --------------------- /Section contact-v4 ---------------------- */
/* ---------------------- Section clients-v1 ---------------------- */
section.clients-v1 {
  background: var(--bg-darkest-color); }
  section.clients-v1 .wrapper-logos {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; }
  section.clients-v1 .swiper-container .swiper-wrapper {
    align-items: center; }
    section.clients-v1 .swiper-container .swiper-wrapper .swiper-slide {
      padding: 20px;
      text-align: center; }
      section.clients-v1 .swiper-container .swiper-wrapper .swiper-slide:hover img {
        -webkit-filter: none;
                filter: none; }
      section.clients-v1 .swiper-container .swiper-wrapper .swiper-slide img {
        max-width: 100%;
        max-height: 65px;
        margin: auto;
        transition: 0.5s;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
  section.clients-v1 .section-title {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 50px; }
  section.clients-v1 .arrow {
    cursor: pointer;
    margin: 0 20px; }
    section.clients-v1 .arrow img {
      height: 30px; }
  @media only screen and (max-width: 950px) {
    section.clients-v1 .wrapper-logos {
      flex-wrap: wrap; }
    section.clients-v1 .section-title {
      width: 100%;
      margin-left: 0;
      white-space: normal;
      text-align: center; }
    section.clients-v1 .arrow {
      width: 5%;
      margin: 0;
      position: relative; }
      section.clients-v1 .arrow img {
        height: 20px; }
      section.clients-v1 .arrow.arrow-left {
        left: -5px; }
      section.clients-v1 .arrow.arrow-right {
        right: -5px; }
    section.clients-v1 .swiper-container {
      width: 90%;
      margin-top: 25px; } }

/* --------------------- /Section clients-v1 ---------------------- */
/* ---------------------- Section clients-v2 ---------------------- */
section.clients-v2 .parts .part.part-text {
  width: 40%; }

section.clients-v2 .parts .part.part-logos {
  width: 60%; }

section.clients-v2 .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -35px; }
  section.clients-v2 .boxes .box {
    width: 33.33%;
    padding: 35px;
    position: relative; }
    section.clients-v2 .boxes .box:after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 35px;
      right: 35px;
      height: 1px;
      background-color: #d1d0d0; }
    section.clients-v2 .boxes .box:before {
      content: "";
      position: absolute;
      display: block;
      bottom: 35px;
      top: 35px;
      left: 0px;
      width: 1px;
      background-color: #d1d0d0; }
    section.clients-v2 .boxes .box:nth-child(3n+3):before {
      content: none; }
    section.clients-v2 .boxes .box:nth-last-child(1):after, section.clients-v2 .boxes .box:nth-last-child(2):after, section.clients-v2 .boxes .box:nth-last-child(3):after {
      content: none; }
    section.clients-v2 .boxes .box .inner {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      section.clients-v2 .boxes .box .inner img {
        max-width: 100%;
        max-height: 70px; }

@media only screen and (max-width: 950px) {
  section.clients-v2 .parts .part.part-text {
    width: 100%; }
  section.clients-v2 .parts .part.part-logos {
    width: 100%;
    margin-top: 45px; }
  section.clients-v2 .boxes .box {
    width: 50%; }
    section.clients-v2 .boxes .box:nth-child(3n+3):before {
      content: ""; }
    section.clients-v2 .boxes .box:nth-last-child(1):after, section.clients-v2 .boxes .box:nth-last-child(2):after, section.clients-v2 .boxes .box:nth-last-child(3):after {
      content: ""; }
    section.clients-v2 .boxes .box:nth-child(2n+2):before {
      content: none; }
    section.clients-v2 .boxes .box:nth-last-child(1):after, section.clients-v2 .boxes .box:nth-last-child(2):after {
      content: none; } }

/* --------------------- /Section clients-v2 ---------------------- */
/* ---------------------- Section clients-v3 ---------------------- */
section.clients-v3 {
  background: var(--bg-dark-color); }
  section.clients-v3 .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -35px;
    margin-top: 45px; }
    section.clients-v3 .boxes:first-child {
      margin-top: 0; }
    section.clients-v3 .boxes .box {
      width: 25%;
      padding: 35px;
      position: relative; }
      section.clients-v3 .boxes .box:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background-color: #d1d0d0; }
      section.clients-v3 .boxes .box:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 35px;
        top: 35px;
        left: 0px;
        width: 1px;
        background-color: #d1d0d0; }
      section.clients-v3 .boxes .box:nth-child(4n+4):before {
        content: none; }
      section.clients-v3 .boxes .box:nth-last-child(1):after, section.clients-v3 .boxes .box:nth-last-child(2):after, section.clients-v3 .boxes .box:nth-last-child(3):after, section.clients-v3 .boxes .box:nth-last-child(4):after {
        content: none; }
      section.clients-v3 .boxes .box .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        section.clients-v3 .boxes .box .inner img {
          max-width: 100%;
          max-height: 70px; }
  @media only screen and (max-width: 950px) {
    section.clients-v3 .boxes {
      margin-top: 15px; }
      section.clients-v3 .boxes .box {
        width: 50%; }
        section.clients-v3 .boxes .box:nth-child(4n+4):before {
          content: ""; }
        section.clients-v3 .boxes .box:nth-last-child(1):after, section.clients-v3 .boxes .box:nth-last-child(2):after, section.clients-v3 .boxes .box:nth-last-child(3):after, section.clients-v3 .boxes .box:nth-last-child(4):after {
          content: ""; }
        section.clients-v3 .boxes .box:nth-child(2n+2):before {
          content: none; }
        section.clients-v3 .boxes .box:nth-last-child(1):after, section.clients-v3 .boxes .box:nth-last-child(2):after {
          content: none; } }

/* --------------------- /Section clients-v3 ---------------------- */
/* ---------------------- Section clients-v4 ---------------------- */
section.clients-v4 {
  background: var(--bg-darkest-color); }
  section.clients-v4 .parts .part.part-text {
    width: 40%; }
  section.clients-v4 .parts .part.part-logos {
    width: 60%; }
  section.clients-v4 .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -35px; }
    section.clients-v4 .boxes .box {
      width: 33.33%;
      padding: 35px;
      position: relative; }
      section.clients-v4 .boxes .box:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background-color: #fff; }
      section.clients-v4 .boxes .box:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 35px;
        top: 35px;
        left: 0px;
        width: 1px;
        background-color: #fff; }
      section.clients-v4 .boxes .box:nth-child(3n+3):before {
        content: none; }
      section.clients-v4 .boxes .box:nth-last-child(1):after, section.clients-v4 .boxes .box:nth-last-child(2):after, section.clients-v4 .boxes .box:nth-last-child(3):after {
        content: none; }
      section.clients-v4 .boxes .box .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        section.clients-v4 .boxes .box .inner img {
          max-width: 100%;
          max-height: 70px;
          transition: 0.5s;
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
      section.clients-v4 .boxes .box:hover .inner img {
        -webkit-filter: none;
                filter: none; }
  @media only screen and (max-width: 950px) {
    section.clients-v4 .parts .part.part-text {
      width: 100%; }
    section.clients-v4 .parts .part.part-logos {
      width: 100%;
      margin-top: 45px; }
    section.clients-v4 .boxes .box {
      width: 50%; }
      section.clients-v4 .boxes .box:nth-child(3n+3):before {
        content: ""; }
      section.clients-v4 .boxes .box:nth-last-child(1):after, section.clients-v4 .boxes .box:nth-last-child(2):after, section.clients-v4 .boxes .box:nth-last-child(3):after {
        content: ""; }
      section.clients-v4 .boxes .box:nth-child(2n+2):before {
        content: none; }
      section.clients-v4 .boxes .box:nth-last-child(1):after, section.clients-v4 .boxes .box:nth-last-child(2):after {
        content: none; } }

/* --------------------- /Section clients-v4 ---------------------- */
.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 50%; }

.content .alignright, .content .alignleft {
  max-width: 50%;
  height: auto; }

.content .alignnone, .content .aligncenter {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 950px) {
  .content .alignnone, .content .aligncenter, .content .alignright, .content .alignleft {
    max-width: 100%;
    float: none;
    margin: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: rtl; }

@media only screen and (max-width: 950px) {
  .woocommerce-MyAccount-content {
    width: 100%; } }

html.fp-enabled {
  margin-top: 0 !important; }

.contact-v1{
	  background-color: var(--bg-darkest-color);
}

section.contact-v1 .wrapper-all{
	width: 100%;
    margin: 0 auto;
    max-width: 915px;
}

