@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ccajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  width: 6px;
  height: 6px;
  flex-grow: 0;
  margin: 3px 0 3px 10px;
  background-color: #fff;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 12px;
  height: 12px;
  flex-grow: 0;
  margin: 0 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: #00a7e3;
}
@media (max-width: 767px) {
  .slick-dots {
    padding-bottom: 10px;
    margin-bottom: -18px;
  }
}

@media (max-width: 767px) {
  .client_floor .slick-dots {
    margin-bottom: 22px;
  }
}

.black_dots .slick-dots li:not(.slick-active) button:before {
  background-color: black;
}

.not_found {
  background-color: #111;
  color: white;
}
@media (max-width: 767px) {
  .not_found {
    padding: 50px 0;
  }
}
.not_found .title, .not_found .subtitle {
  font-size: 44px;
  margin: 0;
}
@media (max-width: 767px) {
  .not_found .title, .not_found .subtitle {
    font-size: 24px;
  }
}
.not_found .title {
  font-weight: 800;
}
.not_found .titles {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .not_found .titles {
    text-align: center;
  }
}
.not_found .box_404 .has_background_image:before {
  height: 792px;
  padding-top: 20px;
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  .not_found .box_404 .has_background_image:before {
    min-height: 190px;
    height: auto;
  }
}
.not_found .content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .not_found .content {
    order: 2;
  }
}
.not_found .bluebutton {
  padding: 8px 10px 9px 10px;
  border-radius: 10px;
  background-color: #00a7e3;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  text-decoration: none;
  min-width: 200px;
  display: inline-block;
}
@media (max-width: 767px) {
  .not_found .bluebutton {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .not_found .img_404 {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .not_found .not_found_content_wrap {
    margin: 0 auto;
    padding-top: 15px;
  }
}

.blog .blog-post {
  text-decoration: none;
  position: relative;
  margin-bottom: 50px;
}
.blog .blog_post_wrap {
  border: solid 1px #ededed;
  text-decoration: inherit;
  min-height: 420px;
  height: 100%;
}
@media (max-width: 1199px) {
  .blog .blog_post_wrap {
    min-height: 367px;
  }
}
@media (max-width: 767px) {
  .blog .blog_post_wrap {
    min-height: 326px;
  }
}
.blog .post {
  padding: 0;
}
.blog .post .title {
  color: #00a7e3;
  font-size: 24px;
  font-weight: bold;
}
.blog .post .tags, .blog .post .tags a {
  color: rgb(226, 0, 122);
}
.blog .blog-post .has_background_image:before {
  height: 310px;
}
@media (max-width: 1199px) {
  .blog .blog-post .has_background_image:before {
    height: 256px;
  }
}
@media (max-width: 767px) {
  .blog .blog-post .has_background_image:before {
    height: 240px;
  }
}
.blog .content .name {
  min-width: 246.5px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  max-height: 51px;
  overflow: hidden;
  max-width: 247px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .blog .content .name {
    font-size: 18px;
  }
}
.blog .post_date {
  font-size: 14px;
  line-height: normal;
  color: #171717;
  margin-bottom: 5px;
}
.blog .vector {
  width: 13px;
  height: 13px;
  border: solid 2px #00a7e3;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  left: 50px;
  transform: rotate(135deg);
  bottom: 30px;
}
@media (max-width: 1199px) {
  .blog .vector {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .blog .vector {
    left: 35px;
    width: 10px;
    height: 10px;
  }
}
.blog .content {
  margin: 11px 29.5px 24px 30px;
}
@media (max-width: 1199px) {
  .blog .content {
    margin: 11px 10px 24px 10px;
  }
}
.blog .p_100 {
  padding-bottom: 50px;
  --bs-gutter-x: 1.7rem;
}

.post-type-archive-companies .company, .page-template-template-clients .company {
  height: 262px;
  padding: 0px 30px;
}
@media (max-width: 1399px) {
  .post-type-archive-companies .company, .page-template-template-clients .company {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .post-type-archive-companies .company, .page-template-template-clients .company {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-companies .company, .page-template-template-clients .company {
    margin: 0 12px;
  }
}
.post-type-archive-companies .company.box .has_background_image, .page-template-template-clients .company.box .has_background_image {
  height: 100%;
  background-size: contain;
}
.post-type-archive-companies .logos_list_title, .page-template-template-clients .logos_list_title {
  font-size: 54px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.08px;
  padding-right: 0;
  padding-bottom: 23px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-type-archive-companies .logos_list_title, .page-template-template-clients .logos_list_title {
    padding-right: 15px;
    font-size: 40px;
  }
}

@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1570px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

html {
  margin-top: 0 !important;
}

#site_main {
  min-height: calc(100vh - 701px);
}

body {
  font-family: assistant, sans-serif;
  color: black;
}
body a {
  color: #00a7e3;
}

.has_background_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.has_background_image:before {
  content: "";
  display: block;
}

.box {
  border: solid 1px #ebe7e7;
}

.box .has_background_image:before {
  padding-top: 66%;
}

.white_on_black {
  background-color: #000000;
  color: #fff;
}

.black_on_white {
  background-color: #fff;
  color: #111;
}

.wrap_atmosphere_banner {
  position: relative;
  background-color: #111;
}
@media (max-width: 767px) {
  .wrap_atmosphere_banner {
    height: 950px;
  }
}

#atmosphere_banner {
  position: relative;
  width: 100% !important;
  padding-top: 34%;
}
@media (min-width: 768px) {
  #atmosphere_banner {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  #atmosphere_banner {
    background-position: top;
    height: 986px;
    padding-top: 0;
  }
}
#atmosphere_banner .hexagon {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  height: 400px;
  width: 400px;
  right: 130px;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
@media (max-width: 1600px) {
  #atmosphere_banner .hexagon {
    right: 80px;
  }
}
@media (max-width: 1450px) {
  #atmosphere_banner .hexagon {
    width: 380px;
    height: 360px;
    right: 60px;
  }
}
@media (max-width: 1300px) {
  #atmosphere_banner .hexagon {
    width: 325px;
    height: 320px;
    right: 60px;
  }
}
@media (max-width: 1150px) {
  #atmosphere_banner .hexagon {
    width: 290px;
    height: 280px;
    right: 45px;
  }
}
@media (max-width: 991px) {
  #atmosphere_banner .hexagon {
    width: 210px;
    height: 200px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  #atmosphere_banner .hexagon {
    width: 375px;
    height: 380px;
    right: 0px;
    top: calc(100% - 50px);
    transform: translateY(-100%);
  }
}
#atmosphere_banner .hexagon .titles {
  color: #fff;
  text-align: right;
  position: relative;
  width: 285px;
  margin: auto;
}
@media (max-width: 1201px) {
  #atmosphere_banner .hexagon .titles {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #atmosphere_banner .hexagon .titles {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #atmosphere_banner .hexagon .titles {
    width: 260px;
  }
}
#atmosphere_banner .hexagon .title {
  font-size: 1.7vw;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.68px;
}
@media (max-width: 991px) {
  #atmosphere_banner .hexagon .title {
    padding-bottom: 0;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  #atmosphere_banner .hexagon .title {
    font-size: 8.5vw;
    padding-top: 0;
  }
}
#atmosphere_banner .hexagon .title p {
  margin-bottom: 0;
}
#atmosphere_banner .hexagon .subtitle {
  font-size: 1.2vw;
  line-height: 1.2;
  letter-spacing: 0.48px;
  text-align: right;
  margin: 20px 0;
}
@media (max-width: 1201px) {
  #atmosphere_banner .hexagon .subtitle {
    font-size: 1.4vw;
    margin: 16px 0;
  }
}
@media (max-width: 991px) {
  #atmosphere_banner .hexagon .subtitle {
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  #atmosphere_banner .hexagon .subtitle {
    font-size: 5.5vw;
    margin: 20px 0;
  }
}
#atmosphere_banner .hexagon .rsform-button {
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 0.5vw;
  background-color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
  text-align: center;
  color: #111;
  display: block;
  max-width: fit-content;
}
#atmosphere_banner .hexagon .rsform-button:before {
  content: "\e909";
  font-size: 16px;
  font-family: "icomoon" !important;
  color: #e2007a;
  margin-left: 8px;
}
@media (max-width: 1300px) {
  #atmosphere_banner .hexagon .rsform-button {
    padding: 4px 15px;
  }
}
@media (max-width: 991px) {
  #atmosphere_banner .hexagon .rsform-button {
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  #atmosphere_banner .hexagon .rsform-button {
    font-size: 4vw;
    border-radius: 1.5vw;
    padding: 6px 15px;
  }
}

.p_top_50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .p_top_50 {
    padding-top: 25px;
  }
}

.p_100 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p_100 {
    padding-bottom: 0px;
  }
}

.p_120 {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p_120 {
    padding-bottom: 50px;
  }
}

.p_top {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .p_top {
    padding-top: 0px;
  }
}

.p_top_20 {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .p_top_20 {
    padding-top: 0px;
  }
}

.pink_dot:after {
  content: ".";
  color: rgb(226, 0, 122);
}

.bubble_share_button {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: black;
  letter-spacing: 0.36px;
  display: flex;
  border: 0;
  background: none;
}
.bubble_share_button:hover {
  color: black;
}
.bubble_share_button:active {
  opacity: 1;
  visibility: visible;
}

.bubble_share_button:after {
  content: "\e903";
  font-family: "icomoon" !important;
  padding-right: 50px;
  font-size: 20px;
  position: absolute;
}

.articles_floor {
  background-color: #373737;
}
.articles_floor .blog_post_title {
  font-weight: 800;
  font-size: 44px;
  color: white;
  line-height: normal;
  letter-spacing: 0.88px;
  margin: 80px 0px 48px 1px;
  padding: 0;
}
@media (max-width: 767px) {
  .articles_floor .blog_post_title {
    font-size: 35px;
    margin-bottom: 30px;
    padding-right: 10px;
  }
}
.articles_floor .blog_post_wrap {
  background-color: #fff;
}
.articles_floor .blog .blog-post {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .articles_floor .blog .blog-post {
    margin-bottom: 35px;
  }
}

.client_floor .p_100.p_top {
  padding-bottom: 70px;
}
.client_floor .logo_item.has_background_image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%) contrast(30%) brightness(107%);
}
.client_floor .slick-slide {
  margin: 0 20px;
}
.client_floor .wrap_play_slider {
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.client_floor .btn_slider {
  position: absolute;
  text-decoration: none;
  display: none;
  color: #00a7e3;
  left: 49.5%;
}
.client_floor .play_btn.active {
  display: inline-block;
}
.client_floor .pause_btn.active {
  display: inline-block;
}

a.link_bubble_share.facebook_link {
  margin-right: 10px;
}
a.link_bubble_share.facebook_link:after {
  content: "\e907";
  font-family: "icomoon" !important;
  padding-right: 9px;
  font-size: 20px;
  position: absolute;
  color: #111;
}

a.link_bubble_share.linkedin_link {
  margin-right: 45px;
}
a.link_bubble_share.linkedin_link:after {
  content: "\e908";
  font-family: "icomoon" !important;
  padding-right: 9px;
  font-size: 20px;
  position: absolute;
  color: #111;
}

a.link_bubble_share.whatsapp_link {
  margin-right: 45px;
}
a.link_bubble_share.whatsapp_link:after {
  content: "\e90b";
  font-family: "icomoon" !important;
  padding-right: 9px;
  font-size: 20px;
  position: absolute;
  color: #111;
}

.bubble_share {
  margin-right: 20px;
  opacity: 0;
  visibility: hidden;
}
.bubble_share.active {
  visibility: visible;
  opacity: 1;
}

.share {
  display: inline-flex;
  margin-top: 30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.select-styled {
  background-color: #111;
  color: #ffffff;
  border: none;
  width: 100%;
  border-bottom: 1px solid white;
  padding-right: 0;
  padding-left: 0;
  font-size: 20px;
  cursor: pointer;
  text-align: start;
}

.select {
  width: 20%;
  display: inline-block;
  margin-left: 4%;
  position: relative;
}
@media (max-width: 767px) {
  .select {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.wrap_select-styled::-webkit-scrollbar-thumb {
  background: white;
}
.wrap_select-styled::-webkit-scrollbar-track {
  background: #858585;
}
.wrap_select-styled::-webkit-scrollbar {
  width: 3px;
}

.select-options {
  padding: 15px 15px 30px 25px;
  box-shadow: -4px 4px 24px 0 rgba(255, 255, 255, 0.2);
  background-color: #373737;
  width: 100%;
  position: absolute;
  z-index: 999;
  overflow: auto;
  max-height: 200px;
  transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s;
  transform: translateY(-30px);
  visibility: hidden;
  opacity: 0;
}
.active + .select-options {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}
.select-options a {
  display: block;
  padding: 5px;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

select#reason_for_contact {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.select-styled:after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px #ffffff;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  position: absolute;
  left: 8px;
  transform: rotate(45deg);
  top: 12px;
  transition: transform 0.3s;
}
.select-styled.active:after {
  transform: rotate(-135deg);
}

input {
  text-align: right;
}

input::placeholder {
  font-size: 20px;
  color: #fff;
  font-family: Assistant;
}

/* En - He */
.tax-solution_category .category-description {
  background: #111;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.tax-solution_category .category-description a {
  color: #111;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 50%;
  padding: 8px;
  background: white;
  font-weight: bold;
}

.langit {
  margin-top: -120px;
}

header {
  color: white;
  /****Menu****/
}
@media (min-width: 2559px) {
  header.medium_banner_size {
    background-position: bottom;
  }
}
header.medium_banner_size .banner_container {
  margin-top: 133px;
}
@media (max-width: 991px) {
  header.medium_banner_size .banner_container {
    margin-top: 57px;
  }
}
header .scroll_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: black;
  display: flex;
}
header .scroll_header .menu_wrap {
  width: 100%;
  justify-content: space-between;
}
header .scroll_header .menu_wrap #header_logo {
  width: fit-content;
  margin-right: auto;
  position: static;
  margin-left: 12px;
}
@media (min-width: 1399px) {
  header .scroll_header .menu_wrap #header_logo {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  header .scroll_header .menu_wrap #header_logo {
    margin-left: 0;
    margin-top: 15px;
  }
}
header a.access {
  font-size: 20px;
  right: 42%;
  width: 300px;
  top: -30px;
  height: 0px;
  font-weight: 700;
  line-height: 1;
  color: white;
  padding: 0px 7px;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
header a.access:focus {
  top: 15px;
}
header .medium_banner_subtitle {
  font-weight: 800;
  line-height: 0.95;
  color: #00a7e3;
  font-size: 80px;
}
@media (max-width: 991px) {
  header .medium_banner_subtitle {
    font-size: 36px;
    line-height: 1;
  }
}
header .medium_banner_title {
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media (max-width: 991px) {
  header .medium_banner_title {
    padding-top: 50px;
    font-size: 36px;
  }
}
header .large_banner_title {
  font-size: 80px;
  margin-top: 170px;
}
@media (max-width: 767px) {
  header .large_banner_title {
    margin-top: 80px;
    line-height: 1.1;
  }
}
header .large_banner_title p {
  font-weight: 300;
}
@media (max-width: 487px) {
  header .large_banner_title p {
    text-align: center !important;
  }
}
header .large_banner_title p > strong {
  font-weight: 800;
}
header .large_banner_title p > strong > span {
  font-weight: 800;
}
@media (max-width: 991px) {
  header .large_banner_title {
    font-size: 54px;
  }
}
@media (max-width: 487px) {
  header .large_banner_title {
    font-size: 40px;
  }
}
header .large_banner_button {
  width: fit-content;
  min-width: 144px;
  height: 40px;
  padding: 7.1px 22px 8.9px;
  border-radius: 10px;
  background-color: #00a7e3;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
header #medium_banner_titles {
  text-align: center;
  padding: 50px 0 75px;
  min-height: 348px;
  height: auto;
}
@media (max-width: 767px) {
  header #medium_banner_titles {
    min-height: 280px;
  }
}
header .menu-item {
  list-style: none;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  header .menu-item {
    font-size: 18px;
  }
}
header .menu-item a {
  text-decoration: none;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #fff;
  padding: 0 15px;
  display: block;
}
header .menu-item a:hover {
  text-decoration: underline;
}
header #menu-second-header-menu {
  padding-right: 0;
}
header #second-menu .nav {
  align-items: center;
}
@media (max-width: 1200px) {
  header #second-menu .nav > .menu-item {
    margin-right: 10px;
  }
}
header #second-menu .nav > .menu-item > a {
  padding: 53px 15px;
  font-weight: normal;
}
@media (max-width: 1221px) {
  header #second-menu .nav > .menu-item > a {
    padding: 35px 6px;
  }
}
header #second-menu .nav > .menu-item .sub-menu a {
  font-size: 16px;
}
header #second-menu .nav > .menu-item .sub-menu .menu-item-has-children > .access-h2 > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #515153;
  display: block;
  margin-top: 9px;
}
header #second-menu .nav > .menu-item .sub-menu li .sub-menu a {
  font-weight: normal;
  line-height: 1.2;
  color: #111;
  padding: 3px 0px;
  letter-spacing: 0;
}
header #second-menu .nav > .menu-item > .sub-menu, header #second-menu .nav > .menu-item .menu-header-menu-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s 0.25s;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 35px 40px 20px;
  box-shadow: -8px 4px 16px rgba(218, 218, 218, 0.35);
  z-index: -1;
}
header #second-menu .nav > .menu-item-has-children:hover > a, header #second-menu .nav > .menu-item-has-children > a:hover, header #second-menu .nav > .menu-item-has-children > a:focus, header #second-menu .nav > .menu-item-has-children a.hover {
  color: #00a7e3;
  background-color: #fff;
  text-decoration: underline;
}
header #second-menu .nav > .menu-item-has-children:hover > a + .sub-menu, header #second-menu .nav > .menu-item-has-children > a:hover + .sub-menu, header #second-menu .nav > .menu-item-has-children > a:focus + .sub-menu, header #second-menu .nav > .menu-item-has-children a.hover + .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  left: 0;
}
@media (min-width: 800px) and (max-width: 1650px) {
  header #second-menu .nav .md_none {
    display: none;
  }
}
header #second-menu .nav > .border_style_nav.menu-item {
  padding: 10px 0;
  border-radius: 25px;
  border: solid 1px #fff;
  transition: all 0.3s;
  margin-right: 10px;
}
@media (max-width: 991px) {
  header #second-menu .nav > .border_style_nav.menu-item {
    background-color: #111;
  }
}
header #second-menu .nav > .border_style_nav.menu-item:hover {
  border-color: #00a7e3;
}
header #second-menu .nav > .border_style_nav.menu-item > a {
  padding: 0 15px;
  background-color: transparent;
}
header .companies.menu-item-has-children ul a {
  font-weight: 600;
  padding: 10px 0px;
  margin-bottom: 10px;
  color: #111;
}
header .companies.menu-item-has-children ul.sub-menu {
  display: grid;
  grid-template-columns: auto auto;
  width: 375px;
  text-align: left;
  direction: ltr;
}
header li.menu-item-object-solutions ul {
  padding-right: 50px;
}

