@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Assistant:400,600&family=Oswald:700&display=swap");
@import url("https://use.typekit.net/gbp7vcd.css");
@font-face {
  font-family: "Fb Jabutinsky";
  src: url("../../fonts/FbJabutinskiHebEng-ConRegular.woff2") format("woff2"), url("../../fonts/FbJabutinskiHebEng-ConRegular.woff") format("woff"), url("../../fonts/FbJabutinskiHebEng-ConRegular.otf") format("otf"), url("../../fonts/FbJabutinskiHebEng-ConRegular") format("eot"), url("../../fonts/FbJabutinskiHebEng-ConRegular.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Fb Coherenti Sans";
  src: url("../../fonts/FbJabutinskiHebEng-ConBold..woff2") format("woff2"), url("../../fonts/FbJabutinskiHebEng-ConBold..woff") format("woff"), url("../../fonts/FbJabutinskiHebEng-ConBold..eot") format("eot"), url("../../fonts/FbJabutinskiHebEng-ConBold.webfont.eot") format("ttf");
  font-weight: 800;
}
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  color: #373842;
  font-size: 1rem;
  direction: rtl;
  line-height: 1.3;
  font-weight: 400;
  text-align: right;
  font-family: "Assistant", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Fb Jabutinsky", sans-serif;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}
h1 > p, h1 > span,
h2 > p,
h2 > span,
h3 > p,
h3 > span,
h4 > p,
h4 > span,
h5 > p,
h5 > span,
h6 > p,
h6 > span {
  font-family: "Fb Jabutinsky", sans-serif;
}

.title-font {
  font-family: "Fb Jabutinsky", sans-serif;
}

.en-title {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 6rem;
  line-height: 0.9;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 2.2rem;
}
h3 span {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Assistant", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: right;
}

a,
input[type=submit],
button,
.transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #FF1F1F;
}

img {
  max-width: 100%;
  height: auto;
}
img.full-absolute {
  object-fit: cover;
}

.grey {
  color: rgba(55, 56, 66, 0.3);
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  line-height: 1.3;
  margin-bottom: 1rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 75px;
  padding: 0 30px 0 20px;
  flex: 1;
}

header {
  position: fixed;
  z-index: 99999;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  width: 100%;
  padding: 0 50px 0 50px;
  display: flex;
}
header .logo {
  transition: width 0.2s;
  min-width: 101px;
  margin-left: 0;
  margin-right: 25px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .logo img {
  width: 100px;
  height: auto;
  transition: 0.4s;
}
header nav,
header .contact {
  position: relative;
  z-index: 2;
}
header .contact.opp {
  background-color: #373842;
  color: #fff;
}
header .contact.opp:hover {
  background-color: #fff;
  color: #312D2D;
}
header.active .bg-color {
  width: calc(100% - 100px) !important;
}
header.active .logo {
  justify-content: flex-start;
}
header.active .logo img {
  width: 70px;
}
header.active .bg-color {
  transform: translateX(calc(100% - var(--bgw)));
}
header .bg-color {
  background-color: #fff;
  width: 0;
  transition: 1.7s;
  border-radius: 75px;
  right: 50px;
  left: auto;
  transform: translateX(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li.blog {
  display: none;
}

#site-assistant-free {
  position: relative;
  z-index: 999999999999999;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #373842;
  padding: 25px;
  font-weight: 600;
}
ul#main-menu > li > a::after {
  content: "";
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 96%;
  background-color: #FF1F1F;
  border-radius: 20px;
  height: 5px;
  opacity: 0;
  transition: 0.4s;
}

ul#main-menu > li.current-menu-item > a {
  color: #FF1F1F;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #FF1F1F;
}
ul#main-menu > li > a:focus::after,
ul#main-menu > li > a:hover::after {
  opacity: 1;
}

.error-container {
  padding: 70px 15px;
}
.error-container h1 {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.error-container h1 a {
  color: #FF1F1F;
}
.error-container h1 {
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.error-container article {
  margin-bottom: 50px;
}
.error-container article .read-more {
  background-color: #FF1F1F;
  color: #fff;
  margin-top: 10px;
  min-width: auto;
  padding: 5px 15px;
  font-size: 18px;
}

#ai-search-wrap {
  position: absolute;
  z-index: 99999999;
  top: 100px;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  right: 18px;
  top: 100%;
  min-width: 180px;
  display: none;
  padding: 15px 0 0 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

ul#main-menu > li.menu-item-has-children > a {
  position: relative;
}
ul#main-menu > li.menu-item-has-children > a::before {
  content: "+";
  color: #FF1F1F;
  position: absolute;
  left: 10px;
  top: 1.13rem;
  font-weight: 600;
  font-size: 24px;
}

ul#main-menu > li.menu-item-has-children:hover > a::after {
  opacity: 1;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 0 15px;
}
ul#main-menu ul.sub-menu li.field {
  display: none;
}
ul#main-menu ul.sub-menu li:first-of-type {
  border-radius: 15px 15px 0 0;
}
ul#main-menu ul.sub-menu li:last-of-type, ul#main-menu ul.sub-menu li.last {
  border-radius: 0 0 15px 15px;
}
ul#main-menu ul.sub-menu li:last-of-type a, ul#main-menu ul.sub-menu li.last a {
  border-bottom: 0;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #373842;
  border-bottom: 1px solid;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #FF1F1F;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #FF1F1F;
}

.page-wrap {
  padding: 0 50px;
  padding-top: 150px;
}

