/* orange #f47625,
blue #142d51 */
:root {
  --primary: #29cab3;
  --secondary: #031e4d;
  --primary-shadow: rgb(41, 202, 179, 0.18);
  --primary-bg: rgba(42, 180, 142, 0.1);
  --gradient-color: linear-gradient(
    125deg,
    hsl(171deg 66% 48%) 0%,
    hsl(178deg 100% 36%) 36%,
    hsl(184deg 100% 34%) 57%,
    hsl(189deg 100% 33%) 70%,
    hsl(193deg 100% 31%) 80%,
    hsl(198deg 100% 29%) 86%,
    hsl(202deg 100% 26%) 91%,
    hsl(206deg 100% 23%) 95%,
    hsl(211deg 100% 19%) 98%,
    hsl(218deg 93% 16%) 100%
  );
  --logo: url("https://cdn.cloudious.net/file-1686923647503-676918864.png");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  src: url(https://cdn.shopify.com/s/files/1/0578/3132/5740/t/7/assets/Jeko-Black.woff?v=28443219880620722851674116482)
    format("woff");
  font-family: "jeko-black";
}
@font-face {
  src: url(//cdn.shopify.com/s/files/1/0578/3132/5740/t/7/assets/Jeko-Bold.woff?v=177251727106505676471674116482)
    format("woff");
  font-family: "jeko-bold";
}
@font-face {
  src: url(//cdn.shopify.com/s/files/1/0578/3132/5740/t/7/assets/OpenSans-Regular.woff?v=79695679484521905261674116482)
    format("woff");
  font-family: "open-sans";
}
html {
  scroll-behavior: smooth;
}
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  /* background: url(https://cdn.shopify.com/s/files/1/0578/3132/5740/files/Loading_Compressed_3.gif?v=1654789267)
    no-repeat center center #fff; */
  background: var(--logo) no-repeat center center #fff;
  background-size: 180px 180px;
}
body {
  background: #f8fafb !important;
  margin: 0;
  font-family: "jeko-black";
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 0;
  font-weight: 400;
}
section {
  position: relative;
}
.container {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: auto;
  padding: 0;
}
h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
}
h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  margin: 0;
}
h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  margin: 0;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  font-family: "open-sans";
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.row {
  margin: 0;
}
.hidden {
  display: none;
}
button:focus {
  outline: none;
  outline: none;
}
.main-banner {
  position: relative;
  background-color: inherit;
  padding: 0;
  height: 830px;
}
.btn:not(:disabled):not(.disabled):active {
  /* background: linear-gradient(136.07deg, #f47625 -26.33%, #142d51 129.89%); */
  background: var(--primary);
}
header {
  position: absolute;
  background-color: transparent;
  padding: 40px 0;
  z-index: 99;
  width: 100%;
}
.desktop-view {
  display: block;
}
.menu-drawer {
  display: none;
}
.mobile-view {
  display: none;
}
.logo-image {
  /* width: 100px; */
  width: 170px;
}
.logo-image a {
  display: block;
}
.header-container {
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.custom-rows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.img-holder {
  width: 100%;
  height: auto;
}
.site-nav {
  padding-left: 160px;
  padding-right: 0;
  flex: auto;
}
.menu-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  column-gap: 32px;
}
.menu-list li {
  position: relative;
  cursor: pointer;
}
.menu-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.76px;
  color: #b0b1b2;
  text-decoration: none;
  display: block;
}
.menu-list .active a {
  color: #222;
}
.menu-list .active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 117%;
  left: 0;
  border-radius: 12px;
  /* background: linear-gradient(90.68deg, #f47625 0%, #142d51 100%); */
  /* background-image: linear-gradient(
    110deg,
    hsl(23deg 90% 55%) 0%,
    hsl(20deg 77% 56%) 29%,
    hsl(16deg 62% 56%) 49%,
    hsl(11deg 48% 56%) 60%,
    hsl(4deg 33% 54%) 66%,
    hsl(351deg 22% 50%) 70%,
    hsl(323deg 15% 45%) 76%,
    hsl(255deg 15% 43%) 85%,
    hsl(215deg 41% 38%) 100%
  ); */
  background: var(--primary);
}
.menu-list li:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  top: 117%;
  left: 0;
  border-radius: 12px;
  /* background: linear-gradient(90.68deg, #f47625 0%, #142d51 100%); */
  background: var(--primary);
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}
.menu-list li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header-btn {
  text-align: right;
}
.quote-btn {
  width: 204px;
  border-radius: 12px;
  height: 60px;
  /* background: #2ab48e; */
  background: var(--primary);
  color: #fff;
  /* box-shadow: 0 0 9px 9px rgba(42, 180, 142, 0.18); */
  box-shadow: 0 0 9px 9px var(--primary-shadow);
  font-weight: 400;
  font-size: 24px;
  margin: 0 10px 0 0;
  transition: all 0.5s;
}
.animation-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.animation-button span:after {
  content: "\00bb";
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size: 17px;
  top: 4px;
}
.animation-button:hover span {
  padding-right: 25px;
}
.animation-button:hover span:after {
  opacity: 1;
  right: 0;
}
.green-banner {
  background: var(--primary-bg);
  /* background: rgb(244, 118, 37, 0.1); */
  border-radius: 0 0 0 120px;
  width: 50%;
  height: 685px;
  float: right;
}
.light-green {
  background-image: url(https://cdn.shopify.com/s/files/1/0578/3132/5740/files/Ellipse_2_d8161cfd-6568-49b2-8127-c8c4e8df21c5.png?v=1654525564);
  width: 100%;
  height: 100%;
  left: -12%;
  top: 21%;
  position: absolute;
  background-repeat: no-repeat;

  display: none;
}
.banner-container {
  position: absolute;
  top: 290px;
  left: 8%;
  width: 90%;
}
.banner-slider .banner-slides.slick-slide {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.align-item {
  align-items: center;
}
.banner-slider .banner-slides.slick-active {
  opacity: 1 !important;
  transition: opacity 1s ease-in;
}
.banner-text {
  width: 40%;
  display: block;
  float: left;
  margin-left: 1%;
  padding-right: 90px;
}
.banner-text h1 {
  color: #222;
}
.banner-text h1 .green {
  /* color: #50b48e; */
  color: var(--primary);
}
.blue {
  /* color: #5184ec; */
  color: var(--secondary);
  white-space: nowrap;
}
.banner-btn {
  margin: 90px 0 0;
}
.custom-button {
  border-radius: 12px;
  /* background: linear-gradient(80.97deg, #f47625 0.07%, #21467a 100.09%); */
  /* background-image: linear-gradient(
    110deg,
    hsl(23deg 90% 55%) 0%,
    hsl(20deg 77% 56%) 29%,
    hsl(16deg 62% 56%) 49%,
    hsl(11deg 48% 56%) 60%,
    hsl(4deg 33% 54%) 66%,
    hsl(351deg 22% 50%) 70%,
    hsl(323deg 15% 45%) 76%,
    hsl(255deg 15% 43%) 85%,
    hsl(215deg 41% 38%) 100%
  ); */
  background: var(--primary);
  /* box-shadow: 12px 12px 45px 9px rgba(64, 152, 196, 0.18); */
  box-shadow: 12px 12px 45px 9px var(--primary-shadow);
  border-radius: 12px;
  font-weight: 400;
  font-size: 24px;
  padding: 11px 28px 8px;
  color: #fff !important;
}
.banner-img {
  width: 51%;
  float: left;
}
.banner-slider .slick-dots {
  right: 4%;
  top: 39%;
  width: auto;
}
.banner-slider .slick-dots li {
  display: block;
  width: 15px;
  height: 15px;
}
.banner-slider .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.banner-slider .slick-dots .slick-active button {
  /* background: #5184ec; */
  background: var(--secondary);
  width: 15px;
  height: 15px;
  margin: 0;
}
.team-info-sec .slick-dots li button,
.banner-slider .slick-dots li button,
.project-slider .slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(81, 132, 236, 0.3);
  margin: 3px 0 0 3px;
}
.team-info-sec .slick-dots li button:before,
.team-info-sec .slick-dots li.slick-active button:before,
.banner-slider .slick-dots li button:before,
.banner-slider .slick-dots li.slick-active button:before,
.project-slider .slick-dots li button:before,
.project-slider .slick-dots li.slick-active button:before {
  color: transparent;
}
.img-with-txt-backgroung {
  background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/asset.png?v=1653055887);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
}
.our-process {
  margin-bottom: 63px;
  align-items: flex-end;
}
.overflow-hide {
  overflow: hidden;
}
.image-with-text {
  display: block;
  margin: 150px 0 0;
}
.image-with-text .h2-heading {
  margin-bottom: 27px;
}
.h2-heading {
  text-align: center;
  margin-bottom: 60px;
}
.img-text-image {
  padding: 0 18px 0 27px;
}
.img-text-image img {
  float: right;
}
.img-text {
  padding-left: 36px;
  overflow: hidden;
}
.list-ic {
  padding-top: 0;
}
.list-ic li {
  position: relative;
}
.list-ic li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 35px;
  width: 72%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "jeko-bold";
}
.list-ic li span {
  display: inline-block;
  font-weight: 800;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  /* background: #18bc9c; */
  background: var(--primary);
  color: #fff;
  position: relative;
}
.list-ic li::before {
  content: "";
  position: absolute;
  background: var(--secondary);
  z-index: -1;
}
.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}
.list-ic.vertical li {
  margin: 60px 30px 0 0;
  font-size: 24px;
}
.list-ic.vertical li:first-child {
  margin: 0 30px 0 0;
}
.list-ic.vertical li::before {
  top: -110px;
  left: 22px;
  width: 0.2em;
  height: 6em;
}
.list-ic li:first-child::before {
  display: none;
}
.img-text-btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.technologies-sec {
  display: block;
  margin: 60px 0 0;
  /* background-color: #e4f3f0; */
  background-color: var(--primary-bg);
}
.technologies-sec .container {
  width: 80%;
  overflow-x: hidden;
}
.technologies-sec .h2-heading {
  margin-top: 100px;
}
.tech-sec {
  margin: 0 auto 110px;
  justify-content: space-between;
  align-items: center;
}
.tech-logo {
  height: auto;
  margin-right: 0;
}
.slick-slide.c {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.project-slider .container {
  overflow: hidden;
}
.project-slider {
  display: block;
  margin: 100px 0 0;
}
.project-slider .h2-heading {
  margin-bottom: 100px;
}
.project-sec-slider {
  width: 79%;
  margin: 0 auto;
}
.project-dec {
  padding: 0 0 0 65px;
  margin-top: 30px;
}
.project-descrption {
  margin: 37px 0 0;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}
.project-descrption p {
  margin: 0 0 30px;
}
.project-descrption .row {
  align-items: center;
}
.mini-logo {
  padding: 9px 33px 0 0;
}
.mini-logo {
  width: 107px;
}
.project-descrption-link {
  margin: 54px 0 0;
  font-family: "jeko-bold";
  font-size: 24px;
  line-height: 30px;
  text-decoration: underline;
  color: #222;
}
.project-slider .img-text-btn {
  margin: 99px 0 50px;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 50px;
  height: 50px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.prev-arrow {
  left: -4%;
  background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/previous.png?v=1653056485);
}
.next-arrow {
  right: -6%;
  background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/foward.png?v=1653056485);
}
.engagement-sec .container {
  overflow-y: hidden;
}
.engagement-sec {
  margin: 150px 0 0;
  display: block;
}
.engagement-sec .row {
  align-items: start;
}
.engagement-sec .container {
  width: 79%;
}
.engagement-sec .h2-heading {
  margin-bottom: 120px;
}
.engagement-model {
  box-shadow: 12px 12px 45px 9px rgba(34, 34, 34, 0.16);
  border-radius: 24px;
  padding: 0;
  color: #222;
  max-width: 32.5%;
  margin: 0 auto;
}
.popular {
  background: var(--secondary);
  color: #fff;
}
.popular-position {
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: -15%;
  right: -4%;
  padding: 6px 15px;
}
.popular-position span {
  color: #222;
  font-size: 14px;
  line-height: 19px;
}
.engagement-model.popular {
  margin-top: -60px;
}
.engagement-model.popular .heading {
  color: #fff;
}
.engagement-des {
  margin: 60px 35px 0;
  position: relative;
}
.engagement-des .heading {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 35px;
  color: var(--secondary);
}
.engagement-des p {
  margin: 0;
}
.engagement-list {
  margin: 60px 0;
  padding: 0;
  font-family: "open-sans";
}
.engagement-sec .col-4 {
  max-width: calc(33.33333% - 23px);
}
.engagement-list li {
  list-style: none;
  padding: 0 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
ul.engagement-list li:before {
  content: "✓";
  padding-right: 15px;
  font-weight: 700;
  color: #2ab48e;
}
.popular ul.engagement-list li:before {
  color: #fff;
}
.engagement-sec .img-text-btn {
  margin: 100px 0 170px;
}
.team-thumbnail-img .team-imgs-gap {
  cursor: pointer;
}
.sec-team-heading {
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  color: #222;
  text-align: center;
}
.no-wrap {
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 16%;
}
.team-imgs-gap {
  padding: 0 30px 0 0 !important;
}
.team-imgs-gap .image-border {
  border-radius: 20px;
}
.team-info {
  margin-top: 45px;
}
.team-info-heading {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  /* color: #5184ec; */
  color: var(--primary);
  margin-bottom: 5px;
}
.team-info .margin-top {
  margin-top: 30px;
  text-align: justify;
}
.font-title {
  font-family: "jeko-black";
}
footer {
  background: #f8fafb;
}
.footer-container {
  font-family: "open-sans";
  margin: 100px 0 0;
  position: relative;
}
.footer-container .custom-rows {
  padding: 0;
  margin: 0 0 0 10%;
}
.padding__right_container_giga {
  margin: 100px 0 0;
}
.footer-container .logo-image {
  /* width: 150px; */
  width: 180px;
}
.zero-padding {
  padding: 0;
}
.social-media-row {
  margin-top: 35px;
}
.social-media {
  width: 34px;
  height: auto;
  margin-right: 24px;
}
.social-media:last-child {
  margin-right: 0;
}
.footer-email {
  display: block;
  margin-left: 18px;
}
.footer-email a,
.footer-email p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.footer-location-info {
  margin-top: 14px;
}
.company-info {
  margin: 50px 0 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.company-info-head {
  margin: 0 0 20px;
  font-family: "jeko-black";
}
ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer-menu li {
  margin: 0 0 15px;
}
ul.footer-menu li a {
  color: #222;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.copy-right {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.gigalab_contact_form {
  /* background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/Group_384.png?v=1653656905); */

  background-image: var(--gradient-color);
  /* background-image: linear-gradient(
    130deg,
    hsl(23deg 90% 55%) 0%,
    hsl(23deg 90% 56%) 22%,
    hsl(23deg 89% 56%) 36%,
    hsl(23deg 88% 57%) 44%,
    hsl(24deg 88% 57%) 49%,
    hsl(24deg 87% 58%) 51%,
    hsl(24deg 86% 58%) 54%,
    hsl(24deg 85% 59%) 61%,
    hsl(24deg 84% 59%) 74%,
    hsl(24deg 83% 60%) 100%
  ); */
  /* border-radius: 18% 0px 0px 0px; */
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 100px 0;
  position: relative;
  height: 100%;
  justify-content: space-between;
}
.news-letter-heading {
  color: #fff;
  margin: 0 0 35px;
  font-family: "jeko-black";
}
.giga-text-contact p {
  margin: 0 0 60px;
  padding: 0;
  color: #fff;
}
li.footer-menu-box {
  width: 50%;
}
.newsletter_contact_giga {
  width: 360px;
  display: inline-block;
}
.newsletter_contact_giga label {
  display: block;
  font-family: "jeko-bold";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 5px;
}
.newsletter_contact_giga input {
  margin: 0 0 15px;
  padding: 21px 21px 21px 20px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #222;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: none;
}
.newsletter_contact_giga input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(34, 34, 36, 0.3);
}
.footer-image {
  width: 45%;
  padding: 36px 20px 0;
}
.footer-image img {
  width: 100%;
  height: auto;
}
.submit-gig-contact-form {
  background: #fff;
  box-shadow: 12px 12px 45px 9px rgba(34, 34, 34, 0.18);
  border-radius: 12px;
  float: right;
  padding: 14px 31px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.6);
  font-family: "jeko-bold";
}
.submit-gig-contact-form img {
  width: auto;
  padding-left: 11px;
}
.giga-text-contact {
  padding-bottom: 140px;
  display: inline-block;
  width: 44%;
}
.back_to_top {
  padding: 12px;
  border-radius: 50%;
  /* background-image: linear-gradient(
    150deg,
    hsl(23deg 90% 55%) 0%,
    hsl(22deg 76% 53%) 31%,
    hsl(19deg 61% 51%) 49%,
    hsl(16deg 51% 48%) 59%,
    hsl(12deg 42% 44%) 67%,
    hsl(2deg 30% 40%) 76%,
    hsl(332deg 21% 30%) 87%,
    hsl(215deg 60% 20%) 100%
  ); */
  background: var(--primary);
  position: fixed;
  bottom: 5%;
  right: 70px;
  cursor: pointer;
  display: none;
}
.team-container {
  max-width: 80%;
  overflow: hidden;
}
.banner-team {
  position: relative;
  padding: 0;
}
.team-banner-container {
  margin-top: 268px;
}
.team-banner-text {
  display: flex;
  padding: 0 15px 0 0;
  flex-wrap: wrap;
}
.team-banner-img {
  display: block;
}
.team-banner-gap {
  align-items: flex-end;
  padding: 0;
}
.team-banner-gap img {
  width: 100%;
}
.team-banner-gap .col-6:first-child {
  padding: 0 15px 0 0;
}
.team-banner-gap .col-6:last-child {
  padding: 0 0 0 15px;
}
.image-border {
  border-radius: 36px;
}
.team {
  margin-top: 200px;
}
.team-title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  margin: 35px 0 0;
  color: #222;
}
.team-position {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  opacity: 0.6;
}
.team-profile {
  margin: 60px 0 0;
}
.team-profile img {
  width: 100%;
}
.team-next-arrow {
  right: 52%;
  top: 96%;
  background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/team-next.png?v=1653056087);
}
.blog-container {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.blog-container .team-banner-text-h2,
.blog-container,
.blog-container .team-banner-text-h2:focus,
.blog-container .team-banner-container:focus {
  background: transparent;
}
.articles-slider-sec {
  margin-top: 60px;
}
.articles-slider-sec .blog-container-box {
  max-width: 90%;
  margin: 0 0 0 auto;
}
.background {
  background-color: #e4f3f0;
}
.article-slider-heading {
  margin: 100px 0 35px;
  text-align: left;
  padding: 0;
}
.article-slider-heading h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
.articles-slider {
  margin: 0 0 196px;
}
.slide-article-info {
  display: block;
  margin: 35px 3px 0 0;
}
.slide-article-info .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  opacity: 0.6;
}
.blog-container-box .articles-slide.col-4 {
  padding: 0 30px 0 0;
}
.slide-article-info .heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #222;
  padding: 15px 0 6px;
  margin: 0;
}
.slide-article-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #222;
  opacity: 0.8;
}
.blog-next-arrow {
  right: 23%;
  top: 119%;
  background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/blog-foward.png?v=1653056025);
}
.blog-prev-arrow {
  right: 18%;
  top: 119%;
  background-image: url(https://cdn.shopify.com/s/files/1/0641/0924/8766/files/blog-pre.png?v=1653056024);
}
.articles-list {
  margin: 40px 0 0;
}
.articles-list-container {
  margin: 0 20% 0 10%;
  max-width: fit-content;
}
.articles-list .blog-article {
  margin: 60px 0 0;
}
.article-image {
  padding: 0 45px 0 0;
}
.articles-list .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  opacity: 0.6;
}
.articles-detail {
  padding-top: 30px;
}
.articles-detail h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #222;
  margin: 15px 0 6px;
}
.articles-detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #222;
  opacity: 0.8;
  max-width: 90%;
}
.articles-list .article-link {
  margin: 63px 0 0;
}
.articles-list .article-link a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  text-decoration-line: underline;
}
.article-image .img-holder {
  border-radius: 24px;
}
.article-page {
  margin: 216px 0 0;
}
.article-page .col-12 {
  padding: 0;
}
.article-description {
  width: 74%;
  margin: 60px auto 0;
}
.align-ite {
  justify-content: space-between;
  align-items: center;
}
.article-description .article-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 74px;
  color: #222;
  margin: 0;
}
.article-description .date-time {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #222;
  opacity: 0.6;
  margin: 35px 0 0;
}
.article-description .date-time div {
  margin-right: 35px;
}
.article-description .description {
  margin-top: 42px;
  display: block;
}
.article-description .description p {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  opacity: 0.8;
}
.articles-slider .image-border {
  border-radius: 24px;
}
.article-description .align-ite {
  align-items: start;
  flex-direction: column;
}
.article-socials {
  margin-top: 20px;
}
.portfolio-page .light-green {
  top: 0.4%;
  left: -8%;
}
#shopify-section-template--14765419954220__main .light-green {
  background-size: contain;
  left: -4%;
  top: 38%;
}
.portfolio-container {
  max-width: 80%;
  margin: 0 auto;
}
.portfolio-page .col-7 {
  padding: 0;
}
.dropdown-toggle::after {
  content: "›";
  font-weight: 700;
  transform: rotate(90deg);
  border: 0;
}
.portfolio-filter {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.6);
  padding: 0;
  list-style: none;
}
.align-ite hr {
  margin: 7px 0 0;
}
.portfolio-filter.menu-list li.active a:after {
  top: 126%;
}
.portfolio-filter.menu-list li:after {
  top: 126%;
}
.portfolio-list {
  margin: 150px 0 0;
}
.portfolio-list:nth-child(odd) .project-dec {
  padding: 0 0 0 65px;
  margin-top: 30px;
}
.portfolio-list:nth-child(even) .project-dec {
  padding: 0 65px 0 0;
  margin-top: 30px;
}
.portfolio-list:nth-child(even) .portfolio-project-img {
  order: 2;
}
.portfolio-list .project-descrption p {
  margin: 0 0 27px;
}
.article-des p {
  font-family: "open-sans";
}
.article-des b {
  font-family: "jeko-black";
  font-weight: 100;
  font-size: 32px;
  line-height: 39px;
}
.article-page .image-border {
  border-radius: 24px;
}
.row.article-des img {
  width: 100%;
}
.faq-page .light-green {
  top: 5%;
  left: -8%;
}
.row.search-box {
  line-height: 30px;
  font-size: 24px;
  justify-content: right;
  margin: 63px 0 0;
}
.row.search-box input {
  padding: 4px 0 4px 18px;
  color: rgba(34, 34, 34, 0.6);
}
.faq-page .accordion {
  margin: 60px 0 0;
  background: transparent;
  overflow: hidden;
}
.faq-page .accordion .card {
  border: none;
  color: rgba(34, 34, 34, 0.8);
  padding: 0 0 36px;
  background: inherit;
}
.faq-page .accordion .card .card-header {
  background: transparent;
  border: none;
}
.collapsed .mb-0:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 7px;
}
.faq-page a[aria-expanded="true"] .mb-0:after {
  font-family: "FontAwesome";
  position: absolute;
  right: 7px;
  content: "\f077";
}
.faq-page .mb-0 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.faq-page .accordion a[aria-expanded="true"] {
  /* color: #5184ec; */
  color: var(--primary);
}
.faq-page .accordion .card-body {
  font-family: "open-sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(34, 34, 34, 0.6);
  margin-right: 16%;
}
.faq-page .find-ans {
  text-align: center;
  margin-top: 64px;
  overflow: hidden;
}
.faq-page .find-ans h3 {
  font-size: 36px;
  line-height: 44px;
  color: #222;
  font-weight: 400;
}
.faq-page .find-ans p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  margin-top: 35px;
}
.contact-popup-box {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.contact-popup {
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: 12%;
  overflow: auto;
}
.contact-popup .row {
  /* background-image: url(https://cdn.shopify.com/s/files/1/0578/3132/5740/files/Group_385_copy.png?v=1654517376); */
  background-image: var(--gradient-color);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0 36px 100px;
}
.contact-popup .giga-text-contact {
  padding-bottom: 0;
}
.popup-contact-image {
  display: block;
  width: 45%;
}
.contact-popup .giga-text-contact {
  width: 52%;
}
.popup-contact-image img {
  width: 100%;
}
.contact-popup-box .cross {
  position: absolute;
  top: 3%;
  right: 5.5%;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}
.team-direction {
  flex-direction: column;
}
.align-tech {
  align-item: center;
}
.popupWrapper {
  width: 100%;
  position: fixed;
  top: 6%;
  z-index: 9999;
}
.cus-newsletter,
.cus-newsletter-err {
  max-width: fit-content;
  margin: 0px auto;
  /* display: none;
  position: fixed;
  top: 6%;
  right: 50%; */
  background: var(--primary);
  padding: 14px;
  border-radius: 9px;
  /* z-index: 999;
  transform: translateX(50%);
  opacity: 0.9; */
}
#Newsletter-success--custom-footer,
#Newsletter-success--gigalabs-popup,
#Newsletter-error--custom-footer,
#Newsletter-error--gigalabs-popup {
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
#Newsletter-error--custom-footer,
#Newsletter-error--gigalabs-popup {
  font-size: 16px;
  margin-top: 6px;
}
svg.icon.icon-success,
.icon.icon-error {
  width: 36px;
  margin-right: 10px;
}
.shopify-challenge__container {
  padding-top: 200px;
}
.fixed {
  position: fixed;
  padding: 15px 10%;
  top: 0;
  width: 100% !important;
  background: #f8fafb;
  transition: top 0.3s;
}
.fixed .logo-image {
  /* width: 60px; */
  width: 150px;
}
.fixed .quote-btn {
  width: auto;
  height: 45px;
  font-size: 18px;
}
.fixed .animation-button span:after {
  top: 0;
}
.fixed .site-nav {
  padding-top: 9px;
}
.shopify-challenge__button.btn {
  border-radius: 12px;
  padding: 9px 13px;
  background: #2ab48e;
  color: #fff;
  box-shadow: 0 0 9px 9px rgba(42, 180, 142, 0.18);
  font-weight: 400;
  font-size: 18px;
  margin: 18px auto;
}
.team-info-sec {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 27px;
  max-width: 2000px;
}
.team-info-sec .container {
  background: #fff;
  box-shadow: 0 0 25px 8px rgba(34, 34, 34, 0.08);
  border-radius: 36px;
  padding: 100px;
  overflow: hidden;
}
.testimonials {
  margin-top: 60px;
}
.testimonials .row {
  justify-content: space-between;
  overflow: hidden;
}
.testimonial-img {
  padding: 0 117px 0 0;
}
.description-des p {
  margin-top: 43px;
  font-size: 20px;
  line-height: 26px;
}
.testimonials .slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(81, 132, 236, 0.3);
  margin: 3px 0 0 3px;
}
.testimonials .slick-dots .slick-active button {
  background: var(--secondary);
  width: 15px;
  height: 15px;
  margin: 0;
}
.testimonials .slick-dots {
  position: absolute;
  bottom: -54px;
}