.main_menu_wrap {
  position: relative;
}
@media (min-width: 1599px) {
  .main_menu_wrap {
    flex: 0 0 auto;
    width: fit-content;
  }
}
@media (max-width: 1306px) and (min-width: 1072px) {
  .main_menu_wrap {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .main_menu_wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .main_menu_wrap {
    top: 0px;
    background: black;
  }
}
@media (max-width: 767px) {
  .main_menu_wrap {
    width: calc(100% - 130px);
  }
}

#main_menu {
  display: inline-block;
  width: auto;
}
#main_menu:focus .hamburger-menu, #main_menu.active .hamburger-menu, #main_menu.activeHover .hamburger-menu {
  background-color: #fff;
}
#main_menu:focus .hamburger-menu:before, #main_menu.active .hamburger-menu:before, #main_menu.activeHover .hamburger-menu:before {
  color: #00a7e3;
}
@media (max-width: 991px) {
  #main_menu:focus .hamburger-menu:before, #main_menu.active .hamburger-menu:before, #main_menu.activeHover .hamburger-menu:before {
    color: #fff;
    background-color: #111;
  }
}
@media (max-width: 1071px) {
  #main_menu {
    display: none !important;
  }
}

.hamburger-menu {
  max-height: 134px;
  background-color: transparent;
  border: 0;
  padding: 53px 12px;
}
@media (max-width: 991px) {
  .hamburger-menu {
    padding: 15px 15px 15px 20px;
  }
}
@media (max-width: 767px) {
  .hamburger-menu {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.hamburger-menu > a {
  font-size: 0;
  display: none;
}
.hamburger-menu:before {
  content: "\e904";
  font-size: 23px;
  font-family: "icomoon" !important;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
}
@media (max-width: 991px) {
  .hamburger-menu:before {
    font-size: 22px;
  }
}
@media (min-width: 1071px) {
  .hamburger-menu:hover:before, .hamburger-menu:focus:before {
    color: #00a7e3;
  }
}
.hamburger-menu + .menu-header-menu-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  padding: 43px 0;
  background-color: #fff;
  box-shadow: -8px 4px 16px rgba(218, 218, 218, 0.35);
  width: 375px;
}
@media (max-width: 991px) {
  .hamburger-menu + .menu-header-menu-container {
    background-color: #111;
    padding-top: 63px;
    width: 235px;
  }
}
.hamburger-menu + .menu-header-menu-container:hover, .hamburger-menu + .menu-header-menu-container.active, .hamburger-menu + .menu-header-menu-container.activeHover {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#menu-main-menu li {
  padding: 15px;
}
#menu-main-menu li a {
  color: white;
  font-size: 20px;
}

@media (min-width: 1072px) {
  #main_menu_mobile {
    display: none !important;
  }
}
#main_menu_mobile .menu-mobile-menu-container {
  position: fixed;
  padding: 15px 0;
  background-color: #000000;
  top: 56px;
  display: none;
  overflow: auto;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 49px);
}
@media (min-width: 768px) {
  #main_menu_mobile .menu-mobile-menu-container {
    right: 0;
  }
}
@media (min-width: 992px) {
  #main_menu_mobile .menu-mobile-menu-container {
    top: 80px;
  }
}
#main_menu_mobile #menu-mobile-menu {
  display: block;
  padding: 0 1rem;
}
#main_menu_mobile #menu-mobile-menu > .menu-item {
  padding: 11px 0;
}
@media (max-width: 1199px) {
  #main_menu_mobile #menu-mobile-menu > .menu-item {
    margin-left: 17px;
  }
}
#main_menu_mobile #menu-mobile-menu .menu-item {
  font-size: 20px;
}
#main_menu_mobile #menu-mobile-menu .menu-item a {
  display: inline-block;
  padding: 0;
}
#main_menu_mobile #menu-mobile-menu .sub-menu {
  display: none;
  padding: 0;
  width: 100%;
}
#main_menu_mobile #menu-mobile-menu .sub-menu .menu-item {
  color: white;
  padding: 5px 0;
  font-size: 18px;
  font-weight: normal;
}
#main_menu_mobile #menu-mobile-menu .sub-menu .menu-item > a {
  color: inherit;
}
#main_menu_mobile #menu-mobile-menu .sub-menu .menu-item-has-children > a {
  padding-top: 2px;
}
#main_menu_mobile #menu-mobile-menu > .menu-item-has-children > .sub-menu > .menu-item {
  color: #00a7e3;
}
#main_menu_mobile #menu-mobile-menu .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
}
#main_menu_mobile #menu-mobile-menu .menu-item-has-children > .after_header_sub_menu {
  vertical-align: middle;
}
#main_menu_mobile #menu-mobile-menu .menu-item-has-children > .after_header_sub_menu:before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  transition: transform 0.3s;
  color: inherit;
}
#main_menu_mobile #menu-mobile-menu .menu-item-has-children > .after_header_sub_menu.active:before {
  transform: rotate(225deg);
}
#main_menu_mobile #menu-mobile-menu .custom-bold a {
  font-weight: 900;
}

#languages_menu {
  margin-left: 7px;
  margin-right: 22px;
}
@media (max-width: 991px) {
  #languages_menu {
    margin-right: 0;
  }
}
#languages_menu a {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

#search_form_header, #social_networks_header, #languages_menu {
  display: inline-block;
  width: auto;
}

#search_form_header svg path {
  stroke: #fff;
}

@media (max-width: 767px) {
  #search_form_header, #social_networks_header {
    display: inline-block;
  }
}

#social_networks_header:after {
  content: "";
  width: 1px;
  height: 32px;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  #social_networks_header:after {
    margin: 0 5px;
  }
}

#linkedin, #facebook, #instagram {
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: 100%;
}

#facebook {
  background-image: url(../assets/icons/square_facebook_icon.png);
}

#linkedin {
  background-image: url(../assets/icons/square_linkedin_icon.png);
  margin: 0 10px;
}

#instagram {
  background-image: url(../assets/icons/square_instagram_icon.png);
}

.brand img {
  max-width: 140px;
  height: auto;
}
@media (max-width: 991px) {
  .brand img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .brand img {
    width: 97px !important;
    padding: 0 !important;
  }
}

#menu-header-menu {
  display: block;
  padding-right: 0;
}
#menu-header-menu.nav a {
  background-color: #fff;
  color: #111;
  padding: 15px 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  #menu-header-menu.nav a {
    background-color: #111;
    color: #fff;
  }
}
#menu-header-menu .menu-item {
  padding: 0px 60px;
  background-color: #fff;
}
@media (max-width: 991px) {
  #menu-header-menu .menu-item {
    background-color: #111;
    padding-right: 40px;
  }
}

.menu_wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .menu_wrap {
    background-color: black;
  }
}
.menu_wrap.active {
  background-color: black;
}
@media (min-width: 768px) {
  .menu_wrap.active {
    margin-right: -32px;
  }
}

#header_logo {
  text-align: left;
  padding: 0;
  position: absolute;
  z-index: 999;
  left: 12px;
}
@media (max-width: 1072px) {
  #header_logo {
    left: 30px;
  }
}
@media (max-width: 991px) {
  #header_logo {
    position: fixed;
    top: 17px;
  }
}
@media (max-width: 767px) {
  #header_logo {
    position: relative;
    left: 0;
    display: inline-block;
    top: 0;
    width: 120px;
  }
}

/* Mega menu */
#page_header .mega-menu > .sub-menu {
  text-align: left;
  direction: ltr;
  left: 0;
}
#page_header .mega-menu > .sub-menu .sub-menu {
  position: static;
  padding: 0;
}
#page_header .mega-menu > .sub-menu > li {
  vertical-align: top;
  max-width: 228px;
  display: inline-block;
  width: 100%;
}
#page_header .mega-menu > .sub-menu > li.menu-item-has-children {
  margin-bottom: 25px;
}
#page_header .mega-menu > .sub-menu > li > .access-h2 > a {
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #00a7e3;
  display: block;
  padding: 0 0 11px 0;
  width: auto;
}
#page_header .mega-menu > .sub-menu > li:not(.menu-item-has-children) > a {
  padding-bottom: 20px;
}

@media (max-width: 1071px) {
  #second-menu {
    display: none !important;
  }
}
@media (max-width: 1306px) {
  #second-menu {
    width: auto;
  }
}

.mega-menu > .sub-menu {
  width: calc(100vw - 600px);
  min-width: 460px;
}

@media (min-width: 1260px) {
  .mega-menu > .sub-menu {
    column-count: 4;
    width: 825px;
  }
}
@media (min-width: 991px) and (max-width: 1259px) {
  .mega-menu > .sub-menu {
    column-count: 2;
  }
}

@media (min-width: 1260px) {
  .mega-menu > .sub-menu {
    column-count: 4;
    width: 825px;
  }
}
@media (min-width: 1399px) and (max-width: 1259px) {
  .mega-menu > .sub-menu {
    column-count: 3;
  }
}

@media (min-width: 1260px) {
  .mega-menu > .sub-menu {
    column-count: 4;
    width: 825px;
  }
}
@media (min-width: 1599px) and (max-width: 1259px) {
  .mega-menu > .sub-menu {
    column-count: 4;
  }
}

@media (max-width: 1599px) {
  .mega-menu > .sub-menu {
    column-gap: 7%;
  }
}
#breadcrumbs {
  padding-bottom: 38px;
  padding-top: 37px;
}
#breadcrumbs a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
}
#breadcrumbs .breadcrumb_last {
  color: #00a7e3;
  font-size: 20px;
}

.large_banner {
  height: 600px;
  width: 800px;
}
@media (max-width: 991px) {
  .large_banner {
    min-height: 600px;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .large_banner {
    height: fit-content;
    min-height: 530px;
  }
}

.large_banner_subtitle {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .large_banner_subtitle {
    padding: 30px 5px 40px;
  }
}

header#page_header {
  padding: 0;
}
@media (max-width: 767px) {
  header#page_header {
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }
}

.error404 header#page_header {
  background-color: #111;
}

.floating_buttons {
  position: fixed;
  left: 0;
  display: inline-grid;
  z-index: 9999;
  bottom: 0;
}

a.float_pink_btn {
  content: "";
  background-image: url(../assets/icons/contact.svg);
  display: inline-block;
  width: 136px;
  height: 60px;
}

a.float_gray_btn {
  content: "";
  background-image: url(../assets/icons/about_page.svg);
  display: inline-block;
  width: 136px;
  height: 60px;
}

a.float_blue_btn {
  content: "";
  background-image: url(../assets/icons/Lab.svg);
  display: inline-block;
  width: 136px;
  height: 60px;
}

@media (max-width: 767px) {
  .home #banner_content {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .post-type-archive #banner_content {
    height: 285px;
  }
}

.no-scroll {
  overflow: hidden;
}

.tax-solution_category.archive .list_contentImg_floor .item:nth-child(odd) .lcf_content {
  order: 2;
}
.tax-solution_category.archive .item {
  align-items: center;
}
.tax-solution_category.archive .lcf_content {
  padding-left: 80px;
  padding-right: 80px;
}
.tax-solution_category.archive .lcf_img {
  max-width: 100%;
}
.tax-solution_category.archive .solution_link:after {
  content: "\e901";
  padding-right: 10px;
  padding-top: 10px;
  font-family: "icomoon" !important;
  font-size: 9px;
  position: absolute;
  transform: rotate(360deg);
  margin-top: 0px;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_link:after {
    padding-right: 7px;
    padding-top: 7px;
  }
}
.tax-solution_category.archive .solution_link_wrap {
  text-align: center;
  margin-top: auto;
  margin-bottom: 50px;
}
.tax-solution_category.archive .solution_link {
  font-size: 20px;
  color: #00a7e3;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_link {
    font-size: 18px;
    margin-bottom: 0px !important;
  }
}
.tax-solution_category.archive .solution_list_content {
  margin-top: 89px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_list_content {
    margin-top: 45px;
    margin-bottom: 0;
  }
}
.tax-solution_category.archive .solution_boxes {
  --bs-gutter-x: 50px;
}
.tax-solution_category.archive .solution_boxes .solution_box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .tax-solution_category.archive .solution_boxes .solution_box {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .tax-solution_category.archive .solution_boxes .solution_box {
    margin: 0 20px 50px;
  }
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_boxes .solution_box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.tax-solution_category.archive .solution_boxes .solution_box .solution_link {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.tax-solution_category.archive .solution_boxes .solution_box:nth-child(n+7) {
  display: none;
}
.tax-solution_category.archive .solution_boxes.active .solution_box:nth-child(n+7) {
  display: block;
}
.tax-solution_category.archive .solution_boxes.active .all_solutions {
  display: none;
}
@media (max-width: 991px) {
  .tax-solution_category.archive .solution_boxes {
    --bs-gutter-x: 0px;
  }
}
.tax-solution_category.archive .solution_boxes .all_solutions {
  text-align: center;
  padding: 8px 10px 9px 10px;
  border-radius: 10px;
  background-color: #00a7e3;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.33;
  color: #fff;
  text-decoration: none;
  width: 200px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_boxes .all_solutions {
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .tax-solution_category.archive .col-md-4 {
    flex: 0 0 auto;
    width: 50.333333%;
  }
}
.tax-solution_category.archive .solution_list .solution_title {
  min-height: 70px;
  margin: 0;
  flex-grow: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .tax-solution_category.archive .solution_list .solution_title {
    max-width: fit-content;
    min-height: fit-content;
  }
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_list .solution_title {
    font-size: 28px;
  }
  .tax-solution_category.archive .solution_list .solution_title br {
    display: none;
  }
}
.tax-solution_category.archive .solution_list .solution_mobile_title {
  text-align: right;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_list .solution_mobile_title br {
    display: block;
  }
}
.tax-solution_category.archive .solution_list .solution_content {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 20px 0 auto;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .solution_list .solution_content {
    font-size: 18px;
  }
}
.tax-solution_category.archive .advantages_content {
  --bs-gutter-x: 147px;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .advantages_content {
    --bs-gutter-x: 0px;
  }
}
.tax-solution_category.archive .advantages_content .advantage_item {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .advantages_content .advantage_item {
    font-size: 18px;
  }
}
.tax-solution_category.archive .advantages_content .advantage_item:before {
  font-size: 29px;
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #e2007a;
  position: absolute;
  margin-right: -35px;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .advantages_content .advantage_item:before {
    margin-right: 0px;
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .tax-solution_category.archive .advantages_content .advantages_text {
    margin-right: 22px;
  }
}
.tax-solution_category.archive .advantages_list {
  padding-bottom: 60px;
}
.tax-solution_category.archive .advantages_list .pink_dot {
  margin-top: -12px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .tax-solution_category.archive .advantages_list .pink_dot {
    padding-right: 35px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .tax-solution_category.archive .advantages_list .pink_dot {
    margin-top: 20px;
  }
}
.tax-solution_category.archive .title, .tax-solution_category.archive .pink_dot {
  font-size: 44px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.88px;
}
@media (max-width: 767px) {
  .tax-solution_category.archive .title, .tax-solution_category.archive .pink_dot {
    padding-bottom: 30px;
    font-size: 35px;
  }
}
.tax-solution_category.archive .partner_floor container .logos_list_title pink_dot {
  padding: 100px 100px 1px 1px;
}
@media (min-width: 1200px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap {
    margin-top: -30px;
    margin-right: 8%;
  }
}
@media (min-width: 1390px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap {
    margin-top: -5px;
    margin-right: 0;
    width: 90%;
  }
}
@media (min-width: 1680px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap {
    margin-top: -95px;
    margin-right: 14%;
  }
}
@media (min-width: 768px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap .partner_logos {
    margin-bottom: -50px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap .partner_logos {
    width: 100%;
    margin: 0;
  }
}
.tax-solution_category.archive .partner_floor .partner_logos_wrap .partner_logos .logo_partner_item.has_background_image {
  height: 135px;
  width: 200px;
}
@media (min-width: 1700px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap .partner_logos .logo_partner_item.has_background_image {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .tax-solution_category.archive .partner_floor .partner_logos_wrap .partner_logos .logo_partner_item.has_background_image {
    height: 140px;
    width: 180px;
    margin-right: -8px;
    margin-left: 0;
  }
}

.questions_and_responses {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .questions_and_responses {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.questions_and_responses .wrap_question {
  border: solid 1px #515153;
  padding: 20px;
}
.questions_and_responses .wrap_question .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.questions_and_responses .wrap_question .question:before {
  display: block;
  width: 20px;
  height: 4px;
  flex-grow: 0;
  background-color: #e2007a;
  content: "";
  position: absolute;
  bottom: -10px;
}
.questions_and_responses .wrap_question .question:after {
  content: "\e901";
  display: block;
  font-family: "icomoon" !important;
  font-size: 17px;
  transform: rotate(270deg);
  color: #00a7e3;
  margin-right: 20px;
}
.questions_and_responses .wrap_question .response {
  margin-top: 20px;
}
.questions_and_responses .wrap_question .response.hide {
  display: none;
}

.team_person {
  text-align: center;
  text-decoration: inherit;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team_person {
    margin-bottom: 45px !important;
  }
}
.team_person .name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
  text-align: center;
  color: #171717;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .team_person .name {
    font-size: 20px;
  }
}
.team_person .role {
  color: #00a7e3;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .team_person .role {
    font-size: 18px;
  }
}
.team_person .headingsteam {
  padding: 21px 30px 24px 30px;
}

.single-team .person .img_person_wrap img {
  width: -webkit-fill-available;
}

.box_team .has_background_image:before {
  padding-top: 69.5%;
}

.person .img {
  width: auto;
}
.person .content {
  width: 54%;
}
.person .title {
  font-size: 56px;
}
@media (max-width: 767px) {
  .person .title {
    font-size: 34px;
  }
}
.person .role {
  font-size: 24px;
}
@media (max-width: 767px) {
  .person .role {
    font-size: 20px;
  }
}

.post-type-archive-team .p_100 {
  padding-bottom: 50px;
}

.single-team .title {
  font-size: 54px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media (max-width: 767px) {
  .single-team .title {
    font-size: 40px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.single-team .titledot {
  display: flex;
}
.single-team .img_person_wrap {
  padding: 0;
  display: flex;
  max-height: 417px;
  max-width: 450px;
}
.single-team .role {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.48px;
  color: #00a7e3;
  margin-bottom: 15px;
}
.single-team .description {
  font-size: 20px;
  line-height: normal;
  text-align: right;
}
@media (max-width: 767px) {
  .single-team .description {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.single-team .content {
  margin-right: 67px;
}
@media (max-width: 991px) {
  .single-team .content {
    width: auto;
    margin: 0 auto;
    margin-top: 17px;
  }
}
.single-team .content .contentheading {
  margin-bottom: 0px;
}
.single-team img {
  width: auto;
  display: flex;
  object-fit: cover;
  margin: auto auto 0;
  object-position: bottom;
}
@media (max-width: 767px) {
  .single-team img {
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .single-post #medium_banner_titles {
    width: 65%;
    margin: 0px 20%;
  }
}
.single-post #medium_banner_titles .medium_banner_title {
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .single-post #medium_banner_titles .medium_banner_title {
    font-size: 36px;
    padding: 0 8px;
  }
}
.single-post .title {
  padding: 0;
}
.single-post .title p {
  letter-spacing: 0.48px;
  color: #00a7e3;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single-post .title p {
    font-size: 20px;
  }
}
.single-post .tags {
  gap: 10px;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
  color: rgb(226, 0, 122);
}
@media (max-width: 991px) {
  .single-post .tags {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .single-post .tags {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.single-post .tags a {
  height: 26px;
  flex-grow: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  color: #e2007a;
  text-decoration: none;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .single-post .tags a {
    font-size: 18px;
  }
}
.single-post p {
  margin-top: 0;
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 767px) {
  .single-post p {
    font-size: 18px;
  }
}
.single-post ol {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .single-post ol {
    font-size: 18px;
  }
}
.single-post figure {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single-post figure {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .single-post figure {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.single-post .post li {
  margin-right: -19px;
  margin-left: -33px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-post .post li {
    font-size: 18px;
  }
}
.single-post .post .wp-block-media-text__content {
  padding: 0;
}

.logo_item.has_background_image {
  padding-top: 85%;
  background-size: contain;
}

.logo_partner_item.has_background_image {
  background-size: contain;
  height: 160px;
  filter: grayscale(100%) contrast(30%) brightness(107%);
  margin-top: -25px;
}

.content_floor .cf_content {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-top: 12px;
}
.content_floor .cf_content p {
  margin: 0;
}
@media (max-width: 767px) {
  .content_floor .cf_content {
    font-size: 18px;
    width: 100%;
    padding: 5px 20px 0;
  }
}

.truncate_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.truncate_content.ten_lines {
  -webkit-line-clamp: 10;
}

.read_more_truncate {
  cursor: pointer;
}

.single-companies .partner_logos, .page-template-template-career .partner_logos {
  justify-content: right;
}
@media (min-width: 992px) {
  .single-companies .partner_logos, .page-template-template-career .partner_logos {
    margin-right: -90px;
  }
}
@media (max-width: 767px) {
  .single-companies .partner_logos, .page-template-template-career .partner_logos {
    margin-right: -10px;
  }
}
@media (max-width: 1300px) {
  .single-companies .partner_logos .logo_partner_item, .page-template-template-career .partner_logos .logo_partner_item {
    width: 17%;
  }
}
@media (max-width: 767px) {
  .single-companies .partner_logos .logo_partner_item, .page-template-template-career .partner_logos .logo_partner_item {
    width: 40%;
    margin: 0 15px;
  }
}
.single-companies .partner_floor, .page-template-template-career .partner_floor {
  padding-top: 0 !important;
}
.single-companies .partner_floor .logos_list_title, .page-template-template-career .partner_floor .logos_list_title {
  padding-bottom: 0;
}
.single-companies .sf_text, .page-template-template-career .sf_text {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
}
.single-companies .solution_title, .page-template-template-career .solution_title {
  font-weight: bold;
}
.single-companies .solution_link, .page-template-template-career .solution_link {
  color: rgb(226, 0, 122);
  text-decoration: none;
}
.single-companies .solution_link:after, .page-template-template-career .solution_link:after {
  content: "\e901";
  padding-right: 10px;
  padding-top: 10px;
  font-family: "icomoon" !important;
  font-size: 9px;
  position: absolute;
  transform: rotate(360deg);
  margin-top: 0px;
}
.single-companies .pink_dot_solutions:before, .page-template-template-career .pink_dot_solutions:before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgb(226, 0, 122);
  position: absolute;
  margin-right: -35px;
}
@media (max-width: 767px) {
  .single-companies .pink_dot_solutions:before, .page-template-template-career .pink_dot_solutions:before {
    width: 13px;
    height: 13px;
    margin-right: -20px;
  }
}
.single-companies .solution_description, .page-template-template-career .solution_description {
  padding-bottom: 10px;
}
.single-companies .solution_floor, .page-template-template-career .solution_floor {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .single-companies .solution_floor, .page-template-template-career .solution_floor {
    padding-top: 0;
  }
}
.single-companies .solution_floor .solution, .page-template-template-career .solution_floor .solution {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .single-companies .solution_floor .solution, .page-template-template-career .solution_floor .solution {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .single-companies .solution_floor .solution, .page-template-template-career .solution_floor .solution {
    padding-right: 32px;
    font-size: 18px;
  }
}

.title, .sf_title, .logos_list_title, .tf_title {
  font-size: 44px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.88px;
}
@media (max-width: 991px) {
  .title, .sf_title, .logos_list_title, .tf_title {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .title, .sf_title, .logos_list_title, .tf_title {
    font-size: 35px;
    padding: 20px;
  }
}

.slick-list.draggable {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .slick-list.draggable {
    margin-top: -30px;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .team_floor .tf_title {
    padding: 25px 15px 40px;
  }
}
.team_floor #team_slider {
  --bs-gutter-x: 49px;
}
@media (max-width: 767px) {
  .team_floor #team_slider {
    --bs-gutter-x: 0;
  }
}
@media (max-width: 767px) {
  .team_floor #team_slider .slick-dots {
    bottom: 30px !important;
  }
}
.team_floor .slick-list.draggable {
  margin-right: -48px;
}
@media (max-width: 767px) {
  .team_floor .slick-list.draggable {
    margin-right: 0;
  }
}
.team_floor .team_person {
  margin-bottom: 30px;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

.details_floor {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
}
.details_floor a {
  color: inherit;
}
.details_floor p {
  text-align: center;
}
@media (max-width: 767px) {
  .details_floor {
    font-size: 20px;
  }
}

.client_floor .logos_list_title.col-lg-3 {
  width: 18% !important;
}
@media (max-width: 1700px) {
  .client_floor .logos_list_title.col-lg-3 {
    width: 50% !important;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .client_floor .logos_list_title.col-lg-3 {
    width: 100% !important;
    padding: 30px 20px;
  }
}
.client_floor .col-lg-9 {
  width: 82% !important;
}
@media (max-width: 767px) {
  .client_floor .col-lg-9 {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1700px) {
  .client_floor .slider_logos {
    right: 100px;
  }
}

.number_floor {
  text-align: center;
}
.number_floor .row {
  justify-content: center;
}
.number_floor .row .nf_percent {
  display: inline-block;
  font-size: 35px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .number_floor .row .nf_percent {
    font-size: 28px;
  }
}
.number_floor .row .nf_number {
  display: inline-block;
  font-size: 44px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.88px;
  text-align: center;
  color: #111;
  margin-top: 44px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .number_floor .row .nf_number {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .number_floor .row .nf_number {
    margin-top: 20px;
  }
}
.number_floor .row .nf_text {
  font-size: 20px;
  color: #111;
  width: max-content;
  margin: 0 auto 35px;
  border-bottom: 2px solid #00a7e3;
}
@media (max-width: 767px) {
  .number_floor .row .nf_text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.number_floor .row .col-md-3:after {
  border-bottom: 1px solid #E2007A;
  content: "";
}
@media (max-width: 767px) {
  .number_floor .nf_wrap:last-child {
    margin-bottom: 40px;
  }
}

.recommendation_floor {
  padding: 110px 170px;
}
.recommendation_floor .rf_name {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 56px;
}
@media (max-width: 991px) {
  .recommendation_floor .rf_name {
    font-size: 35px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .recommendation_floor .rf_name {
    padding-top: 45px;
    text-align: center;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .recommendation_floor .recommendation_slider.slick-slide {
    padding: 5px 25px;
  }
}
.recommendation_floor .rf_role {
  font-size: 18px;
  letter-spacing: 0px;
  color: #00a7e3;
  margin-top: -9px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .recommendation_floor .rf_role {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .recommendation_floor {
    padding: 100px 100px;
  }
}
@media (max-width: 991px) {
  .recommendation_floor {
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .recommendation_floor {
    padding: 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .recommendation_floor .slick-dots {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .recommendation_floor {
    padding-bottom: 50px;
  }
}
.recommendation_floor .rf_wrap {
  padding-right: 325px;
  position: relative;
}
@media (max-width: 1700px) {
  .recommendation_floor .rf_wrap {
    padding-right: 250px;
  }
}
@media (max-width: 1599px) {
  .recommendation_floor .rf_wrap {
    padding-right: 180px;
  }
}
@media (max-width: 1399px) {
  .recommendation_floor .rf_wrap {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .recommendation_floor .rf_wrap {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .recommendation_floor .rf_wrap {
    margin-top: 40px;
  }
}
.recommendation_floor .rf_image {
  object-fit: cover;
  object-position: center;
  width: 30%;
}
@media (max-width: 991px) {
  .recommendation_floor .rf_image {
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recommendation_floor .rf_image {
    display: none;
  }
}
.recommendation_floor .rf_wrap:before {
  content: "\e906";
  font-family: "icomoon" !important;
  right: 13px;
  font-size: 46px;
  position: absolute;
  color: #e2007a;
}
@media (max-width: 991px) {
  .recommendation_floor .rf_wrap:before {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .recommendation_floor .rf_wrap:before {
    font-size: 43px;
    text-align: center;
    left: 50%;
    width: 100%;
  }
}
.recommendation_floor .rf_content {
  max-width: 88%;
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 767px) {
  .recommendation_floor .rf_content {
    font-size: 18px;
    max-width: 100%;
    margin: 22px 10px 50px;
  }
}

.page .single_page .post p {
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .page .single_page .post p {
    font-size: 18px;
  }
}
.page .single_page figure {
  margin: 50px 0px;
}
@media (max-width: 991px) {
  .page .single_page figure {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .page .single_page figure {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.page .single_page figure img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .page .single_page figure img {
    max-width: 100%;
  }
}
.page .single_page ::marker {
  color: rgb(226, 0, 122) !important;
}
.page .single_page ul {
  padding-inline-start: inherit;
  list-style-position: outside;
  padding-right: 20px;
}
.page .single_page ul li {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page .single_page ul li {
    font-size: 18px;
  }
}
.page .single_page ul li > strong {
  margin-right: 0;
}
.page .single_page ul li > span {
  margin-right: -12px;
}

.page-template-template-logos-list .logos_list container .logos_list_title {
  font-size: 154px;
  font-weight: 800;
  letter-spacing: 1.08px;
  color: #e2007a;
}
.page-template-template-logos-list h3 {
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 1.08px;
  line-height: normal;
  padding-right: 0;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-template-logos-list h3 {
    font-size: 40px;
    padding-bottom: 25px;
    padding-right: 22px;
  }
}
.page-template-template-logos-list h3.logos_list_title:after {
  content: ".";
  color: #e2007a;
}
.page-template-template-logos-list .row .box {
  height: 262px;
  width: 257px;
  padding: 0px 30px;
}
@media (max-width: 1399px) {
  .page-template-template-logos-list .row .box {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-logos-list .row .box {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .page-template-template-logos-list .row .box {
    height: 165px;
    width: 50%;
  }
}
.page-template-template-logos-list .boxes_wrap {
  padding-bottom: 100px;
}
.page-template-template-logos-list .boxes_wrap .box .has_background_image {
  height: 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-template-template-logos-list .boxes_wrap {
    padding-bottom: 50px;
    padding-right: 35px;
  }
}

.single-solutions .large_banner_subtitle {
  font-size: 20px;
  line-height: normal;
}
.single-solutions .breadcrumbs_wrap {
  background-color: #111;
}
.single-solutions .breadcrumbs_wrap span:not(.breadcrumb_last) {
  color: #fff;
}
.single-solutions .breadcrumbs_wrap span:not(.breadcrumb_last) > a {
  color: #fff !important;
}
.single-solutions .list_contentImg_floor .item:nth-child(even) .lcf_content {
  order: 2;
}
.single-solutions .item {
  align-items: center;
  max-height: 768px;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .single-solutions .item {
    max-height: none;
    display: inline;
  }
}
.single-solutions .lcf_content {
  padding: 0 80px;
}
@media (max-width: 991px) {
  .single-solutions .lcf_content {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .single-solutions .lcf_content {
    padding: 0 14px;
  }
}
.single-solutions .lcf_img_wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .single-solutions .lcf_img_wrap {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .single-solutions .lcf_img_wrap {
    padding: 0;
  }
}
.single-solutions .partner_floor > .row {
  width: 100%;
}
.single-solutions .partner_logos {
  margin: -40px 0px -50px -10px;
  justify-content: right;
}
@media (max-width: 767px) {
  .single-solutions .partner_logos {
    margin-top: -40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .single-solutions .logo_partner_item.has_background_image {
    height: 125px;
  }
}
.single-solutions .video_floor {
  height: 768px;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .single-solutions .video_floor {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .single-solutions .video_floor {
    height: auto;
  }
}
.single-solutions .video_floor .iframe_wrap iframe {
  width: 61%;
  height: 540px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1599px) {
  .single-solutions .video_floor .iframe_wrap iframe {
    width: 74%;
  }
}
@media (max-width: 1399px) {
  .single-solutions .video_floor .iframe_wrap iframe {
    width: 86%;
  }
}
@media (max-width: 1199px) {
  .single-solutions .video_floor .iframe_wrap iframe {
    width: 103%;
  }
}
@media (max-width: 991px) {
  .single-solutions .video_floor .iframe_wrap iframe {
    height: 392px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-solutions .video_floor .iframe_wrap iframe {
    width: 100%;
    height: 100%;
    margin: 7% auto;
  }
}
.single-solutions .title_tab.active {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: #e2007a;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e2007a;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .single-solutions .title_tab.active {
    font-size: 20px;
  }
}
.single-solutions .title_tab:not(.active) {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: rgb(226, 0, 122);
  flex-grow: 1;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(226, 0, 122, 0.25);
}
@media (max-width: 767px) {
  .single-solutions .title_tab:not(.active) {
    font-size: 20px;
  }
}
.single-solutions .title_tab {
  padding: 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  .single-solutions .title_tab {
    max-width: fit-content;
    width: 20% !important;
  }
}
.single-solutions .title_text_tab {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: rgb(226, 0, 122);
}
@media (max-width: 767px) {
  .single-solutions .title_text_tab {
    font-size: 20px;
  }
}
.single-solutions .text_tab {
  font-size: 20px;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .single-solutions .text_tab {
    font-size: 18px;
  }
}
.single-solutions .tabs-wrap {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .single-solutions .tabs-wrap {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .single-solutions .tabs-wrap {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .single-solutions .tabs-wrap {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .single-solutions .tabs-wrap {
    width: 100%;
  }
}
.single-solutions .titles_tabs {
  gap: 15px;
  margin-bottom: 100px;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .single-solutions .titles_tabs {
    margin-bottom: 30px;
    margin-right: 1px;
  }
}
.single-solutions .tab_item .content {
  padding: 0 30px;
}
.single-solutions .tab_item.active {
  display: flex;
  margin: 0;
}
.single-solutions .tab_item:not(.active) {
  display: none;
}
.single-solutions .image_tab {
  padding: 0;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .single-solutions .image_tab {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
}
.single-solutions .wrap_af_image {
  background-image: url(../assets/icons/Rectangle.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 15px 9px;
  width: 56px;
  height: 64px;
}
.single-solutions .wrap_af_image .af_image {
  max-width: 100%;
  max-height: 100%;
}
.single-solutions .lcf_title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.88px;
  color: #00a7e3;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .single-solutions .lcf_title {
    margin-top: 30px;
    line-height: 1.1;
    font-size: 30px;
  }
}
.single-solutions .lcf_text {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .single-solutions .lcf_text {
    font-size: 18px;
  }
}
.single-solutions .af_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.48px;
  padding-bottom: 8px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .single-solutions .af_title {
    font-size: 20px;
  }
}
.single-solutions .af_text {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  .single-solutions .af_text {
    font-size: 18px;
  }
}
.single-solutions .advantage_floor {
  padding-right: 185px;
  padding-left: 185px;
  --bs-gutter-x: 45px;
}
@media (max-width: 1399px) {
  .single-solutions .advantage_floor {
    padding-right: 140px;
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .single-solutions .advantage_floor {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .single-solutions .advantage_floor {
    padding-right: 20px;
    padding-left: 20px;
    --bs-gutter-x: 0;
  }
}
@media (max-width: 767px) {
  .single-solutions .af_wrap {
    padding-bottom: 30px;
  }
}
.single-solutions .partner_floor .partner_logos_wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .single-solutions .partner_floor .partner_logos_wrap {
    padding: 0;
    margin-right: 13px;
  }
}
.single-solutions .partner_floor .partner_logos_wrap .col-lg-9 {
  margin: -9% 23% !important;
  width: 77.5% !important;
}
.single-solutions .partner_floor {
  padding-right: 185px;
  padding-left: 185px;
}
@media (max-width: 1399px) {
  .single-solutions .partner_floor {
    padding-right: 140px;
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .single-solutions .partner_floor {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .single-solutions .partner_floor {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .single-solutions .partner_floor {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.single-solutions .partner_floor > .row {
  width: 100%;
}
.single-solutions .lcf_img {
  width: 100%;
  height: 768px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .single-solutions .lcf_img {
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .single-solutions .lcf_img {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .single-solutions .lcf_img {
    height: auto;
  }
}

.page-template-template-media-gallery .blog .blog-post .has_background_image:before {
  height: 420px;
}
@media (max-width: 1199px) {
  .page-template-template-media-gallery .blog .blog-post .has_background_image:before {
    max-height: 367px;
  }
}
@media (max-width: 767px) {
  .page-template-template-media-gallery .blog .blog-post .has_background_image:before {
    max-height: 326px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-media-gallery .blog_post_wrap {
    max-height: 367px;
  }
}
@media (max-width: 767px) {
  .page-template-template-media-gallery .blog_post_wrap {
    max-height: 326px;
  }
}
.page-template-template-media-gallery .video_ytb {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.page-template-template-media-gallery .video_ytb iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
}
@media (max-width: 1199px) {
  .page-template-template-media-gallery .video_ytb iframe {
    max-height: 367px;
  }
}
@media (max-width: 767px) {
  .page-template-template-media-gallery .video_ytb iframe {
    max-height: 326px;
  }
}

.home .title, .home .slf_title, .home .logos_list_title {
  font-size: 44px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.88px;
}
@media (max-width: 991px) {
  .home .title, .home .slf_title, .home .logos_list_title {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home .title, .home .slf_title, .home .logos_list_title {
    font-size: 35px;
    padding-bottom: 15px;
  }
  .home .title:not(.title), .home .slf_title:not(.title), .home .logos_list_title:not(.title) {
    padding-right: 20px;
  }
  .home .title.title, .home .slf_title.title, .home .logos_list_title.title {
    padding: 0;
  }
}
.home .image_wrap {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  justify-content: center;
}
.home .image_gallery {
  background-color: #000000;
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .home .image_gallery {
    overflow-x: scroll;
    padding: 0 15px;
  }
  .home .image_gallery::-webkit-scrollbar {
    display: none;
  }
}
.home .image_gallery img, .home .image_gallery .has_background_image {
  aspect-ratio: 2/3;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.4s ease;
}
.home .image_gallery img:hover, .home .image_gallery .has_background_image:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.21);
  transform: scale(1.21);
}
.home .image_gallery img a, .home .image_gallery .has_background_image a {
  display: flex;
  height: 100%;
  width: 100%;
}
.home .image_gallery img span, .home .image_gallery .has_background_image span {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (min-width: 767px) {
  .home .image_gallery::-webkit-scrollbar {
    height: 3px;
  }
  .home .image_gallery::-webkit-scrollbar-track {
    background: #111;
  }
  .home .image_gallery::-webkit-scrollbar-thumb {
    background: #555;
  }
  .home .image_gallery::-webkit-scrollbar-thumb:hover {
    background: #858585;
  }
}
.home a.solution_box {
  z-index: 999;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 15px;
  position: relative;
  direction: rtl;
}
@media (min-width: 768px) {
  .home a.solution_box {
    height: 200px;
    gap: 24px;
    border: solid 1px #515153;
  }
}
@media (max-width: 767px) {
  .home a.solution_box {
    height: 175px;
    width: 50%;
    align-items: center;
    text-align: center;
  }
}
.home .sb_title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  top: 48%;
  -ms-transform: translateY(-48%);
  left: 0;
  padding-left: 15px;
  max-width: 195px;
}
@media (max-width: 767px) {
  .home .sb_title {
    text-align: center;
    align-items: center;
    margin: -10px 10%;
    padding-left: 0px;
    width: 90%;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .home .sb_title:before {
    display: flex;
    width: 20px;
    height: 4px;
    flex-grow: 0;
    background-color: #e2007a;
    content: "";
    left: 15px;
    margin-top: -10px;
  }
}
.home .wrap_img {
  padding: 9px;
}
@media (min-width: 768px) {
  .home .wrap_img {
    content: "";
    background-image: url(../assets/icons/Rectangle.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 56px;
    height: 64px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .wrap_img {
    width: 70px;
    height: 70px;
    margin: 10px;
  }
}
.home .sb_img {
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .home .sb_img {
    margin-top: -10px;
  }
}
.home .content_floor {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .home .content_floor {
    padding-top: 35px;
  }
}
.home .slf_content {
  position: relative;
}
.home .all_solution:after {
  border: solid 5px #111;
  content: "";
  position: absolute;
  top: -4px;
  left: 0px;
  right: -4px;
  bottom: -4px;
  z-index: 1;
}

.search-results .search_result {
  min-height: 430px;
}
.search-results .wrap_search_result {
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .search-results .wrap_search_result {
    padding-bottom: 25px;
  }
}
.search-results .search-form {
  position: relative;
  padding-top: 100px;
}
.search-results .search-form label {
  width: 100%;
}
.search-results .search-field {
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #111111;
  margin: 6px 0px 10px 0;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .search-results .search-field {
    padding-bottom: 0px;
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
}
.search-results input[type=search]::-webkit-search-decoration,
.search-results input[type=search]::-webkit-search-cancel-button,
.search-results input[type=search]::-webkit-search-results-button,
.search-results input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-results .search-submit {
  position: absolute;
  content: "";
  background-image: url(../assets/icons/search_black.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #fff;
  font-size: 0;
  bottom: 22px;
  left: 3px;
}
@media (max-width: 767px) {
  .search-results .search-submit {
    bottom: 15px;
  }
}
.search-results .result_item {
  border: solid 1px #ededed;
  width: 90%;
  max-height: 162px;
  min-height: 120px;
  margin: 0;
}
@media (max-width: 767px) {
  .search-results .result_item {
    width: 100%;
  }
}
.search-results .result_item .warp_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 250px;
}
.search-results .entry-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .search-results .entry-title {
    font-size: 18px;
  }
}
.search-results .read_more {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .search-results .read_more {
    font-size: 16px;
  }
}
.search-results .read_more:hover {
  text-decoration: underline;
}
.search-results .entry-summary {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  overflow: hidden;
  padding-left: 75px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .search-results .entry-summary {
    padding-left: 25px;
    font-size: 16px;
    min-height: 20px;
  }
}
.search-results .entry {
  padding: 8px 25px 8px 8px;
}
.search-results .warp_img {
  padding: 0;
}
.search-results .warp_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.search-results .hentry {
  margin-bottom: 25px;
}
.search-results .result_txt {
  font-size: 18px;
  margin: 60px 0 40px 0;
}
@media (max-width: 767px) {
  .search-results .result_txt {
    margin: 30px 0 20px 0;
    font-size: 16px;
  }
}

.search-no-results .search_result {
  min-height: 430px;
}
.search-no-results .search-form {
  position: relative;
  padding-top: 100px;
}
.search-no-results .search-field {
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #111111;
  margin: 6px 0px 10px 0;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.search-no-results .search-submit {
  position: absolute;
  content: "";
  background-image: url(../assets/icons/search_black.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #fff;
  font-size: 0;
  bottom: 22px;
  left: 3px;
}
.search-no-results .search-form label {
  width: 100%;
}

body {
  font-family: assistant, sans-serif;
  font-size: 20px;
}
body h1 {
  font-size: 44px;
  font-weight: 800;
}
body h2 {
  font-size: 36px;
  font-weight: bold;
}
body h3 {
  font-size: 30px;
  font-weight: bold;
}

button {
  font-size: 18px;
  font-width: 600;
}

.post-type-archive-job .container #jobs_filter_form .job_filter_wrap, .page-template-template-jobs .container #jobs_filter_form .job_filter_wrap {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post-type-archive-job .container #jobs_filter_form .job_filter_wrap, .post-type-archive-job .container #jobs_filter_form .wrap_free_text, .page-template-template-jobs .container #jobs_filter_form .job_filter_wrap, .page-template-template-jobs .container #jobs_filter_form .wrap_free_text {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .post-type-archive-job .container #jobs_filter_form .job_filter_wrap, .post-type-archive-job .container #jobs_filter_form .wrap_free_text, .page-template-template-jobs .container #jobs_filter_form .job_filter_wrap, .page-template-template-jobs .container #jobs_filter_form .wrap_free_text {
    width: 20%;
  }
}
.post-type-archive-job .container #jobs_filter_form .jobs_filter_btn, .page-template-template-jobs .container #jobs_filter_form .jobs_filter_btn {
  height: 50px;
  line-height: 50px;
  border: solid 1px #ededed;
  background-color: #fff;
  font-size: 24px;
  color: #4d4d4d;
  text-align: right;
  padding: 0 30px;
  width: 100% !important;
  outline: none;
  border-radius: 10px;
}
.post-type-archive-job .container #jobs_filter_form .jobs_filter_btn:after, .page-template-template-jobs .container #jobs_filter_form .jobs_filter_btn:after {
  content: "";
  color: #4d4d4d;
  float: left;
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(47deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 35px;
}
.post-type-archive-job .container #jobs_filter_form .open .jobs_filter_btn, .page-template-template-jobs .container #jobs_filter_form .open .jobs_filter_btn {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.post-type-archive-job .container #jobs_filter_form .open .jobs_filter_btn:after, .page-template-template-jobs .container #jobs_filter_form .open .jobs_filter_btn:after {
  transform: rotate(226deg) translateY(-50%);
}
.post-type-archive-job .container #jobs_filter_form .open .jobs_filter_dropdown, .page-template-template-jobs .container #jobs_filter_form .open .jobs_filter_dropdown {
  display: block;
  border: solid #ededed;
  border-width: 0 1px 1px;
  border-radius: 0 0 10px 10px;
}
.post-type-archive-job .container #jobs_filter_form .open .jobs_filter_dropdown:before, .page-template-template-jobs .container #jobs_filter_form .open .jobs_filter_dropdown:before {
  content: " ";
  border: solid 1px #e8e8e8;
  width: 100%;
  display: block;
  margin-bottom: 9px;
  margin-top: -8px;
}
.post-type-archive-job .container #jobs_filter_form .jobs_filter_dropdown, .page-template-template-jobs .container #jobs_filter_form .jobs_filter_dropdown {
  display: none;
  position: absolute;
  width: calc(100% - var(--bs-gutter-x));
  right: 50%;
  top: 100%;
  background-color: white;
  padding: 15px 30px;
  z-index: 9;
  max-height: 300px;
  overflow-y: auto;
  transform: translateX(50%);
}
.post-type-archive-job .container #jobs_filter_form .jobs_filter_dropdown .filter_dropdown_choices, .page-template-template-jobs .container #jobs_filter_form .jobs_filter_dropdown .filter_dropdown_choices {
  list-style-type: none;
  margin-bottom: 8px;
}
.post-type-archive-job .container #jobs_filter_form .jobs_filter_dropdown .jobs_filter_input_label, .page-template-template-jobs .container #jobs_filter_form .jobs_filter_dropdown .jobs_filter_input_label {
  width: calc(100% - 18px);
}
@media (max-width: 991px) {
  .post-type-archive-job .container #jobs_filter_form .jobs_filter_dropdown .jobs_filter_input_label, .page-template-template-jobs .container #jobs_filter_form .jobs_filter_dropdown .jobs_filter_input_label {
    width: calc(100% - 20px);
  }
}
.post-type-archive-job .container #jobs_filter_form .label_free_text, .page-template-template-jobs .container #jobs_filter_form .label_free_text {
  display: block;
}
.post-type-archive-job .container #jobs_filter_form #input_free_text, .page-template-template-jobs .container #jobs_filter_form #input_free_text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: solid 1px #ededed;
  border-radius: 10px;
  padding: 10px;
  font-size: 24px;
  color: #4d4d4d;
}
.post-type-archive-job .container #jobs_filter_form #input_free_text::placeholder, .page-template-template-jobs .container #jobs_filter_form #input_free_text::placeholder {
  font-size: 24px;
  color: #4d4d4d !important;
}
@media (max-width: 767px) {
  .post-type-archive-job .container #jobs_filter_form #input_free_text, .page-template-template-jobs .container #jobs_filter_form #input_free_text {
    padding: 10px 30px;
  }
}
.post-type-archive-job .container #jobs_filter_form #input_free_text:focus, .page-template-template-jobs .container #jobs_filter_form #input_free_text:focus {
  outline: 1px solid black;
}
.post-type-archive-job .container #jobs_filter_form #input_free_text::placeholder, .page-template-template-jobs .container #jobs_filter_form #input_free_text::placeholder {
  color: black;
}
.post-type-archive-job .container #jobs_filter_form #workplaces_submit, .page-template-template-jobs .container #jobs_filter_form #workplaces_submit {
  height: 50px;
  width: 100%;
  line-height: 50px;
  background-color: #00a7e3;
  color: #fff;
  font-size: 24px;
  vertical-align: top;
  float: left;
  border: none;
  border-radius: 10px;
}
.post-type-archive-job .container #jobs_filter_form .wrap_reset, .page-template-template-jobs .container #jobs_filter_form .wrap_reset {
  margin: auto;
}
@media (min-width: 768px) {
  .post-type-archive-job .container #jobs_filter_form .wrap_reset, .page-template-template-jobs .container #jobs_filter_form .wrap_reset {
    text-align: left;
    margin-bottom: 3px;
  }
}
.post-type-archive-job .container #jobs_filter_form .wrap_reset .reset_filters_job, .page-template-template-jobs .container #jobs_filter_form .wrap_reset .reset_filters_job {
  font-size: 20px;
  border: none;
  background-color: inherit;
  text-decoration: underline;
  color: #00a7e3;
}
@media (max-width: 767px) {
  .post-type-archive-job .container #jobs_filter_form .wrap_reset .reset_filters_job, .page-template-template-jobs .container #jobs_filter_form .wrap_reset .reset_filters_job {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-job .container #jobs_filter_form .wrap_filters, .page-template-template-jobs .container #jobs_filter_form .wrap_filters {
    margin-right: 0;
  }
}
.post-type-archive-job .container .job_count_result, .page-template-template-jobs .container .job_count_result {
  font-size: 26px;
  margin: 30px 0;
}
.post-type-archive-job .container .job_item, .page-template-template-jobs .container .job_item {
  border: solid 2px #00a7e3;
  margin-bottom: 20px;
  padding: 30px;
}
@media (max-width: 767px) {
  .post-type-archive-job .container .job_item, .page-template-template-jobs .container .job_item {
    padding: 20px;
  }
}
.post-type-archive-job .container .job_item.hidden_by_filter, .page-template-template-jobs .container .job_item.hidden_by_filter {
  display: none;
}
.post-type-archive-job .container .job_item .job_header.jobs_open_btn, .page-template-template-jobs .container .job_item .job_header.jobs_open_btn {
  cursor: pointer;
}
.post-type-archive-job .container .job_item .job_header.jobs_open_btn .job_title.pink_dot, .page-template-template-jobs .container .job_item .job_header.jobs_open_btn .job_title.pink_dot {
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .post-type-archive-job .container .job_item .job_header.jobs_open_btn .job_title.pink_dot, .page-template-template-jobs .container .job_item .job_header.jobs_open_btn .job_title.pink_dot {
    font-size: 30px;
  }
}
.post-type-archive-job .container .job_item .job_header.jobs_open_btn .job_title.pink_dot:after, .page-template-template-jobs .container .job_item .job_header.jobs_open_btn .job_title.pink_dot:after {
  content: ".";
  color: #e2007a;
}
.post-type-archive-job .container .job_item .job_header.jobs_open_btn .share, .page-template-template-jobs .container .job_item .job_header.jobs_open_btn .share {
  margin-top: 0;
}
.post-type-archive-job .container .job_item .job_content, .page-template-template-jobs .container .job_item .job_content {
  display: none;
  margin-top: 30px;
}
.post-type-archive-job .container .job_item .job_content .job_description, .page-template-template-jobs .container .job_item .job_content .job_description {
  display: inline-block;
  overflow-wrap: break-word;
}
.post-type-archive-job .container .job_item .job_content .job_description h1, .post-type-archive-job .container .job_item .job_content .job_description h2, .post-type-archive-job .container .job_item .job_content .job_description h3, .post-type-archive-job .container .job_item .job_content .job_description h4, .post-type-archive-job .container .job_item .job_content .job_description p, .post-type-archive-job .container .job_item .job_content .job_description em, .page-template-template-jobs .container .job_item .job_content .job_description h1, .page-template-template-jobs .container .job_item .job_content .job_description h2, .page-template-template-jobs .container .job_item .job_content .job_description h3, .page-template-template-jobs .container .job_item .job_content .job_description h4, .page-template-template-jobs .container .job_item .job_content .job_description p, .page-template-template-jobs .container .job_item .job_content .job_description em {
  font-size: 20px;
  font-style: normal;
  font-family: assistant, sans-serif;
}
.post-type-archive-job .container .job_item .job_content .job_description strong, .page-template-template-jobs .container .job_item .job_content .job_description strong {
  color: #e2007a;
  font-size: 22px;
  font-weight: 800;
}
.post-type-archive-job .container .job_item .job_content .job_description[data-lang=en], .page-template-template-jobs .container .job_item .job_content .job_description[data-lang=en] {
  direction: ltr;
}
.post-type-archive-job .container .job_item .job_content .more_info, .page-template-template-jobs .container .job_item .job_content .more_info {
  display: inline-block;
}
@media (max-width: 767px) {
  .post-type-archive-job .container .job_item .job_content .more_info, .page-template-template-jobs .container .job_item .job_content .more_info {
    margin-bottom: 20px;
  }
}
.post-type-archive-job .container .job_item .job_content .more_info strong, .page-template-template-jobs .container .job_item .job_content .more_info strong {
  color: #e2007a;
  font-size: 22px;
  font-weight: 800;
}
.post-type-archive-job .container .job_item .job_content .more_info span, .page-template-template-jobs .container .job_item .job_content .more_info span {
  display: block;
}
.post-type-archive-job .container .job_item .job_content .more_info[data-lang=en], .page-template-template-jobs .container .job_item .job_content .more_info[data-lang=en] {
  direction: ltr;
}
.post-type-archive-job .container .job_item .direction_content, .page-template-template-jobs .container .job_item .direction_content {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .post-type-archive-job .container .job_item .direction_content, .page-template-template-jobs .container .job_item .direction_content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-job .container .job_item .direction_content, .page-template-template-jobs .container .job_item .direction_content {
    padding-bottom: 0;
  }
}
.post-type-archive-job .container .job_item:last-child, .page-template-template-jobs .container .job_item:last-child {
  margin-bottom: 50px;
}

.post-type-archive-job .job_item input, .single-job .job_item input, .page-template-template-jobs .job_item input {
  font-size: 20px;
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px solid black;
}
@media (max-width: 991px) {
  .post-type-archive-job .job_item input, .single-job .job_item input, .page-template-template-jobs .job_item input {
    width: 100%;
    margin-top: 14px;
  }
}
.post-type-archive-job .job_item input::placeholder, .single-job .job_item input::placeholder, .page-template-template-jobs .job_item input::placeholder {
  color: black;
}
.post-type-archive-job #job_form:not(.footer_job_form), .single-job #job_form:not(.footer_job_form), .page-template-template-jobs #job_form:not(.footer_job_form) {
  border-top: 1px solid black;
  padding-top: 55px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .post-type-archive-job #job_form:not(.footer_job_form), .single-job #job_form:not(.footer_job_form), .page-template-template-jobs #job_form:not(.footer_job_form) {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.post-type-archive-job #job_form:not(.footer_job_form) input::placeholder, .single-job #job_form:not(.footer_job_form) input::placeholder, .page-template-template-jobs #job_form:not(.footer_job_form) input::placeholder {
  color: black;
}
.post-type-archive-job #job_form:not(.footer_job_form) .form_field_wrap, .single-job #job_form:not(.footer_job_form) .form_field_wrap, .page-template-template-jobs #job_form:not(.footer_job_form) .form_field_wrap {
  position: relative;
}
.post-type-archive-job #job_form:not(.footer_job_form) label.error, .single-job #job_form:not(.footer_job_form) label.error, .page-template-template-jobs #job_form:not(.footer_job_form) label.error {
  display: block;
  font-size: 16px;
  color: red;
  position: absolute;
  line-height: 1;
}
@media (max-width: 991px) {
  .post-type-archive-job #job_form:not(.footer_job_form) label.error, .single-job #job_form:not(.footer_job_form) label.error, .page-template-template-jobs #job_form:not(.footer_job_form) label.error {
    font-size: 14px;
  }
}
.post-type-archive-job #job_form:not(.footer_job_form) .jobs_btn_wrap, .single-job #job_form:not(.footer_job_form) .jobs_btn_wrap, .page-template-template-jobs #job_form:not(.footer_job_form) .jobs_btn_wrap {
  text-align: center;
  display: inline-block;
}
.post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload, .single-job #job_form:not(.footer_job_form) .wrap_upload, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload {
  display: inline-block;
  position: relative;
}
.post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload:after, .single-job #job_form:not(.footer_job_form) .wrap_upload:after, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../assets/icons/attachment_file.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload:after, .single-job #job_form:not(.footer_job_form) .wrap_upload:after, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload:after {
    top: 19px;
  }
}
.post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload svg, .single-job #job_form:not(.footer_job_form) .wrap_upload svg, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload svg {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload .label_upload, .single-job #job_form:not(.footer_job_form) .wrap_upload .label_upload, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload .label_upload {
  font-size: 20px;
  border-bottom: 1px solid black;
  padding: 5px;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  padding-left: 19px;
}
@media (max-width: 991px) {
  .post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload .label_upload, .single-job #job_form:not(.footer_job_form) .wrap_upload .label_upload, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload .label_upload {
    width: 100%;
    padding: 12px 4px 4px 19px;
  }
}
.post-type-archive-job #job_form:not(.footer_job_form) .wrap_upload .input_attachment_file, .single-job #job_form:not(.footer_job_form) .wrap_upload .input_attachment_file, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_upload .input_attachment_file {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
}
.post-type-archive-job #job_form:not(.footer_job_form) .wrap_contact_form_submit, .single-job #job_form:not(.footer_job_form) .wrap_contact_form_submit, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_contact_form_submit {
  text-align: right;
}
@media (max-width: 991px) {
  .post-type-archive-job #job_form:not(.footer_job_form) .wrap_contact_form_submit, .single-job #job_form:not(.footer_job_form) .wrap_contact_form_submit, .page-template-template-jobs #job_form:not(.footer_job_form) .wrap_contact_form_submit {
    text-align: center;
  }
}
.post-type-archive-job #job_form:not(.footer_job_form) #contact_form_submit, .single-job #job_form:not(.footer_job_form) #contact_form_submit, .page-template-template-jobs #job_form:not(.footer_job_form) #contact_form_submit {
  width: 130px;
  padding: 9px 40px;
  display: inline-block;
  border: none;
  background-color: #00a7e3;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .post-type-archive-job #job_form:not(.footer_job_form) #contact_form_submit, .single-job #job_form:not(.footer_job_form) #contact_form_submit, .page-template-template-jobs #job_form:not(.footer_job_form) #contact_form_submit {
    width: 40%;
    margin: 22px auto 0;
  }
}
.post-type-archive-job #job_form:not(.footer_job_form) #contact_form_submit:disabled, .single-job #job_form:not(.footer_job_form) #contact_form_submit:disabled, .page-template-template-jobs #job_form:not(.footer_job_form) #contact_form_submit:disabled {
  opacity: 0.5;
}
.post-type-archive-job .direction_content[data-lang=en], .single-job .direction_content[data-lang=en], .page-template-template-jobs .direction_content[data-lang=en] {
  direction: ltr;
}
.post-type-archive-job .direction_content[data-lang=en] .job_description p, .single-job .direction_content[data-lang=en] .job_description p, .page-template-template-jobs .direction_content[data-lang=en] .job_description p {
  text-align: left;
  direction: ltr;
}

.single-job #job_form {
  border-top: none;
  padding-top: 0;
  margin-bottom: 80px;
}

.post[data-lang=en] {
  direction: ltr;
}
.post[data-lang=en] .share {
  margin-top: 0;
}
.post[data-lang=en] .bubble_share_button:after {
  padding-right: 0;
  position: initial;
}
.post[data-lang=en] a.link_bubble_share.linkedin_link {
  text-decoration: none;
  margin-right: 0;
}
.post[data-lang=en] a.link_bubble_share.linkedin_link:after {
  position: initial;
}
.post[data-lang=en] a.link_bubble_share.facebook_link {
  text-decoration: none;
  margin-right: 0;
}
.post[data-lang=en] a.link_bubble_share.facebook_link:after {
  position: initial;
}
.post[data-lang=en] a.link_bubble_share.whatsapp_link {
  text-decoration: none;
  margin-right: 0;
}
.post[data-lang=en] a.link_bubble_share.whatsapp_link:after {
  position: initial;
}
.post[data-lang=en] .a.link_bubble_share {
  text-decoration: none;
  margin-right: 0;
}
.post[data-lang=en] .a.link_bubble_share:after {
  position: initial;
}

.single_order_page.job_item {
  border: none !important;
  padding: 0 !important;
}
.single_order_page .post[data-lang=en] {
  direction: rtl;
}
.single_order_page .post[data-lang=en] p {
  text-align: left;
  direction: ltr;
}
.single_order_page strong {
  color: #e2007a;
  font-size: 22px;
  font-weight: 800;
}

.page-template-template-form .breadcrumbs_wrap {
  background-color: #000000;
}
.page-template-template-form #site_main {
  position: relative;
  background-color: #000000;
}
.page-template-template-form h1 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 1.6px;
  min-width: 330px;
}
@media (max-width: 1199px) {
  .page-template-template-form h1 {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .page-template-template-form h1 {
    font-size: 54px;
  }
}
.page-template-template-form .side_menu_form a {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  .page-template-template-form .side_menu_form a {
    font-size: 20px;
  }
}
.page-template-template-form .side_menu_form div > a.pink_link {
  color: #e2007a !important;
  font-weight: 800;
}
.page-template-template-form .details_title {
  margin: 30px 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.48px;
}
@media (max-width: 991px) {
  .page-template-template-form .details_title {
    font-size: 20px;
  }
}
.page-template-template-form .wrap_details_title {
  font-size: 20px;
}
@media (max-width: 991px) {
  .page-template-template-form .wrap_details_title {
    font-size: 18px;
  }
}
.page-template-template-form #gform_1, .page-template-template-form #gform_3 {
  padding: 50px 0 110px;
}
.page-template-template-form #gform_1 wrap_select-styled input:not(.gform_button), .page-template-template-form #gform_3 wrap_select-styled input:not(.gform_button) {
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid white;
  background-color: #111111;
  color: white;
  margin: 6px 0px 10px 0;
  padding: 0 0 20px 0;
}
.page-template-template-form #gform_1 .gform_button[type=submit], .page-template-template-form #gform_3 .gform_button[type=submit] {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-top: 35px;
}
.page-template-template-form #gform_1 .gform_footer, .page-template-template-form #gform_3 .gform_footer {
  margin: 0;
  padding: 0;
}
.page-template-template-form #gform_1 .select, .page-template-template-form #gform_3 .select {
  width: 100%;
  margin-bottom: 50px;
}
.page-template-template-form #gform_1 #input_1_10, .page-template-template-form #gform_3 #input_1_10 {
  display: none;
}
.page-template-template-form #gform_1 .vec, .page-template-template-form #gform_3 .vec {
  bottom: 31px;
}
.page-template-template-form #gform_1 .select-styled, .page-template-template-form #gform_3 .select-styled {
  padding: 0 0 20px 0;
}
.page-template-template-form #gform_1 input::placeholder, .page-template-template-form #gform_1 textarea::placeholder, .page-template-template-form #gform_3 input::placeholder, .page-template-template-form #gform_3 textarea::placeholder {
  color: #ffffff;
}
.page-template-template-form #field_3_13 label.gfield_label {
  font-size: 20px;
  font-weight: normal;
}
.page-template-template-form #field_3_13 .gfield_description {
  padding: 0;
}
.page-template-template-form .gfield:not(#field_3_13) > label.gfield_label {
  display: none !important;
}
.page-template-template-form .left_side_area {
  position: absolute;
  left: 0;
  top: -239px;
  width: 31%;
  padding: 0;
  overflow: hidden;
  height: calc(100% + 239px);
}
.page-template-template-form .left_side_area img {
  padding-bottom: 40px;
  object-fit: contain;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .page-template-template-form .left_side_area img {
    width: 25%;
    margin: 20px 0 20px 20px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .page-template-template-form .left_side_area {
    display: none;
  }
}
@media (min-width: 1199px) {
  .page-template-template-form .right_side_area {
    margin-left: 7%;
  }
}

.page-template-template-form header#page_header, .page-template-template-sms-code header#page_header {
  background-color: #000000;
  height: 133px;
}
@media (max-width: 991px) {
  .page-template-template-form header#page_header, .page-template-template-sms-code header#page_header {
    height: 58px;
  }
}
.page-template-template-form #breadcrumbs, .page-template-template-sms-code #breadcrumbs {
  display: none;
}
@media (min-width: 991px) {
  .page-template-template-form #breadcrumbs, .page-template-template-sms-code #breadcrumbs {
    padding-top: 10px;
  }
}
.page-template-template-form #breadcrumbs span:not(.breadcrumb_last), .page-template-template-sms-code #breadcrumbs span:not(.breadcrumb_last) {
  color: #ffffff;
}
.page-template-template-form #breadcrumbs a, .page-template-template-sms-code #breadcrumbs a {
  color: #ffffff;
}
.page-template-template-form .form_page, .page-template-template-sms-code .form_page {
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-template-form .form_page .wrap_login #contact_form input, .page-template-template-form .form_page .wrap_login #contact_form textarea, .page-template-template-sms-code .form_page .wrap_login #contact_form input, .page-template-template-sms-code .form_page .wrap_login #contact_form textarea {
  background-color: unset !important;
}
.page-template-template-form .form_page, .page-template-template-form .sms-code-container, .page-template-template-sms-code .form_page, .page-template-template-sms-code .sms-code-container {
  padding-bottom: 70px;
  min-height: calc(100vh - 231px);
  /* CUSTOM RADIO AND CHECKBOX STYLES */
}
@media (max-width: 991px) {
  .page-template-template-form .form_page, .page-template-template-form .sms-code-container, .page-template-template-sms-code .form_page, .page-template-template-sms-code .sms-code-container {
    padding-bottom: 122px;
    min-height: calc(100vh - 156px);
  }
}
@media (max-width: 1199px) {
  .page-template-template-form .form_page, .page-template-template-form .sms-code-container, .page-template-template-sms-code .form_page, .page-template-template-sms-code .sms-code-container {
    position: relative;
  }
}
.page-template-template-form .form_page .ginput_container input.large, .page-template-template-form .sms-code-container .ginput_container input.large, .page-template-template-sms-code .form_page .ginput_container input.large, .page-template-template-sms-code .sms-code-container .ginput_container input.large {
  box-sizing: border-box;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid white;
  color: #FFFFFF;
  background-color: #111111;
  margin: 30px 0px 10px 0 !important;
  padding: 0 0 20px 0 !important;
}
.page-template-template-form .form_page legend.gfield_label, .page-template-template-form .sms-code-container legend.gfield_label, .page-template-template-sms-code .form_page legend.gfield_label, .page-template-template-sms-code .sms-code-container legend.gfield_label {
  margin-bottom: 18px !important;
}
.page-template-template-form .form_page .gfield_radio, .page-template-template-form .sms-code-container .gfield_radio, .page-template-template-sms-code .form_page .gfield_radio, .page-template-template-sms-code .sms-code-container .gfield_radio {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .page-template-template-form .form_page .gfield_radio, .page-template-template-form .sms-code-container .gfield_radio, .page-template-template-sms-code .form_page .gfield_radio, .page-template-template-sms-code .sms-code-container .gfield_radio {
    display: block;
  }
}
.page-template-template-form .form_page .gfield_radio .gchoice, .page-template-template-form .sms-code-container .gfield_radio .gchoice, .page-template-template-sms-code .form_page .gfield_radio .gchoice, .page-template-template-sms-code .sms-code-container .gfield_radio .gchoice {
  margin-left: 50px;
}
.page-template-template-form .form_page .gfield_radio .gchoice:last-child, .page-template-template-form .sms-code-container .gfield_radio .gchoice:last-child, .page-template-template-sms-code .form_page .gfield_radio .gchoice:last-child, .page-template-template-sms-code .sms-code-container .gfield_radio .gchoice:last-child {
  margin-left: 0;
}
@media (max-width: 1399px) {
  .page-template-template-form .form_page .gfield_radio .gchoice, .page-template-template-form .sms-code-container .gfield_radio .gchoice, .page-template-template-sms-code .form_page .gfield_radio .gchoice, .page-template-template-sms-code .sms-code-container .gfield_radio .gchoice {
    width: 100%;
  }
}
.page-template-template-form .form_page .gfield_radio label, .page-template-template-form .sms-code-container .gfield_radio label, .page-template-template-sms-code .form_page .gfield_radio label, .page-template-template-sms-code .sms-code-container .gfield_radio label {
  font-size: 20px !important;
  display: inline-block !important;
  max-width: 550px !important;
}
.page-template-template-form .form_page .gfield_radio input[type=text], .page-template-template-form .sms-code-container .gfield_radio input[type=text], .page-template-template-sms-code .form_page .gfield_radio input[type=text], .page-template-template-sms-code .sms-code-container .gfield_radio input[type=text] {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px !important;
}
.page-template-template-form .form_page .ginput_container_radio, .page-template-template-form .sms-code-container .ginput_container_radio, .page-template-template-sms-code .form_page .ginput_container_radio, .page-template-template-sms-code .sms-code-container .ginput_container_radio {
  min-height: 40px;
  position: relative;
}
@media (max-width: 1399px) {
  .page-template-template-form .form_page .ginput_container_radio, .page-template-template-form .sms-code-container .ginput_container_radio, .page-template-template-sms-code .form_page .ginput_container_radio, .page-template-template-sms-code .sms-code-container .ginput_container_radio {
    min-height: 145px;
  }
}
.page-template-template-form .form_page #field_1_10, .page-template-template-form .sms-code-container #field_1_10, .page-template-template-sms-code .form_page #field_1_10, .page-template-template-sms-code .sms-code-container #field_1_10 {
  height: 67px;
}
.page-template-template-form .form_page legend.gfield_label, .page-template-template-form .sms-code-container legend.gfield_label, .page-template-template-sms-code .form_page legend.gfield_label, .page-template-template-sms-code .sms-code-container legend.gfield_label {
  font-size: 20px !important;
  font-weight: normal !important;
}
.page-template-template-form .form_page input[type=radio], .page-template-template-form .sms-code-container input[type=radio], .page-template-template-sms-code .form_page input[type=radio], .page-template-template-sms-code .sms-code-container input[type=radio] {
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}
.page-template-template-form .form_page input[type=radio] + label:before, .page-template-template-form .sms-code-container input[type=radio] + label:before, .page-template-template-sms-code .form_page input[type=radio] + label:before, .page-template-template-sms-code .sms-code-container input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  border: solid 1px #fff;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}
.page-template-template-form .form_page input[type=radio]:checked + label:before, .page-template-template-form .sms-code-container input[type=radio]:checked + label:before, .page-template-template-sms-code .form_page input[type=radio]:checked + label:before, .page-template-template-sms-code .sms-code-container input[type=radio]:checked + label:before {
  background: #00a7e3;
}
.page-template-template-form .form_page input[type=radio] + label:before, .page-template-template-form .sms-code-container input[type=radio] + label:before, .page-template-template-sms-code .form_page input[type=radio] + label:before, .page-template-template-sms-code .sms-code-container input[type=radio] + label:before {
  border-radius: 50%;
}
.page-template-template-form .form_page .gfield_required, .page-template-template-form .sms-code-container .gfield_required, .page-template-template-sms-code .form_page .gfield_required, .page-template-template-sms-code .sms-code-container .gfield_required {
  display: none !important;
}
.page-template-template-form .form_page .gform_wrapper .gfield_error legend, .page-template-template-form .form_page .gfield_error label, .page-template-template-form .sms-code-container .gform_wrapper .gfield_error legend, .page-template-template-form .sms-code-container .gfield_error label, .page-template-template-sms-code .form_page .gform_wrapper .gfield_error legend, .page-template-template-sms-code .form_page .gfield_error label, .page-template-template-sms-code .sms-code-container .gform_wrapper .gfield_error legend, .page-template-template-sms-code .sms-code-container .gfield_error label {
  color: #ffffff !important;
}
.page-template-template-form .form_page .gform_wrapper .gfield_validation_message, .page-template-template-form .form_page .gform_wrapper .validation_message, .page-template-template-form .sms-code-container .gform_wrapper .gfield_validation_message, .page-template-template-form .sms-code-container .gform_wrapper .validation_message, .page-template-template-sms-code .form_page .gform_wrapper .gfield_validation_message, .page-template-template-sms-code .form_page .gform_wrapper .validation_message, .page-template-template-sms-code .sms-code-container .gform_wrapper .gfield_validation_message, .page-template-template-sms-code .sms-code-container .gform_wrapper .validation_message {
  border: none;
  margin-top: -9px !important;
  padding: 0 !important;
  color: #ffffff;
  font-size: 14px;
  background-color: #111;
}
.page-template-template-form .form_page #contact_form, .page-template-template-form .sms-code-container #contact_form, .page-template-template-sms-code .form_page #contact_form, .page-template-template-sms-code .sms-code-container #contact_form {
  width: 100%;
  padding-top: 50px;
}
.page-template-template-form .form_page #contact_form .form_field_wrap, .page-template-template-form .sms-code-container #contact_form .form_field_wrap, .page-template-template-sms-code .form_page #contact_form .form_field_wrap, .page-template-template-sms-code .sms-code-container #contact_form .form_field_wrap {
  display: block;
}
.page-template-template-form .form_page #contact_form .form_field_wrap label.error, .page-template-template-form .sms-code-container #contact_form .form_field_wrap label.error, .page-template-template-sms-code .form_page #contact_form .form_field_wrap label.error, .page-template-template-sms-code .sms-code-container #contact_form .form_field_wrap label.error {
  bottom: -10px;
}
.page-template-template-form .form_page #contact_form input, .page-template-template-form .form_page #contact_form textarea, .page-template-template-form .sms-code-container #contact_form input, .page-template-template-form .sms-code-container #contact_form textarea, .page-template-template-sms-code .form_page #contact_form input, .page-template-template-sms-code .form_page #contact_form textarea, .page-template-template-sms-code .sms-code-container #contact_form input, .page-template-template-sms-code .sms-code-container #contact_form textarea {
  width: 100%;
  margin: 30px 0px 10px 0;
  padding: 0 0 20px 0;
}
.page-template-template-form .form_page #contact_form .select, .page-template-template-form .sms-code-container #contact_form .select, .page-template-template-sms-code .form_page #contact_form .select, .page-template-template-sms-code .sms-code-container #contact_form .select {
  position: relative;
  width: 100%;
  margin: 30px 0px 0px 0;
  padding: 0 0 20px 0;
}
.page-template-template-form .form_page #contact_form #contact_form_submit:not(.know_more_link), .page-template-template-form .sms-code-container #contact_form #contact_form_submit:not(.know_more_link), .page-template-template-sms-code .form_page #contact_form #contact_form_submit:not(.know_more_link), .page-template-template-sms-code .sms-code-container #contact_form #contact_form_submit:not(.know_more_link) {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .page-template-template-form .form_page #contact_form #contact_form_submit:not(.know_more_link), .page-template-template-form .sms-code-container #contact_form #contact_form_submit:not(.know_more_link), .page-template-template-sms-code .form_page #contact_form #contact_form_submit:not(.know_more_link), .page-template-template-sms-code .sms-code-container #contact_form #contact_form_submit:not(.know_more_link) {
    margin-bottom: 0px;
  }
}
.page-template-template-form .form_page #contact_form .select-styled .vec, .page-template-template-form .sms-code-container #contact_form .select-styled .vec, .page-template-template-sms-code .form_page #contact_form .select-styled .vec, .page-template-template-sms-code .sms-code-container #contact_form .select-styled .vec {
  bottom: 34px;
}