.main-bg-color {
  background-image: linear-gradient(to bottom, #EEE8E8, #fff);
  position: absolute;
  width: 100vw;
  height: 120vh;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage {
  position: relative;
}
.homepage .top-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 100px 0;
  -webkit-animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -o-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
  transition: all 0.7s ease;
}
.homepage .top-arrow path {
  fill: #373842;
}
.homepage .industry {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  padding-right: 5px;
}
.homepage .industry .arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
  z-index: 3;
  transform: rotate(90deg) translateX(-25%);
}
.homepage .industry .arrow svg {
  height: 12px;
  width: auto;
}
.homepage .industry .arrow path {
  fill: #fff;
}
.homepage .industry .bg-color {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  background-color: #FF1F1F;
  width: 100%;
  max-width: 62px;
  height: 62px;
  transition: 1s;
  border-radius: 70px;
  background-image: none !important;
}
.homepage .industry .title {
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
  padding-top: 0.4rem;
}
.homepage .industry .icon {
  padding: 11px 7px 10px 10px;
  margin-left: 30px;
  margin-top: 0.3rem;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.homepage .industry:hover .bg-color {
  max-width: 500px;
}
.homepage .industry:hover .arrow {
  opacity: 1;
  transition-delay: 0.4s;
}
.homepage .top-section {
  position: relative;
}
.homepage .top-section .col-lg-4 {
  display: flex;
  justify-content: flex-end;
}
.homepage .top-section .sub {
  margin: 20px 0 30px 0;
  max-width: 27rem;
}
.homepage .top-section .industries {
  width: 18rem;
  padding-top: 20px;
}
.homepage .top-section .shape {
  position: absolute;
  top: 23%;
  left: -40%;
  z-index: 4;
}
.homepage .top-section .shape img {
  max-width: 59vw;
}
.homepage .top-section .bg-color {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
  border-radius: 30px;
}
.homepage .top-section video {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.homepage .top-section .container {
  padding: 145px 15px;
  z-index: 3;
}

.fields-section .sub {
  margin: 0 0 75px 0;
}
.fields-section .container {
  max-width: 100%;
  padding: 0 15px 100px 15px;
}
.fields-section .fields {
  display: flex;
  justify-content: space-between;
}
.fields-section h2 {
  margin-bottom: 0;
}
.fields-section .field {
  width: 19%;
  height: 340px;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.fields-section .field .bg-image, .fields-section .field img {
  border-radius: 20px;
}
.fields-section .field .bg-color {
  z-index: 2;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
  top: auto;
  bottom: 0;
  height: 100%;
  border-radius: 20px;
  transition: 0.5s;
}
.fields-section .field h3, .fields-section .field .read-more {
  position: relative;
  z-index: 3;
}
.fields-section .field h3 {
  transform: translateY(2rem);
  transition: 0.5s;
  font-weight: 500;
}
.fields-section .field .read-more {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
  margin-top: 5px;
}
.fields-section .field:hover .bg-color {
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  height: 100%;
}
.fields-section .field:hover h3 {
  transform: translateY(-0.5rem);
}
.fields-section .field:hover .read-more {
  opacity: 1;
}

.idea-section h2 {
  font-size: 5rem;
}
.idea-section h2 p {
  margin-bottom: 0;
}
.idea-section .container {
  padding: 100px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.idea-section .row {
  position: relative;
}
.idea-section .row .line {
  height: 10px;
  width: 50px;
  border-radius: 100px;
  position: absolute;
  top: 146px;
  background-color: #FF1F1F;
  z-index: 2;
  transition: 1s;
}
.idea-section .row::after {
  content: "";
  width: 120vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  border-bottom: 3px solid;
}
.idea-section .idea-text {
  max-width: 630px;
  margin: 0 auto 40px auto;
}
.idea-section .single-idea {
  width: 100%;
  transition: 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.idea-section .single-idea.active .number {
  color: #FF1F1F;
}
.idea-section .single-idea.active .number::after {
  opacity: 1;
}
.idea-section .single-idea.active img {
  opacity: 1;
}
.idea-section .single-idea .inner {
  margin-top: 50px;
}
.idea-section .single-idea h3 {
  font-weight: 400;
  font-size: 2.2rem;
}
.idea-section .single-idea .number {
  font-size: 6rem;
  line-height: 1;
  position: relative;
  font-weight: bold;
  transition: 0.4s;
}
.idea-section .single-idea img {
  opacity: 0.5;
  transition: 0.4s;
  max-height: 240px;
}
.idea-section .single-idea .text {
  margin-top: 6px;
  margin-bottom: 10px;
}
.idea-section .single-idea .text.mobile {
  display: none;
}
.idea-section .single-idea .text.desktop {
  display: block;
}
.idea-section .single-idea .read-more {
  opacity: 0;
}
.idea-section .col-lg-6 {
  margin-bottom: 20px;
}
.idea-section .col-lg-6::nth-of-type(1) {
  margin-top: 120px;
}

.projects-section {
  position: relative;
  z-index: 3;
}
.projects-section .shape {
  position: absolute;
  right: -23vw;
  bottom: -40%;
}
.projects-section .shape img {
  max-width: 49vw;
}
.projects-section h3 {
  font-size: 4.8rem;
  font-weight: 900 !important;
}
.projects-section .owl-nav {
  top: 30%;
}
.projects-section .container {
  padding: 100px 15px;
}
.projects-section .title-read {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 95%;
  margin: 0 auto 25px auto;
}
.projects-section .projects {
  max-width: 95%;
  margin: 0 auto;
}
.projects-section .owl-item.active + .owl-item.active .single-project .bottom {
  opacity: 0;
}
.projects-section .owl-item.active + .owl-item.active .single-project:hover .bottom {
  opacity: 1;
}
.projects-section .owl-item.active:first-of-type .bottom {
  opacity: 1;
}
.projects-section .owl-item.active .single-project .bottom {
  opacity: 1;
}
.projects-section .single-project {
  position: relative;
  width: 100%;
}
.projects-section .single-project figure {
  display: block;
  position: relative;
}
.projects-section .single-project img {
  border-radius: 20px;
}
.projects-section .single-project .bg-image {
  height: 450px;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.projects-section .single-project .bottom {
  opacity: 0;
  transition: 0.4s;
}
.projects-section .single-project .bottom .title {
  margin-bottom: 10px;
}
.projects-section .single-project .bg-color {
  z-index: 2;
  border-radius: 20px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  transition: 0.4s;
}
.projects-section .single-project .sub {
  margin: 5px 0 15px 0;
}
.projects-section .single-project .tag {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  padding: 8px 15px 8px 20px;
  display: flex;
  align-items: center;
  color: #373842;
}
.projects-section .single-project .tag svg path, .projects-section .single-project .tag svg rect {
  fill: #373842;
}
.projects-section .single-project .tag .icon {
  margin-left: 10px;
}
.projects-section .single-project .tag .icon img {
  width: 15px;
  height: auto;
}
.projects-section .single-project .tag .read-more:hover {
  background-color: #fff;
  border-color: #fff;
}
.projects-section .single-project:hover .bg-color {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.contact-section {
  position: relative;
}
.contact-section a {
  color: #fff;
}
.contact-section .wpcf7-spinner {
  position: absolute;
  left: -10px;
  top: -10px;
}
.contact-section form > p:last-of-type {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contact-section label {
  color: #fff;
  width: 100%;
}
.contact-section label * {
  width: 100%;
}
.contact-section .duo {
  display: flex;
  justify-content: space-between;
}
.contact-section .duo > P {
  display: flex;
  justify-content: space-between;
}
.contact-section .duo > P:nth-of-type(2) {
  justify-content: flex-end;
}
.contact-section .duo label {
  width: 90%;
}
.contact-section textarea {
  max-height: 110px;
}
.contact-section input, .contact-section textarea {
  background-color: #fff;
  border: 0;
  outline: none;
  padding: 10px;
  font-size: 18px;
  margin-top: 3px;
  border-radius: 3px;
}
.contact-section input[type=submit], .contact-section textarea[type=submit] {
  background-color: #FF1F1F;
  color: #fff;
  border-radius: 40px;
  padding: 8px 30px;
  font-size: 20px;
  text-align: center;
  transition: 0.4s;
  border: 2px solid #FF1F1F;
  margin-top: 15px;
}
.contact-section input[type=submit]:hover, .contact-section textarea[type=submit]:hover {
  background-color: transparent;
  color: #fff;
}
.contact-section input:focus, .contact-section textarea:focus {
  outline: none;
}
.contact-section h2 {
  margin-bottom: 80px !important;
  font-size: 5rem !important;
}
.contact-section h2::after {
  display: none !important;
}
.contact-section .social {
  display: flex;
  margin-top: 50px;
  align-items: flex-end;
}
.contact-section .social img, .contact-section .social svg {
  height: 30px;
  width: auto;
}
.contact-section .social .single {
  margin-left: 25px;
}
.contact-section .bg-color {
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.2));
  z-index: 2;
  border-radius: 20px;
}
.contact-section .details {
  margin-top: 10px;
}
.contact-section .bg-image {
  border-radius: 20px;
}
.contact-section .container {
  z-index: 3;
  padding: 150px 15px 120px 15px;
}

.clients-section {
  position: relative;
  z-index: 3;
}
.clients-section .shape {
  position: absolute;
  top: 9vh;
  right: -23vw;
}
.clients-section .shape img {
  max-width: 49vw;
}
.clients-section .container {
  padding: 50px 15px 200px 15px;
}
.clients-section h2 {
  margin-bottom: 60px;
  font-size: 2.5rem !important;
  padding-right: 10px;
}
.clients-section .clients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.clients-section .clients img {
  filter: grayscale(1);
  transition: 0.3s;
}
.clients-section .clients .single-client {
  width: 20%;
  max-width: 250px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 10px;
}
.clients-section .clients .single-client img {
  max-height: 100%;
  width: auto;
}
.clients-section .clients .single-client:hover img {
  filter: grayscale(0);
}

.owl-carousel button {
  font-size: 0;
  background: transparent;
  border: 0;
}
.owl-carousel .owl-next {
  right: -50px;
}
.owl-carousel .owl-prev {
  left: -50px;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  font-size: 0 !important;
  position: absolute;
}
.owl-carousel .owl-prev::before, .owl-carousel .owl-next::before {
  content: "";
  background-image: url("../../images/new-arrow.svg");
  background-size: 29px;
  height: 85px;
  width: 29px;
  background-repeat: no-repeat;
  display: block;
}
.owl-carousel .owl-prev::before {
  transform: rotate(-180deg);
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav .disabled {
  opacity: 0.2;
}

.page-template-idea-to-product .top-section .image {
  position: relative;
}
.page-template-idea-to-product .top-section img {
  border-radius: 20px;
}
.page-template-idea-to-product .breadcrumbs {
  color: #373842;
  margin-bottom: 15px;
}
.page-template-idea-to-product .breadcrumbs a {
  color: #373842;
}

.footer-text {
  max-width: 400px;
  margin-bottom: 50px;
  margin: 0 0 40px 0;
}
.footer-text p {
  margin-bottom: 5px;
}

.page-template-about .single-project, .page-template-idea-to-product .single-project {
  margin-bottom: 60px;
}
.page-template-about .single-project .title, .page-template-idea-to-product .single-project .title {
  font-weight: 600;
}
.page-template-about .single-project .sub, .page-template-idea-to-product .single-project .sub {
  margin: 0;
  line-height: 1.1;
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.page-template-about .single-project .read-more, .page-template-idea-to-product .single-project .read-more {
  position: absolute;
  border: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
  transition: 0.4s;
  background-color: #FF1F1F;
  color: #fff;
}
.page-template-about .single-project:hover .read-more, .page-template-idea-to-product .single-project:hover .read-more {
  opacity: 1;
}
.page-template-about .single-project .bottom, .page-template-idea-to-product .single-project .bottom {
  opacity: 1 !important;
}

.page-template-about .page-wrap.inner .top-section .container {
  padding-top: 100px;
}
.page-template-about .page-wrap.inner .top-section h2 {
  max-width: 310px;
  font-size: 5rem;
  font-weight: bold;
}
.page-template-about .inner img {
  border-radius: 20px;
}

.page-wrap.inner h1 {
  font-size: 5.3rem;
}
.page-wrap.inner h2 span {
  color: #373842;
  opacity: 0.3;
}
.page-wrap.inner h2 {
  font-size: 5rem;
  position: relative;
  line-height: 0.8;
}
.page-wrap.inner h2::after {
  content: "";
  width: 80px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: -30px;
  background-color: #FF1F1F;
}
.page-wrap.inner h3 {
  font-weight: 400 !important;
}
.page-wrap.inner .top-banner {
  position: relative;
}
.page-wrap.inner .top-banner .bg-image {
  border-radius: 30px;
}
.page-wrap.inner .top-banner .bg-color {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  z-index: 2;
}
.page-wrap.inner .top-banner .bg-grad {
  background-image: linear-gradient(to top left, rgba(55, 56, 66, 0), rgba(55, 56, 66, 0.4));
  z-index: 2;
  border-radius: 30px;
}
.page-wrap.inner .top-banner .container {
  z-index: 3;
  padding: 70px 25px;
}
.page-wrap.inner .sub {
  margin-top: 10px;
  line-height: 0.8;
}
.page-wrap.inner .top-section .container {
  padding: 150px 25px 50px 15px;
}
.page-wrap.inner .top-section .image {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
}
.page-wrap.inner .text {
  margin-top: 15px;
}
.page-wrap.inner .bottom-section .container {
  padding: 0 25px 130px 25px;
}
.page-wrap.inner .projects-section {
  position: relative;
}
.page-wrap.inner .projects-section .read-more.mobile {
  display: none;
}
.page-wrap.inner .projects-section .owl-nav {
  top: 20%;
}
.page-wrap.inner .projects-section .shape {
  position: absolute;
  right: -23vw;
  bottom: -40%;
}
.page-wrap.inner .projects-section .shape img {
  max-width: 49vw;
}
.page-wrap.inner .projects-section .title-read {
  margin-bottom: 25px;
}
.page-wrap.inner .projects-section .title-read h2 {
  margin-left: 25px;
}
.page-wrap.inner .projects-section .owl-item.active .single-project .bg-image {
  height: 370px;
}
.page-wrap.inner .projects-section .single-project {
  overflow: hidden;
}
.page-wrap.inner .projects-section .single-project .bg-image {
  height: 370px;
}
.page-wrap.inner .projects-section .single-project .tag {
  transition: 0.7s;
  padding: 8px 15px 9px 20px;
}
.page-wrap.inner .projects-section .single-project .tag img {
  min-width: 30px;
}
.page-wrap.inner .projects-section .single-project .tag svg {
  height: 21px;
  width: auto;
}
.page-wrap.inner .projects-section .single-project .tag .title {
  opacity: 0;
  transition-duration: 0.4s;
  max-width: 0;
  white-space: nowrap;
  line-height: 0.9;
  transform: translate(40px, 0);
}
.page-wrap.inner .projects-section .single-project .bottom {
  opacity: 1 !important;
  transition: 0.4s;
}
.page-wrap.inner .projects-section .single-project:hover .tag {
  max-width: 350px;
}
.page-wrap.inner .projects-section .single-project:hover .tag .title {
  opacity: 1;
}
.page-wrap.inner .projects-section .single-project:hover .tag .title {
  max-width: 300px;
  transform: translate(0, 0);
}
.page-wrap.inner .projects-section .single-project:hover .bottom {
  opacity: 1;
}

.bg-image img {
  object-fit: cover;
}

body.single-field h1 {
  margin-top: 10px;
}
body.single-field .page-wrap.inner .text {
  margin-top: 5px;
}
body.single-field .page-wrap.inner .text p {
  margin-bottom: 0.5rem;
}
body.single-field .title-read .right {
  display: flex;
  align-items: flex-end;
}
body.single-field .title-read .right h2 {
  margin-left: 0.75rem;
}
body.single-field .blocks .container {
  padding: 100px 25px 0 25px;
}
body.single-field h2::after {
  display: none;
}
body.single-field h3 {
  font-size: 2rem;
}
body.single-field .block {
  margin-bottom: 150px;
}
body.single-field .block img,
body.single-field .block .bg-color {
  border-radius: 20px;
}
body.single-field .block .image,
body.single-field .block .popup-youtube {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
}
body.single-field .block .image svg,
body.single-field .block .popup-youtube svg {
  z-index: 2;
  position: relative;
}
body.single-field .block .image .bg-image,
body.single-field .block .image .bg-color,
body.single-field .block .popup-youtube .bg-image,
body.single-field .block .popup-youtube .bg-color {
  border-radius: 20px;
}
body.single-field .block .image .bg-color,
body.single-field .block .popup-youtube .bg-color {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
body.single-field .block.background-block {
  position: relative;
}
body.single-field .block.background-block h2 {
  display: flex;
}
body.single-field .block.background-block h2 span {
  color: #FF1F1F;
  opacity: 1;
}
body.single-field .block.background-block .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body.single-field .block.background-block .shape {
  position: absolute;
  left: -31vw;
  top: -3vw;
  z-index: 3;
}
body.single-field .block.background-block .shape img {
  max-width: 49vw;
}
body.single-field .block.background-block h2 {
  margin-bottom: 25px;
  font-size: 4.6rem;
}
body.single-field .block.background-block .image {
  padding: 60px 25px;
  text-align: center;
  color: #fff;
}
body.single-field .block.background-block .image .bg-color {
  background-color: rgba(0, 0, 0, 0.85);
}
body.single-field .block.background-block .image .text {
  position: relative;
  max-width: 620px;
  z-index: 2;
  text-align: right;
}
body.single-field .block.gallery-block {
  margin-bottom: 60px;
}
body.single-field .block.gallery-block .owl-nav {
  top: 45%;
}
body.single-field .block.gallery-block .image, body.single-field .block.gallery-block .popup-youtube {
  height: 615px;
  width: 95%;
  margin: 0 auto;
  max-width: 1090px;
}
body.single-field .block.numbers-block {
  margin-bottom: 80px;
}
body.single-field .block.numbers-block .numbers-text {
  max-width: 41.75rem;
  margin: 25px auto 70px auto;
}
body.single-field .block.numbers-block .single {
  margin-bottom: 40px;
}
body.single-field .block.numbers-block .single .text {
  margin-top: 8px;
}
body.single-field .block.numbers-block .top {
  display: flex;
}
body.single-field .block.numbers-block .top .number {
  margin-left: 10px;
  line-height: 1;
  font-size: 2rem;
}
body.single-field .block.image-text-block .row {
  margin-bottom: 60px;
}
body.single-field .block.image-text-block .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
body.single-field .block .text > p > strong {
  font-weight: 300;
  font-size: 1.25rem;
}

.page-template-idea-to-product h1 {
  margin-bottom: 20px;
}
.page-template-idea-to-product h1, .page-template-idea-to-product h2 {
  font-size: 4rem;
}
.page-template-idea-to-product h2::after {
  display: none;
}
.page-template-idea-to-product .top-section {
  position: relative;
}
.page-template-idea-to-product .top-section .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  height: 80%;
}
.page-template-idea-to-product .top-section .container {
  padding: 50px 25px !important;
  z-index: 2;
}
.page-template-idea-to-product .top-section .sub {
  margin-top: 3.2rem !important;
  margin-bottom: 10px;
}
.page-template-idea-to-product .top-section .image {
  width: 100%;
  height: auto !important;
  aspect-ratio: 6/4.4;
  border-radius: 15px;
  margin-top: 2rem !important;
}
.page-template-idea-to-product .top-section h3 {
  position: relative;
  margin-bottom: 20px;
}
.page-template-idea-to-product .top-section h3::before {
  content: "";
  width: 3.5rem;
  height: 0.25rem;
  position: absolute;
  right: 0;
  top: -25px;
  background-color: #FF1F1F;
  border-radius: 10px;
}
.page-template-idea-to-product .bottom-section .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page-template-idea-to-product .bottom-section .big {
  font-size: 1.55rem;
}
.page-template-idea-to-product .bottom-section .line {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  max-height: 100%;
  transition: height 3s linear;
  width: 2px;
  background-color: #312D2D;
  top: 16rem;
  height: 0;
  transition: 5s;
}
.page-template-idea-to-product .bottom-section .line.active {
  height: 90%;
}
.page-template-idea-to-product .bottom-section h3 {
  color: #373842;
  opacity: 0.3;
}
.page-template-idea-to-product .bottom-section .line, .page-template-idea-to-product .bottom-section .sliding-hex {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
}
.page-template-idea-to-product .bottom-section .sliding-hex {
  top: 24rem;
  width: 11px;
  height: 100px;
  border-radius: 10px;
  background-color: #FF1F1F;
  z-index: 3;
}
.page-template-idea-to-product .bottom-section .container {
  padding: 150px 25px 0 25px !important;
}
.page-template-idea-to-product .bottom-section .sub {
  margin-top: 35px;
}
.page-template-idea-to-product .bottom-section h2 {
  margin-bottom: 200px;
}
.page-template-idea-to-product .bottom-section .row {
  margin-bottom: 130px;
}
.page-template-idea-to-product .bottom-section .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-template-idea-to-product .bottom-section .number-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.page-template-idea-to-product .bottom-section .number-title::after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #FF1F1F;
  border-radius: 10px;
  right: 0;
  bottom: -10px;
  position: absolute;
}
.page-template-idea-to-product .bottom-section .number-title .number {
  margin-left: 15px;
  font-size: 4rem;
}
.page-template-idea-to-product .bottom-section .number-title h3 span {
  font-weight: 900;
  font-size: 4rem;
}
.page-template-idea-to-product .bottom-section .image {
  width: 100%;
  background-color: rgba(55, 56, 66, 0.1);
  border-radius: 10px;
  position: relative;
  aspect-ratio: 1/0.5;
  display: flex;
  justify-content: center;
}
.page-template-idea-to-product .bottom-section .image img {
  transform: translateY(-50px);
}

.blog .selected-projects .col-lg-4 {
  margin-bottom: 40px;
}

.single-accordion {
  max-width: 900px;
}
.single-accordion .top {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 20px 20px 30px;
  border-radius: 10px;
}
.single-accordion .top .title-line {
  display: flex;
  align-items: center;
  width: 95%;
}
.single-accordion .top .title-line .title {
  margin-right: 15px;
  font-size: 1.475rem;
  /* 30/16 */
}
.single-accordion {
  margin-bottom: 50px;
}
.single-accordion .bottom {
  display: none;
  padding: 20px 15px 0px 25px;
}
.single-accordion .arrow {
  transition: 0.6s;
  transform: rotate(90deg);
}
.single-accordion .arrow svg {
  height: 16px;
  width: auto;
}
.single-accordion .line {
  width: 50px;
  height: 10px;
  background-color: #FF1F1F;
  border-radius: 15px;
  transition: 0.7s;
}
.single-accordion .logo {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2392156863);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}
.single-accordion .logo img {
  max-width: 80%;
  max-height: 80%;
  filter: grayscale(1);
}
.single-accordion.active .arrow {
  transform: rotate(0);
}
.single-accordion.active .line {
  width: 100%;
}

.post-type-archive-project .breadcrumbs, .blog .breadcrumbs, body.single-post .breadcrumbs, .post-type-archive-field .breadcrumbs {
  margin-bottom: 15px;
}
.post-type-archive-project .page-wrap.inner .projects-section .shape, .blog .page-wrap.inner .projects-section .shape, body.single-post .page-wrap.inner .projects-section .shape, .post-type-archive-field .page-wrap.inner .projects-section .shape {
  position: absolute;
  right: -22vw;
  bottom: -4%;
}
.post-type-archive-project .page-wrap.inner .projects-section .single-project .read-more, .blog .page-wrap.inner .projects-section .single-project .read-more, body.single-post .page-wrap.inner .projects-section .single-project .read-more, .post-type-archive-field .page-wrap.inner .projects-section .single-project .read-more {
  position: absolute;
  border: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
  transition: 0.4s;
  background-color: #FF1F1F;
  color: #fff;
}
.post-type-archive-project .page-wrap.inner .projects-section .single-project .read-more:hover, .blog .page-wrap.inner .projects-section .single-project .read-more:hover, body.single-post .page-wrap.inner .projects-section .single-project .read-more:hover, .post-type-archive-field .page-wrap.inner .projects-section .single-project .read-more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #373842;
}
.post-type-archive-project .page-wrap.inner .projects-section .single-project:hover .read-more, .blog .page-wrap.inner .projects-section .single-project:hover .read-more, body.single-post .page-wrap.inner .projects-section .single-project:hover .read-more, .post-type-archive-field .page-wrap.inner .projects-section .single-project:hover .read-more {
  opacity: 1;
}
.post-type-archive-project .icons, .blog .icons, body.single-post .icons, .post-type-archive-field .icons {
  position: absolute;
  opacity: 0;
}
.post-type-archive-project .filter, .blog .filter, body.single-post .filter, .post-type-archive-field .filter {
  display: flex;
  flex: 1;
}
.post-type-archive-project .filter form, .blog .filter form, body.single-post .filter form, .post-type-archive-field .filter form {
  width: 100%;
}
.post-type-archive-project .filter svg path, .post-type-archive-project .filter svg rect, .post-type-archive-project .filter svg line, .blog .filter svg path, .blog .filter svg rect, .blog .filter svg line, body.single-post .filter svg path, body.single-post .filter svg rect, body.single-post .filter svg line, .post-type-archive-field .filter svg path, .post-type-archive-field .filter svg rect, .post-type-archive-field .filter svg line {
  fill: #FF1F1F;
  transition: 0.4s;
}
.post-type-archive-project .filter .sf-option-active svg path,
.post-type-archive-project .filter .sf-option-active svg rect,
.post-type-archive-project .filter .sf-option-active svg line, .blog .filter .sf-option-active svg path,
.blog .filter .sf-option-active svg rect,
.blog .filter .sf-option-active svg line, body.single-post .filter .sf-option-active svg path,
body.single-post .filter .sf-option-active svg rect,
body.single-post .filter .sf-option-active svg line, .post-type-archive-field .filter .sf-option-active svg path,
.post-type-archive-field .filter .sf-option-active svg rect,
.post-type-archive-field .filter .sf-option-active svg line {
  fill: #fff;
  transition: 0.4s;
}
.post-type-archive-project .projects-section .projects, .blog .projects-section .projects, body.single-post .projects-section .projects, .post-type-archive-field .projects-section .projects {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.post-type-archive-project .projects-section .container, .blog .projects-section .container, body.single-post .projects-section .container, .post-type-archive-field .projects-section .container {
  padding: 40px 0 200px 0;
}
.post-type-archive-project .top-section .container, .blog .top-section .container, body.single-post .top-section .container, .post-type-archive-field .top-section .container {
  padding: 40px 15px 60px 15px !important;
}
.post-type-archive-project .filter-section .container, .blog .filter-section .container, body.single-post .filter-section .container, .post-type-archive-field .filter-section .container {
  display: flex;
  align-items: center;
}
.post-type-archive-project .filter-section .container .filter-icon, .blog .filter-section .container .filter-icon, body.single-post .filter-section .container .filter-icon, .post-type-archive-field .filter-section .container .filter-icon {
  margin-left: 40px;
}
.post-type-archive-project .searchandfilter, .blog .searchandfilter, body.single-post .searchandfilter, .post-type-archive-field .searchandfilter {
  display: flex;
  justify-content: space-between;
}
.post-type-archive-project .searchandfilter .sf-field-reset, .blog .searchandfilter .sf-field-reset, body.single-post .searchandfilter .sf-field-reset, .post-type-archive-field .searchandfilter .sf-field-reset {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.post-type-archive-project .searchandfilter .search-filter-reset, .blog .searchandfilter .search-filter-reset, body.single-post .searchandfilter .search-filter-reset, .post-type-archive-field .searchandfilter .search-filter-reset {
  font-size: 16px;
  color: #373842;
  text-decoration: underline;
}
.post-type-archive-project .searchandfilter select, .blog .searchandfilter select, body.single-post .searchandfilter select, .post-type-archive-field .searchandfilter select {
  position: relative;
  padding: 7px 12px 7px 15px;
  border-radius: 35px;
  background-image: url("../../images/select-arrow.png");
  background-position: 13px 17px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-color: transparent;
  min-width: 175px;
}
.post-type-archive-project .searchandfilter > ul > li, .blog .searchandfilter > ul > li, body.single-post .searchandfilter > ul > li, .post-type-archive-field .searchandfilter > ul > li {
  margin-right: 20px;
}
.post-type-archive-project .searchandfilter ul, .blog .searchandfilter ul, body.single-post .searchandfilter ul, .post-type-archive-field .searchandfilter ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
.post-type-archive-project .searchandfilter ul h4, .blog .searchandfilter ul h4, body.single-post .searchandfilter ul h4, .post-type-archive-field .searchandfilter ul h4 {
  letter-spacing: 0;
  margin-left: 15px;
  padding: 0;
  font-family: "Assistant", sans-serif;
}
.post-type-archive-project .searchandfilter ul svg, .blog .searchandfilter ul svg, body.single-post .searchandfilter ul svg, .post-type-archive-field .searchandfilter ul svg {
  width: 20px;
  height: auto;
}
.post-type-archive-project .searchandfilter ul > li, .blog .searchandfilter ul > li, body.single-post .searchandfilter ul > li, .post-type-archive-field .searchandfilter ul > li {
  display: flex;
  align-items: center;
}
.post-type-archive-project .searchandfilter ul ul, .blog .searchandfilter ul ul, body.single-post .searchandfilter ul ul, .post-type-archive-field .searchandfilter ul ul {
  padding: 0;
}
.post-type-archive-project .searchandfilter ul ul li, .blog .searchandfilter ul ul li, body.single-post .searchandfilter ul ul li, .post-type-archive-field .searchandfilter ul ul li {
  position: relative;
  border: 1px solid;
  border-radius: 35px;
  padding: 7px 12px;
  padding-right: 15px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition: 0.4s;
  font-size: 1.1rem;
}
.post-type-archive-project .searchandfilter ul ul li.sf-option-active, .blog .searchandfilter ul ul li.sf-option-active, body.single-post .searchandfilter ul ul li.sf-option-active, .post-type-archive-field .searchandfilter ul ul li.sf-option-active {
  background-color: #FF1F1F;
  color: #fff;
}
.post-type-archive-project .searchandfilter ul ul li.sf-option-active svg path, .blog .searchandfilter ul ul li.sf-option-active svg path, body.single-post .searchandfilter ul ul li.sf-option-active svg path, .post-type-archive-field .searchandfilter ul ul li.sf-option-active svg path {
  fill: #fff;
}
.post-type-archive-project .searchandfilter ul ul li label, .blog .searchandfilter ul ul li label, body.single-post .searchandfilter ul ul li label, .post-type-archive-field .searchandfilter ul ul li label {
  margin-right: 10px;
  font-size: 20px;
}
.post-type-archive-project .searchandfilter ul ul li input, .blog .searchandfilter ul ul li input, body.single-post .searchandfilter ul ul li input, .post-type-archive-field .searchandfilter ul ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.post-type-archive-project .single-project, .blog .single-project, body.single-post .single-project, .post-type-archive-field .single-project {
  margin-bottom: 60px;
}
.post-type-archive-project .single-project .title, .blog .single-project .title, body.single-post .single-project .title, .post-type-archive-field .single-project .title {
  font-weight: 600;
}
.post-type-archive-project .single-project .sub, .blog .single-project .sub, body.single-post .single-project .sub, .post-type-archive-field .single-project .sub {
  margin: 0;
  line-height: 1.1;
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.post-type-archive-project .single-project:hover .read-more, .blog .single-project:hover .read-more, body.single-post .single-project:hover .read-more, .post-type-archive-field .single-project:hover .read-more {
  opacity: 1;
}
.post-type-archive-project .single-project .bottom, .blog .single-project .bottom, body.single-post .single-project .bottom, .post-type-archive-field .single-project .bottom {
  opacity: 1 !important;
}

.post-type-archive-field .page-wrap.inner .top-section .container {
  padding-bottom: 15px !important;
}

body.single-project .inner .popup-youtube {
  width: 100%;
  aspect-ratio: 6/3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
  border-radius: 20px;
}
body.single-project .inner .popup-youtube .bg-image {
  border-radius: 20px;
}
body.single-project .inner .popup-youtube .bg-image img {
  border-radius: 20px;
}
body.single-project .inner .popup-youtube .bg-color {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
body.single-project .inner .popup-youtube .icon {
  position: relative;
  z-index: 2;
}
body.single-project .inner h1 {
  font-size: 4rem;
  line-height: 1;
}
body.single-project .inner h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
body.single-project .inner h2::after {
  display: none;
}
body.single-project .inner .projects-section .container {
  padding-bottom: 200px !important;
}
body.single-project .inner .top-banner {
  position: relative;
}
body.single-project .inner .top-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 60px 60px 25px;
}
body.single-project .inner .top-banner .read-more {
  background-color: transparent;
  border-color: #fff;
}
body.single-project .inner .top-banner .read-more:hover {
  background-color: #fff;
}
body.single-project .inner .single-gallery .bg-image {
  width: 100%;
  aspect-ratio: 6/5;
  position: relative;
  border-radius: 20px;
  margin-top: 0;
  height: auto !important;
}
body.single-project .inner .single-gallery .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-project .inner .single-gallery .owl-item {
  height: auto !important;
}
body.single-project .inner .single-gallery .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-project .inner .single-gallery .image-wrapper img {
  border-radius: 15px;
}
body.single-project .inner .bullets {
  margin-top: 20px;
  padding-right: 25px;
}
body.single-project .inner .bullets .single {
  margin-bottom: 40px;
}
body.single-project .inner .bullets .single .text {
  margin-top: 5px;
}
body.single-project .inner .bullets .num-title {
  display: flex;
  align-items: center;
}
body.single-project .inner .bullets .num-title .big {
  margin-left: 10px;
  font-size: 1.4rem;
}
body.single-project .inner .bottom-section .owl-nav {
  top: 40%;
}
body.single-project .inner .bottom-section .row {
  justify-content: center;
}
body.single-project .inner .bottom-section .container {
  padding-right: 65px !important;
  padding-bottom: 40px !important;
}
body.single-project .inner .top-section {
  position: relative;
}
body.single-project .inner .top-section .image {
  width: 100%;
  aspect-ratio: 6/5;
  position: relative;
  border-radius: 20px;
  margin-top: 0;
  height: auto !important;
}
body.single-project .inner .top-section .image img {
  height: 100%;
  position: absolute;
  border-radius: 20px;
}
body.single-project .inner .top-section .image .bg-color {
  z-index: 2;
  border-radius: 20px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
body.single-project .inner .top-section .image .tag {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  padding: 5px 10px 5px 20px;
  display: flex;
  align-items: center;
  color: #373842;
}
body.single-project .inner .top-section .image .tag svg {
  width: 15px;
  height: auto;
}
body.single-project .inner .top-section .image .tag svg path,
body.single-project .inner .top-section .image .tag svg rect {
  fill: #FF1F1F;
}
body.single-project .inner .top-section .image .tag .icon {
  margin-left: 10px;
}
body.single-project .inner .top-section .image .tag .icon img {
  width: 15px;
  height: auto;
}
body.single-project .inner .top-section .container {
  padding: 60px 40px 70px 25px !important;
}
body.single-project .inner .top-section .top-text {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  padding-right: 25px;
}
body.single-project .inner .top-section .box {
  margin-top: 30px;
  padding: 20px 30px 70px 15px;
  position: relative;
}
body.single-project .inner .top-section .box.no-text {
  padding: 30px 30px 30px 15px;
}
body.single-project .inner .top-section .box .bg-color {
  border-radius: 20px;
  background-color: #fff;
  width: 60vw;
  height: 100%;
  right: 0;
  left: auto;
}
body.single-project .inner .top-section .top {
  display: flex;
  padding-right: 30px;
}
body.single-project .inner .top-section .top .right, body.single-project .inner .top-section .top .left {
  display: flex;
  align-items: center;
}
body.single-project .inner .top-section .top .right .field, body.single-project .inner .top-section .top .right .industry, body.single-project .inner .top-section .top .left .field, body.single-project .inner .top-section .top .left .industry {
  margin-right: 10px;
  display: flex;
  border: 1px solid;
  border-radius: 30px;
  padding: 7px 12px;
  color: #373842;
  border-color: #373842;
  transition: 0.4s;
}
body.single-project .inner .top-section .top .right .field:hover, body.single-project .inner .top-section .top .right .industry:hover, body.single-project .inner .top-section .top .left .field:hover, body.single-project .inner .top-section .top .left .industry:hover {
  color: #fff;
  background-color: #FF1F1F;
  border-color: #FF1F1F;
}
body.single-project .inner .top-section .top .right .field:hover svg path, body.single-project .inner .top-section .top .right .field:hover svg rect, body.single-project .inner .top-section .top .right .field:hover svg circle, body.single-project .inner .top-section .top .right .field:hover svg line, body.single-project .inner .top-section .top .right .industry:hover svg path, body.single-project .inner .top-section .top .right .industry:hover svg rect, body.single-project .inner .top-section .top .right .industry:hover svg circle, body.single-project .inner .top-section .top .right .industry:hover svg line, body.single-project .inner .top-section .top .left .field:hover svg path, body.single-project .inner .top-section .top .left .field:hover svg rect, body.single-project .inner .top-section .top .left .field:hover svg circle, body.single-project .inner .top-section .top .left .field:hover svg line, body.single-project .inner .top-section .top .left .industry:hover svg path, body.single-project .inner .top-section .top .left .industry:hover svg rect, body.single-project .inner .top-section .top .left .industry:hover svg circle, body.single-project .inner .top-section .top .left .industry:hover svg line {
  fill: #fff;
}
body.single-project .inner .top-section .top .right .field .text, body.single-project .inner .top-section .top .right .industry .text, body.single-project .inner .top-section .top .left .field .text, body.single-project .inner .top-section .top .left .industry .text {
  margin-top: 0;
}
body.single-project .inner .top-section .top .right .field svg, body.single-project .inner .top-section .top .right .industry svg, body.single-project .inner .top-section .top .left .field svg, body.single-project .inner .top-section .top .left .industry svg {
  margin-left: 7px;
  margin-bottom: 2px;
  width: 20px;
  height: auto;
  transition: 0.4s;
}
body.single-project .inner .top-section .top .right .field svg path, body.single-project .inner .top-section .top .right .field svg rect, body.single-project .inner .top-section .top .right .industry svg path, body.single-project .inner .top-section .top .right .industry svg rect, body.single-project .inner .top-section .top .left .field svg path, body.single-project .inner .top-section .top .left .field svg rect, body.single-project .inner .top-section .top .left .industry svg path, body.single-project .inner .top-section .top .left .industry svg rect {
  fill: #FF1F1F;
}
body.single-project .inner .top-section .top .left {
  margin-right: 40px;
}
body.single-project .inner .single-project {
  margin-bottom: 25px;
}
body.single-project .inner .single-project .title {
  font-weight: 600;
}
body.single-project .inner .single-project .sub {
  margin: 0;
  margin-bottom: 7px;
}
body.single-project .inner .single-project .bottom {
  opacity: 1 !important;
}

.tax-industry .features-section {
  position: relative;
}
.tax-industry .features-section figure {
  display: flex;
  justify-content: center;
}
.tax-industry .features-section .bg-color {
  background-image: linear-gradient(to bottom, #fff, #EEE8E8, #fff);
  width: 100vw;
  height: 150%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tax-industry .features-section h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 5rem;
  line-height: 0.9;
}
.tax-industry .features-section h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  border-radius: 10px;
  background-color: #FF1F1F;
  right: 0;
  bottom: -20px;
}
.tax-industry .features-section .container {
  padding: 0 0 30px 0;
  z-index: 2;
}
.tax-industry .features-section .single {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: 0;
}
.tax-industry .features-section .single .text {
  margin-top: 5px;
}
.tax-industry .features-section .single .image {
  width: 27rem;
  height: 95%;
  margin-right: -25px;
  border-radius: 20px;
}
.tax-industry .features-section .single .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
}
.tax-industry .features-section .single .right {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.tax-industry .features-section .single:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}
.tax-industry .features-section .single:nth-of-type(even) .image {
  margin-left: -25px;
  margin-right: 0;
}
.tax-industry .top-section {
  position: relative;
  z-index: 3;
}
.tax-industry .top-section .col-lg-6 {
  position: relative;
}
.tax-industry .top-section .container {
  padding: 90px 15px 120px 40px !important;
}
.tax-industry .top-section .image {
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 80% !important;
  aspect-ratio: 8/7;
  border-radius: 15px;
  position: absolute;
  left: 0;
  height: auto !important;
}
.tax-industry .top-section .text {
  margin-top: 4px;
  font-size: 1.2rem;
}
.tax-industry .top-section h3 {
  position: relative;
}
.tax-industry .top-section h3::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  border-radius: 10px;
  background-color: #FF1F1F;
  right: 0;
  top: -25px;
}
.tax-industry .top-banner {
  background-color: #373842;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.tax-industry .top-banner h1 {
  font-size: 5rem;
}
.tax-industry .top-banner .big {
  padding-right: 3px;
}
.tax-industry .top-banner .container {
  padding: 70px 15px;
}
.tax-industry .top-banner .icon-title {
  display: flex;
  align-items: flex-end;
}
.tax-industry .top-banner .icon-title svg {
  width: 3.8rem;
  height: auto;
  margin-left: 20px;
  margin-bottom: 0.5rem;
  margin-top: 20px;
}
.tax-industry .numbers-section {
  position: relative;
  z-index: 3;
}
.tax-industry .numbers-section .container {
  padding: 70px 0 150px 0;
}
.tax-industry .numbers-section h2 {
  margin-bottom: 80px;
}
.tax-industry .numbers-section h2::after {
  display: none;
}
.tax-industry .numbers-section h3 {
  font-weight: 500;
  line-height: 1.2;
}
.tax-industry .numbers-section .single {
  margin-bottom: 40px;
}
.tax-industry .numbers-section .single .text {
  margin-top: 0;
}
.tax-industry .numbers-section .top {
  display: flex;
}
.tax-industry .numbers-section .top .number {
  margin-left: 13px;
  line-height: 1.1;
  font-size: 2.4rem;
}
.tax-industry .projects-section .container {
  padding-bottom: 200px;
}
.tax-industry .projects-section .read-more.mobile {
  display: none;
}
.tax-industry .single-project {
  margin-bottom: 60px;
}
.tax-industry .single-project .bg-image {
  height: 370px;
}
.tax-industry .single-project .title {
  font-weight: 600;
}
.tax-industry .single-project .sub {
  margin: 0;
  line-height: 1.1;
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.tax-industry .single-project .read-more {
  position: absolute;
  border: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
  transition: 0.4s;
  background-color: #FF1F1F;
  color: #fff;
}
.tax-industry .single-project:hover .read-more {
  opacity: 1;
}
.tax-industry .single-project .bottom {
  opacity: 1 !important;
}

.customize-section .container {
  padding: 100px 0 150px 0;
}
.customize-section .row {
  justify-content: center;
}
.customize-section h2 {
  margin-bottom: 60px;
}
.customize-section h2::after {
  display: none;
}
.customize-section .single {
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.customize-section .single h3 {
  font-weight: 500;
}
.customize-section .single .text {
  margin: 10px 0 25px 0;
}
.customize-section .single::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  border-radius: 10px;
  background-color: #FF1F1F;
  top: 0;
  right: 0;
}

.breadcrumbs, .bread {
  color: #fff;
}
.breadcrumbs a, .bread a {
  color: #fff;
}

.kk-star-ratings {
  flex-direction: row-reverse !important;
}
.kk-star-ratings .kksr-legend {
  margin-right: 0 !important;
}

body.single-post #gallery-block .image-wrapper {
  height: 400px;
}
body.single-post #gallery-block .image-wrapper figure {
  height: 100%;
}
body.single-post #gallery-block .image-wrapper img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}
body.single-post .popup-youtube, body.single-post iframe {
  border-radius: 20px;
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.single-post .popup-youtube .icon, body.single-post iframe .icon {
  position: relative;
  z-index: 2;
}
body.single-post .dates-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
body.single-post h2 {
  line-height: 0.9;
}
body.single-post .share {
  margin-right: 25px;
  display: flex;
}
body.single-post .share span {
  display: block;
  margin-left: 15px;
}
body.single-post .share .icons {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  position: static;
}
body.single-post .share .icons img, body.single-post .share .icons svg {
  height: 25px;
  width: auto;
  margin-left: 25px;
}
body.single-post .share .icons img path, body.single-post .share .icons svg path {
  fill: #373842;
}
body.single-post .share .icon {
  margin-bottom: 10px;
}
body.single-post .breadcrumbs {
  margin-bottom: 15px;
}
body.single-post .content ul, body.single-post .content ol {
  font-size: 0.95rem;
  padding-right: 1.1rem;
}
body.single-post .read-more.bottom {
  margin: 10px 0 0 0;
}
body.single-post .main-section .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
body.single-post .main-section .nav .read-more {
  margin-bottom: 20px;
  margin-left: 20px;
}
body.single-post .main-section .image {
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 3/1;
  margin-top: 15px;
}
body.single-post .main-section .container {
  padding-top: 60px;
}
body.single-post .blocks {
  position: relative;
}
body.single-post .blocks .top-img img {
  width: 100%;
  max-width: 415px;
  height: auto;
  border-radius: 20px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
body.single-post .blocks img,
body.single-post .blocks .bg-color {
  border-radius: 20px;
}
body.single-post .blocks .image {
  width: auto;
  height: 370px;
  aspect-ratio: 1/0.9;
  border-radius: 20px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
body.single-post .single-block {
  margin-bottom: 40px;
  max-width: 45vw;
  scroll-margin-top: 5rem;
}
body.single-post .page-wrap.inner h2 {
  font-size: 3.5rem;
  margin-bottom: 55px;
  margin-top: 15px;
}
body.single-post .more-section {
  position: relative;
}
body.single-post .more-section .shape {
  position: absolute;
  right: -23vw;
  bottom: -40%;
}
body.single-post .more-section .shape img {
  max-width: 49vw;
}
body.single-post .faq-section .container {
  padding: 60px 15px;
}
body.single-post .projects-section .container {
  padding-bottom: 100px;
}
body.single-post .projects-section .title-read {
  max-width: 100%;
}

.page-template-simple-content .error-container h1 {
  margin-bottom: 40px;
  text-align: right;
  margin-right: 0;
  font-size: 4rem;
}
.page-template-simple-content .content ul {
  padding-right: 1.2rem;
  font-size: 1rem;
}

.page-template-contact .accept {
  padding-right: 10px;
  padding-left: 10px;
}
.page-template-contact .accept .wpcf7-acceptance::before, .page-template-contact .accept .accept .wpcf7-checkbox::before {
  border-color: #373842;
}
.page-template-contact .accept input[type=checkbox]:checked + span::before {
  color: #373842;
}
.page-template-contact .wpcf7-spinner {
  position: absolute;
  left: -10px;
  top: -10px;
}
.page-template-contact form {
  color: #373842;
}
.page-template-contact form > p {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.page-template-contact form input[type=submit]:hover {
  background-color: #fff;
  color: #373842;
}
.page-template-contact form label {
  color: #373842;
}
.page-template-contact .contact-section .container {
  padding: 40px 15px 90px 15px;
}
.page-template-contact .bg-color {
  z-index: -1;
  border-radius: 1.6rem;
}
.page-template-contact .bg-image {
  z-index: -2;
}
.page-template-contact .col-lg-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 90px 125px 90px 20px;
}
.page-template-contact .col-lg-6 .bg-image {
  border-radius: 1.6rem;
  background-position: 37% 50%;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-size: 17px;
  border-color: #fff;
  padding: 5px;
  margin: 15px 0 0 0;
}

/****** General ******/
.credit-accessibility {
  display: flex;
  align-items: center;
}
.credit-accessibility .credit {
  margin-right: 20px;
}

body #acwp-toolbar-btn-wrap {
  top: auto !important;
  left: 5px !important;
  bottom: 5px;
}

.cky-btn {
  margin: 0 0 0 8px !important;
}

figure {
  margin: 0;
}

#footer-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 40px auto;
}
#footer-menu > li {
  padding-left: 40px;
}
#footer-menu > li > a {
  font-size: 0.95rem;
  font-weight: bold;
}
#footer-menu ul {
  list-style: none;
  padding: 5px 2px 0 0;
  margin: 0;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #373842 !important;
  margin: 0 4px;
}
.owl-dots button.active {
  background-color: #FF1F1F !important;
}

.primary {
  color: #FF1F1F;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  position: absolute;
}

.page-id-891 .kk-star-ratings {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 1.1rem;
  display: block;
  padding: 3px 13px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #373842;
  color: #373842;
  margin: 0 4px 4px 0;
  transition: 0.4s;
}
.pagination .page-numbers:hover {
  background-color: #FF1F1F;
  border-color: #FF1F1F;
  color: #fff;
}
.pagination .page-numbers:hover.current {
  background-color: #fff;
  color: #373842;
  cursor: not-allowed;
}

.accept {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
.accept * {
  width: 100%;
}
.accept a {
  width: auto !important;
  margin-right: 5px;
}
.accept p:last-of-type {
  justify-content: flex-start !important;
}
.accept .privacy-policy-link {
  color: #fff;
}
.accept .wpcf7-form-control-wrap {
  display: flex;
}
.accept a,
.accept .privacy-policy-link {
  text-decoration: underline;
  color: #FF1F1F;
}
.accept .gdpr-label-text {
  font-size: 15px;
  line-height: 1.5;
  max-width: 375px;
  color: #fff;
}
.accept .wpcf7-checkbox {
  position: relative;
}
.accept .wpcf7-list-item {
  display: flex;
}
.accept label {
  max-width: 530px;
}
.accept .wpcf7-acceptance label::before, .accept .wpcf7-acceptance label::after {
  display: none;
}
.accept .wpcf7-acceptance label .gdpr-label-text {
  margin-top: 0;
}
.accept .wpcf7-acceptance .wpcf7-list-item {
  margin-right: 10px;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2);
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 4px;
  right: -7px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  height: 20px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  right: -3px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}

.read-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.dates {
  display: flex;
  margin: 15px 0;
}
.dates .published {
  margin-left: 20px;
}

.ratings {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ratings .kksr-legend {
  font-size: 1.3rem !important;
  color: #373842 !important;
  font-weight: 600;
}
.ratings.top {
  margin-top: 0;
}

footer {
  padding: 20px 50px;
  font-size: 16px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1325px;
  margin: 0 auto;
}
footer .container {
  max-width: 100%;
  background-color: #373842;
  padding: 50px 30px 20px 30px;
  border-radius: 30px;
}
footer .container .rights-credit {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.read-more {
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  transition: 0.4s;
  border: 2px solid #373842;
  background-color: #373842;
  border-radius: 30px;
}
.read-more:hover {
  background-color: #fff;
  color: #373842;
}
.read-more.primary {
  border-color: #FF1F1F;
  background-color: #FF1F1F;
}
.read-more.primary.white:hover {
  color: #fff;
}
.read-more.primary:hover {
  background-color: transparent;
  color: #373842;
}
.read-more.transparent {
  background-color: transparent;
  border-color: #FF1F1F;
}
.read-more.transparent:hover {
  background-color: #FF1F1F;
}
.read-more.opp {
  background-color: transparent;
  color: #373842;
}
.read-more.opp:hover {
  background-color: #373842;
  color: #fff;
}

.huge {
  font-size: 1.5rem;
}

.big {
  font-size: 1.25rem;
}

.small {
  font-size: 0.9rem;
}

.tiny {
  font-size: 0.8rem;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

@keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-17px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 35px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FF1F1F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 9999;
  transform: translate(0);
}

.position-left {
  transform: translateY(-120vh);
  left: 0;
}

.position-right {
  transform: translateY(120vh);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #FF1F1F;
  border-bottom: 1px solid #FF1F1F;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 0 0 0;
  margin: 0;
  text-align: center;
}
ul#mobile-menu li {
  position: relative;
  display: block;
  text-align: center;
}
ul#mobile-menu li.menu-item-has-children > a {
  padding-bottom: 5px;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 15px;
  color: #fff;
  transition: 0.4s;
}
ul#mobile-menu li a:hover {
  color: #FF1F1F;
}
ul#mobile-menu > li {
  position: relative;
}
ul#mobile-menu > li::after {
  content: "";
  width: 130px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #FF1F1F;
  bottom: -5px;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1.2rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #FF1F1F;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1650px) {
  html {
    font-size: 18px;
  }
  header {
    padding: 0 30px;
    top: 18px;
  }
  header .bg-color {
    right: 30px;
  }
  header.active .bg-color {
    width: calc(100% - 60px) !important;
  }
  header .logo img {
    max-width: 80px;
  }
  .post-type-archive-field .page-wrap.inner .top-section .container {
    padding-bottom: 0 !important;
  }
  .page-template-contact .main-bg-color {
    height: 200vh;
  }
  .page-template-contact .contact-section .container {
    padding-bottom: 40px;
  }
  .page-template-contact .col-lg-6 {
    padding: 40px 70px 40px 15px;
  }
  body.single-post .popup-youtube, body.single-post iframe {
    height: 250px;
    min-height: 250px;
  }
  body.single-post #gallery-block .image-wrapper {
    height: 250px;
  }
  body.single-post .single-block {
    max-width: 53vw;
  }
  body.single-post .page-wrap.inner h1 {
    font-size: 3.7rem;
  }
  body.single-post h2 {
    font-size: 2.9rem;
  }
  body.single-post .single-accordion {
    margin-bottom: 20px;
  }
  body.single-post .faq-section .container {
    padding: 10px 0 25px 0;
  }
  .customize-section h2 {
    margin-bottom: 40px;
  }
  .customize-section .container {
    padding: 10px 0 80px 0;
  }
  .tax-industry .top-banner h1 {
    font-size: 4.2rem !important;
  }
  .tax-industry .top-banner .icon-title svg {
    width: 3rem;
  }
  .tax-industry .numbers-section h2 {
    margin-bottom: 40px;
  }
  .tax-industry .numbers-section .container {
    padding: 70px 0;
  }
  .tax-industry .features-section .single h2::after {
    bottom: -15px;
  }
  .tax-industry .features-section .single .right {
    padding: 30px 25px;
  }
  .tax-industry .top-section .container {
    padding-left: 40px !important;
  }
  .tax-industry .top-section .image {
    aspect-ratio: 7/5;
  }
  body.single-project .inner .popup-youtube {
    margin-top: 60px;
  }
  body.single-project .inner .top-section .container {
    padding: 40px 40px 50px 25px !important;
  }
  body.single-project .inner .top-section h1 {
    font-size: 3rem;
  }
  body.single-project .inner .top-section .box {
    margin-top: 30px;
    padding: 25px 30px 50px 15px;
  }
  .post-type-archive-project .top-section .container {
    padding: 30px 15px 20px 15px !important;
  }
  .post-type-archive-project .searchandfilter > ul > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-type-archive-project .searchandfilter > ul > li h4 {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .page-template-idea-to-product .bottom-section .row {
    margin-bottom: 100px;
  }
  .page-template-idea-to-product .bottom-section .row:last-of-type {
    margin-bottom: 25px;
  }
  .page-template-idea-to-product .bottom-section .sliding-hex {
    top: 13rem;
  }
  .page-template-idea-to-product .bottom-section .line {
    top: 9rem;
  }
  .page-template-idea-to-product .bottom-section h2 {
    margin-bottom: 100px;
  }
  .page-template-idea-to-product .bottom-section .container {
    padding-top: 50px !important;
  }
  body.single-field .page-wrap.inner .top-banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  body.single-field .page-wrap.inner .projects-section .projects {
    width: 100%;
    max-width: 100%;
  }
  body.single-field .page-wrap.inner .projects-section h2 {
    margin-bottom: 0;
  }
  body.single-field .page-wrap.inner .projects-section .owl-nav {
    top: 25%;
  }
  body.single-field .page-wrap.inner h1 {
    font-size: 3.5rem;
  }
  body.single-field .blocks .container {
    padding: 50px 0px 0 0px;
  }
  body.single-field .block {
    margin-bottom: 60px;
  }
  body.single-field .block .image,
  body.single-field .block .popup-youtube {
    min-height: 300px;
  }
  body.single-field .block.gallery-block .image, body.single-field .block.gallery-block .popup-youtube {
    height: 400px;
    width: 90%;
  }
  body.single-field .block.gallery-block .owl-carousel .owl-prev {
    left: -10px;
  }
  body.single-field .block.gallery-block .owl-carousel .owl-next {
    right: -10px;
  }
  body.single-field .block.gallery-block .image {
    width: 90%;
  }
  body.single-field .block.numbers-block {
    margin-bottom: 40px;
  }
  body.single-field .block.numbers-block .single {
    margin-bottom: 25px;
  }
  body.single-field .block.numbers-block .numbers-text {
    margin: 15px auto 25px auto;
  }
  body.single-field .block.image-text-block .row {
    margin-bottom: 50px;
  }
  .page-wrap {
    padding: 95px 30px 0 30px;
  }
  .page-wrap.inner h1,
  .page-wrap.inner h2 {
    font-size: 4.5rem;
  }
  .page-wrap.inner .top-banner .container {
    padding: 40px 25px 50px 25px;
  }
  .page-wrap.inner .top-section .image {
    margin-top: 20px;
    height: 300px;
  }
  .page-wrap.inner .top-section .container {
    padding: 60px 25px 30px 15px;
  }
  .page-wrap.inner .bottom-section .container {
    padding-bottom: 40px;
  }
  footer {
    padding: 10px 30px;
  }
  .flex_container {
    padding: 0 10px 0 15px;
  }
  ul#main-menu > li.menu-item-has-children > a::before {
    left: 2px;
    top: 1.2rem;
    font-size: 21px;
  }
  ul#main-menu > li > a {
    padding: 22px 15px;
  }
  .idea-section .single-idea .text {
    margin-top: 0px;
  }
  .idea-section .single-idea .number {
    font-size: 5rem;
  }
  .idea-section .row::after {
    top: 115px;
    border-bottom: 2px solid;
  }
  .idea-section .row .line {
    top: 111px;
  }
  .contact-section h2 {
    font-size: 4.5rem !important;
  }
  .contact-section input, .contact-section textarea {
    padding: 5px;
  }
  .contact-section .container {
    padding: 70px 25px 50px 25px;
  }
  .clients-section .container {
    padding-bottom: 130px;
  }
  .clients-section h2 {
    margin-bottom: 25px;
  }
  .clients-section .shape {
    top: 23vh;
  }
  .clients-section .clients .single-client {
    width: auto;
    max-width: 150px;
    max-height: 70px;
    margin-left: 40px;
  }
  .clients-section .clients .single-client img {
    max-height: 100%;
    width: auto;
  }
  .projects-section .container {
    padding: 60px 15px 50px 15px;
  }
  .projects-section .single-project .bg-image {
    height: 320px;
  }
  .fields-section .container {
    padding-bottom: 50px;
  }
  .fields-section h3 {
    font-size: 2.2rem;
  }
  .fields-section .field {
    height: 275px;
    padding: 15px;
  }
  .fields-section .sub {
    margin-bottom: 25px;
  }
  .homepage .projects-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .homepage h1 {
    font-size: 4.5rem;
  }
  .homepage h2 {
    font-size: 4.3rem;
  }
  .homepage .top-arrow {
    margin: 20px 0 50px 0;
  }
  .homepage .industry {
    padding-right: 4px;
  }
  .homepage .industry .arrow {
    left: 15px;
    top: 48%;
  }
  .homepage .industry .arrow svg {
    height: 10px;
  }
  .homepage .industry .title {
    font-size: 2.2rem;
  }
  .homepage .industry .icon {
    width: 45px;
    height: 45px;
    margin-left: 15px;
    margin-top: 0.35rem;
  }
  .homepage .industry .bg-color {
    max-width: 50px;
    height: 50px;
  }
  .homepage .top-section .sub {
    margin: 15px 0 20px 0;
  }
  .homepage .top-section .container {
    padding: 70px 15px;
  }
  .idea-section .container {
    padding: 40px 15px 60px 15px;
  }
  .idea-section .single-idea img {
    max-height: 200px;
  }
  .idea-section .single-idea h3 {
    font-size: 1.9rem;
  }
  .idea-section .single-idea .inner {
    margin-top: 55px;
  }
  .idea-section .idea-text {
    margin: 0 auto 40px auto;
  }
}
/* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  body.single-post h1 {
    font-size: 3.2rem;
    line-height: 1;
  }
  body.single-post .dates-share {
    flex-direction: column;
    align-items: flex-start;
  }
  body.single-post .dates-share .share {
    margin-right: 0;
  }
  body.single-post .share .icons img, body.single-post .share .icons svg {
    height: 20px;
    width: auto;
    margin-left: 15px;
  }
  body.single-post .single-block {
    max-width: 100%;
  }
  body.single-post .blocks .top-img img {
    position: static;
    margin-bottom: 25px;
    max-width: 100%;
    max-height: 300px;
    width: auto;
  }
  body.single-post .blocks .image {
    position: static;
    margin-bottom: 25px;
    height: 250px;
  }
  .fields-section .fields {
    flex-wrap: wrap;
  }
  .fields-section .field {
    width: 32%;
    margin-bottom: 20px;
  }
  .read-wrapper {
    margin-top: 25px;
  }
  .idea-section .row .line {
    height: 90px;
    width: 8px;
    top: 0;
    right: -5px;
    padding: 0 !important;
  }
  .idea-section .idea-text {
    margin-bottom: 25px;
  }
  .idea-section .container {
    padding-bottom: 40px;
    padding-top: 5px;
  }
  .idea-section .single-idea {
    margin-bottom: 15px;
    height: auto;
  }
  .idea-section .single-idea img {
    max-height: 110px;
    margin-top: -10px;
  }
  .idea-section .single-idea .number {
    font-size: 5.2rem;
  }
  .idea-section .single-idea .inner {
    margin-top: 3px;
  }
  .idea-section .row {
    margin-right: -5px;
    border-right: 2px solid #373842;
  }
  .idea-section .row::after {
    display: none;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .accept .wpcf7-list-item-label {
    padding-top: 4px;
  }
  .post-type-archive-field .projects-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .post-type-archive-field .projects-section .container .single-project {
    margin-bottom: 25px;
  }
  .page-template-contact .contact-section .container {
    padding: 20px 15px 30px 15px;
  }
  .page-template-contact .col-lg-6 {
    padding: 50px 20px 10px 15px;
  }
  #footer-menu {
    display: none;
  }
  .footer-text {
    text-align: center;
    margin-bottom: 20px;
  }
  body.single-post .share {
    margin-top: 0px;
  }
  body.blog .col-lg-4:last-of-type .single-project {
    margin-bottom: 0;
  }
  body.blog .single-project {
    margin-bottom: 30px;
  }
  body.blog .single-project .read-more {
    opacity: 1;
  }
  body.blog .page-wrap.inner .projects-section .container {
    padding-top: 40px;
  }
  .page-template-about .single-project .read-more,
  .page-template-idea-to-product .single-project .read-more {
    opacity: 1;
  }
  .owl-dots {
    margin-top: 25px;
  }
  .page-template-about .page-wrap.inner h2::after {
    bottom: -22px;
  }
  .page-template-about .page-wrap.inner .top-section .container {
    padding-top: 40px;
  }
  .page-template-about .page-wrap.inner .top-banner .container {
    padding: 45px 15px 40px 15px;
  }
  .page-template-about h1 {
    text-align: center;
  }
  .page-template-about .top-banner .bg-image {
    background-position: 75% 50%;
  }
  .customize-section .container {
    padding-bottom: 40px;
  }
  .customize-section h2 {
    text-align: center;
  }
  .customize-section .col-lg-5 {
    margin-bottom: 40px;
  }
  .customize-section .single {
    padding-right: 16px;
  }
  .tax-industry .page-wrap.inner .top-section .icon-title svg {
    width: 2.5rem;
  }
  .tax-industry .page-wrap.inner .top-section .image {
    width: 100% !important;
  }
  .tax-industry .page-wrap.inner .projects-section .single-project {
    margin-bottom: 30px;
  }
  .tax-industry .page-wrap.inner .projects-section h2::after {
    bottom: -20px;
  }
  .tax-industry .page-wrap.inner .projects-section .read-more.desktop {
    display: none;
  }
  .tax-industry .page-wrap.inner .projects-section .read-more.mobile {
    display: inline-block;
  }
  .tax-industry .page-wrap.inner h1 {
    font-size: 3.6rem !important;
  }
  .tax-industry .page-wrap.inner h2 {
    font-size: 3.2rem;
  }
  .tax-industry .page-wrap.inner .features-section .single {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .tax-industry .page-wrap.inner .features-section .single .right {
    width: 100%;
    max-width: 100%;
  }
  .tax-industry .page-wrap.inner .features-section .single .image {
    width: 90%;
    margin: -15px auto 0 auto;
    height: 215px;
  }
  .tax-industry .page-wrap.inner .features-section .single h2::after {
    bottom: -17px;
  }
  .tax-industry .page-wrap.inner .features-section .single .right {
    padding: 30px 25px;
  }
  .tax-industry .page-wrap.inner .icon-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .tax-industry .page-wrap.inner .icon-title svg {
    width: 3.2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .tax-industry .page-wrap.inner .numbers-section .single {
    margin-bottom: 30px;
  }
  .tax-industry .page-wrap.inner .numbers-section h2 {
    margin-bottom: 25px;
    text-align: right;
  }
  .tax-industry .page-wrap.inner .numbers-section .container {
    padding: 50px 15px;
  }
  .tax-industry .page-wrap.inner .top-section .container {
    padding: 80px 15px 40px 15px !important;
  }
  .tax-industry .page-wrap.inner .top-section .image {
    position: static;
    margin-top: 10px;
  }
  body.single-project .inner h2 {
    line-height: 1;
  }
  body.single-project .inner .bullets .single {
    padding-right: 20px;
  }
  body.single-project .inner .projects-section .container {
    padding-bottom: 0 !important;
  }
  body.single-project .inner .bottom-section .row {
    justify-content: flex-start;
  }
  body.single-project .inner .bottom-section .single-gallery .owl-nav {
    top: 40%;
  }
  body.single-project .inner .bottom-section .container {
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-bottom: 65px;
  }
  body.single-project .inner .bottom-section .single {
    margin-bottom: 20px;
  }
  body.single-project .inner .bottom-section .num-title .big {
    font-size: 1.7rem;
  }
  body.single-project .inner .top-section h1 {
    font-size: 2.5rem;
  }
  body.single-project .inner .top-section .top {
    flex-direction: column;
    align-items: flex-start;
  }
  body.single-project .inner .top-section .top .left {
    margin-right: 0;
    margin-top: 10px;
  }
  body.single-project .inner .top-section h2 {
    font-size: 2.5rem;
  }
  body.single-project .inner .top-section .box {
    margin-top: 25px;
    padding: 25px 30px 20px 30px;
  }
  body.single-project .inner .top-section .box.no-text {
    padding: 30px 15px 30px 15px;
  }
  body.single-project .inner .top-section .box .bg-color {
    width: 93%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
  }
  body.single-project .inner .top-section .box .top-text {
    margin-top: 15px;
  }
  body.single-project .inner .top-section .container {
    padding: 40px 0px 40px 0px !important;
  }
  body.single-project .inner .top-banner .container {
    flex-direction: column;
    padding: 60px 15px !important;
  }
  body.single-project .inner .top-banner .container h2 {
    margin-bottom: 20px !important;
  }
  .post-type-archive-project h1 {
    font-size: 3.5rem;
  }
  .post-type-archive-project .filter {
    width: 100%;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .container {
    padding: 0 0px 15px 0px;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project {
    margin-bottom: 40px;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project .bg-color {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project .tag {
    max-width: 350px;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project .tag .title {
    max-width: 300px;
    transform: translate(0, 0);
    opacity: 1;
    line-height: 1.1;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project .tag svg {
    width: 16px;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project .read-more {
    opacity: 1;
  }
  .post-type-archive-project .page-wrap.inner .projects-section .single-project .sub {
    margin-top: 3px;
  }
  .post-type-archive-project .filter-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-type-archive-project .filter-section .container .filter-icon {
    margin-bottom: -30px;
  }
  .post-type-archive-project .searchandfilter .sf-field-reset {
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-right: 1rem;
  }
  .post-type-archive-project .searchandfilter > ul > li {
    margin-right: 0;
    margin-bottom: 4px;
    align-items: center;
  }
  .post-type-archive-project .searchandfilter ul {
    flex-wrap: wrap;
  }
  .post-type-archive-project .searchandfilter ul ul {
    justify-content: space-between;
  }
  .post-type-archive-project .searchandfilter ul ul svg {
    width: 15px;
  }
  .post-type-archive-project .searchandfilter ul ul li {
    margin: 0 0 10px 5px;
    width: 48%;
    padding: 6px;
  }
  .post-type-archive-project .searchandfilter ul ul li label {
    margin-right: 5px;
    font-size: 17px;
  }
  .page-template-idea-to-product h1 {
    text-align: center;
  }
  .page-template-idea-to-product .bottom-section .image {
    margin-top: 65px;
  }
  .page-template-idea-to-product .bottom-section .line, .page-template-idea-to-product .bottom-section .sliding-hex {
    left: auto;
  }
  .page-template-idea-to-product .bottom-section .row {
    flex-direction: column-reverse !important;
    margin-bottom: 45px;
  }
  .page-template-idea-to-product .bottom-section .sub {
    margin-top: 25px;
  }
  .page-template-idea-to-product .bottom-section .number-title {
    margin-bottom: 25px;
  }
  .page-template-idea-to-product .bottom-section .number-title .number {
    margin-left: 10px;
    font-size: 3rem;
  }
  .page-template-idea-to-product .bottom-section .number-title h3 span {
    font-size: 2.7rem;
  }
  .page-template-idea-to-product .bottom-section .line {
    right: 0;
  }
  .page-template-idea-to-product .bottom-section .sliding-hex {
    right: -9px;
  }
  .page-template-idea-to-product .bottom-section .container {
    padding: 20px 25px 50px 15px !important;
  }
  body.single-field .projects-section h2 {
    font-size: 2.5rem;
  }
  body.single-field .projects-section h3 {
    font-size: 1.7rem;
  }
  body.single-field .page-wrap.inner .title-read .right {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 25px;
  }
  body.single-field .page-wrap.inner .title-read .right h2 {
    margin-bottom: 10px;
    margin-left: 0;
  }
  body.single-field .blocks h2 {
    font-size: 3.3rem;
    text-align: right;
    line-height: 1;
  }
  body.single-field .blocks .top-img img {
    position: static;
    margin-bottom: 25px;
    max-width: 100%;
    max-height: 200px;
    width: auto;
  }
  body.single-field .blocks .container {
    padding-top: 45px;
  }
  body.single-field .block.image-text-block .image {
    margin-top: 15px;
  }
  body.single-field .block.gallery-block .image,
  body.single-field .block.gallery-block .popup-youtube {
    height: 320px;
    width: 92%;
  }
  body.single-field .block.numbers-block {
    padding: 0 10px;
  }
  body.single-field .block.numbers-block h2 {
    margin-bottom: 15px;
  }
  body.single-field .block.numbers-block .single {
    margin-bottom: 20px;
  }
  body.single-field .block.numbers-block .single .top .number {
    font-size: 2.1rem;
    margin-left: 8px;
  }
  body.single-field .block.numbers-block .single .text {
    margin-top: 2px;
  }
  body.single-field .block.background-block h2 {
    font-size: 3.9rem;
    margin-bottom: 10px;
    text-align: center;
  }
  body.single-field .block.background-block h3 {
    text-align: center;
  }
  body.single-field .block.background-block .image {
    padding: 25px;
  }
  body.single-field .block.background-block .col-lg-4 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.single-field .block .text > p strong {
    margin: -5px 0;
    display: block;
  }
  body.single-field .block .image, body.single-field .block .popup-youtube {
    min-height: 215px;
  }
  .page-wrap.inner {
    padding: 100px 15px 0 15px;
  }
  .page-wrap.inner h1 {
    text-align: center;
  }
  .page-wrap.inner h2 {
    margin-bottom: 30px;
  }
  .page-wrap.inner h3 {
    font-size: 2.1rem;
  }
  .page-wrap.inner .top-banner .bg-color, .page-wrap.inner .top-banner .bg-image, .page-wrap.inner .top-banner .bg-grad {
    border-radius: 10px;
  }
  .page-wrap.inner .top-banner .container {
    padding: 30px 15px 40px 15px;
  }
  .page-wrap.inner .top-section .image {
    margin-top: 5px;
    height: 230px;
  }
  .page-wrap.inner .top-section .container {
    padding: 40px 15px 30px 15px;
  }
  .page-wrap.inner .bottom-section .container {
    padding: 0 15px 40px 15px;
  }
  .page-wrap.inner .projects-section .container {
    padding: 0 15px 40px 15px;
  }
  .page-wrap.inner .projects-section .owl-item .single-project .bottom {
    opacity: 1;
  }
  .page-wrap.inner .projects-section .owl-item.active .single-project .bottom {
    opacity: 1;
  }
  footer .container {
    border-radius: 15px;
    padding: 30px 30px 20px 30px;
  }
  footer .container .rights-credit {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .container .rights-credit .rights {
    margin-bottom: 5px;
  }
  header {
    padding: 0 15px;
    top: 15px;
  }
  header.active .bg-color {
    width: calc(100% - 30px) !important;
  }
  header .bg-color {
    right: 15px;
  }
  header .logo img {
    max-width: 55px;
  }
  .contact-section .bg-image {
    background-position: 60% 50%;
  }
  .contact-section .duo label {
    width: 95%;
  }
  .contact-section h2 {
    font-size: 4rem !important;
    margin-bottom: 25px !important;
  }
  .contact-section .social {
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .contact-section .social .single {
    margin-left: 15px;
  }
  .contact-section .social .single svg {
    height: 20px;
  }
  .contact-section h2 {
    margin-bottom: 25px;
  }
  .contact-section .container {
    padding: 45px 15px 25px 15px;
  }
  .clients-section .container {
    padding: 0px 15px 40px 15px;
  }
  .owl-carousel .owl-next::before, .owl-carousel .owl-prev::before {
    background-size: 15px;
    height: 45px;
    width: 15px;
  }
  .owl-carousel .owl-next {
    right: -22px;
  }
  .owl-carousel .owl-prev {
    left: -22px;
  }
  .projects-section .projects {
    max-width: 92%;
  }
  .projects-section .title-read .read-more {
    min-width: 122px;
    margin-right: 10px;
  }
  .projects-section .single-project .tag .icon {
    margin-left: 5px;
  }
  .projects-section .single-project .tag .icon img {
    max-height: 16px;
    width: auto;
  }
  .projects-section .single-project .bg-image {
    height: 270px;
  }
  .page-wrap.inner .projects-section .owl-item.active .single-project .bg-image, .page-wrap.inner .projects-section .single-project .bg-image {
    height: 270px;
  }
  .read-more {
    padding: 5px 14px;
  }
  .fields-section .container, .idea-section .container, .projects-section .container, .clients-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .idea-section .single-idea {
    margin-bottom: 28px;
    padding-right: 10px;
  }
  .idea-section .single-idea .top {
    display: flex;
    align-items: center;
  }
  .idea-section .single-idea .top .number {
    margin-left: 10px;
    line-height: 0.8;
    font-size: 4.4rem;
  }
  .idea-section .single-idea .text {
    margin-top: 3px;
  }
  .idea-section .single-idea .text.mobile {
    display: block;
  }
  .idea-section .single-idea .text.desktop {
    display: none;
  }
  .footer-logo img {
    max-width: 55px;
  }
  .clients-section .clients {
    justify-content: space-between;
  }
  .clients-section .clients .single-client {
    width: 45%;
    margin: 0 0 20px 0;
  }
  .clients-section .clients .single-client img {
    max-height: 45px;
  }
  .fields-section .fields {
    flex-wrap: wrap;
  }
  .fields-section .field {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
  }
  .fields-section .field h3 {
    transform: translateY(-0.5rem);
  }
  .fields-section .field .bg-color {
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 130%);
  }
  .fields-section .field .read-more {
    opacity: 1;
  }
  .page-wrap {
    padding: 90px 15px 0 15px;
  }
  footer {
    padding: 10px 15px;
  }
  .flex_container {
    padding: 8px 16px 7px 8px;
    justify-content: flex-start;
  }
  .flex_container .contact {
    margin-right: 12px;
  }
  .homepage h1 {
    font-size: 3.8rem;
  }
  .homepage h2 {
    font-size: 2.9rem;
  }
  .homepage .industry {
    padding-right: 2px;
    margin-bottom: 15px;
  }
  .homepage .industry .bg-color {
    max-width: 40px;
    height: 40px;
  }
  .homepage .industry .icon {
    width: 38px;
    height: 38px;
    margin-left: 7px;
    padding: 10px 7px 9px 9px;
  }
  .homepage .top-section .col-lg-4 {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .homepage .top-section .container {
    padding: 40px 15px 30px 15px;
  }
  .homepage .projects-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .page-template-idea-to-product h1 {
    font-size: 3.8rem !important;
  }
  .page-template-idea-to-product h2 {
    font-size: 4.1rem !important;
  }
  .page-template-idea-to-product .top-section .sub {
    margin-top: 60px;
  }
  .page-template-idea-to-product .top-section .container {
    padding: 40px 15px !important;
  }
  .page-template-idea-to-product .top-section .bg-color {
    height: 32%;
  }
  body.single-post .page-wrap.inner {
    padding-top: 30px;
  }
  body.single-post .page-wrap.inner h1 {
    font-size: 2.9rem;
  }
  body.single-post .page-wrap.inner h2 {
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
  body.single-post .page-wrap.inner h2::after {
    bottom: -20px;
  }
  body.single-post .main-section .container {
    padding-top: 30px;
  }
  body.single-post .main-section .nav {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  body.single-post .main-section .nav .read-more {
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
/* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
  header .bg-color {
    width: calc(100% - 30px) !important;
  }
  header .logo {
    padding: 10px 15px;
  }
  header.active .logo {
    justify-content: flex-end;
  }
  header.active .bg-color {
    width: calc(100% - 30px) !important;
  }
  .page-wrap.inner .projects-section .owl-nav {
    top: 25%;
  }
  .page-wrap.inner .projects-section .shape {
    right: -17vw;
    bottom: -17%;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */