@import url("https://fonts.googleapis.com/css?family=Arimo:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap");
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #FFC521;
  border-radius: 10px;
}

body *::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  padding-right: 10px;
}

body {
  direction: rtl;
  text-align: right;
  font-family: "objektiv-mk1-hebrew", "IBM Plex Sans Hebrew", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "objektiv-mk1-hebrew", "IBM Plex Sans Hebrew", sans-serif;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "objektiv-mk1-hebrew", "IBM Plex Sans Hebrew", sans-serif;
}

.en-font-family, .en-font-family * {
  font-family: "poppins", sans-serif;
}

.footer-contact-section input[type=checkbox] {
  margin-right: 0;
  margin-left: 5px;
}

.page-template-digital-marketing .container {
  max-width: 1400px;
}
.page-template-digital-marketing .texts-section {
  background-color: #fff;
  z-index: 6;
  position: relative;
}
.page-template-digital-marketing .texts-section .container {
  padding: 90px 15px 20px 15px;
}
.page-template-digital-marketing .main_section {
  z-index: 6;
}
.page-template-digital-marketing .main_section .on-video {
  max-width: 1400px;
  position: static;
  direction: rtl;
  margin: 0 auto;
  align-items: flex-start;
}
.page-template-digital-marketing .main_section h1 {
  text-align: right;
  max-width: 660px;
  margin-bottom: 40px;
  font-size: 3rem;
}
.page-template-digital-marketing .phrase-section {
  position: relative;
  z-index: 6;
  background-color: #fff;
}
.page-template-digital-marketing .phrase-section .container {
  max-width: 100%;
  padding: 60px 0 100px 0;
}
.page-template-digital-marketing .phrase-section .slick-track {
  display: flex;
  align-items: center;
}
.page-template-digital-marketing .phrase-section .slick-slide {
  width: auto !important;
}
.page-template-digital-marketing .phrase-section .single-phrase {
  width: 100%;
  font-size: 4.5rem;
  font-weight: 100;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
.page-template-digital-marketing .phrase-section .single-phrase::after {
  content: "";
  position: absolute;
  top: 45%;
  left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #FCB51E transparent;
  transform: rotate(90deg) translateY(-50%);
}
.page-template-digital-marketing .strategic-section {
  position: relative;
  z-index: 7;
  background-color: #fff;
}
.page-template-digital-marketing .strategic-section h2 {
  font-size: 2.6rem;
  max-width: 590px;
  margin-bottom: 25px;
}
.page-template-digital-marketing .strategic-section .bg-color {
  background-color: #FFC521;
}
.page-template-digital-marketing .strategic-section .container {
  padding: 100px 15px 80px 15px;
  z-index: 3;
}
.page-template-digital-marketing .strategic-section .col-lg-6 {
  position: relative;
}
.page-template-digital-marketing .strategic-section .image {
  width: 95%;
  padding-top: 95%;
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: 15px;
  background-position: center;
  background-size: cover;
}
.page-template-digital-marketing .advantages-section {
  padding: 450px 0 0 0;
  position: relative;
  z-index: 6;
  background-color: #fff;
}
.page-template-digital-marketing .advantages-section h2 {
  padding: 0 15px;
  font-size: 2.25rem;
  margin-bottom: 40px;
}
.page-template-digital-marketing .advantages-section .advantages {
  display: flex;
  justify-content: space-between;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 620px;
  border-top: 2px solid rgba(112, 112, 112, 0.1);
  border-left: 2px solid rgba(112, 112, 112, 0.1);
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:last-of-type {
  border-left: 0;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage .wrapper::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #FCB51E transparent;
  transition: 0.7s;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage .icon {
  transform: translateY(0);
  transition: 0.5s;
  transition-delay: 0.2s;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage .bg-color {
  height: 0;
  top: auto;
  bottom: 0;
  transition: 0.4s;
  background-color: #FFC521;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage .title {
  color: #252525;
  transition: 0s;
  margin-top: 40px;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage path {
  stroke: #FFC521;
  transition: 0.5s;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage .text {
  opacity: 0;
  height: 0;
  transition: 0s;
  margin: 15px 0;
  font-size: 1.1rem;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:hover .text {
  opacity: 1;
  height: 100%;
  transition: 0.5s;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:hover .icon {
  transition: 0.5s;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:hover .wrapper::after {
  transform: translateX(-50%) rotate(0);
  border-color: transparent transparent #fff transparent;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:hover .bg-color {
  height: 100%;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:hover path, .page-template-digital-marketing .advantages-section .advantages .single-advantage:hover circle, .page-template-digital-marketing .advantages-section .advantages .single-advantage:hover line, .page-template-digital-marketing .advantages-section .advantages .single-advantage:hover rect {
  stroke: #fff;
}
.page-template-digital-marketing .advantages-section .advantages .single-advantage:hover .title {
  color: #fff;
}
.page-template-digital-marketing .dots {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.page-template-digital-marketing .dots .single-dot {
  margin-bottom: 15px;
  cursor: pointer;
}
.page-template-digital-marketing .dots .single-dot path {
  fill: transparent;
  transition: 0.5s;
}
.page-template-digital-marketing .dots .single-dot.active path {
  fill: #fff;
}
.page-template-digital-marketing .marketing-section {
  position: relative;
}
.page-template-digital-marketing .marketing-section .shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 90%;
  max-width: 1415px;
  z-index: 5;
}
.page-template-digital-marketing .marketing-section .shape::after {
  content: "";
  position: absolute;
  left: 25px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-image: url("../../images/imaginet-icon.svg");
  width: 479px;
  height: 457px;
  background-size: 480px;
}
.page-template-digital-marketing .marketing-section .shape.active {
  opacity: 1;
}
.page-template-digital-marketing .marketing-section .bg-color {
  background-color: #333333;
  mix-blend-mode: multiply;
}
.page-template-digital-marketing .marketing-section .bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.page-template-digital-marketing .marketing-section h2 {
  margin-bottom: 80px;
  font-size: 3rem;
}
.page-template-digital-marketing .marketing-section .container {
  z-index: 2;
  padding: 100px 0;
  max-width: 100%;
}
.page-template-digital-marketing .marketing-section .slick-prev, .page-template-digital-marketing .marketing-section .slick-next {
  display: none !important;
}
.page-template-digital-marketing .marketing-section .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.page-template-digital-marketing .marketing-section .slick-dots li button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 20px;
  height: 33px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.page-template-digital-marketing .marketing-section .slick-dots li.slick-active button {
  background-image: url("../../images/full-arrow.svg");
}
.page-template-digital-marketing .marketing-section .slick-dots button {
  margin-bottom: 8px;
  background-image: url("../../images/empty-arrow.svg");
  width: 16px;
  height: 25px;
  background-size: 16px;
}
.page-template-digital-marketing .marketing-section .swiper-slide {
  position: relative;
}
.page-template-digital-marketing .marketing-section .swiper-slide.stuck .single-market {
  position: fixed;
  height: 100%;
  overflow: auto;
}
.page-template-digital-marketing .marketing-section .swiper-slide.stuck .single-market.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 1.3s;
}
.page-template-digital-marketing .marketing-section .single-market {
  width: 90%;
  overflow: auto;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(150%, -50%);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 1.5s;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.page-template-digital-marketing .marketing-section .single-market.intact {
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
}
.page-template-digital-marketing .marketing-section .single-market ul {
  padding-right: 1.1rem;
  margin-bottom: 20px;
}
.page-template-digital-marketing .marketing-section .single-market ul li::marker {
  color: #FFC521;
}
.page-template-digital-marketing .marketing-section .single-market .right {
  max-width: 635px;
  height: 90vh;
  overflow: auto;
}
.page-template-digital-marketing .marketing-section .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: 25px;
}
.page-template-digital-marketing .marketing-section .icon-wrapper img {
  max-width: 60%;
  height: auto;
}
.page-template-digital-marketing .marketing-section .number-title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.page-template-digital-marketing .marketing-section .number-title .number {
  margin-left: 10px;
  height: 185px;
  min-width: 130px;
}
.page-template-digital-marketing .marketing-section .number-title .title {
  font-size: 2.25rem;
  line-height: 1.05;
}
.page-template-digital-marketing .marketing-section .bottom {
  margin-bottom: 15px;
}
.page-template-digital-marketing .marketing-section .single-inner {
  width: 100%;
  padding: 10px 10px 12px 0;
  margin-bottom: 5px;
}
.page-template-digital-marketing .marketing-section .single-inner li {
  margin-bottom: 10px;
}
.page-template-digital-marketing .marketing-section .single-inner .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-digital-marketing .marketing-section .single-inner .title {
  margin-bottom: 5px;
}
.page-template-digital-marketing .marketing-section .single-inner .arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #FCB51E transparent;
  transform: rotate(-90deg);
  transition: 0.7s;
}
.page-template-digital-marketing .marketing-section .single-inner.active .arrow {
  transform: rotate(0);
}

.wpcf7-form input[type=submit] {
  padding: 8px 20px 3px 20px;
}

.button {
  padding: 9px 20px 3px 20px;
}
.button::after {
  border-width: 0.5em 0.7em 0.5em 0;
  border-color: transparent #252525 transparent transparent;
  right: auto;
  left: 15px;
  transform: translate(40px, -50%);
}
.button:hover, .button:focus {
  padding: 9px 20px 3px 40px;
}
.button:hover::after, .button:focus::after {
  transform: translate(0, -50%);
}
.button.dark-button::after {
  border-color: transparent #FFC521 transparent transparent;
}
.button.white-button::after {
  border-color: transparent #FFC521 transparent transparent;
}

.content ol,
.content ul {
  margin-left: 0;
  padding-left: 0;
  margin-right: 10px;
  padding-right: 10px;
}

.fadein-left {
  transform: translateX(100px);
}

.fadein-right {
  transform: translateX(-100px);
}

.expose-left {
  clip-path: inset(0 0 0 100%);
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.social_icons {
  justify-content: flex-start;
}
.social_icons .social {
  margin-right: 0;
  margin-left: 10px;
}

.gray-about-section h2 {
  max-width: 100%;
  font-size: 3.5rem;
}

.off-canvas .mobile_menu_holder {
  padding: 50px 30% 50px 80px;
}
.off-canvas .mobile_menu_holder::before {
  right: 0;
  left: auto;
}
.off-canvas .container::before {
  right: 0;
  left: auto;
}

ul#mobile-menu > li {
  transform: translateX(50px);
}
ul#mobile-menu > li.menu-item-has-children > a::before {
  right: calc(100% + 20px);
  left: auto;
  transform: scaleX(-1);
}

.left-line {
  padding-left: 0;
  padding-right: 50px;
}
.left-line::before {
  left: auto;
  right: 0;
}

.container > .left-line::before {
  left: auto;
  right: -15px;
}

header .header-left-line {
  left: auto;
  right: 0;
}
header .logo {
  margin-right: 60px;
  margin-left: 0;
}
header nav {
  transform: translateX(50%);
}
header .container {
  padding-right: 0;
  padding-left: 15px;
}

footer#footer {
  z-index: 6;
}
footer#footer .top-footer {
  flex-direction: row-reverse;
}

.section.main_section .main-message p::after {
  content: none;
}
.section.main_section .main-animation {
  right: auto;
  left: 0;
  transform: scaleX(1);
}

.clients_section h2 {
  transform: rotate(180deg);
}
.clients_section .slider-clients {
  margin-left: 0;
  margin-right: -100px;
}

.section.experties_section .all-experties .single-experties::before {
  left: auto;
  right: 0;
}
.section.experties_section .all-experties .single-experties .text-area {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.section.experties_section .all-experties .single-experties:hover .text-area {
  right: 0;
  left: auto;
  transform: translate(0, -50%);
}

button.slick-arrow.slick-next {
  border: 3px solid #fff;
  border-right: 0;
  border-top: 0;
}
button.slick-arrow.slick-prev {
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.testimonials_section .end-quote {
  left: auto;
  right: 0;
  transform: rotate(0) scaleX(-1);
}
.testimonials_section .slick-arrow {
  left: auto;
  right: 100%;
}
.testimonials_section .slick-arrow.slick-prev {
  transform: rotate(45deg) translate(100%, -100%);
}
.testimonials_section .slick-arrow.slick-next {
  transform: rotate(45deg) translate(0, 0);
}
.testimonials_section .testimonials {
  margin-left: 0;
  margin-right: -50px;
}
.testimonials_section .testimonials::before {
  left: auto;
  right: 200px;
}
.testimonials_section .testimonials .testimonial {
  padding-right: 50px;
  padding-left: 200px;
}
.testimonials_section .testimonials .testimonial .logo {
  left: 10px;
  right: auto;
}

.team_member .details {
  margin-right: 15%;
}
.team_member .details .bottom::before {
  right: 0;
  left: auto;
}
.team_member .details span.icon.footprint {
  margin-right: 0;
  margin-left: 5px;
}

.searchandfilter .sf-field-taxonomy-expertise > ul > li {
  margin-right: 0;
  margin-left: 15px;
}

.single-project-link .market {
  flex-direction: row-reverse;
}

.top-work-section.not-viewed .texts {
  transform: translateX(-150%);
}

.main-website-section .row {
  flex-direction: row-reverse;
}
.main-website-section .desktop-image-wrapper {
  justify-content: flex-start;
}
.main-website-section .mobile-image-wrapper {
  justify-content: flex-end;
}

.website-gallery .slick-arrow-wrapper.slick-prev-wrapper {
  right: -100px;
  left: auto;
  padding: 0 30px 0 50px;
  background-image: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
}
.website-gallery .slick-arrow-wrapper.slick-next-wrapper {
  left: -100px;
  right: auto;
  padding: 0 50px 0 30px;
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.website-gallery .slick-arrow-wrapper button.slick-next {
  border: 3px solid #252525;
  border-right: 0;
  border-top: 0;
}
.website-gallery .slick-arrow-wrapper button.slick-prev {
  border: 3px solid #252525;
  border-left: 0;
  border-bottom: 0;
}
.website-gallery:hover .slick-arrow-wrapper.slick-prev-wrapper {
  left: auto;
  right: 0;
}
.website-gallery:hover .slick-arrow-wrapper.slick-next-wrapper {
  right: auto;
  left: 0;
}

.work-video-section .content::before {
  left: auto;
  right: calc(100% + 15px);
  top: 0.8em;
}
.work-video-section .content::after {
  left: auto;
  right: calc(100% + 15px);
  top: 0.8em;
}

.single-post .content .wp-block-quote {
  padding: 120px 0px 50px 20px;
  background-position: right top;
}
.single-post .content .wp-block-quote::before {
  left: auto;
  right: 80px;
  height: calc(100% - 80px);
}

.top-contact-section h1 span img {
  bottom: calc(100% - 0.2em);
  right: calc(100% - 0.5em);
  left: auto;
  transform: scaleX(-1);
}

.wpcf7-form .label {
  left: auto;
  right: 15px;
}
.wpcf7-form .top-label .label {
  left: auto;
  right: 0;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 0;
}

body.rtl.error404 .box_404::after {
  right: -50%;
  left: auto;
  transform: translate(-100%, -50%) scaleX(-1);
  bottom: -90%;
}
body.rtl.error404 .box_404 .inner_404 {
  width: 185px;
}
body.rtl.error404 .box_404 .inner_404::after {
  transform: scaleX(-1);
  bottom: 5px;
  left: -25px;
  right: auto;
}
body.rtl.error404 .box_404 h1 {
  line-height: 1.2;
}
body.rtl.error404 .box_404 h2 {
  left: 5px;
  right: auto;
  bottom: 16px;
}

ul#mobile-menu > li.menu-item-has-children > a::before {
  top: 0.3em;
}

.top-about-section {
  padding-bottom: 0;
}
.top-about-section .top-main-image {
  margin-top: 30px;
  clip-path: inset(0);
  transition: 0.7s;
}
.top-about-section .top-image {
  aspect-ratio: 2.4/1;
  object-fit: cover;
  display: flex;
  width: 100%;
}
.top-about-section.not-viewed .top-main-image {
  clip-path: inset(0 100% 0 0);
}

.about-bottom-main-part-section .content {
  margin-right: 30px;
  margin-left: 0;
}

.sticky-about-section .single-bullet {
  margin-left: 0;
  margin-right: 20px;
}

.gray-box-col::before {
  right: auto;
  left: 0;
}
.gray-box-col::after {
  right: auto;
  left: 0;
}
.gray-box-col img {
  left: 20px;
  right: auto;
}

.expertise-bottom-main-part-section .line-element {
  left: auto;
  right: 15px;
}

.timeline-expertise-section {
  /* initial state */
}
.timeline-expertise-section .timeline .single-bullet-col {
  transform: translateX(-100vw);
  /* start completely outside */
}
.timeline-expertise-section {
  /* when active */
}
.timeline-expertise-section .timeline .single-bullet-col.visible {
  transform: translateX(0);
}

.image-expertise-section .text-part::after {
  left: auto;
  right: 15px;
}

#footer.landing-footer .contact-details .contact-detail::after {
  right: auto;
  left: 15px;
}

@media only screen and (max-width: 1540px) {
  .page-template-digital-marketing .texts-section .container {
    padding: 60px 15px 0px 15px;
  }
  .page-template-digital-marketing .marketing-section .single-inner {
    width: 100%;
    padding: 10px 10px 5px 0;
    margin-bottom: 10px;
  }
  .page-template-digital-marketing .marketing-section .icon-wrapper {
    width: 300px;
  }
  .page-template-digital-marketing .marketing-section .shape::after {
    width: 359px;
    height: 343px;
    background-size: 360px;
    transform: translateY(-45%);
  }
  .page-template-digital-marketing .marketing-section .single-market {
    padding-top: 40px;
    padding-right: 40px;
    max-width: 95%;
    height: 90vh;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .number {
    height: 125px;
    min-width: 90px;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .number img {
    max-height: 115px;
    width: auto;
  }
  .page-template-digital-marketing .marketing-section .single-market .right {
    padding-left: 0;
    max-width: 46vw;
  }
  .page-template-digital-marketing .marketing-section .number-title {
    margin-bottom: 10px;
  }
  .page-template-digital-marketing .marketing-section .icon-wrapper::before {
    width: 360px;
    height: 343px;
    background-size: 360px;
  }
  .page-template-digital-marketing .phrase-section .single-phrase {
    font-size: 3.5rem;
  }
  .page-template-digital-marketing .strategic-section .container {
    padding: 60px 15px;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage {
    padding: 40px 15px;
    min-height: 560px;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage .title {
    margin-top: 25px;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage .text {
    margin: 10px 0;
  }
  .page-template-digital-marketing .advantages-section .advantages svg {
    height: 120px;
    width: auto;
  }
  header .fixed-contact-button {
    left: 3rem;
    right: auto;
  }
}
@media only screen and (max-width: 990px) {
  .page-template-digital-marketing .main_section h1 {
    font-size: 2.5rem;
  }
  .page-template-digital-marketing .phrase-section .single-phrase {
    font-size: 2.5rem;
  }
  .page-template-digital-marketing .phrase-section .single-phrase::after {
    left: 0;
    border-width: 0 10px 16px 10px;
  }
  .page-template-digital-marketing .advantages-section {
    padding-top: 350px;
  }
  .page-template-digital-marketing .advantages-section .advantages {
    flex-direction: column;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage {
    min-height: 300px;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage path, .page-template-digital-marketing .advantages-section .advantages .single-advantage line, .page-template-digital-marketing .advantages-section .advantages .single-advantage circle, .page-template-digital-marketing .advantages-section .advantages .single-advantage rect {
    stroke: #fff;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage .title {
    color: #fff;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage .bg-color {
    height: 100%;
  }
  .page-template-digital-marketing .advantages-section .advantages .single-advantage .text {
    height: 100%;
    opacity: 1;
    max-width: 610px;
  }
  .page-template-digital-marketing .strategic-section h2 {
    font-size: 2.2rem;
  }
  .page-template-digital-marketing .strategic-section .container {
    padding-top: 40px;
  }
  .page-template-digital-marketing .strategic-section .image {
    height: 320px;
    padding-top: 0;
    width: 100%;
    right: 0;
    margin-top: 30px;
  }
  .page-template-digital-marketing .strategic-section .row {
    flex-direction: column-reverse;
  }
  .page-template-digital-marketing .marketing-section .container {
    padding: 60px 15px;
  }
  .page-template-digital-marketing .marketing-section .shape {
    display: none;
  }
  .page-template-digital-marketing .marketing-section .single-inner {
    padding: 5px 0px 0px 0;
  }
  .page-template-digital-marketing .marketing-section .single-market {
    padding-top: 0;
    margin-top: 0;
    position: static;
    height: auto;
    opacity: 1;
    transform: none;
    top: auto;
    left: auto;
    padding: 10px 15px 0 0;
  }
  .page-template-digital-marketing .marketing-section .single-market .right {
    max-width: 100vw;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title {
    margin-bottom: 0;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .title {
    font-size: 1.85rem;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .number {
    height: 120px;
    min-width: 75px;
  }
  .page-template-digital-marketing .marketing-section .shape::after {
    width: 315px;
    height: 299px;
    background-size: 315px;
  }
  .page-template-digital-marketing .marketing-section .icon-wrapper {
    display: none;
  }
  .page-template-digital-marketing .marketing-section .icon-wrapper::before {
    width: 315px;
    height: 299px;
    background-size: 315px;
  }
}
@media only screen and (max-width: 768px) {
  header .container {
    padding: 20px 0 20px 15px;
  }
  header nav {
    transform: translate(0);
  }
  header .logo {
    margin-right: 50px;
  }
  header .header-left-line {
    right: 15px;
  }
  .left-line {
    padding-left: 0;
    padding-right: 15px;
  }
  .left-line::before {
    left: auto;
    right: 0;
  }
  .container > .left-line::before {
    left: auto;
    right: 0;
  }
  .page-template-digital-marketing .marketing-section .single-market {
    padding-right: 0;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .title {
    font-size: 1.65rem;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .number {
    height: 95px;
  }
  .page-template-digital-marketing .marketing-section .single-market .number-title .number img {
    max-height: 95px;
  }
  .page-template-digital-marketing .section.main_section {
    height: auto;
    padding: 100px 0 15px 0;
  }
  .page-template-digital-marketing .section.main_section .on-video {
    position: relative;
    padding: 50px 20px;
  }
  .section.main_section .main-message {
    padding-right: 15px;
  }
  .section.main_section .main-animation {
    margin-left: 0;
    margin-right: auto;
  }
  .section.experties_section .all-experties .single-experties .text-area,
  .section.experties_section .all-experties .single-experties:hover .text-area {
    transform: none;
    right: 0;
    left: auto;
  }
  .section.experties_section .single-experties .name {
    padding-left: 0;
    padding-right: 15px;
  }
  .clients_section h2 {
    transform: rotate(0);
  }
  .testimonials_section .slick-arrow {
    right: calc(100% - 145px);
    left: auto;
  }
  .testimonials_section .testimonials {
    margin-right: 0;
  }
  .testimonials_section .testimonials .testimonial {
    padding: 0;
  }
  .testimonials_section .testimonials .testimonial .logo {
    left: auto;
    right: 5px;
  }
  .main-website-section .mobile-image-wrapper {
    justify-content: flex-start;
    margin-right: 15px;
    margin-left: 0;
  }
  .website-gallery .slick-arrow-wrapper.slick-prev-wrapper {
    left: auto;
    right: -100px;
    padding: 0 30px 0 50px;
  }
  .website-gallery .slick-arrow-wrapper.slick-next-wrapper {
    right: auto;
    left: -100px;
    padding: 0 50px 0 30px;
  }
  .website-gallery .slick-arrow-wrapper button.slick-next {
    border-width: 2px solid #252525;
    border-right: 0;
    border-top: 0;
  }
  .website-gallery .slick-arrow-wrapper button.slick-prev {
    border-width: 2px solid #252525;
    border-left: 0;
    border-bottom: 0;
  }
  .about-bottom-main-part-section .line-element {
    left: auto;
    right: 15px;
  }
  .about-bottom-main-part-section .content {
    margin-right: 0;
  }
  .sticky-about-section .single-bullet {
    margin-right: 0;
  }
  .left-line-padding {
    padding-left: 0;
    padding-right: 15px;
  }
  #footer.landing-footer .contact-details .contact-detail::after {
    left: 0;
    right: 0;
  }
}
/* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .page-template-digital-marketing .main_section h1 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .page-template-digital-marketing .phrase-section .container {
    padding: 70px 15px;
  }
  .page-template-digital-marketing .phrase-section .single-phrase {
    font-size: 2.5rem;
  }
  .page-template-digital-marketing .strategic-section h2 {
    font-size: 2rem;
  }
  .page-template-digital-marketing .strategic-section .image {
    height: 270px;
  }
  .page-template-digital-marketing .advantages-section {
    padding-top: 280px;
  }
  .page-template-digital-marketing .advantages-section h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}/*# sourceMappingURL=rtl-style.css.map */