.wrap_login {
  justify-content: center;
}

.wrap_forms #contact_form_submit:not(.know_more_link) {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 21px;
}
.wrap_forms .general_style_forms:not(.disabledForm) #contact_form_submit, .wrap_forms .real_form #contact_form_submit {
  position: relative;
}
.wrap_forms .general_style_forms:not(.disabledForm) #contact_form_submit.know_more_link, .wrap_forms .real_form #contact_form_submit.know_more_link {
  width: fit-content;
}
.wrap_forms .general_style_forms:not(.disabledForm) #contact_form_submit.know_more_link:disabled:after, .wrap_forms .real_form #contact_form_submit.know_more_link:disabled:after {
  content: none;
}
.wrap_forms .general_style_forms:not(.disabledForm) #contact_form_submit.know_more_link:disabled:before, .wrap_forms .real_form #contact_form_submit.know_more_link:disabled:before {
  top: 20%;
  left: -18px;
  border-right-color: #E2007A;
}
.wrap_forms .general_style_forms:not(.disabledForm) #contact_form_submit:disabled:before, .wrap_forms .real_form #contact_form_submit:disabled:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #dbdcef;
  border-right-color: #ffffff;
  animation: spinner-d3wgkg 1s infinite linear;
  display: block;
  left: 10px;
  top: 30%;
  position: absolute;
  opacity: 1;
}
.wrap_forms #contact_form {
  padding-top: inherit;
}
.wrap_forms #gform_3 {
  padding-top: inherit;
}
.wrap_forms .wrap_upload {
  position: relative;
}
.wrap_forms .wrap_upload:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: block;
  background-image: url(../assets/icons/upload_file_pink.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .wrap_forms .wrap_upload:after {
    top: 19px;
  }
}
.wrap_forms .wrap_upload .input_attachment_file {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.wrap_forms .wrap_upload .label_upload {
  font-size: 20px;
  border-bottom: 1px solid white;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin: 30px 0px 10px;
  padding: 0 0 20px;
}
.wrap_forms #job_form input {
  background-color: inherit;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  margin: 30px 0px 10px;
  padding: 0 0 20px;
  color: white;
}
.wrap_forms #job_form .form_field_wrap {
  position: relative;
}
.wrap_forms #job_form label.error {
  font-size: 14px;
  position: absolute;
  bottom: -23px;
  right: 0px;
}
.wrap_forms #job_form .wrap_upload label.error {
  bottom: -23px;
}
.wrap_forms .select_forms_wrap select {
  background-color: #111;
  color: #ffffff;
  border: none;
  width: 100%;
  border-bottom: 1px solid white;
  cursor: pointer;
}
.wrap_forms .select_forms_wrap {
  margin: 30px 0px 10px;
}
.wrap_forms #error_select_forms {
  display: none;
}
.wrap_forms .gfield--type-radio {
  margin-top: 15px !important;
}

.gform_anchor {
  display: none;
}

a {
  text-decoration: none;
}

.page-template-template-realcommerce .tabs, .page-template-template-list_page .tabs {
  border-bottom: 2px solid #FFFFFF;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce .tabs .slick-next, .page-template-template-list_page .tabs .slick-next {
    left: -12px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce .tabs .slick-prev, .page-template-template-realcommerce .tabs .slick-next, .page-template-template-list_page .tabs .slick-prev, .page-template-template-list_page .tabs .slick-next {
    z-index: 10;
  }
  .page-template-template-realcommerce .tabs .slick-prev:before, .page-template-template-realcommerce .tabs .slick-next:before, .page-template-template-list_page .tabs .slick-prev:before, .page-template-template-list_page .tabs .slick-next:before {
    color: #00a7e3;
  }
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce .tabs .slick-prev, .page-template-template-list_page .tabs .slick-prev {
    right: -12px;
  }
}
@media (min-width: 767px) {
  .page-template-template-realcommerce .tabs, .page-template-template-list_page .tabs {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
  }
}
.page-template-template-realcommerce .tabs .tab_panel, .page-template-template-list_page .tabs .tab_panel {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  height: 56px;
  width: 314px;
  justify-content: center;
  padding: 0 48px;
}
.page-template-template-realcommerce .tabs .tab_panel.active, .page-template-template-list_page .tabs .tab_panel.active {
  background-color: rgb(226, 0, 122);
  color: #FFFFFF;
}
.page-template-template-realcommerce .tabs .subject_li, .page-template-template-list_page .tabs .subject_li {
  text-align: right;
}
.page-template-template-realcommerce .tab_content, .page-template-template-list_page .tab_content {
  margin-bottom: 40px;
}
.page-template-template-realcommerce .tab_content_panel, .page-template-template-list_page .tab_content_panel {
  display: none;
}
.page-template-template-realcommerce .tab_content_panel.active, .page-template-template-list_page .tab_content_panel.active {
  direction: rtl;
  padding: 56px 0px;
  display: flex;
}
@media (min-width: 767px) {
  .page-template-template-realcommerce .tab_content_panel.active, .page-template-template-list_page .tab_content_panel.active {
    --bs-gutter-x: 40px;
  }
}

