body, html {
  overflow-x: hidden;
  background-color: var(--bg);
  max-width: 100vw;
}
body.mobile header a.mobile img, html.mobile header a.mobile img {
  transform: rotate(90deg);
}
body > header, html > header {
  background-color: var(--bg);
  z-index: 9999;
  border-bottom: 1px solid transparent;
}
body > header .logo .symbol, html > header .logo .symbol {
  opacity: 0;
}
body > header .bigger, html > header .bigger {
  max-width: 1520px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 86px;
  position: relative;
  overflow: hidden;
}
body > header .bigger nav ul, html > header .bigger nav ul {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
body > header .bigger nav ul li a, html > header .bigger nav ul li a {
  font-family: var(--fontfamilybold);
  font-size: 16px;
  color: var(--dark);
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
body > header .bigger nav ul li a:hover, html > header .bigger nav ul li a:hover {
  color: var(--main-color);
}
body > header .bigger nav ul li.active a, body > header .bigger nav ul li.current a, html > header .bigger nav ul li.active a, html > header .bigger nav ul li.current a {
  color: var(--main-color);
}
body > section, html > section {
  padding-top: 86px;
}
body > section .sppb-testimonial-pro, html > section .sppb-testimonial-pro {
  padding-bottom: 0;
}
body > section .sppb-testimonial-pro .sppb-carousel-inner, html > section .sppb-testimonial-pro .sppb-carousel-inner {
  overflow: inherit;
}
body > section .sppb-testimonial-pro .sppb-testimonial-message, html > section .sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 50px;
  font-family: var(--fontfamilymedium);
  color: var(--text);
  line-height: 1.4;
  position: relative;
}
body > section .sppb-testimonial-pro .sppb-testimonial-message:before, body > section .sppb-testimonial-pro .sppb-testimonial-message:after, html > section .sppb-testimonial-pro .sppb-testimonial-message:before, html > section .sppb-testimonial-pro .sppb-testimonial-message:after {
  position: absolute;
  content: url(../images/quote-small.svg);
  transform: scaleX(-1);
}
body > section .sppb-testimonial-pro .sppb-testimonial-message:before, html > section .sppb-testimonial-pro .sppb-testimonial-message:before {
  left: -70px;
  top: -50px;
}
body > section .sppb-testimonial-pro .sppb-testimonial-message:after, html > section .sppb-testimonial-pro .sppb-testimonial-message:after {
  right: -70px;
  bottom: -50px;
}
body > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer, html > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer {
  align-items: center;
  gap: 10px;
}
body > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap, html > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  font-size: 0;
}
body > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-name, html > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-name {
  font-size: 18px;
  font-family: var(--fontfamilybold);
  color: var(--main-color);
}
body > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-designation, html > section .sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-designation {
  font-size: 16px;
  font-family: var(--fontfamily);
  color: var(--text);
}
body > section .pagination-folder, html > section .pagination-folder {
  flex-wrap: wrap;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
body > section .pagination-folder:before, html > section .pagination-folder:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: var(--bgdark);
}
body > section .pagination-folder .pagination-folder-item, html > section .pagination-folder .pagination-folder-item {
  flex: 1 1 200px;
}
body > section .pagination-folder .pagination-folder-item a, html > section .pagination-folder .pagination-folder-item a {
  color: var(--text);
  font-size: 14px;
}
body > section .pagination-folder .pagination-folder-item a span:first-child, html > section .pagination-folder .pagination-folder-item a span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 200ms linear;
}
body > section .pagination-folder .pagination-folder-item a span:first-child i, html > section .pagination-folder .pagination-folder-item a span:first-child i {
  font-size: 18px;
  align-items: center;
  line-height: 0em;
}
body > section .pagination-folder .pagination-folder-item a span:last-child, html > section .pagination-folder .pagination-folder-item a span:last-child {
  font-size: 15px;
  font-family: var(--fontfamilymedium);
  color: var(--dark);
}
body > section .pagination-folder .pagination-folder-item a:hover span:first-child, html > section .pagination-folder .pagination-folder-item a:hover span:first-child {
  gap: 10px;
}
body > section .pagination-folder .pagination-folder-item + .pagination-folder-item, html > section .pagination-folder .pagination-folder-item + .pagination-folder-item {
  text-align: right;
}
@media (max-width: 578px) {
  body > section .pagination-folder a span:last-child, html > section .pagination-folder a span:last-child {
    display: none !important;
  }
}
body > section .articlesboxpage, html > section .articlesboxpage {
  margin-top: 120px;
}
body > section .articlesboxpage.case-studies .list, html > section .articlesboxpage.case-studies .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
body > section .articlesboxpage.case-studies .list .item, html > section .articlesboxpage.case-studies .list .item {
  flex-direction: column;
  max-width: 33%;
  gap: 30px;
}
body > section .articlesboxpage.case-studies .list .item .image, html > section .articlesboxpage.case-studies .list .item .image {
  flex: inherit;
  aspect-ratio: 700/700;
  width: 100%;
  position: relative;
}
body > section .articlesboxpage.case-studies .list .item .image img.theme, html > section .articlesboxpage.case-studies .list .item .image img.theme {
  opacity: 0.6;
}
body > section .articlesboxpage.case-studies .list .item .image:after, html > section .articlesboxpage.case-studies .list .item .image:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--dark);
  opacity: 0;
}
body > section .articlesboxpage.case-studies .list .item .image .client_logo, html > section .articlesboxpage.case-studies .list .item .image .client_logo {
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > section .articlesboxpage.case-studies .list .item .image .client_logo:before, html > section .articlesboxpage.case-studies .list .item .image .client_logo:before {
  content: "";
  width: 200px;
  opacity: 0.6;
  height: 200px;
  background: var(--bg);
  border-radius: 100%;
  position: absolute;
  z-index: 0;
  filter: blur(60px);
}
body > section .articlesboxpage.case-studies .list .item .image .client_logo img, html > section .articlesboxpage.case-studies .list .item .image .client_logo img {
  position: relative;
  z-index: 1;
  max-width: 250px;
  max-height: 100px;
  filter: grayscale(100%);
}
body > section .articlesboxpage.case-studies .list .item:hover .image img.theme, html > section .articlesboxpage.case-studies .list .item:hover .image img.theme {
  filter: grayscale(0%);
  opacity: 1;
}
body > section .articlesboxpage.case-studies .list .item:hover .image:after, html > section .articlesboxpage.case-studies .list .item:hover .image:after {
  opacity: 0.2;
}
body > section .articlesboxpage.case-studies .list .item:hover .image:has(img.theme) .client_logo:before, html > section .articlesboxpage.case-studies .list .item:hover .image:has(img.theme) .client_logo:before {
  opacity: 0;
}
body > section .articlesboxpage.case-studies .list .item:hover .image:has(img.theme) .client_logo img:not(.theme), html > section .articlesboxpage.case-studies .list .item:hover .image:has(img.theme) .client_logo img:not(.theme) {
  filter: invert(1);
}
body > section .articlesboxpage.case-studies .list .item .text, html > section .articlesboxpage.case-studies .list .item .text {
  flex: none;
  justify-content: center;
  text-align: center;
}
body > section .articlesboxpage.case-studies .list .item .text h2, html > section .articlesboxpage.case-studies .list .item .text h2 {
  margin-bottom: 10px;
}
body > section .articlesboxpage.case-studies .list .item .text h2 a, html > section .articlesboxpage.case-studies .list .item .text h2 a {
  font-size: 22px;
}
body > section .articlesboxpage.case-studies .list .item .text .shorttext, html > section .articlesboxpage.case-studies .list .item .text .shorttext {
  font-size: 14px;
  max-width: 90%;
  margin: 10px auto 0;
}
body > section .articlesboxpage.case-studies .list .item .buttonText, html > section .articlesboxpage.case-studies .list .item .buttonText {
  font-size: 15px;
  font-family: var(--fontfamilybold);
  color: var(--main-color);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  gap: 6px;
}
body > section .articlesboxpage.case-studies .list .item .buttonText i, html > section .articlesboxpage.case-studies .list .item .buttonText i {
  font-size: 28px;
  line-height: 0em;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
body > section .articlesboxpage.case-studies .list .item .buttonText:hover, html > section .articlesboxpage.case-studies .list .item .buttonText:hover {
  color: var(--dark);
}
body > section .articlesboxpage.case-studies .list .item .buttonText:hover i, html > section .articlesboxpage.case-studies .list .item .buttonText:hover i {
  transform: translateX(5px);
}
body > section .articlesboxpage.case-studies .list .item + .item, html > section .articlesboxpage.case-studies .list .item + .item {
  margin-top: 0;
}
body > section .articlesboxpage .list .item, html > section .articlesboxpage .list .item {
  display: flex;
  gap: 50px;
}
body > section .articlesboxpage .list .item > *, html > section .articlesboxpage .list .item > * {
  flex: 1 1 300px;
}
body > section .articlesboxpage .list .item .image, html > section .articlesboxpage .list .item .image {
  overflow: hidden;
  border: 1px solid var(--bgdark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  aspect-ratio: 700/450;
}
body > section .articlesboxpage .list .item .image i, html > section .articlesboxpage .list .item .image i {
  color: var(--main-color);
  font-size: 28px;
}
body > section .articlesboxpage .list .item .image img.theme, html > section .articlesboxpage .list .item .image img.theme {
  display: block;
}
body > section .articlesboxpage .list .item .image:hover img.theme, html > section .articlesboxpage .list .item .image:hover img.theme {
  transform: scale(1.05);
}
body > section .articlesboxpage .list .item .text h4, html > section .articlesboxpage .list .item .text h4 {
  font-size: 16px !important;
  margin-bottom: 8px;
}
body > section .articlesboxpage .list .item .text h2, html > section .articlesboxpage .list .item .text h2 {
  margin: 5px 0 30px;
  line-height: 1.3em;
}
body > section .articlesboxpage .list .item .text h2 a, html > section .articlesboxpage .list .item .text h2 a {
  color: var(--dark);
  font-size: 28px;
}
body > section .articlesboxpage .list .item .text .shorttext, html > section .articlesboxpage .list .item .text .shorttext {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--text);
  margin-top: 30px;
}
body > section .articlesboxpage .list .item .text a, html > section .articlesboxpage .list .item .text a {
  color: var(--dark);
  border-color: var(--dark);
  margin-top: 30px;
}
body > section .articlesboxpage .list .item .text a:hover, html > section .articlesboxpage .list .item .text a:hover {
  color: var(--white);
}
body > section .articlesboxpage .list .item .text h2 a:hover, html > section .articlesboxpage .list .item .text h2 a:hover {
  color: var(--dark);
}
body > section .articlesboxpage .list .item + .item, html > section .articlesboxpage .list .item + .item {
  margin-top: 60px;
}
body > section .contactpart, html > section .contactpart {
  margin-top: 10px;
}
body > section .contactpart p, html > section .contactpart p {
  font-weight: 700;
  font-family: var(--fontfamilymedium);
  font-size: 20px;
  margin-bottom: 8px;
}
body > section .contactpart ul, html > section .contactpart ul {
  list-style: none;
  padding-left: 0 !important;
}
body > section .contactpart ul li a, html > section .contactpart ul li a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--dark);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--fontfamilymedium);
  font-weight: 400;
}
body > section .contactpart ul li a::before, html > section .contactpart ul li a::before {
  width: 17px;
  height: 17px;
  margin-top: -3px;
}
body > section .contactpart ul li a[href^="tel:"]::before, html > section .contactpart ul li a[href^="tel:"]::before {
  content: url(../images/phone.svg);
}
body > section .contactpart ul li a[href^="mailto:"]::before, html > section .contactpart ul li a[href^="mailto:"]::before {
  content: url(../images/email.svg);
}
body > section .contactpart ul li + li, html > section .contactpart ul li + li {
  margin-top: 10px;
}
body > footer, html > footer {
  margin-top: 120px;
  background: var(--dark);
  padding: 100px 20px 50px;
}
body > footer .bigger, html > footer .bigger {
  margin: 0 auto;
  align-items: flex-start;
  gap: 30px;
}
body > footer .bigger .redLinks ul, html > footer .bigger .redLinks ul {
  list-style: none;
}
body > footer .bigger .redLinks ul li a, html > footer .bigger .redLinks ul li a {
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 15px;
  font-family: var(--fontfamilybold);
  letter-spacing: 2px;
}
body > footer .bigger .redLinks ul li + li, html > footer .bigger .redLinks ul li + li {
  margin-top: 15px;
}
body > footer .bigger .logo, html > footer .bigger .logo {
  flex: auto;
  max-width: 570px;
}
body > footer .bigger .social:before, html > footer .bigger .social:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  margin: 80px 0 40px;
}
body > footer .bigger .social ul, html > footer .bigger .social ul {
  list-style: none;
  gap: 24px;
  display: flex;
  justify-content: flex-start;
}
body > footer .bigger .social ul li a, html > footer .bigger .social ul li a {
  font-size: 20px;
  color: var(--bg);
}
body > footer .bigger .social p, html > footer .bigger .social p {
  text-align: left;
  margin-top: 10px;
}
body > footer .bigger .social p a, html > footer .bigger .social p a {
  color: var(--bg);
  font-size: 13px;
  line-height: 1.4;
  font-family: var(--fontfamily);
  letter-spacing: 1px;
}
body > footer .bigger .item h3, html > footer .bigger .item h3 {
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 20px;
  font-family: var(--fontfamilybold);
  letter-spacing: 2px;
  margin-bottom: 15px;
}
body > footer .bigger .item ul, html > footer .bigger .item ul {
  list-style: none;
}
body > footer .bigger .item.stdLinks ul li a, html > footer .bigger .item.stdLinks ul li a {
  font-size: 14px;
  color: var(--bg);
}
body > footer .bigger .item.stdLinks ul li + li, html > footer .bigger .item.stdLinks ul li + li {
  margin-top: 10px;
}
body > footer .bigger .item.contact ul, html > footer .bigger .item.contact ul {
  list-style: none;
}
body > footer .bigger .item.contact ul li a, html > footer .bigger .item.contact ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--bg);
  font-size: 13px;
  line-height: 1.4;
}
body > footer .bigger .item.contact ul li a img, html > footer .bigger .item.contact ul li a img {
  width: 18px;
  min-width: 18px;
}
body > footer .bigger .item.contact ul li + li, html > footer .bigger .item.contact ul li + li {
  margin-top: 15px;
}
body > footer .bigger a:hover, html > footer .bigger a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=template.css.map */