.page-template-template-realcommerce {
  --space_72: 72px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce {
    --space_72: 40px ;
    padding-top: var(--space_72);
  }
}
.page-template-template-realcommerce .title_20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .title_20 {
    font-size: 16px;
  }
}
.page-template-template-realcommerce .know_more {
  direction: rtl;
  text-align: center;
}
.page-template-template-realcommerce .know_more .know_more_txt, .page-template-template-realcommerce .know_more .know_more_txt * {
  margin-bottom: 0;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}
.page-template-template-realcommerce .know_more_link {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-flex;
  gap: 8px;
  color: rgb(226, 0, 122);
  font-size: 20px;
}
.page-template-template-realcommerce .know_more_link:after {
  display: inline-flex;
  content: "\e902";
  color: #e2007a;
  font-family: icomoon;
  rotate: 180deg;
  transform: rotate(360deg);
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .know_more_link {
    font-size: 16px;
  }
}
.page-template-template-realcommerce .text_48 {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .text_48 {
    font-size: 24px;
    line-height: 150%;
  }
}
.page-template-template-realcommerce .text_32 {
  font-size: 32px;
  line-height: 150%;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .text_32 {
    font-size: 20px;
    line-height: 150%;
  }
}
.page-template-template-realcommerce #page_header {
  background: #000000;
  color: #ffffff;
}
.page-template-template-realcommerce .site-main {
  direction: ltr;
  background: #000000;
  color: #ffffff;
}
.page-template-template-realcommerce .site-main h2, .page-template-template-realcommerce .site-main p {
  text-align: right;
  direction: rtl;
}
.page-template-template-realcommerce .site-main .about_us_floor {
  direction: rtl;
  text-align: center;
  padding: var(--space_72) 0 175px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .site-main .about_us_floor {
    padding-bottom: 30px;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .site-main .about_us_floor .location {
    margin-bottom: 20px;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .location::before {
  content: "";
  background-image: url("../assets/icons/real_icons/my_location.png");
  width: 24px;
  height: 24px;
  display: inline-flex;
}
.page-template-template-realcommerce .site-main .about_us_floor .title1 {
  font-size: 64px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .site-main .about_us_floor .title1 {
    font-size: 30px;
    line-height: 150%;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .title2 {
  font-size: 160px;
  font-weight: 800;
  line-height: 110px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .site-main .about_us_floor .title2 {
    font-size: 40px;
    line-height: 150%;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .site-main .about_us_floor .title2 {
    font-size: 80px;
    line-height: 150%;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .title3 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: var(--space_72);
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .site-main .about_us_floor .title3 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .corner_icons {
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .site-main .about_us_floor .corner_icons {
    display: none;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .social-links {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.page-template-template-realcommerce .site-main .about_us_floor .social-links a {
  display: block;
  background: #E2007A;
  padding: 32px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .site-main .about_us_floor .social-links a {
    padding: 3px;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  height: 64px;
  background-color: #363636;
  padding-left: 0;
  border-radius: 10px;
  position: fixed;
  bottom: 109px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .site-main .about_us_floor .float-menu {
    display: none;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu.scroll {
  background-color: rgba(54, 54, 54, 0.5);
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu:before {
  content: " ";
  display: inline-flex;
  height: 100%;
  width: 16px;
  border-radius: 4px 0px 0px 4px;
  background: #E2007A;
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu ul {
  height: 100%;
  display: inline-flex;
  padding-left: 0;
  margin-bottom: 0;
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu ul.activeFound li.pre_active {
  background-color: rgb(226, 0, 122);
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu ul li {
  display: inline-flex;
  align-items: center;
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu ul li.active {
  background: linear-gradient(to right, rgb(226, 0, 122) 50%, transparent 50%);
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu ul li.active a {
  font-weight: 800;
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu ul li a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 32px;
  z-index: 99999;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .site-main .about_us_floor .float-menu ul li a {
    padding: 2px;
    font-size: 14px;
  }
}
.page-template-template-realcommerce .site-main .about_us_floor .float-menu .menu {
  display: inline-block;
  padding: 0px 32px;
  border-left: 3px solid #FFFFFF;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .site-main .about_us_floor .float-menu .menu {
    padding: 0px 12px;
  }
}
.page-template-template-realcommerce .container-fluid.scroll_header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)) !important;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.page-template-template-realcommerce .introduction_floor {
  direction: rtl;
  background-color: #00a7e3;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .introduction_floor {
    padding: 20px 0;
  }
}
.page-template-template-realcommerce .introduction_floor .text_place {
  text-transform: uppercase;
  padding: 180px 0;
  color: initial;
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 62.78px;
  text-align: right;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .introduction_floor .text_place {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .introduction_floor .text_place {
    font-size: 24px;
    line-height: 150%;
    padding: 0;
  }
}
.page-template-template-realcommerce .introduction_floor .images_place {
  position: relative;
  width: 427px;
  height: 612px;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .introduction_floor .images_place {
    display: none;
  }
}
.page-template-template-realcommerce .introduction_floor .images_place img {
  width: 400px;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  position: absolute;
  object-fit: contain;
}
.page-template-template-realcommerce .introduction_floor .images_place img:not(.above_img) {
  top: 50px;
  left: 0;
}
.page-template-template-realcommerce .introduction_floor .images_place img.above_img {
  top: 75px;
  right: 55px;
}
.page-template-template-realcommerce .numbers_floor {
  direction: rtl;
  padding: 180px 0;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .numbers_floor {
    padding: 60px 0;
  }
}
.page-template-template-realcommerce .numbers_floor .single_number_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .numbers_floor .num_wrap {
    --bs-gutter-y: 30px;
  }
}
.page-template-template-realcommerce .numbers_floor .num_wrap #number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.page-template-template-realcommerce .numbers_floor .num_wrap #number:after {
  content: " ";
  background: url("../assets/icons/real_icons/plus.svg") no-repeat center;
  background-size: cover;
  display: inline-flex;
  width: 40px;
  height: 40px;
}
.page-template-template-realcommerce .numbers_floor .num_wrap div:first-child {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
}
.page-template-template-realcommerce .numbers_floor .num_wrap div:last-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
.page-template-template-realcommerce .moving_text_floor {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media (min-width: 991px) {
  .page-template-template-realcommerce .moving_text_floor {
    height: 74px;
  }
}
.page-template-template-realcommerce .moving_text_floor .text {
  display: inline-block;
  animation: moveText 20s linear infinite;
  color: #000000;
  font-size: 32px;
  font-weight: 800;
  line-height: 41.86px;
  text-align: right;
}
.page-template-template-realcommerce .company_structure_floor {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  gap: var(--space_72);
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .company_structure_floor {
    padding: 60px 0;
  }
}
.page-template-template-realcommerce .floor_title {
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 80px;
  margin-bottom: var(--space_72);
}
@media (min-width: 991px) {
  .page-template-template-realcommerce .floor_title {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .floor_title {
    font-size: 50px;
  }
}
.page-template-template-realcommerce .company_structure_container {
  margin-bottom: var(--space_72);
  padding-left: 18px;
}
.page-template-template-realcommerce .company_structure_container, .page-template-template-realcommerce .company_structure_container * {
  direction: ltr;
}
.page-template-template-realcommerce .company_structure_container .know_more, .page-template-template-realcommerce .company_structure_container .floor_title {
  direction: rtl;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .company_structure_container {
    padding-left: 5px;
  }
}
.page-template-template-realcommerce .company_structure_container:before {
  content: " ";
  background-image: url("../assets/icons/real_icons/numbers_border.svg");
  display: inline-flex;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-realcommerce .company_structure_container .company_title {
  font-family: Source Code Pro;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  margin-bottom: 8px;
}
.page-template-template-realcommerce .company_structure_container .company_leve_0 {
  padding-left: 100px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .company_structure_container .company_leve_0 {
    padding-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .company_structure_container .company_leve_0 {
    padding-left: 30px;
    line-height: 150%;
  }
}
.page-template-template-realcommerce .company_structure_container .company_leve_1, .page-template-template-realcommerce .company_structure_container .company_leve_2 {
  width: 100%;
  padding-left: 88px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .company_structure_container .company_leve_1, .page-template-template-realcommerce .company_structure_container .company_leve_2 {
    padding-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .company_structure_container .company_leve_1, .page-template-template-realcommerce .company_structure_container .company_leve_2 {
    padding-left: 30px;
    line-height: 150%;
  }
}
.page-template-template-realcommerce .company_structure_container .company_leve_2 {
  padding-bottom: 8px;
}
.page-template-template-realcommerce .company_structure_container .company_content {
  font-family: Source Code Pro;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  color: #FFFFFF;
  padding-left: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.page-template-template-realcommerce .company_structure_container .company_content strong {
  font-weight: 900;
}
.page-template-template-realcommerce .text_shadow {
  text-shadow: rgb(226, 0, 122) 3px -3px 0.2px, rgb(0, 167, 227) -5px 0px 0.2px;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .text_shadow {
    text-shadow: rgb(226, 0, 122) 3px -1px 0.2px, rgb(0, 167, 227) -2px 0px 0.2px;
  }
}
.page-template-template-realcommerce .company_cubes {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .company_cubes {
    display: none;
  }
}
.page-template-template-realcommerce .company-cube {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.page-template-template-realcommerce .company-cube .company-name {
  font-family: inherit;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
  background-color: rgb(31, 31, 31);
  padding: 16px 24px 16px 24px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .company-cube .company-name {
    font-size: 16px;
  }
}
.page-template-template-realcommerce .company-cube#company_realcommerce {
  border: 2px solid rgb(226, 0, 122);
}
.page-template-template-realcommerce .company-cube#company_realcommerce:before {
  position: absolute;
  right: 100%;
  content: " ";
  display: inline-flex;
  width: 200px;
  background: linear-gradient(to left, rgb(226, 0, 122), transparent);
  height: 2px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .company-cube#company_realcommerce:before {
    width: 80px;
  }
}
.page-template-template-realcommerce .company-cube#company_daat {
  border: 2px solid rgb(178, 199, 44);
}
.page-template-template-realcommerce .company-cube#company_daat:before {
  position: absolute;
  right: 100%;
  content: " ";
  display: inline-flex;
  width: 200px;
  background: linear-gradient(to left, rgb(178, 199, 44), transparent);
  height: 2px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .company-cube#company_daat:before {
    width: 80px;
  }
}
.page-template-template-realcommerce .company-cube#company_uniqui {
  border: 2px solid rgb(252, 117, 27);
}
.page-template-template-realcommerce .company-cube#company_uniqui:before {
  position: absolute;
  right: 100%;
  content: " ";
  display: inline-flex;
  width: 200px;
  background: linear-gradient(to left, rgb(252, 117, 27), transparent);
  height: 2px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-realcommerce .company-cube#company_uniqui:before {
    width: 80px;
  }
}
.page-template-template-realcommerce .lang_wrap {
  margin-bottom: 40px;
  gap: 16px;
  flex-wrap: wrap;
}
.page-template-template-realcommerce .lang_wrap .lang {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.93px;
  background-color: rgb(0, 167, 227);
  padding: 0px 8px;
  color: black;
  height: 24px;
  display: flex;
  align-items: center;
}
.page-template-template-realcommerce .services_floor {
  direction: rtl;
  padding: 180px 0;
  background-color: rgb(31, 31, 31);
}
.page-template-template-realcommerce .services_floor .tab_content_panel.active {
  justify-content: space-between;
  row-gap: 20px;
}
.page-template-template-realcommerce .services_floor .tab_panel {
  color: #FFFFFF;
}
.page-template-template-realcommerce .services_floor .floor_title {
  margin: auto auto var(--space_72);
}
.page-template-template-realcommerce .services_floor .opening_sentence {
  font-weight: 800;
  text-align: right;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .services_floor {
    padding: 60px 0;
  }
}
.page-template-template-realcommerce .services_floor .text_side {
  direction: rtl;
}
.page-template-template-realcommerce .services_floor .img-side img {
  max-width: 100%;
}
.page-template-template-realcommerce .projects_floor {
  direction: rtl;
  padding: 180px 0;
}
.page-template-template-realcommerce .projects_floor .projects_wrap {
  margin-bottom: var(--space_72);
  --bs-gutter-y: 64px;
  --bs-gutter-x: 32px;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .projects_floor {
    padding: 60px 0;
  }
}
.page-template-template-realcommerce .projects_floor .single_project {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-template-realcommerce .projects_floor .single_project .text_32 {
  font-weight: 700;
}
.page-template-template-realcommerce .projects_floor .single_project .lang_wrap {
  margin-bottom: 0;
  gap: 8px;
}
.page-template-template-realcommerce .recommendation_floor {
  padding: 180px 0;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .recommendation_floor {
    padding: 60px 0;
  }
}
.page-template-template-realcommerce .recommendation_floor .floor_title {
  width: 100%;
}
.page-template-template-realcommerce .recommendation_floor .floor_title * {
  text-align: center;
  margin-bottom: 0;
}
.page-template-template-realcommerce .recommendation_floor .know_more .icon-south_east {
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  margin: var(--space_72) auto auto;
}
.page-template-template-realcommerce .recommendation_floor .know_more .icon-south_east:before {
  content: " ";
  background-image: url(../assets/icons/real_icons/south_east.svg);
  background-repeat: no-repeat;
  display: flex;
  background-size: auto;
  width: 100%;
  margin: auto;
  height: 100%;
  background-position: center;
}
.page-template-template-realcommerce .recommendation_floor .slick-slide > div {
  padding-bottom: 58px;
}
@media (min-width: 1199px) {
  .page-template-template-realcommerce .recommendation_floor .slick-slide > div {
    width: 844px;
    margin: auto;
  }
}
.page-template-template-realcommerce .recommendation_floor .single_recommend {
  direction: rtl;
  position: relative;
  padding: 40px;
  margin: auto;
  background: rgb(31, 31, 31);
  border: 2px solid rgb(226, 0, 122);
}
.page-template-template-realcommerce .recommendation_floor .single_recommend:before {
  content: "";
  background-image: url(../assets/icons/real_icons/quots.svg);
  width: 162px;
  height: 154.27px;
  display: block;
  position: absolute;
  bottom: -60px;
  left: -48px;
  background-size: cover;
  z-index: 999;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce .recommendation_floor .single_recommend:before {
    width: 92px;
    height: 88.27px;
    left: 14px;
    bottom: -37px;
  }
}
@media (max-width: 1399px) and (min-width: 991px) {
  .page-template-template-realcommerce .recommendation_floor .single_recommend:before {
    left: 6px;
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .page-template-template-realcommerce .recommendation_floor .single_recommend:before {
    width: 126px;
    height: 115px;
    bottom: -48px;
    left: -19px;
  }
}
.page-template-template-realcommerce .recommendation_floor .single_recommend .recommend_txt {
  margin-bottom: 40px;
  max-height: 250px;
  overflow: hidden;
}
.page-template-template-realcommerce .recommendation_floor .single_recommend .recommend_logo {
  max-width: 100%;
  max-height: 32px;
}
.page-template-template-realcommerce .recommendation_floor .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce .recommendation_floor .slick-next {
    margin-right: 100%;
    left: 0;
  }
}
.page-template-template-realcommerce .recommendation_floor .slick-next:before {
  content: "\e901";
  color: white;
  font-family: icomoon;
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce .recommendation_floor .slick-prev {
    margin-left: 100%;
    right: 0;
  }
}
.page-template-template-realcommerce .recommendation_floor .slick-prev:before {
  content: "\e900";
  color: #FFFFFF;
  font-family: icomoon;
}
.page-template-template-realcommerce .recommendation_floor .slick-prev,
.page-template-template-realcommerce .recommendation_floor .slick-next {
  top: 38%;
  transform: rotate(360deg);
  background: #000; /* Background color */
  border-radius: 50%; /* Make it round */
  border: 1px solid rgb(226, 0, 122);
  width: 64px; /* Width of the circle */
  height: 64px; /* Height of the circle */
  display: flex; /* Center the icon */
  align-items: center; /* Center the icon */
  justify-content: center; /* Center the icon */
  z-index: 1;
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce .recommendation_floor .slick-prev,
  .page-template-template-realcommerce .recommendation_floor .slick-next {
    transform: none;
    width: 24px; /* Width of the circle */
    height: 24px;
  }
}
.page-template-template-realcommerce .our_customers_floor {
  direction: rtl;
  padding: 180px 0;
  background: white;
}
.page-template-template-realcommerce .our_customers_floor .title_20.know_more_link {
  justify-content: center;
  display: flex;
  margin-bottom: 64px;
}
.page-template-template-realcommerce .our_customers_floor .title_20.know_more_link:after {
  content: none;
}
@media (max-width: 767px) {
  .page-template-template-realcommerce .our_customers_floor {
    padding: 60px 0;
  }
}
@media (min-width: 991px) {
  .page-template-template-realcommerce .our_customers_floor .wrap_company_img {
    width: 20%;
  }
}
.page-template-template-realcommerce .our_customers_floor .company_logo {
  padding-top: 57%;
  background-size: contain;
}
.page-template-template-realcommerce .our_customers_floor .logos_wrap {
  row-gap: 64px;
}
.page-template-template-realcommerce .our_customers_floor .logos_wrap h3 {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .page-template-template-realcommerce .our_customers_floor .logos_wrap {
    row-gap: 129px;
    --bs-gutter-x:129px;
    max-width: 1302px;
    margin: auto;
  }
}
.page-template-template-realcommerce footer {
  background-color: black;
}
.page-template-template-realcommerce footer #social_networks_header {
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.page-template-template-realcommerce footer .bottom_footer {
  width: 100%;
  align-items: center;
  padding: 24px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce footer .bottom_footer {
    row-gap: 20px;
  }
}
.page-template-template-realcommerce footer .bottom_footer #social_networks_header, .page-template-template-realcommerce footer .bottom_footer .details_wrap {
  padding: 0;
}
.page-template-template-realcommerce footer #facebook:after {
  content: unset;
}
.page-template-template-realcommerce footer .details_wrap {
  align-items: flex-start;
  justify-content: space-between;
}
.page-template-template-realcommerce footer .details_wrap .detail_item {
  justify-content: center;
  overflow-wrap: anywhere;
  max-width: 30%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .page-template-template-realcommerce footer .details_wrap .detail_item {
    font-size: 16px;
  }
}
.page-template-template-realcommerce footer .details_wrap .detail_item > div:first-child {
  text-transform: uppercase;
  color: rgb(0, 167, 227);
  font-weight: 800;
}
.page-template-template-realcommerce footer #map {
  box-shadow: -10px -9px 0px rgb(0, 167, 227);
}
@media (min-width: 991px) {
  .page-template-template-realcommerce footer #map {
    width: 41%;
    max-width: 622px;
    max-height: 607px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce footer #contact_form .req-input {
    margin-bottom: 0;
  }
}
.page-template-template-realcommerce footer #contact_form #talk {
  row-gap: 32px;
}
@media (min-width: 991px) {
  .page-template-template-realcommerce footer #contact_form {
    width: 50%;
  }
}
.page-template-template-realcommerce footer #contact_form #contact_form_submit {
  margin-right: auto;
  margin-bottom: 20px;
  border-style: none;
  background-color: unset;
}
.page-template-template-realcommerce footer #contact_form input {
  background-color: black;
  width: 100%;
  margin: 0;
}
.page-template-template-realcommerce footer .lets_talk {
  width: 100%;
}
.page-template-template-realcommerce footer .lets_talk .floor_title {
  width: 40%;
  margin-bottom: 32px;
}
.page-template-template-realcommerce footer .hp_wrap_forms {
  row-gap: 88px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .page-template-template-realcommerce footer .hp_wrap_forms {
    row-gap: 30px;
  }
}
.page-template-template-realcommerce footer .content-info_title {
  width: 100%;
}

@keyframes moveText {
  from {
    transform: translateX(0); /* Start position for the first loop */
  }
  to {
    transform: translateX(-50%); /* End position */
  }
}
html[lang=en-US] .page-template-template-realcommerce footer #map {
  box-shadow: 10px -9px 0px rgb(0, 167, 227) !important;
}

.succsess_msg {
  font-size: 24px;
  font-weight: 700;
  color: #00a7e3;
  letter-spacing: 0.02em;
  line-height: 50px;
}

#contact_form {
  width: 80%;
}
@media (max-width: 991px) {
  #contact_form {
    width: 100%;
  }
}
#contact_form input, #contact_form textarea {
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid white;
  background-color: #111111;
  color: white;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #contact_form input, #contact_form textarea {
    margin-bottom: 40px;
  }
}
#contact_form #reason_for_contact > option {
  background-color: #373737;
}
#contact_form select[placeholder], #contact_form [placeholder], #contact_form *[placeholder], #contact_form textarea::placeholder {
  color: white !important;
}
#contact_form select {
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid white;
  background-color: #111111;
  color: #757575;
  width: 20%;
  margin: 0px 0px 0px 4%;
}
@media (max-width: 767px) {
  #contact_form select {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#contact_form .form_field_wrap {
  display: inline;
  position: relative;
}
#contact_form .form_field_wrap label.error {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  bottom: 30px;
  direction: rtl;
  display: block;
}
@media (max-width: 767px) {
  #contact_form .form_field_wrap {
    display: block;
  }
}
#contact_form .req-input {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #contact_form .req-input {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#contact_form #contact_form_submit:not(.know_more_link) {
  display: block;
  width: 130px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background-color: #00a7e3;
  text-align: center;
  color: white;
  font-weight: 800;
  margin-top: -20px;
}
@media (max-width: 767px) {
  #contact_form #contact_form_submit:not(.know_more_link) {
    width: 61%;
    margin: 0;
    float: none;
    height: 55px;
  }
}
#contact_form.tender_form .select_forms_wrap select {
  color: white;
}
@media (min-width: 991px) {
  #contact_form.tender_form .select_forms_wrap {
    margin-bottom: 50px;
  }
}
#contact_form.tender_form #contact_form_submit {
  margin-top: 0;
}
#contact_form.tender_form #contact_form_submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

footer #menu-footer-menu {
  column-count: 5;
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  footer #menu-footer-menu {
    flex-direction: row;
    display: inline;
  }
}
footer #menu-footer-menu > li {
  width: 100%;
  display: block;
  vertical-align: top;
  height: auto;
  margin-bottom: 6px;
  column-count: 1;
}
@media (max-width: 767px) {
  footer #menu-footer-menu > li {
    width: 100%;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  footer #menu-footer-menu > li.menu-item-has-children > .access-h4 > a {
    position: relative;
    z-index: 9;
    width: 100%;
    line-height: 2;
  }
  footer #menu-footer-menu > li.menu-item-has-children > .access-h4 > a:after {
    content: "";
    display: block;
    margin: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #00a7e3;
    border-left: 2px solid #00a7e3;
    position: absolute;
    bottom: 0;
    top: 5px;
    right: -21px;
    transform: rotate(-135deg);
    z-index: -1;
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  footer #menu-footer-menu > li.menu-item-has-children.open > .access-h4 > a:after {
    transform: rotate(45deg);
    top: 10px;
  }
}
footer #menu-footer-menu > li > .access-h4 > a {
  font-weight: bold;
  line-height: 0;
  color: #00a7e3;
  text-decoration: none;
}
footer #menu-footer-menu > li ul.sub-menu {
  margin: 0 0 25px 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer #menu-footer-menu > li ul.sub-menu {
    display: none;
    margin: 0;
  }
  footer #menu-footer-menu > li ul.sub-menu.open {
    display: block;
  }
}
footer #menu-footer-menu > li .sub-menu > li {
  list-style-type: none;
}
footer #menu-footer-menu > li .sub-menu > li a {
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  display: block;
}
footer #menu-footer-menu > li .sub-menu > li a:hover {
  text-decoration: underline;
}
footer .lets_talk {
  padding: 89px 0;
  align-items: baseline;
}
@media (max-width: 767px) {
  footer .lets_talk {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .content-info_title {
  width: 20%;
}
@media (max-width: 991px) {
  footer .content-info_title {
    width: 100%;
  }
}
footer .content-info_title .lets_talk_title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.88px;
}
@media (max-width: 991px) {
  footer .content-info_title .lets_talk_title {
    padding-bottom: 50px;
  }
}
footer .footer_right_reserved {
  line-height: normal;
  position: relative;
  background-color: #0a0a0a;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  margin: 0;
  font-size: 14px;
}
footer .footer_right_reserved p {
  margin: 0;
}
footer .footer_right_reserved a {
  color: #00a7e3;
}
footer #top {
  position: absolute;
  direction: ltr;
  left: 50px;
}
@media (max-width: 767px) {
  footer #top {
    left: 17px;
    bottom: 4px;
  }
}
footer .menu-footer-menu-container {
  padding: 80px 0;
}
@media (max-width: 991px) {
  footer .menu-footer-menu-container {
    padding: 50px 0;
  }
}
footer .nav {
  padding-right: inherit;
}
footer .right_reserved {
  text-align: center;
}
footer .right_reserved a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer .wrap_butterfly_button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 5px 10px;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

.captcha_google_service {
  text-align: center;
  direction: ltr;
  background-color: #0a0a0a;
}

.hp_wrap_forms {
  display: flex;
  flex-wrap: wrap;
}
.hp_wrap_forms.wrap_forms .select_forms_wrap {
  margin: 0px 0px 50px 0;
  display: inline-block;
  width: 20%;
  position: relative;
}
@media (max-width: 1199px) {
  .hp_wrap_forms.wrap_forms .select_forms_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hp_wrap_forms.wrap_forms .select_forms_wrap {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.hp_wrap_forms #error_select_forms {
  position: absolute;
  font-size: 14px;
}
.hp_wrap_forms #contact_form {
  width: inherit;
}
.hp_wrap_forms #contact_form #contact_form_submit:not(.know_more_link) {
  float: left;
}
.hp_wrap_forms #social_networks_footer {
  justify-content: end;
  display: flex;
  align-items: center;
}
.hp_wrap_forms #social_networks_footer a {
  margin: 0 5px;
}
.hp_wrap_forms .form_area, .hp_wrap_forms .form_area form, .hp_wrap_forms .form_area > div, .hp_wrap_forms .gform_body, .hp_wrap_forms .gfield, .hp_wrap_forms .form_field_wrap {
  display: inline;
}
.hp_wrap_forms .ginput_container {
  display: inline-block;
  margin: 0px 0px 50px 4%;
  width: 20%;
}
@media (max-width: 767px) {
  .hp_wrap_forms .ginput_container {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
  }
}
.hp_wrap_forms .ginput_container input {
  margin: 0;
}
.hp_wrap_forms .gform_wrapper.gravity-theme .gform_fields {
  display: inline;
}
.hp_wrap_forms .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
.hp_wrap_forms .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.hp_wrap_forms .gform_wrapper.gravity-theme legend.gfield_label {
  display: inline;
}
.hp_wrap_forms .gform_wrapper.gravity-theme .gform_button {
  width: 130px;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
.hp_wrap_forms .gform_wrapper.gravity-theme .ginput_container input.large {
  padding: 0 !important;
}
.hp_wrap_forms .gform_wrapper.gravity-theme fieldset.gfield {
  display: inline;
  width: 100%;
}
@media (min-width: 1199px) {
  .hp_wrap_forms .gform_wrapper.gravity-theme .gchoice {
    display: inline;
  }
}
.hp_wrap_forms .gform_wrapper.gravity-theme .ginput_container_radio {
  width: 100%;
  min-height: inherit;
}
.hp_wrap_forms .gform_wrapper.gravity-theme .validation_message {
  position: absolute;
  display: inline-block;
  top: 38px;
  right: 0;
}
@media (max-width: 767px) {
  .hp_wrap_forms .gform_wrapper.gravity-theme .validation_message {
    top: 90%;
  }
}
.hp_wrap_forms .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
@media (max-width: 767px) {
  .hp_wrap_forms.wrap_forms #job_form .form_field_wrap {
    display: block;
  }
}
.hp_wrap_forms.wrap_forms #job_form input, .hp_wrap_forms.wrap_forms #job_form .wrap_upload {
  width: 20%;
  margin: 0px 0px 50px 4%;
  padding: 0;
}
@media (max-width: 1199px) {
  .hp_wrap_forms.wrap_forms #job_form input, .hp_wrap_forms.wrap_forms #job_form .wrap_upload {
    width: calc(50% - 50px);
  }
}
@media (max-width: 767px) {
  .hp_wrap_forms.wrap_forms #job_form input, .hp_wrap_forms.wrap_forms #job_form .wrap_upload {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.hp_wrap_forms.wrap_forms #job_form .label_upload {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: inherit;
}
@media (max-width: 767px) {
  .hp_wrap_forms.wrap_forms #job_form .label_upload {
    margin: 0 0 40px 0;
  }
}
.hp_wrap_forms.wrap_forms #job_form .wrap_upload {
  display: inline-block;
}
@media (max-width: 767px) {
  .hp_wrap_forms.wrap_forms #job_form .wrap_upload {
    margin: 0;
  }
}
.hp_wrap_forms.wrap_forms #job_form .wrap_upload input {
  width: 100%;
}
.hp_wrap_forms.wrap_forms #job_form .wrap_upload:after {
  top: -9px;
  width: 34px;
  height: 34px;
}
.hp_wrap_forms.wrap_forms #job_form .wrap_submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp_wrap_forms.wrap_forms #job_form #contact_form_submit:not(.know_more_link) {
  width: 130px;
  display: inline-block;
  margin: 0;
  margin-left: 7%;
}
.hp_wrap_forms.wrap_forms #job_form .req-input {
  display: inline-block;
}
@media (max-width: 767px) {
  .hp_wrap_forms label.error {
    bottom: 23px !important;
  }
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
.site-main h2, .site-main p {
  text-align: right;
  direction: rtl;
}
.site-main .details_floor p {
  text-align: center;
}

#page_header .mega-menu > .sub-menu > li > .access-h2 > a {
  text-align: left;
}

.fontvarod {
  color: rgb(226, 0, 122);
}

.whitefont {
  color: white;
}

.fontkahol {
  color: #00a7e3;
}

.hamburger-menu, #page_header > .container-fluid, header #second-menu .nav > .menu-item > a {
  transition: 0.35s all ease-in-out;
}

/* Nirit adds css for Landing Page 1 */
.page-template-single-lp #second-menu {
  display: none;
}

.page-template-single-lp .menu_wrap {
  display: none;
}

form#gform_4 ::placeholder {
  color: black !important;
}

.gform_button[type=submit] {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}

form#gform_4 .gfield input,
form#gform_4 .gfield select {
  border: none;
  border-bottom: 1px solid black;
}

@media (min-width: 1920px) {
  .page-template-single-lp .container {
    max-width: 1870px;
  }
}
.page-template-single-lp #header_logo {
  top: 10px;
}

@media (max-width: 767px) {
  .page-template-single-lp #header_logo {
    position: absolute;
    left: 20px;
  }
}
.page-template-single-lp .breadcrumb_last {
  visibility: hidden;
}

.page-template-single-lp #breadcrumbs {
  padding-bottom: 0;
}

h2.lp-date {
  color: #00a7e3;
  text-align: center !important;
}

.date-group {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.martzim img {
  border-radius: 50%;
  max-width: 314px;
}

.page .single_page .martzim figure {
  margin: 10px;
  text-align: center;
}

.martzim p {
  text-align: center;
}

h2.kot-martzim {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-single-lp .floating_buttons {
  display: none;
}

.logoim img.lag1 {
  max-width: 200px;
  padding-left: 50px;
}

.logoim img.lag2 {
  max-width: 100px;
}

.logoim img.lag3 {
  max-width: 200px;
  padding-left: 100px;
  float: left;
}

.logoim {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .logoim img.lag1 {
    max-width: 120px;
    padding-left: 20px;
  }
  .logoim img.lag2 {
    max-width: 80px;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .logoim img.lag3 {
    max-width: 100px;
    padding-left: 30px;
    float: left;
  }
  .logoim {
    width: auto;
  }
}
.wpcf7 input,
.wpcf7 select {
  border: none;
  border-bottom: 1px solid black;
}

.wpcf7 [type=submit] {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}

/* Workflow for Priority - Nirit */
.workflow1 {
  display: flex;
}

.workflow1 h4 {
  text-align: right;
  font-size: 1.3vw;
  font-weight: 600;
}

.workflow1 ul {
  direction: rtl;
  list-style-position: outside !important;
  padding-right: 1vw !important;
}

.workflow1 ul li {
  font-size: clamp(18px, 0.7vw, 25px) !important;
}

.workflow1 figure {
  margin: 15px 0px !important;
}

@media (max-width: 767px) {
  .workflow1 h4 {
    font-size: 33px;
    font-weight: 600;
  }
  .workflow1 ul li {
    font-size: 18px !important;
  }
  .workflow1 ul {
    list-style-position: inside !important;
  }
}
/* Define keyframes for the animation */
/* @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Apply the animation to each column with a delay */
@media (min-width: 768px) {
  .ani {
    opacity: 0; /* הגדרה זו אופציונלית, תלוי באפקט האנימציה שלך */
    animation-name: none; /* מנע אנימציה עד שהמחלקה .visible תתווסף */
  }
  .ani.visible {
    animation: fadeIn 0.5s forwards;
  }
}
.bluedot ul {
  list-style: none;
}

.bluedot ul li li:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #00a7e3;
  position: absolute;
  margin-right: -35px;
  margin-top: 8px;
}

.pinkdot ul {
  list-style: none;
}

.pinkdot ul li li:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #e2007a;
  position: absolute;
  margin-right: -35px;
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .workflow1 ul li {
    font-size: 1.3vw !important;
  }
  .workflow1 ul {
    padding-left: 1rem;
  }
  .bluedot ul li li:before {
    width: 10px;
    height: 10px;
    margin-right: -20px;
    margin-top: 3px;
  }
  .pinkdot ul li li:before {
    width: 10px;
    height: 10px;
    margin-right: -20px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .workflow1 ul {
    padding-right: 20px !important;
  }
  .bluedot,
  .pinkdot {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 100%;
  }
  .pojo-a11y-toolbar-toggle {
    bottom: 0;
  }
  .medium_banner_subtitle span.priority-title {
    font-size: 30px !important;
  }
}
.medium_banner_subtitle span.priority-title {
  font-size: 50px;
}

.term-priority .breadcrumb_last {
  display: none;
}

.term-priority .row.p_120.p_top_20 {
  padding-top: 60px;
}

.workflow1 h4 {
  text-align: center;
  max-width: 155px;
}

.workflow1 ul {
  margin-bottom: 0.5rem;
}

.page-template-template-list_page .blog_post_wrap {
  min-height: 315px;
}
.page-template-template-list_page .blog_post_wrap .content {
  margin: 0 !important;
  padding: 0px 24px 24px;
}
.page-template-template-list_page .blog_post_wrap .has_background_image:before {
  height: 224px;
}
.page-template-template-list_page .vec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-template-list_page .vec .name {
  flex: 1;
  font-size: 24px;
  max-height: inherit;
  min-width: inherit;
  text-align: center;
  margin: 0;
}
.page-template-template-list_page .vec .vector {
  position: static;
  width: 10px;
  height: 10px;
}
.page-template-template-list_page .tab_text {
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  .page-template-template-list_page .tab_text {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .page-template-template-list_page #list_page_container {
    margin-top: 40px;
  }
}
@media (min-width: 1199px) {
  .page-template-template-list_page #list_page_container .blog-post {
    width: 20%;
  }
}
.page-template-template-list_page #list_page_container .blog-post .blog_post_wrap {
  justify-content: space-between;
  aspect-ratio: 1/1;
  min-height: auto;
  max-width: 100%;
}
.page-template-template-list_page #list_page_container .blog-post .blog_post_wrap .content {
  height: fit-content;
  flex: 1;
  align-items: center;
}
.page-template-template-list_page #list_page_container .blog-post .blog_post_wrap .has_background_image {
  height: 60%;
}
.page-template-template-list_page #list_page_container .blog-post .blog_post_wrap .has_background_image:before {
  height: auto;
}
.page-template-template-list_page #list_page_container .blog-post .name {
  font-size: 20px;
  z-index: 1;
  max-width: 92%;
}
.page-template-template-list_page #list_page_container .blog-post .vector {
  margin-right: -10px;
}
.page-template-template-list_page .slick-dots li button:before {
  background-color: black;
}
.page-template-template-list_page .tabs {
  border-bottom: 2px solid rgb(226, 0, 122);
}
.page-template-template-list_page .tabs .tab_panel {
  width: fit-content;
  min-width: 20%;
  direction: rtl;
  color: black;
}
.page-template-template-list_page .blog_post_wrap {
  display: flex;
  flex-direction: column;
}
.page-template-template-list_page .blog_post_wrap .content {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.page-template-template-sms-code header#page_header {
  background-color: #111;
}
.page-template-template-sms-code .breadcrumbs_wrap {
  background-color: #111;
}
.page-template-template-sms-code #breadcrumbs span:not(.breadcrumb_last) {
  color: #ffffff;
}
.page-template-template-sms-code #breadcrumbs a {
  color: #ffffff;
}
.page-template-template-sms-code .site-main {
  background-color: #111;
}
.page-template-template-sms-code .sms-code-container {
  background-color: #111;
}
.page-template-template-sms-code .sms-code-container .wrap_sms_form {
  text-align: center;
  margin: auto;
  max-width: 400px;
}
.page-template-template-sms-code .title {
  color: white;
  font-size: 25px;
}
.page-template-template-sms-code input, .page-template-template-sms-code textarea {
  width: 100%;
  margin: 30px 0px 10px 0;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 18px;
  outline: none;
  border-bottom: 2px solid white;
}
.page-template-template-sms-code input::placeholder {
  color: white;
}
.page-template-template-sms-code .contact_form_submit:not(.know_more_link) {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .page-template-template-sms-code .contact_form_submit:not(.know_more_link) {
    margin-bottom: 0px;
  }
}
.page-template-template-sms-code .after_forms_failed_error_msg {
  color: white;
}
.page-template-template-sms-code .form_submit_sms {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #00a7e3;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .page-template-template-sms-code .form_submit_sms {
    margin-bottom: 0px;
  }
}

/*# sourceMappingURL=rtl.css.map */
