@font-face {
  font-family: "Circular STD Black";
  src: url("../fonts/circular-std/CircularStd-Black.eot");
  src: url("../fonts/circular-std/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Black.woff2") format("woff2"), url("../fonts/circular-std/CircularStd-Black.woff") format("woff"), url("../fonts/circular-std/CircularStd-Black.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Black.svg#CircularStd-Black") format("svg");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Circular STD Bold";
  src: url("../fonts/circular-std/CircularStd-Bold.eot");
  src: url("../fonts/circular-std/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Bold.woff2") format("woff2"), url("../fonts/circular-std/CircularStd-Bold.woff") format("woff"), url("../fonts/circular-std/CircularStd-Bold.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Circular STD Book";
  src: url("../fonts/circular-std/CircularStd-Book.eot");
  src: url("../fonts/circular-std/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Book.woff2") format("woff2"), url("../fonts/circular-std/CircularStd-Book.woff") format("woff"), url("../fonts/circular-std/CircularStd-Book.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Circular STD Medium";
  src: url("../fonts/circular-std/CircularStd-Medium.eot");
  src: url("../fonts/circular-std/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Medium.woff2") format("woff2"), url("../fonts/circular-std/CircularStd-Medium.woff") format("woff"), url("../fonts/circular-std/CircularStd-Medium.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Circular STD Light";
  src: url("../fonts/circular-std/CircularStd-Light.eot");
  src: url("../fonts/circular-std/CircularStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/circular-std/CircularStd-Light.woff2") format("woff2"), url("../fonts/circular-std/CircularStd-Light.woff") format("woff"), url("../fonts/circular-std/CircularStd-Light.ttf") format("truetype"), url("../fonts/circular-std/CircularStd-Light.svg#CircularStd-Light") format("svg");
  font-style: normal;
  font-display: swap; }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes marquee1 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
*, *:focus {
  outline: none; }

.container {
  max-width: 1530px;
  width: 80%; }

.container2 {
  max-width: 1600px;
  width: 84%;
  margin: 0 auto; }

.container3 {
  max-width: 1750px;
  width: 92%;
  margin: 0 auto; }

.container4 {
  max-width: 1440px;
  width: 76%;
  margin: 0 auto; }

.container5 {
  max-width: 1280px;
  width: 70%;
  margin: 0 auto; }

.container6 {
  max-width: 1560px;
  width: 82%;
  margin: 0 auto; }

.container7 {
  max-width: 1366px;
  width: 72%;
  margin: 0 auto; }

.bg-grey {
  background-color: #F2F2F4; }

.btn-primary-a {
  font-size: 12px;
  font-family: "Circular STD Bold";
  background-color: #FFE227;
  color: #282828;
  border-color: #FFE227;
  padding: 0.9375rem 1.25rem;
  letter-spacing: 1px;
  line-height: 1; }
  .btn-primary-a svg path {
    fill: #282828; }
  .btn-primary-a:hover, .btn-primary-a:focus {
    background-color: #6405D3; }
    .btn-primary-a:hover svg path, .btn-primary-a:focus svg path {
      fill: #ffffff; }
  @media screen and (max-width: 1680px) {
    .btn-primary-a {
      padding: 0.825rem 1.125rem; } }

.btn-yellow {
  font-size: 1.475rem;
  font-family: "Circular STD Bold";
  background-color: #FFE227;
  color: #282828;
  border-color: #FFE227;
  padding: 1.5rem 2rem;
  letter-spacing: 1px;
  line-height: 1; }
  .btn-yellow:hover, .btn-yellow:focus {
    background-color: #6405D3;
    border-color: #6405D3;
    color: #ffffff; }
  @media screen and (max-width: 1680px) {
    .btn-yellow {
      font-size: 1.125rem;
      padding: 1rem 1.25rem; } }

.btn-white {
  font-size: 1.5rem;
  font-family: "Circular STD Bold";
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
  padding: 1.75rem 4rem;
  letter-spacing: -1px;
  line-height: 1; }
  .btn-white:hover, .btn-white:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }

.btn-outline-a {
  font-size: 1.425rem;
  font-family: "Circular STD Bold";
  background-color: transparent;
  color: #282828;
  border-color: #000000;
  padding: 1.5rem 2rem;
  letter-spacing: 1px;
  line-height: 1; }
  .btn-outline-a:hover, .btn-outline-a:focus {
    background-color: #FFE227;
    border-color: #FFE227;
    color: #000000; }

.btn-bottom-border {
  font-size: 1.4rem;
  font-family: "Circular STD Book";
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 0.75rem 0; }
  .btn-bottom-border:hover, .btn-bottom-border:focus {
    background-color: transparent;
    color: #ffffff; }
  .btn-bottom-border.has-icon-a svg {
    margin-left: 2rem; }

.has-icon-a {
  display: flex;
  align-items: center; }
  .has-icon-a img, .has-icon-a i, .has-icon-a svg {
    margin-left: 0.5rem;
    width: 1rem; }
  .has-icon-a:hover img {
    filter: brightness(0) invert(1); }

.small-h {
  font-size: 1.25rem;
  font-family: "Circular STD Book";
  color: #ffffff;
  margin-bottom: 2rem; }

.head2 {
  font-size: 5rem;
  font-family: "Circular STD Light";
  color: #252525;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 2.5rem; }
  .head2 span {
    color: #6405D3;
    font-family: "Circular STD Bold"; }

.head2-v2 {
  font-size: 3.125rem;
  font-family: "Circular STD Medium";
  color: #1d1d1d;
  letter-spacing: -3px; }

.head3 {
  font-size: 1.8rem;
  font-family: "Circular STD Medium";
  color: #ffffff; }

.head3-v2 {
  font-size: 2.25rem;
  font-family: "Circular STD Medium";
  color: #020202; }

.p {
  font-size: 1.625rem;
  font-family: "Circular STD Book";
  color: #000000;
  line-height: 1.5; }

.p1 {
  font-size: 1rem;
  font-family: "Circular STD Book";
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0; }

.p-bold {
  font-size: 1.875rem;
  font-family: "Circular STD Medium";
  color: #000000; }

.text-white {
  color: #ffffff; }
  .text-white span {
    color: #ffffff; }

.text-black {
  color: #020202; }
  .text-black span {
    color: #020202; }

.image-animate-1 {
  animation: fadeInDown 1s; }

.image-animate-2 {
  animation-delay: 1s; }

.list-design-1 {
  padding: 0;
  margin: 3rem 0; }
  .list-design-1 li {
    list-style: none;
    position: relative;
    font-size: 1.625rem;
    font-family: "Circular STD Light";
    color: #000000;
    padding-left: 2rem;
    line-height: 1.5; }
    .list-design-1 li::before {
      content: "";
      position: absolute;
      width: 18px;
      height: 15px;
      background: url("../images/icons/iconCheck.svg") no-repeat center center/cover;
      left: 0;
      top: 12px; }
    .list-design-1 li:not(:last-child) {
      margin-bottom: 2.5rem; }

.btn-group-a {
  margin-top: 2rem; }
  .btn-group-a .btn {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 1.25rem 1.75rem; }
    .btn-group-a .btn:not(:last-child) {
      margin-right: 1rem; }

.header .hamburger-icon {
  display: none; }
.header .will-stick {
  background: transparent;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 3; }
.header .logo-black-a {
  display: none; }
.header .fixed-top {
  position: fixed !important;
  top: 0 !important;
  background-color: #ffffff; }
  .header .fixed-top .logo-white-a {
    display: none; }
  .header .fixed-top .logo-black-a {
    display: flex; }
  .header .fixed-top .navbar-nav .nav-item .nav-link {
    color: #282828; }
  .header .fixed-top .navbar-brand {
    color: #282828 !important; }
.header .navbar-brand {
  color: #ffffff; }
.header .navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-family: "Circular STD Medium";
  color: #ffffff;
  padding: 0;
  border-bottom: 2px solid #C6C7CB; }
.header .navbar-nav .nav-item .nav-link.active {
  color: #020202; }
.header .navbar-nav .nav-item.dropdown .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0; }
  .header .navbar-nav .nav-item.dropdown .submenu .dropdown-item {
    padding: 0; }
    .header .navbar-nav .nav-item.dropdown .submenu .dropdown-item:active {
      background-color: #FFE227; }
    .header .navbar-nav .nav-item.dropdown .submenu .dropdown-item a {
      font-size: 1.125rem;
      font-family: "Circular STD Medium";
      color: #020202;
      text-decoration: none;
      display: flex;
      line-height: 1;
      padding: 0.75rem 1rem;
      border-bottom: 1px solid #00000017; }
.header .navbar-nav .nav-item.dropdown:hover > .submenu {
  display: block; }
.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 3rem; }

.fixed-top {
  background-color: #fff; }

.footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000; }
  .footer .footer-padding .inner-section-one {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3rem 0;
    display: flex;
    justify-content: space-between; }
    .footer .footer-padding .inner-section-one .footer-col {
      width: 35%; }
    .footer .footer-padding .inner-section-one .footer-col-3 {
      width: 30%; }
    .footer .footer-padding .inner-section-one .ftr-head {
      font-size: 1.25rem;
      font-family: "Circular STD Medium";
      color: #ffffff;
      margin-bottom: 1.5rem; }
    .footer .footer-padding .inner-section-one .ftr-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .footer-padding .inner-section-one .ftr-list li {
        color: #ffffff;
        font-size: 1.75rem;
        font-family: "Circular STD Medium"; }
        .footer .footer-padding .inner-section-one .ftr-list li:not(:last-child) {
          margin-bottom: 0.5rem; }
        .footer .footer-padding .inner-section-one .ftr-list li a {
          color: #ffffff;
          font-size: 1.75rem;
          font-family: "Circular STD Medium";
          text-decoration: none; }
          .footer .footer-padding .inner-section-one .ftr-list li a:hover {
            text-decoration: underline;
            color: #ffffff; }
  .footer .footer-padding .inner-section-two {
    padding-top: 3rem; }
    .footer .footer-padding .inner-section-two .ftr-p {
      font-size: 1.5rem;
      font-family: "Circular STD Medium";
      color: #ffffff;
      margin-bottom: 0; }

.accordion-a {
  padding-left: 10%; }
  .accordion-a .accordion-item:first-of-type {
    border-radius: 0;
    border-top: 1px solid #D7D7D7; }
  .accordion-a .accordion-item:last-of-type {
    border-radius: 0; }
  .accordion-a .accordion-item {
    border: 0;
    border-bottom: 1px solid #D7D7D7; }
    .accordion-a .accordion-item .accordion-button {
      border-radius: 0;
      background: transparent;
      padding: 2rem 1.5rem;
      font-size: 1.8rem;
      font-family: "Circular STD Bold";
      color: #000000;
      box-shadow: none; }
      .accordion-a .accordion-item .accordion-button:after {
        background-image: url("./../images/icons/iconMinus.svg");
        background-position: center; }
    .accordion-a .accordion-item .accordion-button.collapsed {
      color: #000000; }
      .accordion-a .accordion-item .accordion-button.collapsed:after {
        background-image: url("./../images/icons/iconPlus.svg"); }
    .accordion-a .accordion-item .accordion-body {
      padding-top: 0;
      padding-bottom: 2rem;
      font-size: 1.25rem;
      font-family: "Circular STD Light"; }

.banner {
  background: url("../images/home/banner.webp") no-repeat center center/cover;
  min-height: 100vh;
  padding: 5rem 0;
  padding-top: 12rem; }
  .banner .btn-group-a .btn.btn-outline-a {
    color: #ffffff !important;
    border-color: #ffffff !important; }
    .banner .btn-group-a .btn.btn-outline-a:hover {
      color: #282828 !important;
      border-color: transparent !important; }

.inner-banner {
  min-height: 800px;
  padding: 5rem 0;
  padding-top: 10rem !important;
  position: relative; }
  .inner-banner > .container {
    position: relative !important;
    z-index: 1 !important; }
  .inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 0; }
  .inner-banner .bordered-head {
    margin-bottom: 0; }
    .inner-banner .bordered-head:before {
      display: none; }
    .inner-banner .bordered-head:after {
      width: 45px; }
  .inner-banner .banner-head {
    line-height: 1; }

.inner-banner-with-form .banner-text-col {
  width: 49%; }
  .inner-banner-with-form .banner-text-col .banner-p {
    padding-right: 10%; }
.inner-banner-with-form .banner-form-col {
  width: 49%; }
  .inner-banner-with-form .banner-form-col .form-box {
    width: 440px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 46px;
    margin-left: auto; }
    .inner-banner-with-form .banner-form-col .form-box .form-h {
      font-size: 1.625rem;
      font-family: "Circular STD Black";
      color: #000000; }
    .inner-banner-with-form .banner-form-col .form-box form {
      margin: 2rem 0;
      margin-bottom: 0; }
      .inner-banner-with-form .banner-form-col .form-box form .field-full {
        width: 100%; }
      .inner-banner-with-form .banner-form-col .form-box form .field-half {
        width: 48%; }
      .inner-banner-with-form .banner-form-col .form-box form .form-field {
        display: flex;
        flex-direction: column; }
        .inner-banner-with-form .banner-form-col .form-box form .form-field:not(:last-child) {
          margin-bottom: 1rem; }
        .inner-banner-with-form .banner-form-col .form-box form .form-field label {
          font-size: 14px;
          font-family: "Circular STD Medium";
          color: #686868;
          margin-bottom: 0.25rem; }
        .inner-banner-with-form .banner-form-col .form-box form .form-field .input-control {
          width: 100%;
          font-size: 1.125rem;
          font-family: "Circular STD Medium";
          background-color: #EFEFFA;
          color: #000000;
          resize: none;
          padding: 0.7rem 1rem;
          border: 0;
          box-shadow: none;
          border-radius: 4px; }
        .inner-banner-with-form .banner-form-col .form-box form .form-field textarea {
          height: 75px; }
        .inner-banner-with-form .banner-form-col .form-box form .form-field .btn-submit {
          font-size: 1.475rem;
          font-family: "Circular STD Bold";
          background-color: #FFE227;
          color: #282828;
          border-color: #FFE227;
          padding: 1.5rem 2rem;
          letter-spacing: 1px;
          line-height: 1;
          border: 0;
          border-radius: 5px;
          transition: 0.5s;
          padding: 0.9rem 1rem;
          font-size: 1.125rem;
          font-family: "Circular STD Book";
          color: #000000;
          letter-spacing: 0; }
          .inner-banner-with-form .banner-form-col .form-box form .form-field .btn-submit:hover, .inner-banner-with-form .banner-form-col .form-box form .form-field .btn-submit:focus {
            background-color: #6405D3;
            border-color: #6405D3;
            color: #ffffff; }
          @media screen and (max-width: 1680px) {
            .inner-banner-with-form .banner-form-col .form-box form .form-field .btn-submit {
              font-size: 1.125rem;
              padding: 1rem 1.25rem; } }

.contact-banner {
  height: 750px;
  background: url("../images/contact/banner.webp") no-repeat center center/cover; }

.bordered-head {
  font-size: 2.5rem;
  font-family: "Circular STD Light";
  color: #ffffff;
  position: relative; }
  .bordered-head::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #ffffff;
    left: 0;
    bottom: calc(100% + 10px); }
  .bordered-head::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #ffffff;
    left: 0;
    top: calc(100% + 10px); }

.banner-head {
  font-size: 3.75rem;
  font-family: "Circular STD Bold";
  color: #ffffff;
  line-height: 1.125;
  margin-top: 4rem; }
  .banner-head span {
    color: #6405D3; }

.banner-p {
  font-size: 1.125rem;
  font-family: "Circular STD Light";
  color: #ffffff;
  line-height: 1.5; }

.design1 {
  padding: 7rem 0; }
  .design1 .p {
    margin-bottom: 3rem; }

.design2 .inner-section-one .container3 {
  background: url("../images/home/homeImage1.webp") no-repeat center center/cover;
  height: 760px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 8%;
  padding-bottom: 7.5rem;
  margin-bottom: -11rem;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }
  .design2 .inner-section-one .container3 .head2 {
    margin-bottom: 0; }
  .design2 .inner-section-one .container3 .btn {
    display: inline-flex;
    margin-top: 3rem; }
.design2 .inner-section-two {
  background-color: #5C1DB5;
  padding: 14.5rem 0 5rem 0; }
  .design2 .inner-section-two .custom-col-4 {
    width: 26.75%; }
    .design2 .inner-section-two .custom-col-4 .head3 {
      margin-bottom: 1.25rem; }

.design3 {
  padding: 7rem 0; }
  .design3 .p {
    padding: 0 5%; }
  .design3 .counter-section {
    margin-top: 3rem; }
    .design3 .counter-section .counter-left {
      width: 60%; }
    .design3 .counter-section .counter-right {
      width: 40%;
      border-left: 1px solid #000000; }
    .design3 .counter-section .counter-item:not(:last-child) {
      border-bottom: 1px solid #000000; }
    .design3 .counter-section .counter-large .counter-number {
      font-size: 15.5rem;
      font-family: "Circular STD Bold";
      color: #6405D3;
      letter-spacing: -3px;
      line-height: .9;
      margin-bottom: 0; }
    .design3 .counter-section .counter-large .counter-text {
      font-size: 2.25rem;
      font-family: "Circular STD Medium";
      color: #000000;
      margin-bottom: 0; }
    .design3 .counter-section .counter-medium .counter-item {
      padding: 2rem 2rem; }
    .design3 .counter-section .counter-medium .counter-number {
      font-size: 9rem;
      font-family: "Circular STD Bold";
      color: #6405D3;
      letter-spacing: -3px;
      line-height: .9;
      margin-bottom: 0; }
    .design3 .counter-section .counter-medium .counter-text {
      font-size: 1.3rem;
      font-family: "Circular STD Medium";
      color: #000000;
      margin-bottom: 0; }

.design4 {
  background-color: #F2F2F4;
  padding: 6rem 0; }
  .design4 .hover-slide-section {
    position: relative;
    padding-bottom: 11rem; }
    .design4 .hover-slide-section .hover-slide-controllers {
      padding-left: 33%;
      padding-right: 25%;
      position: relative;
      z-index: 1; }
      .design4 .hover-slide-section .hover-slide-controllers .head2-v2 {
        margin-bottom: 11rem; }
      .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-decoration: none;
        line-height: 1; }
        .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-number {
          font-size: 1.625rem;
          font-family: "Circular STD Book";
          color: #020202;
          border-bottom: 1px solid #000000;
          width: 115px;
          margin-right: 1rem;
          padding-bottom: 1.75rem;
          transform: translateY(14px); }
        .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-text {
          font-size: 5.125rem;
          font-family: "Circular STD Bold";
          color: #020202;
          width: 100%;
          transition: 0.5s; }
        .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a:hover .controller-text {
          color: #5C1DB5; }
      .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item:not(:last-child) {
        margin-bottom: 3.5rem; }
    .design4 .hover-slide-section .hover-slide-items {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%; }
      .design4 .hover-slide-section .hover-slide-items .hover-slide-item {
        position: relative;
        height: 100%; }
        .design4 .hover-slide-section .hover-slide-items .hover-slide-item:not(:first-child) {
          display: none; }
        .design4 .hover-slide-section .hover-slide-items .hover-slide-item .hover-slide-item-inner {
          position: relative;
          height: 100%; }
          .design4 .hover-slide-section .hover-slide-items .hover-slide-item .hover-slide-item-inner img {
            position: absolute; }
      .design4 .hover-slide-section .hover-slide-items .item1 .img1 {
        top: 15%;
        left: 5%;
        width: 24%; }
      .design4 .hover-slide-section .hover-slide-items .item1 .img2 {
        bottom: 0;
        left: 2.5%;
        width: 27%; }
      .design4 .hover-slide-section .hover-slide-items .item1 .img3 {
        right: 10%;
        top: 5%;
        bottom: 0;
        margin: auto;
        width: 23%; }
      .design4 .hover-slide-section .hover-slide-items .item2 .img1 {
        top: 25%;
        left: 0%;
        width: 24%; }
      .design4 .hover-slide-section .hover-slide-items .item2 .img2 {
        bottom: 0;
        left: 1%;
        width: 27%; }
      .design4 .hover-slide-section .hover-slide-items .item2 .img3 {
        right: 0%;
        top: 15%;
        bottom: 0;
        margin: auto;
        width: 23%; }
      .design4 .hover-slide-section .hover-slide-items .item3 .img1 {
        top: 15%;
        left: 5%;
        width: 24%; }
      .design4 .hover-slide-section .hover-slide-items .item3 .img2 {
        bottom: 0;
        left: 2.5%;
        width: 27%; }
      .design4 .hover-slide-section .hover-slide-items .item3 .img3 {
        right: 10%;
        top: 5%;
        bottom: 0;
        margin: auto;
        width: 23%; }
      .design4 .hover-slide-section .hover-slide-items .item4 .img1 {
        top: 15%;
        left: 5%;
        width: 24%; }
      .design4 .hover-slide-section .hover-slide-items .item4 .img2 {
        bottom: 0;
        left: 2.5%;
        width: 27%; }
      .design4 .hover-slide-section .hover-slide-items .item4 .img3 {
        right: 10%;
        top: 5%;
        bottom: 0;
        margin: auto;
        width: 23%; }

.design6 {
  padding-top: 9rem;
  padding-bottom: 14rem;
  position: relative; }
  .design6:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
    height: 27%;
    background-image: linear-gradient(-20deg, #5C1DB5 50%, transparent 50%);
    z-index: -1; }
  .design6 .design6-col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 53%;
    padding-right: 5%; }
    .design6 .design6-col-left .list-design-1 {
      padding-right: 35%; }
    .design6 .design6-col-left .btn {
      margin-top: auto;
      margin-bottom: 0; }
  .design6 .design6-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 47%;
    padding-left: 5%;
    padding-right: 5%;
    border-left: 1px solid #000000; }
    .design6 .design6-col-right .btn {
      margin-top: auto;
      margin-bottom: 0; }
  .design6 .head2 span {
    color: #020202; }

.design7 {
  background-color: #F2F2F4;
  padding: 5rem 0; }
  .design7 .p {
    padding-right: 12%; }
  .design7.v2 {
    background-color: #ffffff; }
    .design7.v2 .package-slider-section {
      margin-top: 2rem; }
      .design7.v2 .package-slider-section .package-slide {
        background-color: #F2F2F4; }
    .design7.v2 .packages-tab-area {
      margin-top: 4rem; }

.tab-design-1 {
  border-bottom: 1px solid #EFEFFA; }
  .tab-design-1 .nav-item .nav-link {
    background: transparent;
    border-radius: 0;
    color: #686868;
    font-size: 1.25rem;
    font-family: "Circular STD Book";
    padding: 0;
    padding-bottom: 2rem;
    border-bottom: 3px solid transparent; }
    .tab-design-1 .nav-item .nav-link.active {
      border-bottom: 3px solid #6405D3;
      color: #020202; }
  .tab-design-1 .nav-item:not(:last-child) {
    margin-right: 4rem; }

.design8 {
  padding: 5rem 0;
  background-color: #FFE227; }
  .design8 .head2 {
    color: #222222;
    padding-right: 5%;
    width: 50%;
    font-size: 4.5rem;
    margin-bottom: 0; }
    .design8 .head2 span {
      color: #252525; }

.desgin9 {
  padding: 5rem 0; }
  .desgin9 .head2 {
    margin-bottom: 3rem; }
  .desgin9 .p:not(:last-child) {
    margin-bottom: 3rem; }
  .desgin9 .img-row {
    margin-top: 4rem; }
    .desgin9 .img-row .img-col-1 {
      width: 36.5%; }
    .desgin9 .img-row .img-col-2 {
      width: 60.5%; }

.design10 {
  background-color: #F2F2F4;
  padding: 5rem 0; }
  .design10 .counter-col {
    padding-right: 5%; }
    .design10 .counter-col .custom-counter-row .custom-counter-col {
      width: 48%;
      position: relative;
      display: flex; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box {
        background-color: #ffffff;
        transition: 0.5s;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 2rem 3rem; }
        .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box:hover {
          background-color: #6405D3; }
          .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box:hover .counter-number, .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box:hover .counter-text {
            color: #ffffff; }
        .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-number {
          font-size: 5rem;
          font-family: "Circular STD Medium";
          color: #6405D3;
          line-height: 1;
          margin-bottom: 0; }
        .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-text {
          font-size: 1.6rem;
          font-family: "Circular STD Medium";
          color: #000000;
          line-height: 1.125;
          margin-bottom: 0; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box-1 {
        width: 100%;
        height: 324px; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box-2 {
        width: 190px;
        height: 190px; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box-3 {
        width: 190px;
        height: 190px; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box-4 {
        width: 100%;
        height: 280px; }
    .design10 .counter-col .custom-counter-row .custom-counter-col.one {
      margin-bottom: 2rem; }
      .design10 .counter-col .custom-counter-row .custom-counter-col.one::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: #6405D3;
        width: 38px;
        height: 38px; }
    .design10 .counter-col .custom-counter-row .custom-counter-col.two {
      align-items: flex-end;
      margin-bottom: 2rem; }
      .design10 .counter-col .custom-counter-row .custom-counter-col.two::before {
        content: "";
        position: absolute;
        top: 35%;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #6405D3;
        width: 55px;
        height: 55px; }
    .design10 .counter-col .custom-counter-row .custom-counter-col.three {
      justify-content: flex-end;
      align-items: flex-start; }
      .design10 .counter-col .custom-counter-row .custom-counter-col.three::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 10%;
        bottom: 0;
        background-color: #6405D3;
        width: 20px;
        height: 20px; }
      .design10 .counter-col .custom-counter-row .custom-counter-col.three::after {
        content: "";
        position: absolute;
        top: 40%;
        left: 0;
        background-color: #ffffff;
        width: 100px;
        height: 100px; }
  .design10 .head2 {
    margin-bottom: 3rem; }
  .design10 .p:not(:last-child) {
    margin-bottom: 3rem; }

.design11 {
  background-color: #F2F2F4;
  padding: 5rem 0; }
  .design11 .custom-card-row .card-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 30.5%; }
    .design11 .custom-card-row .card-col:not(:last-child) {
      margin-bottom: 3rem; }
    .design11 .custom-card-row .card-col .card-image {
      margin-bottom: 2rem; }
    .design11 .custom-card-row .card-col .card-content .card-title {
      font-size: 1.75rem;
      font-family: "Circular STD Medium";
      margin-bottom: 1rem;
      color: #000000; }
    .design11 .custom-card-row .card-col .card-content .card-desc {
      font-size: 1.125rem;
      font-family: "Circular STD Light";
      line-height: 1.5;
      color: #000000; }

.design12 {
  padding: 5rem 0; }
  .design12 .p {
    padding: 0 12%;
    margin-bottom: 0; }
  .design12 .slider-design-1 {
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 10%;
    width: 74%;
    display: flex;
    flex-direction: column;
    position: relative; }
    .design12 .slider-design-1 .slides {
      width: 72%;
      margin: 0 auto;
      margin-top: 2.25%; }
    .design12 .slider-design-1 .web-mask {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      z-index: 1; }

.design13 {
  padding: 0 0 0 10%;
  background-color: #6405D3; }
  .design13 .col-accordion {
    width: 48%;
    padding: 5rem 0; }
    .design13 .col-accordion .accordion-a {
      padding-left: 0;
      --bs-accordion-bg: transparent;
      margin-top: 5rem; }
      .design13 .col-accordion .accordion-a .accordion-button {
        color: #ffffff;
        padding: 1.5rem 1.5rem; }
      .design13 .col-accordion .accordion-a .accordion-body {
        color: #ffffff; }
  .design13 .col-img {
    width: 52%;
    padding-left: 1rem;
    display: flex;
    justify-content: flex-end; }

.design14 {
  background-color: #F2F2F4;
  padding: 5rem 0; }
  .design14 .p {
    padding-right: 25%; }
  .design14 .techs-tabs-section {
    margin-top: 4rem; }
    .design14 .techs-tabs-section .nav-item:not(:last-child) {
      margin-right: 0.5rem; }
    .design14 .techs-tabs-section .nav-item .nav-link {
      border-radius: 0;
      background-color: #ffffff;
      color: #000000;
      font-size: 1.125rem;
      font-family: "Circular STD Book";
      padding: 0.75rem 2.5rem;
      line-height: 1; }
      .design14 .techs-tabs-section .nav-item .nav-link.active {
        background-color: #6405D3;
        color: #ffffff; }
    .design14 .techs-tabs-section .tech-items {
      padding-right: 10%;
      margin-top: 3rem; }
      .design14 .techs-tabs-section .tech-items .tech-item {
        width: 25%;
        background-color: #ffffff;
        border-left: 2px solid #EFEFFA;
        border-bottom: 2px solid #EFEFFA;
        padding: 1.5rem; }
        .design14 .techs-tabs-section .tech-items .tech-item:hover {
          background-color: #F8F8F8; }
        .design14 .techs-tabs-section .tech-items .tech-item .tech-logo {
          display: flex;
          height: 80px;
          align-items: flex-end;
          margin-bottom: 1rem; }
        .design14 .techs-tabs-section .tech-items .tech-item .tech-desc .tech-name {
          font-size: 1.375rem;
          font-family: "Circular STD Medium";
          color: #686868; }
  .design14 .btn {
    margin-top: 4rem; }

.design15 {
  background-color: #340071;
  padding: 5rem 0; }
  .design15 .text-section {
    width: 61.5%;
    margin: 0 auto; }
  .design15 .slide-section {
    margin-top: 4rem;
    overflow: hidden; }
    .design15 .slide-section .slick-arrow {
      opacity: 1;
      z-index: 1;
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      border-radius: 100%; }
      .design15 .slide-section .slick-arrow:before {
        display: none; }
      .design15 .slide-section .slick-arrow svg {
        width: 1rem; }
        .design15 .slide-section .slick-arrow svg path {
          fill: #6405D3; }
    .design15 .slide-section .slick-next {
      right: 2rem; }
    .design15 .slide-section .slick-prev {
      left: 2rem; }
    .design15 .slide-section .slick-list {
      padding: 0 19.25% !important; }
    .design15 .slide-section .slick-slide {
      margin: 0 75px; }
      .design15 .slide-section .slick-slide:not(.slick-active) {
        filter: grayscale(0.5) blur(10px); }
        .design15 .slide-section .slick-slide:not(.slick-active) .project-desc {
          opacity: 0; }
      .design15 .slide-section .slick-slide.slick-active .project-desc {
        opacity: 1;
        transition: 0.5s; }
    .design15 .slide-section .slick-list {
      margin: 0 -75px; }
    .design15 .slide-section .project-desc {
      margin-top: 1.5rem; }
      .design15 .slide-section .project-desc .project-detail {
        padding-right: 5%; }
        .design15 .slide-section .project-desc .project-detail .category {
          font-size: 0.75rem;
          font-family: "Circular STD Book";
          text-transform: uppercase;
          margin-bottom: 1.25rem;
          letter-spacing: 1px; }
        .design15 .slide-section .project-desc .project-detail .title {
          font-size: 1.75rem;
          font-family: "Circular STD Book";
          margin-bottom: 1rem;
          line-height: 1; }
        .design15 .slide-section .project-desc .project-detail .tags {
          font-size: 0.875rem;
          font-family: "Circular STD Book";
          text-transform: uppercase;
          opacity: 0.75;
          margin-bottom: 0; }
      .design15 .slide-section .project-desc .project-link .btn {
        text-decoration: none; }

.design16 {
  padding: 5rem 0; }
  .design16 .p {
    padding: 0 11%; }
  .design16 .development-cycle-section {
    margin-top: 5rem; }
    .design16 .development-cycle-section .nav-pills {
      justify-content: space-between; }
      .design16 .development-cycle-section .nav-pills .nav-item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 14%; }
        .design16 .development-cycle-section .nav-pills .nav-item:nth-child(3) {
          width: 39%; }
        .design16 .development-cycle-section .nav-pills .nav-item .nav-link {
          background: transparent;
          font-size: 1.625rem;
          font-family: "Circular STD Medium";
          color: #000000;
          padding: 0;
          text-align: left;
          line-height: 1; }
          .design16 .development-cycle-section .nav-pills .nav-item .nav-link + .tab-progress-custom {
            display: flex;
            width: 100%;
            height: 20px;
            background-color: #F2F2F4;
            margin-top: 2rem;
            transition: 0.5s; }
          .design16 .development-cycle-section .nav-pills .nav-item .nav-link.active + .tab-progress-custom, .design16 .development-cycle-section .nav-pills .nav-item .nav-link:hover + .tab-progress-custom {
            background-color: #6405D3; }
        .design16 .development-cycle-section .nav-pills .nav-item:first-child .nav-link + .tab-progress-custom {
          border-radius: 25px 0 0 25px; }
        .design16 .development-cycle-section .nav-pills .nav-item:last-child .nav-link + .tab-progress-custom {
          border-radius: 0 25px 25px 0; }
    .design16 .development-cycle-section .tab-content {
      margin-top: 2rem; }
      .design16 .development-cycle-section .tab-content .dev-cycle-item {
        border: 1px solid #c4c4c4;
        border-radius: 15px;
        padding: 4rem 4rem; }
        .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-head {
          color: #020202;
          font-size: 2rem;
          font-family: "Circular STD Bold";
          line-height: 1;
          margin-bottom: 1rem; }
        .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description {
          display: flex;
          justify-content: space-between; }
          .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-left {
            width: 75%;
            padding-right: 5%; }
            .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-left p {
              color: #000000;
              font-size: 1.25rem;
              font-family: "Circular STD Light";
              line-height: 1.5; }
          .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-right {
            width: 25%; }
            .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-right ul {
              padding: 0;
              margin: 0;
              list-style: none; }
              .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-right ul li {
                color: #000000;
                font-size: 1.25rem;
                font-family: "Circular STD Light";
                line-height: 1;
                display: flex;
                align-items: flex-start; }
                .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-right ul li:not(:last-child) {
                  margin-bottom: 1.2rem; }
                .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-right ul li svg {
                  width: 1rem;
                  margin-right: 1rem;
                  margin-top: 0.15rem; }
  .design16.v2 .development-cycle-section .nav-pills .nav-item:nth-child(3) {
    width: 14%; }
  .design16.v2 .development-cycle-section .nav-pills .nav-item:nth-child(4) {
    width: 21%; }
  .design16.v2 .development-cycle-section .nav-pills .nav-item:nth-child(5) {
    width: 30%; }
  .design16.v3 .development-cycle-section .nav-pills .nav-item {
    width: 20%; }
    .design16.v3 .development-cycle-section .nav-pills .nav-item:nth-child(3) {
      width: 20%; }
    .design16.v3 .development-cycle-section .nav-pills .nav-item:nth-child(4) {
      width: 32%; }
  .design16.bg-grey .development-cycle-section .nav-pills .nav-item .nav-link + .tab-progress-custom {
    background-color: #ffffff; }
  .design16.bg-grey .development-cycle-section .nav-pills .nav-item .nav-link.active + .tab-progress-custom {
    background-color: #6405D3; }

.design17 {
  padding: 5rem 0;
  background-image: linear-gradient(to bottom, #ffffff 49%, #F8F8F8 49%, #F8F8F8 82%, #ffffff 40%); }
  .design17 .step-tab-section {
    margin-top: 4rem; }
    .design17 .step-tab-section .step-item {
      display: flex;
      align-items: center;
      border-radius: 10px;
      padding: 6rem 6rem;
      box-shadow: 0px -1.18px 20px -4px rgba(0, 0, 0, 0.14);
      background-color: #ffffff; }
      .design17 .step-tab-section .step-item .step-img {
        width: 25%;
        margin-right: 7%; }
        .design17 .step-tab-section .step-item .step-img img {
          width: 100%; }
      .design17 .step-tab-section .step-item .step-content {
        width: 68%; }
        .design17 .step-tab-section .step-item .step-content .step-head {
          font-size: 3.125rem;
          font-family: "Circular STD Book";
          color: #020202;
          margin-bottom: 2rem; }
        .design17 .step-tab-section .step-item .step-content .step-p {
          font-size: 1.625rem;
          font-family: "Circular STD Book";
          color: #000000;
          line-height: 1.5; }
          .design17 .step-tab-section .step-item .step-content .step-p:last-child {
            margin-bottom: 0; }
    .design17 .step-tab-section .nav-pills {
      margin-top: 3rem; }
      .design17 .step-tab-section .nav-pills .nav-item {
        margin: 0; }
        .design17 .step-tab-section .nav-pills .nav-item .nav-link {
          background: transparent;
          border-radius: 0;
          padding: 0 2rem;
          padding-bottom: 1.5rem;
          font-size: 1.25rem;
          font-family: "Circular STD Book";
          color: #686868;
          border-bottom: 3px solid #c4c4c4; }
          .design17 .step-tab-section .nav-pills .nav-item .nav-link.active {
            border-bottom: 3px solid #020202; }
  .design17 .bottom-logo-section {
    display: flex;
    justify-content: space-between;
    width: 55%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -3rem; }

.design18 {
  padding: 5rem 0;
  background-color: #F8F8F8; }
  .design18 .head2 {
    margin-bottom: 4rem; }
  .design18 .key-feature-section .key-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .design18 .key-feature-section .key-row .key-col {
      width: 22%;
      background-color: #ffffff;
      border: 1px solid #EFEFFA;
      padding: 6rem 3rem; }
      .design18 .key-feature-section .key-row .key-col:nth-child(even) {
        margin-top: 5rem; }
      .design18 .key-feature-section .key-row .key-col .key-image {
        display: flex;
        align-items: flex-end;
        height: 120px;
        justify-content: center;
        margin-bottom: 4rem; }
      .design18 .key-feature-section .key-row .key-col .key-content .key-title {
        font-size: 3.75rem;
        font-family: "Circular STD Light";
        color: #793AE8;
        line-height: 1;
        margin-bottom: 0.5rem;
        text-align: center; }
      .design18 .key-feature-section .key-row .key-col .key-content .key-p {
        font-size: 1.125rem;
        font-family: "Circular STD Light";
        text-transform: uppercase;
        color: #686868;
        text-align: center; }
  .design18 .key-section-2 {
    margin-top: 3rem; }
    .design18 .key-section-2 ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center; }
      .design18 .key-section-2 ul li {
        color: #686868;
        font-size: 1.125rem;
        font-family: "Circular STD Book";
        line-height: 1;
        margin: 0 4rem;
        text-transform: uppercase; }
        .design18 .key-section-2 ul li span {
          color: #6405D3;
          font-family: "Circular STD Medium"; }
        .design18 .key-section-2 ul li:first-child, .design18 .key-section-2 ul li:last-child {
          margin: 0; }

.design19 {
  padding: 5rem 0;
  padding-left: 5%;
  position: relative; }
  .design19::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15.75%;
    background: url("../images/mobile/mobile-screen.webp") no-repeat center/contain; }
  .design19 .text-col {
    padding-left: 6%; }

.design20 {
  padding: 5rem 0;
  background-image: linear-gradient(to bottom, #340071 50%, #ffffff 50%); }
  .design20 .container-fluid {
    overflow: hidden; }
    .design20 .container-fluid .mobile-mask-parent {
      margin-top: 50px; }
      .design20 .container-fluid .mobile-mask-parent .mobile-mask {
        transform: scale(1.1); }
    .design20 .container-fluid .swiper.mob-slider-swiper {
      overflow: visible; }
      .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-next img, .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-prev img, .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
        margin-top: 0; }
      .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide img {
        transition: all 200ms linear;
        transform: scale(0.8);
        border-radius: 30px;
        margin-top: 50px; }
      .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
        border-radius: 30px;
        transform: scale(1.0425); }

.design21 {
  padding: 5rem 0; }
  .design21 .custom-row {
    margin-top: 5rem; }
    .design21 .custom-row .custom-col {
      width: 28%; }
      .design21 .custom-row .custom-col .icon-box {
        display: flex;
        flex-direction: column; }
        .design21 .custom-row .custom-col .icon-box .icon-area {
          display: flex;
          align-items: flex-end;
          height: 125px;
          margin-bottom: 3rem; }
        .design21 .custom-row .custom-col .icon-box .content-area .head3-v2 {
          margin-bottom: 2rem; }
        .design21 .custom-row .custom-col .icon-box .content-area .p {
          margin-bottom: 0;
          font-size: 1.5rem; }

.design22 {
  padding: 5rem 0; }
  .design22 .logo-design-shocase {
    margin-top: 5rem; }
    .design22 .logo-design-shocase .logo-design-shocase-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .design22 .logo-design-shocase .logo-design-shocase-items .logo-design-shocase-item {
        width: 32%;
        margin-bottom: 2%;
        display: none; }
        .design22 .logo-design-shocase .logo-design-shocase-items .logo-design-shocase-item a {
          display: flex; }
          .design22 .logo-design-shocase .logo-design-shocase-items .logo-design-shocase-item a img {
            width: 100%; }

.design23 {
  padding: 5rem 0; }
  .design23 .number-boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem; }
    .design23 .number-boxes .number-box {
      width: 31%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 2rem; }
      .design23 .number-boxes .number-box:not(:last-child) {
        padding-right: 2%;
        border-right: 1px solid #c7c7c7; }
      .design23 .number-boxes .number-box .number-content {
        margin-bottom: 2rem; }
        .design23 .number-boxes .number-box .number-content .num {
          color: #6405D3;
          font-size: 1.5rem;
          font-family: "Circular STD Medium";
          margin-bottom: 2rem;
          display: flex; }
        .design23 .number-boxes .number-box .number-content .num-h {
          color: #020202;
          font-size: 3.25rem;
          font-family: "Circular STD Bold";
          line-height: 1.125;
          letter-spacing: 1px;
          margin-bottom: 2rem; }

.design24 {
  padding: 5rem 0;
  background-color: #340071; }
  .design24 .custom-row .col-left {
    width: 60%; }
    .design24 .custom-row .col-left .p {
      margin-bottom: 0; }
  .design24 .custom-row .col-right {
    width: 25%; }

.design25 {
  padding: 5rem 0; }
  .design25 .video-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0; }
    .design25 .video-popup img {
      box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.5); }

.design26 {
  background-color: #020202;
  padding: 5rem 0;
  text-align: center; }
  .design26 .video-design {
    margin-top: 4rem; }
  .design26 .btn-outline-a {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin: auto;
    margin-top: 2rem; }
    .design26 .btn-outline-a:hover {
      background-color: #ffffff;
      color: #020202; }

.design27 {
  padding: 5rem 0; }
  .design27 .small-h {
    color: #686868;
    text-transform: uppercase; }
  .design27 .tab-content {
    margin-top: 4rem; }

.design28 {
  margin-top: -12rem;
  position: relative; }
  .design28 .inner-section {
    background-color: #F8F8F8;
    width: 92%;
    border-top-right-radius: 150px;
    padding: 5rem 0;
    padding-left: 18%;
    padding-right: 10%; }
    .design28 .inner-section .contact-area {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .design28 .inner-section .contact-area .left-col {
        width: 63%; }
        .design28 .inner-section .contact-area .left-col form {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .design28 .inner-section .contact-area .left-col form .half-col {
            display: flex;
            flex-direction: column;
            width: 48%;
            margin-bottom: 2rem; }
          .design28 .inner-section .contact-area .left-col form .full-col {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 2rem; }
          .design28 .inner-section .contact-area .left-col form .btn-submit {
            align-items: flex-start;
            margin-bottom: 0; }
          .design28 .inner-section .contact-area .left-col form label {
            font-size: 14px;
            font-family: "Circular STD Medium";
            color: #686868;
            margin-bottom: 0.5rem; }
          .design28 .inner-section .contact-area .left-col form .inp {
            background-color: #ffffff;
            border: 0;
            font-size: 1rem;
            font-family: "Circular STD Medium";
            color: #020202;
            border-radius: 4px;
            padding: 1rem; }
          .design28 .inner-section .contact-area .left-col form textarea {
            height: 150px;
            resize: none; }
          .design28 .inner-section .contact-area .left-col form .error-message {
            margin-top: 1rem;
            font-size: 1rem;
            font-family: "Circular STD Book";
            color: #ff0000;
            margin-bottom: 0;
            display: none; }
          .design28 .inner-section .contact-area .left-col form .btn {
            display: inline-flex;
            text-transform: uppercase;
            width: auto; }
      .design28 .inner-section .contact-area .right-col {
        width: 32%; }
        .design28 .inner-section .contact-area .right-col .headquarters .headquarter .loc-head {
          font-size: 1.125rem;
          font-family: "Circular STD Book";
          color: #020202;
          text-transform: uppercase;
          letter-spacing: 8px;
          margin-bottom: 1rem; }
        .design28 .inner-section .contact-area .right-col .headquarters .headquarter .loc-name {
          font-size: 1.625rem;
          font-family: "Circular STD Black";
          color: #6405D3;
          text-transform: uppercase;
          margin-bottom: 1rem; }
        .design28 .inner-section .contact-area .right-col .headquarters .headquarter ul {
          list-style: none;
          margin: 0;
          padding: 0;
          margin-top: 2rem; }
          .design28 .inner-section .contact-area .right-col .headquarters .headquarter ul li {
            font-size: 1.25rem;
            font-family: "Circular STD Light";
            color: #020202; }
            .design28 .inner-section .contact-area .right-col .headquarters .headquarter ul li:not(:last-child) {
              margin-bottom: 0.5rem; }
            .design28 .inner-section .contact-area .right-col .headquarters .headquarter ul li br {
              display: none; }
            .design28 .inner-section .contact-area .right-col .headquarters .headquarter ul li a {
              text-decoration: none;
              color: inherit; }
        .design28 .inner-section .contact-area .right-col .headquarters .headquarter .social-links {
          margin-top: 2rem; }

.title-box-a {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .title-box-a .title-left-a {
    width: 69%; }
  .title-box-a .title-right-a {
    width: 29%;
    display: flex;
    justify-content: flex-end; }

.social-links {
  display: flex;
  align-items: center; }
  .social-links li:not(:last-child) {
    margin-right: 2rem; }

.portfolio-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1090px;
  width: 69%;
  justify-content: space-between; }
  .portfolio-boxes .portfolio-box {
    width: 48%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 4rem; }
    .portfolio-boxes .portfolio-box .portfolio-image {
      margin-bottom: 1.5rem; }
      .portfolio-boxes .portfolio-box .portfolio-image img {
        width: 100%; }
    .portfolio-boxes .portfolio-box .portfolio-content {
      margin-bottom: 2rem; }
      .portfolio-boxes .portfolio-box .portfolio-content .category {
        font-size: 0.75rem;
        font-family: "Circular STD Book";
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 1rem;
        display: flex; }
      .portfolio-boxes .portfolio-box .portfolio-content .title {
        font-size: 1.75rem;
        font-family: "Circular STD Book";
        color: #020202;
        margin-bottom: 1rem; }
      .portfolio-boxes .portfolio-box .portfolio-content .tags {
        font-size: 14px;
        font-family: "Circular STD Book";
        color: #c4c4c4;
        text-transform: uppercase; }
    .portfolio-boxes .portfolio-box .project-link {
      margin-bottom: 0;
      margin-top: auto; }
      .portfolio-boxes .portfolio-box .project-link .btn {
        color: #020202;
        display: inline-flex;
        border-color: #c4c4c4; }
        .portfolio-boxes .portfolio-box .project-link .btn:hover {
          border-color: #020202; }

.load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem; }
  .load-more-btn .p {
    margin-bottom: 0;
    margin-right: 1rem;
    font-weight: bold;
    background-color: #FFE227;
    padding: 1rem;
    line-height: 1; }
  .load-more-btn .btn {
    border-radius: 50px;
    border-width: 2px;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.25rem 2rem; }

#popup-video .modal-body {
  position: relative;
  overflow: hidden; }
  #popup-video .modal-body button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem; }
  #popup-video .modal-body iframe {
    width: 100%;
    height: 100%; }

.testimonials-sec {
  padding: 7rem 0;
  background-color: #4b00bf;
  background-image: linear-gradient(#9e00a6, #4b00bf); }
  .testimonials-sec .progress {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 0;
    overflow: hidden;
    margin: 3rem 0;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #FFCC14, #FFCC14);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out; }
  .testimonials-sec :is(.slick-prev, .slick-next) {
    width: 26px;
    height: 51px;
    background: url("./../images/icons/iconChevLeft.svg") no-repeat center center/contain; }
    .testimonials-sec :is(.slick-prev, .slick-next):before {
      content: ""; }
  .testimonials-sec .slick-next {
    transform: rotate(180deg);
    right: -7%; }
  .testimonials-sec .slick-prev {
    left: -7%; }
  .testimonials-sec .lead {
    color: #fff; }
  .testimonials-sec .testimonial-slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between; }
    .testimonials-sec .testimonial-slide .testimonial-content {
      width: 60%;
      padding-right: 7%;
      border-right: 2px  solid #ffffff; }
      .testimonials-sec .testimonial-slide .testimonial-content .quote {
        color: #FFCC14;
        font-size: 8rem;
        font-family: "Circular STD Book";
        margin-bottom: 0;
        line-height: 107px; }
      .testimonials-sec .testimonial-slide .testimonial-content .testimonial-desc {
        color: #FFF;
        font-size: 1.625rem;
        font-family: "Circular STD Book";
        margin-top: -3rem;
        margin-bottom: 3rem; }
      .testimonials-sec .testimonial-slide .testimonial-content .client-name {
        color: #fff;
        font-size: 2.25rem;
        font-family: "Circular STD Medium";
        margin-bottom: 0; }
      .testimonials-sec .testimonial-slide .testimonial-content .client-designation {
        color: #fff;
        margin-bottom: 0;
        font-size: 1.625rem;
        font-family: "Circular STD Book"; }
    .testimonials-sec .testimonial-slide .testimonial-img {
      width: 40%;
      padding-left: 7%; }

.testimonial-section-v-2 {
  padding: 5rem 0; }
  .testimonial-section-v-2 .testimonial-2-area {
    margin-top: 5rem; }
    .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides {
      padding-bottom: 3rem; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-arrow {
        color: #000000;
        top: auto;
        bottom: 0;
        right: 0;
        left: auto;
        width: auto;
        height: auto;
        margin-right: 5%;
        z-index: 1; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-arrow::before {
          display: none; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-prev {
        right: 4rem; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-prev::after {
          content: "";
          position: absolute;
          width: 53px;
          height: 53px;
          background-color: #FFE227;
          border-radius: 100%;
          left: 60%;
          z-index: -1;
          top: 0;
          bottom: 0;
          margin: auto; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description {
        position: relative;
        padding-left: 10%;
        padding-right: 5%; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description svg {
          position: absolute; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description .icon-quote-left {
          top: 0;
          left: 0; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description .icon-quote-right {
          bottom: 0;
          right: 0; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description .p {
          font-size: 1.875rem;
          font-family: "Circular STD Medium"; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer {
        display: flex;
        align-items: center;
        margin-top: 3rem;
        padding-left: 10%; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details {
          display: flex;
          align-items: center;
          padding-right: 2rem;
          margin-right: 2rem;
          border-right: 1px solid #dddddd; }
          .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-image {
            width: 86px;
            height: 86px;
            margin-right: 1rem; }
            .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-image img {
              width: 100%;
              border-radius: 100%; }
          .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-info .client-name {
            font-size: 1.5rem;
            font-family: "Circular STD Medium";
            line-height: 1;
            margin-bottom: 0.25rem; }
          .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-info .client-designation {
            font-size: 1.0625rem;
            font-family: "Circular STD Book";
            line-height: 1;
            margin-bottom: 0; }

.contact-section {
  padding: 5rem 0; }
  .contact-section .container4 {
    padding: 0 1%; }
  .contact-section .form-section {
    margin-top: 6rem; }
    .contact-section .form-section .form-section-left {
      background: url("./../images/home/contactBg.webp") no-repeat center center/cover;
      width: 56%;
      padding: 3rem;
      padding-right: 20%; }
      .contact-section .form-section .form-section-left .head2 {
        font-size: 4rem; }
    .contact-section .form-section .form-section-right {
      width: 44%;
      padding-bottom: 8rem;
      border: 1px solid #dddddd; }
      .contact-section .form-section .form-section-right .input-control {
        border: 0px solid transparent;
        border-bottom: 2px solid #dddddd;
        resize: none;
        height: 110px;
        padding: 1rem 2rem;
        border-radius: 0;
        font-size: 1.25rem;
        font-family: "Circular STD Book";
        color: #000000; }
        .contact-section .form-section .form-section-right .input-control:first-child {
          border-right: 2px solid #dddddd; }
      .contact-section .form-section .form-section-right textarea.input-control {
        height: 170px; }
      .contact-section .form-section .form-section-right .btn {
        margin-top: 2rem;
        margin-left: 2rem;
        padding: 1.125rem 3.5rem;
        font-size: 1.25rem; }
      .contact-section .form-section .form-section-right ::-webkit-input-placeholder {
        color: #000000;
        font-size: 1.375rem;
        font-family: "Circular STD Book";
        opacity: 0.5; }
      .contact-section .form-section .form-section-right :-ms-input-placeholder {
        color: #000000;
        font-size: 1.375rem;
        font-family: "Circular STD Book";
        opacity: 0.5; }
      .contact-section .form-section .form-section-right ::placeholder {
        color: #000000;
        font-size: 1.375rem;
        font-family: "Circular STD Book";
        opacity: 0.5; }

.package-slider-section {
  margin-top: 5rem; }
  .package-slider-section .slick-list {
    padding: 2rem 0;
    margin: 0 -26px; }
  .package-slider-section .slick-slide {
    margin: 0 26px; }
  .package-slider-section .package-slide {
    padding: 3rem 0;
    border: 4px solid #FFE227;
    border-radius: 10px; }
    .package-slider-section .package-slide .pkge-name {
      padding-left: 3rem;
      font-size: 1.875rem;
      font-family: "Circular STD Medium";
      color: #000000;
      letter-spacing: -1px;
      margin-bottom: 0; }
    .package-slider-section .package-slide .pkge-price {
      font-size: 3.75rem;
      font-family: "Circular STD Medium";
      color: #000000;
      letter-spacing: -3px;
      margin-bottom: 0; }
      .package-slider-section .package-slide .pkge-price span {
        background-color: #FFE227;
        padding: .75rem 2rem .75rem 3rem;
        border-radius: 0 25px 25px 0; }
    .package-slider-section .package-slide .pkge-desc {
      font-size: 1.25rem;
      font-family: "Circular STD Book";
      color: #000000;
      padding: 0 3rem;
      margin-top: 3.5rem;
      margin-bottom: 2rem; }
    .package-slider-section .package-slide .pkge-items {
      margin: 0;
      margin-left: 3rem;
      margin-bottom: 2rem;
      padding: 0;
      list-style: none;
      height: 235px;
      overflow: hidden;
      overflow-y: scroll; }
      .package-slider-section .package-slide .pkge-items::-webkit-scrollbar {
        display: none; }
      .package-slider-section .package-slide .pkge-items li {
        position: relative;
        padding-left: 1.5rem;
        line-height: 1.25;
        font-size: 1.25rem;
        font-family: "Circular STD Book";
        color: #000000; }
        .package-slider-section .package-slide .pkge-items li:not(:last-child) {
          margin-bottom: 0.5rem; }
        .package-slider-section .package-slide .pkge-items li:before {
          content: "";
          position: absolute;
          width: 9px;
          height: 9px;
          top: 8px;
          left: 0;
          background-color: #000000;
          border-radius: 100%; }
    .package-slider-section .package-slide .pkge-add-ons {
      font-size: 1.25rem;
      font-family: "Circular STD Book";
      color: #000000;
      padding: 0 3rem;
      line-height: 1.5;
      margin-bottom: 0; }
    .package-slider-section .package-slide .btn-group-a {
      margin-top: 2rem;
      margin-left: 3rem;
      margin-right: 1.5rem; }
      .package-slider-section .package-slide .btn-group-a .btn {
        font-size: 1rem;
        letter-spacing: 0;
        padding: 1.25rem 1.75rem; }
        .package-slider-section .package-slide .btn-group-a .btn:not(:last-child) {
          margin-right: 1rem; }

.client-logo-section {
  padding: 5rem 0;
  overflow: hidden; }
  .client-logo-section .client-logo-showcase {
    margin-top: 5rem; }
    .client-logo-section .client-logo-showcase .client-showcase-1 {
      display: flex;
      white-space: nowrap;
      -webkit-animation: marquee1 40s linear infinite;
      animation: marquee1 40s linear infinite; }
    .client-logo-section .client-logo-showcase .client-showcase-2 {
      display: flex;
      white-space: nowrap;
      margin-top: 4rem;
      -webkit-animation: marquee1 30s linear infinite;
      animation: marquee1 30s linear infinite; }
    .client-logo-section .client-logo-showcase .marque-img {
      display: block;
      margin: 0 2.75rem; }

.appi-port-clocktext .down-text p, .appi-port-clocktext .up-text p {
  font-size: 1.75rem;
  font-family: "Circular STD Light"; }
.appi-port-clocktext .middel-text {
  font-size: 5.675rem;
  font-family: "Circular STD Medium";
  letter-spacing: -3px; }
  .appi-port-clocktext .middel-text p {
    margin-bottom: 0; }

.appi-port-left-content .pp-head p {
  font-size: 3.75rem;
  font-family: "Circular STD Bold"; }
.appi-port-left-content .appi-pp-para .appi-cont p {
  font-size: 1.25rem;
  font-family: "Circular STD Light";
  margin-bottom: 0; }

.portskip {
  font-size: 1.875rem;
  font-family: "Circular STD Light";
  text-decoration: none;
  letter-spacing: 0; }

.appi-casestudy-navi .appi-cta.read_more_wrapper a {
  font-size: 1.25rem;
  font-family: "Circular STD Light";
  color: #ffffff; }

.nexgtv-center-text .text-big p {
  font-size: 5.675rem;
  font-family: "Circular STD Medium";
  letter-spacing: -3px;
  margin-bottom: 0; }
.nexgtv-center-text .text-sm p {
  font-size: 1.75rem;
  font-family: "Circular STD Light"; }

.mob-res-icon {
  display: none; }

.global-modal .modal-content {
  background-color: #340071; }

.global-modal .head2 {
  text-align: center;
  font-size: 2.5rem;
  color: #ffffff !important;
  margin-bottom: 1rem; }

.global-modal .head2 > span {
  color: #FFE227; }

.global-modal .p {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff !important; }

.global-modal .btn-close {
  background-color: #FFE227;
  opacity: 1;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  margin-bottom: 0.5rem; }

.modal-body .inp-a {
  border: 1px solid #ffffff50;
  background-color: #ffffff;
  resize: none;
  text-transform: capitalize;
  padding: 0.75rem 1rem;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 1rem; }

.modal-body .btn-submit {
  padding: 1rem; }

.about-banner {
  background-image: url("../images/about/banner.webp"); }

.branding-banner {
  background-image: url("../images/branding/banner.webp"); }

.digital-marketing-banner {
  background-image: url("../images/digital-marketing/banner.webp"); }

.ecommerce-banner {
  background-image: url("../images/ecommerce/banner.webp"); }

.logo-design-banner {
  background-image: url("../images/logo-design/banner.webp"); }

.mobile-app-banner {
  background-image: url("../images/mobile/banner.webp"); }

.packages-banner {
  background-image: url("../images/packages/banner.webp"); }

.seo-banner {
  background-image: url("../images/seo/banner.webp"); }

.video-animation-banner {
  background-image: url("../images/video-animation/banner.webp"); }

.web-design-banner {
  background-image: url("../images/web-development/banner.webp"); }

.portfolio-banner {
  background-image: url("../images/work/banner.webp"); }

.portfolio-mobile-only {
  display: none; }

@media screen and (max-width: 1680px) {
  .container {
    width: 90%; }

  .container4 {
    width: 80%; }

  .inner-banner {
    padding-top: 10rem !important; }

  .inner-banner-with-form .banner-form-col .form-box .form-h {
    font-size: 1.5rem;
    text-align: center; }
  .inner-banner-with-form .banner-form-col .form-box form .form-field .input-control {
    font-size: 1rem;
    padding: 0.65rem 1rem;
    line-height: 1; }

  .contact-banner {
    height: auto;
    min-height: 550px; }

  .header .navbar .navbar-brand img {
    max-width: 200px; }
  .header .navbar-nav .nav-item.dropdown .submenu .dropdown-item {
    padding: 0; }
    .header .navbar-nav .nav-item.dropdown .submenu .dropdown-item a {
      font-size: 0.825rem; }
  .header .navbar-nav .nav-item .nav-link {
    font-size: 0.825rem; }

  .banner-head {
    font-size: 3rem; }

  .bordered-head {
    font-size: 2rem; }

  .footer .footer-padding .inner-section-one {
    padding: 2rem 0; }
    .footer .footer-padding .inner-section-one .ftr-list li {
      font-size: 1.25rem; }
      .footer .footer-padding .inner-section-one .ftr-list li a {
        font-size: 1.25rem; }
  .footer .footer-padding .inner-section-two {
    padding-top: 2rem; }
    .footer .footer-padding .inner-section-two .ftr-p {
      font-size: 1.125rem; }

  .head2 {
    font-size: 4rem; }

  .head2-v2 {
    font-size: 3rem; }

  .head3-v2 {
    font-size: 2rem; }

  .p {
    font-size: 1.25rem; }

  .p-bold {
    font-size: 1.5rem; }

  .btn-white {
    font-size: 1.125rem;
    padding: 1.5rem 3rem; }

  .list-design-1 li {
    font-size: 1.25rem; }
    .list-design-1 li:not(:last-child) {
      margin-bottom: 2rem; }

  .accordion-a .accordion-item .accordion-button {
    padding: 1.25rem 1.25rem;
    font-size: 1.5rem; }
  .accordion-a .accordion-item .accordion-body {
    font-size: 1.125rem; }

  .design13 .col-accordion .accordion-a .accordion-button {
    padding-left: 0;
    padding-right: 0; }
  .design13 .col-accordion .accordion-a .accordion-body {
    padding-left: 0;
    padding-right: 0; }

  .package-slider-section {
    margin-top: 2rem; }
    .package-slider-section .slick-slide {
      margin: 0 10px; }
    .package-slider-section .package-slide .pkge-name {
      font-size: 1.5rem; }
    .package-slider-section .package-slide .pkge-price {
      font-size: 3rem; }
    .package-slider-section .package-slide .pkge-desc {
      font-size: 1rem; }
    .package-slider-section .package-slide .pkge-items li {
      font-size: 1.125rem;
      padding-left: 1.125rem; }
      .package-slider-section .package-slide .pkge-items li:before {
        width: 7px;
        height: 7px;
        top: 7px; }
    .package-slider-section .package-slide .pkge-add-ons {
      font-size: 1rem; }
    .package-slider-section .package-slide .btn-group-a .btn {
      font-size: 0.825rem;
      padding: 1.125rem 1rem; }

  .testimonials-sec .testimonial-slide .testimonial-content .testimonial-desc {
    font-size: 1.25rem; }
  .testimonials-sec .testimonial-slide .testimonial-content .client-name {
    font-size: 2rem; }
  .testimonials-sec .testimonial-slide .testimonial-content .client-designation {
    font-size: 1.125rem; }

  .contact-section .form-section .form-section-left .head2 {
    font-size: 3rem; }
  .contact-section .form-section .form-section-right .input-control {
    height: 75px;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem; }
  .contact-section .form-section .form-section-right .btn {
    padding: 1rem 3rem;
    font-size: 1.125rem; }
  .contact-section .form-section .form-section-right ::-webkit-input-placeholder {
    font-size: 1.125rem; }
  .contact-section .form-section .form-section-right :-ms-input-placeholder {
    font-size: 1.125rem; }
  .contact-section .form-section .form-section-right ::placeholder {
    font-size: 1.125rem; }

  .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description .p {
    font-size: 1.5rem; }

  .portfolio-boxes .portfolio-box .portfolio-content .title {
    font-size: 1.5rem; }

  .design1 {
    padding: 5rem 0; }

  .design2 .inner-section-two .custom-col-4 {
    width: 30%; }

  .design3 {
    padding: 5rem 0; }
    .design3 .counter-section .counter-large .counter-number {
      font-size: 13rem; }
    .design3 .counter-section .counter-large .counter-text {
      font-size: 2rem; }
    .design3 .counter-section .counter-medium .counter-number {
      font-size: 7rem; }
    .design3 .counter-section .counter-medium .counter-text {
      font-size: 1.125rem; }

  .design4 .hover-slide-section .hover-slide-controllers .head2-v2 {
    margin-bottom: 7rem; }
  .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-text {
    font-size: 3rem; }
  .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-number {
    transform: translateY(0px);
    padding-bottom: 1.25rem; }

  .design6 .design6-col-left .list-design-1 {
    padding-right: 20%;
    margin: 2rem 0; }

  .design7 .p {
    padding-right: 27%; }

  .design8 .head2 {
    font-size: 3.5rem; }

  .design13 .col-accordion {
    padding-right: 1rem; }
  .design13 .col-img {
    align-items: flex-start;
    position: relative; }
    .design13 .col-img img {
      position: absolute;
      object-fit: cover;
      height: 100%; }

  .design14 .techs-tabs-section .tech-items .tech-item {
    width: 20%; }
    .design14 .techs-tabs-section .tech-items .tech-item .tech-logo {
      height: 50px; }
      .design14 .techs-tabs-section .tech-items .tech-item .tech-logo img {
        max-width: 100%;
        max-height: 100%; }
    .design14 .techs-tabs-section .tech-items .tech-item .tech-desc .tech-name {
      font-size: 1.125rem; }

  .design15 .project-slides img {
    width: 100%; }
  .design15 .slide-section .project-desc .project-detail {
    padding-right: 0;
    width: 70%; }

  .design16 .development-cycle-section .nav-pills .nav-item .nav-link {
    font-size: 1.25rem; }
  .design16 .development-cycle-section .tab-content .dev-cycle-item {
    padding: 3rem 3rem; }

  .design18 .key-feature-section .key-row .key-col {
    width: 23%;
    padding: 4rem 2rem; }
    .design18 .key-feature-section .key-row .key-col .key-image {
      height: 80px;
      margin-bottom: 3rem; }
      .design18 .key-feature-section .key-row .key-col .key-image svg {
        max-width: 100%;
        max-height: 100%; }
    .design18 .key-feature-section .key-row .key-col .key-content .key-title {
      font-size: 2.5rem; }

  .design21 .custom-row .custom-col .icon-box .content-area .p {
    font-size: 1.25rem; }

  .design23 .number-boxes .number-box .number-content .num-h {
    font-size: 2.5rem; }

  .design28 .inner-section {
    padding-left: 8%; }
    .design28 .inner-section .contact-area .left-col form .inp {
      line-height: 1;
      padding: 0.825rem; }

  .design15 .slide-section .slick-slide {
    margin: 0 95px; }
  .design15 .slide-section .slick-arrow {
    width: 55px;
    height: 55px; }

  .design17 .step-tab-section .step-item {
    padding: 4rem; }
    .design17 .step-tab-section .step-item .step-content .step-head {
      font-size: 2.5rem;
      margin-bottom: 1rem; }
    .design17 .step-tab-section .step-item .step-content .step-p {
      font-size: 1.125rem; }

  .design20 .container-fluid .mobile-mask-parent .mobile-mask {
    transform: scale(0.95);
    margin-left: 41% !important; }
  .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide img {
    transform: scale(0.65); }
  .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
    transform: scale(0.9); } }
@media screen and (max-width: 1366px) {
  .container5 {
    width: 80%; }

  .inner-banner {
    min-height: 650px;
    padding-top: 7rem !important; }
    .inner-banner .banner-head {
      margin-top: 2rem; }

  .tab-design-1 .nav-item:not(:last-child) {
    margin-right: 3rem; }

  .package-slider-section .package-slide .pkge-name {
    padding-left: 2rem; }
  .package-slider-section .package-slide .pkge-price span {
    padding-left: 2rem; }
  .package-slider-section .package-slide .pkge-desc {
    padding: 0 2rem; }
  .package-slider-section .package-slide .pkge-items {
    margin-left: 2rem; }
  .package-slider-section .package-slide .pkge-add-ons {
    padding: 0 2rem; }
  .package-slider-section .package-slide .btn-group-a {
    margin-left: 2rem; }

  .portfolio-boxes {
    width: 80%; }

  .design3 .counter-section .counter-large .counter-number {
    font-size: 11rem; }
  .design3 .counter-section .counter-large .counter-text {
    font-size: 1.75rem; }
  .design3 .counter-section .counter-medium .counter-number {
    font-size: 5rem; }

  .design6::after {
    background-image: linear-gradient(-25deg, #5C1DB5 50%, transparent 50%); }

  .design7 .p {
    padding-right: 20%; }

  .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box {
    padding: 2rem 2rem; }
    .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-text {
      font-size: 1.5rem; }
  .design10 .counter-col .custom-counter-row .custom-counter-col.three:after {
    width: 20%;
    height: 20%; }

  .design13 {
    padding: 0 0 0 5%; }

  .design20 .container-fluid .mobile-mask-parent .mobile-mask {
    transform: scale(0.75);
    margin-left: 41% !important; }
  .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide img {
    transform: scale(0.65); }
  .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
    transform: scale(0.7); } }
@media screen and (max-width: 1280px) {
  .container2 {
    width: 90%; }

  .container5 {
    width: 80%; }

  .container6 {
    width: 90%; }

  .container7 {
    width: 80%; }

  .inner-banner-with-form .banner-text-col .banner-p br {
    display: none; }

  .tab-design-1 .nav-item .nav-link {
    padding-bottom: 1rem; }

  .portfolio-boxes {
    width: 90%; }

  .design12 .slider-design-1 {
    width: 90%; }

  .design13 {
    padding: 0 0 0 5%; }

  .design28 .inner-section {
    padding-left: 9%; }

  .design19::before {
    width: 13.75%; } }
@media screen and (max-width: 1024px) {
  .container4 {
    width: 90%; }

  .container5 {
    width: 90%; }

  .header .hamburger-icon {
    display: flex;
    order: 2;
    flex-direction: column;
    height: 33px;
    margin-top: 8px;
    cursor: pointer; }
    .header .hamburger-icon .icon-1, .header .hamburger-icon .icon-2, .header .hamburger-icon .icon-3 {
      width: 35px;
      height: 3px;
      background-color: #ffffff;
      margin: 3px 0;
      transition: 0.4s; }
    .header .hamburger-icon.change .icon-1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px); }
    .header .hamburger-icon.change .icon-2 {
      opacity: 0; }
    .header .hamburger-icon.change .icon-3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px); }
  .header .navbar-collapse {
    position: fixed;
    background-color: #6405D3;
    width: 300px;
    margin: 0 !important;
    right: 0;
    top: 0;
    height: 100vh !important;
    max-height: 100vh;
    padding: 0;
    display: flex !important;
    align-items: flex-start;
    z-index: 1;
    flex-direction: column;
    transform: translateX(100%);
    transition: 0.5s; }
    .header .navbar-collapse.translate-zero {
      transform: translateX(0%); }
    .header .navbar-collapse .navbar-nav {
      margin: 0 !important;
      width: 100%;
      flex-direction: column;
      margin-top: 8rem !important; }
      .header .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
        margin-right: 0; }
      .header .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 1.25rem;
        color: #ffffff;
        padding: 0.5rem; }
  .header .btn {
    margin-left: auto;
    margin-right: 2rem; }
  .header .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 8rem;
    width: 300px;
    height: calc(100vh - 8rem);
    background-color: #6405D3;
    transition: 0.5s;
    transform: translateX(100%); }
    .header .navbar-expand-lg .navbar-nav .dropdown-menu.translate-zero {
      transform: translateX(0%); }
    .header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
      border-color: #ffffff !important; }
      .header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item a {
        color: #ffffff !important;
        border-color: #ffffff !important;
        font-size: 1.25rem !important; }
  .header .dropdown-toggle::after {
    transform: rotate(-90deg);
    top: 2px !important;
    position: relative; }
  .header .mob-res-icon {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto !important; }
    .header .mob-res-icon i {
      color: #ffffff;
      font-size: 2rem !important; }
    .header .mob-res-icon .icon-back {
      color: #ffffff;
      font-size: 1.5rem;
      display: none; }

  .header .fixed-top .hamburger-icon .icon-1, .header .fixed-top .hamburger-icon .icon-2, .header .fixed-top .hamburger-icon .icon-3 {
    background-color: #282828 !important; }

  .footer {
    padding-bottom: 2rem; }
    .footer .footer-padding {
      padding-left: 0; }

  .head2 {
    font-size: 3rem; }

  .head3 {
    font-size: 1.5rem; }

  .p {
    font-size: 1rem; }

  .small-h {
    margin-bottom: 1rem; }

  .tab-design-1 .nav-item:not(:last-child) {
    margin-right: 1rem; }
  .tab-design-1 .nav-item .nav-link {
    font-size: 1.125rem; }

  .btn-yellow {
    font-size: 1rem; }

  .accordion-a .accordion-item .accordion-button {
    font-size: 1.25rem; }
  .accordion-a .accordion-item .accordion-body {
    font-size: 1rem; }

  .package-slider-section .package-slide .pkge-price {
    font-size: 2.5rem; }
  .package-slider-section .package-slide .pkge-desc {
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .package-slider-section .package-slide .pkge-items li {
    font-size: 1rem;
    padding-right: 1rem; }

  .testimonials-sec .custom-arrow {
    top: auto;
    bottom: calc(100% + 60px);
    left: auto;
    right: 0; }
    .testimonials-sec .custom-arrow.slick-next {
      transform: rotate(180deg) translateY(26px); }
    .testimonials-sec .custom-arrow.slick-prev {
      margin-right: 3rem; }

  .design2 .inner-section-one .container3 {
    height: 400px;
    padding-bottom: 3.5rem; }
  .design2 .inner-section-two .custom-col-4 {
    width: 32%; }

  .design3 .counter-section .counter-large .counter-number {
    font-size: 9rem; }
  .design3 .counter-section .counter-large .counter-text {
    font-size: 1.5rem; }

  .design4 .hover-slide-section {
    padding-bottom: 4rem; }
    .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-number {
      width: 70px; }
    .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-text {
      font-size: 2.5rem; }

  .design6 {
    padding-top: 5rem;
    padding-bottom: 9rem; }

  .design8 .head2 {
    font-size: 3rem; }

  .desgin9 .head2 {
    margin-bottom: 1rem; }
  .desgin9 .p:not(:last-child) {
    margin-bottom: 1rem; }

  .design10 .head2 {
    margin-bottom: 1rem; }
  .design10 .p:not(:last-child) {
    margin-bottom: 1rem; }
  .design10 .counter-col .custom-counter-row .custom-counter-col::before {
    display: none; }
  .design10 .counter-col .custom-counter-row .custom-counter-col::after {
    display: none; }
  .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box {
    height: 100%;
    padding: 2rem 1.25rem;
    text-align: center; }
    .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-number {
      font-size: 4rem; }
    .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-text {
      font-size: 1.125rem; }
  .design10 .row {
    flex-direction: column-reverse; }
    .design10 .row > div {
      width: 100% !important; }

  .design17 .bottom-logo-section .bottom-logo-col img {
    max-height: 190px; }

  .contact-section .form-section .form-section-left {
    width: 50%;
    padding: 3rem;
    padding-right: 3rem; }
  .contact-section .form-section .form-section-right {
    width: 50%;
    padding-bottom: 3rem; }

  .design28 .inner-section {
    padding-left: 5%; }

  .design23 .number-boxes {
    margin-top: 1rem; }
    .design23 .number-boxes .number-box {
      padding-top: 0; }
      .design23 .number-boxes .number-box .number-content {
        margin-bottom: 1rem; }
        .design23 .number-boxes .number-box .number-content .num {
          margin-bottom: 1rem; }
        .design23 .number-boxes .number-box .number-content .num-h {
          font-size: 2rem;
          margin-bottom: 1rem; }

  .design15 .text-section {
    width: 87%; }
  .design15 .slide-section .slick-slide {
    margin: 0 10px; }
  .design15 .slide-section .slick-list {
    padding: 0 !important;
    margin: 0 10px; }
  .design15 .slide-section .project-desc {
    flex-direction: column;
    align-items: flex-start !important; }
    .design15 .slide-section .project-desc .project-detail {
      width: 100%; }
    .design15 .slide-section .project-desc .project-link {
      margin-top: 1rem; }

  .design16 .development-cycle-section .nav-pills .nav-item {
    width: 17% !important; }
    .design16 .development-cycle-section .nav-pills .nav-item::nth-child(3) {
      width: 20% !important; }

  .client-logo-section {
    padding-top: 0; }

  .design21 .custom-row .custom-col .icon-box .icon-area {
    height: 70px;
    margin-bottom: 2rem; }
    .design21 .custom-row .custom-col .icon-box .icon-area svg {
      height: 70px; }
  .design21 .custom-row .custom-col .icon-box .content-area .head3-v2 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }

  .design20 {
    padding-bottom: 0; }
    .design20 .container-fluid .mobile-mask-parent {
      margin-top: 0; }
      .design20 .container-fluid .mobile-mask-parent .mobile-mask {
        transform: scale(0.85);
        margin-left: 36.5% !important; }
    .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide img {
      transform: scale(0.65); }
    .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
      transform: scale(0.8); }

  .design8 + section.client-logo-section.v1 {
    padding-top: 5rem; }

  .design15 .slide-section .slick-arrow {
    width: 35px;
    height: 35px;
    bottom: -16px;
    top: auto;
    left: auto;
    right: 1rem; }
    .design15 .slide-section .slick-arrow.slick-prev {
      right: 4rem; }
    .design15 .slide-section .slick-arrow svg {
      width: 10px;
      height: 17px; } }
@media screen and (max-width: 991px) {
  .trig-rel {
    display: none !important; }

  .portfolio-mobile-only {
    display: flex; }

  .portfolio-mobile-only {
    padding-top: 0;
    padding-bottom: 0; }
    .portfolio-mobile-only .text-section {
      width: 90%;
      margin-bottom: -16rem !important;
      position: relative;
      z-index: 1;
      padding-top: 5rem; }
    .portfolio-mobile-only .slide > * {
      padding: 0 5% !important; }
    .portfolio-mobile-only .project-image {
      padding-top: 18rem !important; }
      .portfolio-mobile-only .project-image img {
        width: 100%; }
    .portfolio-mobile-only .project-desc {
      padding-bottom: 5rem !important; }
    .portfolio-mobile-only .slide-section {
      margin-top: 0; }
      .portfolio-mobile-only .slide-section .slick-list {
        margin: 0; }
      .portfolio-mobile-only .slide-section .slick-slide {
        margin: 0; }
        .portfolio-mobile-only .slide-section .slick-slide:not(.slick-active) {
          filter: none; }
      .portfolio-mobile-only .slide-section .slide-bg-1 {
        background-color: #5c1db5; }
      .portfolio-mobile-only .slide-section .slide-bg-2 {
        background-color: #562dd3; }
      .portfolio-mobile-only .slide-section .slide-bg-3 {
        background-color: #0e1041; }
      .portfolio-mobile-only .slide-section .slide-bg-4 {
        background-color: #162b44; }
      .portfolio-mobile-only .slide-section .slide-bg-5 {
        background-color: #1070ea; }
      .portfolio-mobile-only .slide-section .slide-bg-6 {
        background-color: #00319c; }
    .portfolio-mobile-only .slick-arrow {
      bottom: 4rem !important; }

  .accordion-a {
    padding-left: 0%; }

  .container {
    padding: 0; }

  .container2 {
    width: 90%; }

  .container3 {
    width: 100%; }

  .container7 {
    width: 90%; }

  .title-box-a {
    flex-direction: column;
    align-items: flex-start; }
    .title-box-a .title-left-a {
      width: 100%; }
      .title-box-a .title-left-a .head2 {
        margin-bottom: 1rem; }
    .title-box-a .title-right-a {
      width: 100%;
      justify-content: flex-start;
      margin-top: 1.5rem; }

  .list-design-1 li:not(:last-child) {
    margin-bottom: 1rem; }
  .list-design-1 li::before {
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 10px; }

  .package-slider-section .package-slide .btn-group-a .btn {
    font-size: 0.825rem;
    padding: 1.125rem 0.875rem; }

  .testimonials-sec {
    padding: 4rem 0; }
    .testimonials-sec .slick-prev, .testimonials-sec .slick-next {
      width: 16px;
      height: 50px; }
    .testimonials-sec .custom-arrow.slick-prev {
      margin-right: 2rem !important; }

  .contact-section {
    padding: 4rem 0; }
    .contact-section .form-section {
      margin-top: 3rem;
      flex-direction: column; }
      .contact-section .form-section .form-section-left {
        width: 100%; }
      .contact-section .form-section .form-section-right {
        width: 100%; }

  .inner-banner {
    padding-top: 10rem !important; }
    .inner-banner .row {
      flex-direction: column; }

  .inner-banner-with-form .banner-text-col {
    width: 100%;
    margin-bottom: 3rem; }
  .inner-banner-with-form .banner-form-col {
    width: 100%; }
    .inner-banner-with-form .banner-form-col .form-box {
      width: 65%;
      margin: auto; }

  .tab-design-1 .nav-item .nav-link {
    padding-bottom: 0.25rem;
    margin-bottom: 1rem; }

  .client-logo-section .head2 {
    margin-bottom: 1rem; }
  .client-logo-section .client-logo-showcase {
    margin-top: 2rem; }
    .client-logo-section .client-logo-showcase .marque-img img {
      max-height: 75px; }

  .footer {
    padding-top: 3rem;
    padding-bottom: 1rem; }
    .footer .footer-padding .inner-section-one {
      display: flex;
      flex-direction: column; }
      .footer .footer-padding .inner-section-one .ftr-list li {
        font-size: 1.125rem; }
        .footer .footer-padding .inner-section-one .ftr-list li a {
          font-size: 1.125rem; }
      .footer .footer-padding .inner-section-one .ftr-head {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        line-height: 1; }
      .footer .footer-padding .inner-section-one .footer-col {
        width: 100%; }
        .footer .footer-padding .inner-section-one .footer-col:not(:last-child) {
          margin-bottom: 2rem; }
    .footer .footer-padding .inner-section-two {
      padding-top: 1rem; }

  .design1 {
    padding: 4rem 0; }
    .design1 .head2 {
      margin-bottom: 1rem; }
    .design1 .p {
      margin-bottom: 2rem; }
    .design1 .row > div {
      width: 100% !important; }
      .design1 .row > div:first-child {
        margin-bottom: 3rem !important; }

  .design3 {
    padding: 4rem 0; }
    .design3 .p {
      padding: 0; }
    .design3 .counter-section .counter-large {
      padding-right: 5%; }
      .design3 .counter-section .counter-large .counter-number {
        font-size: 7rem; }
      .design3 .counter-section .counter-large .counter-text {
        font-size: 1.25rem; }
    .design3 .counter-section .counter-medium .counter-number {
      font-size: 4rem; }
    .design3 .counter-section .counter-medium .counter-text {
      font-size: 1rem;
      line-height: 1; }

  .design4 {
    padding: 4rem 0; }
    .design4 .hover-slide-section {
      padding-bottom: 0; }
      .design4 .hover-slide-section .hover-slide-items {
        display: none; }
      .design4 .hover-slide-section .hover-slide-controllers {
        padding-left: 4%;
        padding-right: 4%; }
        .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-text {
          font-size: 2rem; }
        .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item a .controller-number {
          width: 50px;
          padding-bottom: 0.5rem; }
        .design4 .hover-slide-section .hover-slide-controllers .hover-slide-controller-item:not(:last-child) {
          margin-bottom: 1.5rem; }
        .design4 .hover-slide-section .hover-slide-controllers .head2-v2 {
          margin-bottom: 3rem; }

  .design6 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .design6 .head2 {
      padding-right: 10%;
      margin-bottom: 1rem; }
    .design6 .design6-col-left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 3rem; }
      .design6 .design6-col-left .list-design-1 {
        padding: 0;
        margin-top: 0; }
    .design6 .design6-col-right {
      width: 100%;
      padding: 0;
      border: 0; }
      .design6 .design6-col-right .list-design-1 {
        margin-top: 0;
        margin-bottom: 2rem; }
    .design6:after {
      width: 37%;
      height: 15%; }

  .design7 {
    padding: 4rem 0;
    padding-bottom: 3rem; }

  .design8 {
    padding: 4rem 0; }
    .design8 .container7 {
      flex-direction: column;
      align-items: flex-start !important; }
      .design8 .container7 .head2 {
        margin-bottom: 2rem;
        padding: 0;
        width: 100%; }

  .design10 .head2 {
    margin-bottom: 1rem; }
  .design10 .p:not(:last-child) {
    margin-bottom: 1rem; }
  .design10 .counter-col {
    padding-right: 12px !important;
    margin-top: 2rem; }
    .design10 .counter-col .custom-counter-row .custom-counter-col::before {
      display: none; }
    .design10 .counter-col .custom-counter-row .custom-counter-col::after {
      display: none; }
    .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box {
      height: 100%;
      padding: 2rem 1.25rem;
      text-align: center; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-number {
        font-size: 4rem; }
      .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box .counter-text {
        font-size: 1.125rem; }
  .design10 .row {
    flex-direction: column-reverse; }
    .design10 .row > div {
      width: 100% !important; }

  .design10 .counter-col {
    padding-right: 12px !important;
    margin-top: 2rem; }
    .design10 .counter-col .custom-counter-row .custom-counter-col .counter-box {
      width: 100% !important; }

  .design11 {
    padding: 4rem 0; }
    .design11 .custom-card-row .card-col:nth-child(3) {
      order: -1;
      max-width: 100%; }
      .design11 .custom-card-row .card-col:nth-child(3) .head2 {
        margin-bottom: 0; }
    .design11 .custom-card-row .card-col:not(:nth-child(3)) {
      max-width: 48%; }
    .design11 .custom-card-row .card-col:not(:last-child) {
      margin-bottom: 2rem; }
    .design11 .custom-card-row .card-col .card-content .card-title {
      line-height: 1;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }

  .design13 {
    padding: 5rem 5%; }
    .design13 .head2 {
      margin-bottom: 1rem; }
    .design13 .col-img {
      display: none; }
    .design13 .col-accordion {
      width: 100%;
      padding: 0; }
      .design13 .col-accordion .accordion-a {
        margin-top: 3rem; }

  .design28 .inner-section {
    width: 100%;
    border-top-right-radius: 0;
    padding-left: 5% !important;
    padding-right: 5%; }
    .design28 .inner-section .contact-area {
      flex-direction: column; }
      .design28 .inner-section .contact-area .left-col {
        width: 100%;
        margin-bottom: 3rem; }
      .design28 .inner-section .contact-area .right-col {
        width: 100%; }

  .design23 .number-boxes .number-box .number-content .num-h {
    font-size: 1.75rem;
    margin-bottom: 1rem; }

  .design16 .development-cycle-section .tab-content .dev-cycle-item {
    padding: 2rem 2rem; }
    .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description {
      flex-direction: column; }
      .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1rem; }
      .design16 .development-cycle-section .tab-content .dev-cycle-item .tab-description .desc-right {
        width: 100%; }

  .design17 .step-tab-section .nav-pills .nav-item .nav-link {
    padding: 0 1rem;
    padding-bottom: rem; }
  .design17 .bottom-logo-section .bottom-logo-col img {
    max-height: 140px; }

  .design24 .custom-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .design24 .custom-row .col-left {
      width: 100%;
      margin-bottom: 2rem; }
      .design24 .custom-row .col-left .head2 {
        margin-bottom: 1rem; }
    .design24 .custom-row .col-right {
      width: 100%; }

  .design18 .key-feature-section .key-row .key-col {
    width: 23%;
    padding: 1.25rem 1.25rem; }
    .design18 .key-feature-section .key-row .key-col:nth-child(even) {
      margin-top: 0; }
    .design18 .key-feature-section .key-row .key-col .key-image {
      height: 50px;
      margin-bottom: 1rem; }
    .design18 .key-feature-section .key-row .key-col .key-content .key-title {
      font-size: 1.75rem; }
    .design18 .key-feature-section .key-row .key-col .key-content .key-p {
      font-size: 1rem;
      margin-bottom: 0; }

  .design16 .development-cycle-section .nav-pills .nav-item .nav-link {
    font-size: 1rem; }

  .design21 .custom-row .custom-col {
    width: 30%; }
    .design21 .custom-row .custom-col .icon-box .content-area .head3-v2 {
      font-size: 1.25rem; }
    .design21 .custom-row .custom-col .icon-box .content-area .p {
      font-size: 1rem; }

  .design20 {
    padding-bottom: 0; }
    .design20 .container-fluid .mobile-mask-parent {
      margin-top: 0; }
      .design20 .container-fluid .mobile-mask-parent .mobile-mask {
        transform: scale(0.85);
        margin-left: 32% !important; }
    .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide img {
      transform: scale(0.65); }
    .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
      transform: scale(0.8); }

  .design19::before {
    display: none; }

  .design16 .development-cycle-section .nav-pills .nav-item {
    width: 100% !important; }

  .design16 .p {
    padding: 0; }
  .design16 .development-cycle-section .nav-pills .nav-item .nav-link + .tab-progress-custom {
    height: 5px;
    margin-top: 0.5rem;
    border-radius: 5px !important; }
  .design16 .development-cycle-section .nav-pills .nav-item:not(:last-child) {
    margin-bottom: 1rem; }
  .design16.v3 .development-cycle-section .nav-pills .nav-item {
    width: 100%; }
    .design16.v3 .development-cycle-section .nav-pills .nav-item:nth-child(3) {
      width: 100%; }
    .design16.v3 .development-cycle-section .nav-pills .nav-item:nth-child(4) {
      width: 100%; }

  .design20 + section.testimonial-section-v-2 {
    padding-top: 0; }

  .design26 .video-design {
    margin-top: 1rem; }

  .design14 .techs-tabs-section .tech-items {
    padding-right: 0; }
    .design14 .techs-tabs-section .tech-items .tech-item {
      width: 33%; }

  .design14 .techs-tabs-section .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.75rem 1.5rem; } }
@media screen and (max-width: 767px) {
  .container5 {
    width: 90%; }

  .banner:not(.contact-banner) {
    background-image: none;
    background-color: #340071; }

  .package-slider-section {
    padding: 0 5%; }

  .inner-banner-with-form .banner-form-col .form-box {
    width: 80%;
    margin: auto; }

  .testimonials-sec .testimonial-slide {
    flex-direction: column; }
    .testimonials-sec .testimonial-slide .testimonial-content {
      width: 100%;
      padding: 0;
      border: 0;
      margin-bottom: 2rem; }
      .testimonials-sec .testimonial-slide .testimonial-content .testimonial-desc {
        margin-bottom: 1rem;
        font-size: 1rem; }
    .testimonials-sec .testimonial-slide .testimonial-img {
      width: 100%;
      padding-left: 0; }
      .testimonials-sec .testimonial-slide .testimonial-img img {
        max-width: 250px; }

  .design2 .inner-section-one .container3 {
    position: relative;
    height: auto;
    padding: 4rem 5%; }
    .design2 .inner-section-one .container3 > * {
      position: relative;
      z-index: 1; }
    .design2 .inner-section-one .container3::before {
      content: "";
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: #020202;
      opacity: 0.5;
      z-index: 0; }
    .design2 .inner-section-one .container3 .btn {
      margin-top: 1.5rem; }
  .design2 .inner-section-two {
    flex-direction: column;
    padding-bottom: 4rem; }
    .design2 .inner-section-two .custom-col-4 {
      width: 100%; }
      .design2 .inner-section-two .custom-col-4 .head3 {
        margin-bottom: 0.5rem;
        line-height: 1; }
      .design2 .inner-section-two .custom-col-4:not(:last-child) {
        margin-bottom: 2rem; }

  .design3 .head2 {
    margin-bottom: 1rem; }
  .design3 .counter-section {
    flex-direction: column; }
    .design3 .counter-section .counter-large {
      padding-right: 0;
      width: 100%;
      text-align: center; }
      .design3 .counter-section .counter-large .counter-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: 0 !important; }
    .design3 .counter-section .counter-medium .counter-item {
      padding: 0; }
    .design3 .counter-section .counter-right {
      width: 100%;
      border-left: 0;
      text-align: center; }
    .design3 .counter-section .counter-item {
      border-top: 1px solid #000000;
      margin-top: 2rem;
      padding-top: 2rem !important; }
      .design3 .counter-section .counter-item:not(:last-child) {
        border-top: 1px solid #000000;
        border-bottom: 0; }

  .design6 .row {
    padding: 0 4%; }
  .design6 .design6-col-left {
    padding-left: 0; }
  .design6:after {
    display: none; }

  .design7 {
    padding-bottom: 1rem; }

  .design27 {
    padding: 4rem 0; }

  .portfolio-boxes .portfolio-box {
    margin-bottom: 2rem; }

  .client-logo-section {
    padding: 3rem 0;
    padding-top: 0; }
    .client-logo-section .client-logo-showcase .client-showcase-2 {
      display: none; }

  .inner-banner-with-form .banner-form-col .form-box {
    padding: 25px 25px; }
    .inner-banner-with-form .banner-form-col .form-box br {
      display: none; }
    .inner-banner-with-form .banner-form-col .form-box form .field-half {
      width: 100%; }

  .testimonial-section-v-2 {
    padding: 3rem 0; }
    .testimonial-section-v-2 .testimonial-2-area {
      margin-top: 3rem; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-arrow {
        left: 0;
        margin: auto;
        width: 43px; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-prev {
        right: 17%; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-prev::after {
          right: 0;
          left: 54%; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-next {
        left: 6%; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description {
        padding-left: 6%;
        padding-right: 6%; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description .p {
          font-size: 1.25rem; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description svg {
          width: 25px; }
      .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer {
        padding-left: 0;
        margin-top: 2rem;
        margin-bottom: 1rem; }
        .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details {
          padding-right: 1rem;
          margin-right: 1rem; }
          .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-image {
            width: 60px;
            height: 60px; }
          .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-info .client-name {
            font-size: 1.125rem; }
          .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-footer .client-details .client-info .client-designation {
            font-size: 0.875rem; }

  .design23 .number-boxes {
    flex-direction: column; }
    .design23 .number-boxes .number-box {
      width: 100%; }
      .design23 .number-boxes .number-box:not(:last-child) {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-right: 0 !important;
        border-bottom: 1px solid #000000; }

  .design13 .head2 br {
    display: none; }

  .design16 .development-cycle-section .nav-pills .nav-item {
    width: 100% !important; }

  .design16 .p {
    padding: 0; }
  .design16 .development-cycle-section .nav-pills .nav-item .nav-link + .tab-progress-custom {
    height: 5px;
    margin-top: 0.5rem;
    border-radius: 5px !important; }
  .design16 .development-cycle-section .nav-pills .nav-item:not(:last-child) {
    margin-bottom: 1rem; }
  .design16.v3 .development-cycle-section .nav-pills .nav-item {
    width: 100%; }
    .design16.v3 .development-cycle-section .nav-pills .nav-item:nth-child(3) {
      width: 100%; }
    .design16.v3 .development-cycle-section .nav-pills .nav-item:nth-child(4) {
      width: 100%; }

  .design7 .p {
    padding-right: 0; }

  .btn-group-a .btn:not(:last-child) {
    justify-content: CENTER; }

  .design8 + .client-logo-section {
    padding-top: 3rem; }

  .design17 {
    padding: 3rem 0; }
    .design17 .step-tab-section .step-item {
      padding: 2rem;
      flex-direction: column;
      align-items: flex-start;
      text-align: center; }
      .design17 .step-tab-section .step-item .step-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem; }
        .design17 .step-tab-section .step-item .step-img img {
          max-width: 250px; }
      .design17 .step-tab-section .step-item .step-content {
        width: 100%; }
    .design17 .step-tab-section .nav-pills {
      margin-top: 2rem;
      justify-content: center; }
    .design17 .bottom-logo-section {
      margin-top: 2rem;
      justify-content: center;
      width: 100%; }
      .design17 .bottom-logo-section .bottom-logo-col:not(:last-child) {
        margin-right: 1rem; }

  .design18 .key-feature-section .key-row {
    flex-wrap: wrap; }
    .design18 .key-feature-section .key-row .key-col {
      width: 48%;
      margin-bottom: 2%; }
  .design18 .key-section-2 {
    margin-top: 1rem; }
    .design18 .key-section-2 ul {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .design18 .key-section-2 ul li:not(:last-child) {
        margin-bottom: 0.5rem; }

  .design21 .custom-row {
    flex-direction: column; }
    .design21 .custom-row .custom-col {
      width: 100%; }
      .design21 .custom-row .custom-col:not(:last-child) {
        margin-bottom: 2rem; }
      .design21 .custom-row .custom-col .icon-box .icon-area {
        justify-content: flex-start;
        align-items: flex-start; }
        .design21 .custom-row .custom-col .icon-box .icon-area svg {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start; }
      .design21 .custom-row .custom-col .icon-box .content-area .head3-v2 br {
        display: none; }

  .design20 {
    padding-bottom: 0; }
    .design20 .container-fluid .mobile-mask-parent {
      margin-top: 0; }
      .design20 .container-fluid .mobile-mask-parent .mobile-mask {
        transform: scale(0.85);
        margin-left: auto !important; }
    .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide img {
      transform: scale(0.65); }
    .design20 .container-fluid .swiper.mob-slider-swiper .swiper-slide.swiper-slide-active img {
      transform: scale(0.8); }

  .design19 .text-col {
    margin-top: 3rem;
    padding-left: 10px; }

  .design12 {
    padding: 3rem 0; }
    .design12 .p {
      padding: 0; }
    .design12 .slider-design-1 {
      width: 100%;
      margin-top: 2rem; }

  .design14 {
    padding: 3rem 0; }
    .design14 .techs-tabs-section ul.nav {
      justify-content: space-between; }
    .design14 .techs-tabs-section .nav-item {
      width: 32%;
      margin-right: 0 !important;
      margin-bottom: 1rem; }
      .design14 .techs-tabs-section .nav-item .nav-link {
        width: 100%; } }
@media screen and (max-width: 575px) {
  .header .btn {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    margin: 0; }
  .header .will-stick {
    padding-top: 2rem; }
  .header .fixed-top {
    padding-top: 3rem; }
  .header .navbar .navbar-brand img {
    max-width: 200px; }

  .banner {
    padding-top: 10rem; }

  .banner-head {
    font-size: 2.5rem; }

  .inner-banner-with-form .banner-form-col .form-box {
    width: 100%; }

  .contact-section .form-section .form-section-left {
    padding: 3rem 5%; }

  .btn-group-a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .btn-group-a .btn {
      min-width: 190px; }
      .btn-group-a .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem; }

  .banner-head br {
    display: none; }

  .banner-p br {
    display: none; }

  .design11 .custom-card-row .card-col:not(:nth-child(3)) {
    max-width: 100%; }

  .design10 .counter-col .custom-counter-row .custom-counter-col {
    width: 100%; }
    .design10 .counter-col .custom-counter-row .custom-counter-col:not(:last-child) {
      margin-bottom: 2rem; }

  .portfolio-boxes .portfolio-box {
    width: 100%; }

  .design28 .inner-section .contact-area .left-col form .half-col {
    width: 100%; }
  .design28 .inner-section .contact-area .left-col form label {
    font-size: 1rem; }

  .brand-logo {
    max-width: 65px; }
    .brand-logo img {
      width: 100%; }

  .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .slick-next {
    left: 16%; }
  .testimonial-section-v-2 .testimonial-2-area .testimonial-2-slides .testimonial-2-slide .testimonial-description svg {
    width: 16px; }

  .design17 .bottom-logo-section .bottom-logo-col img {
    max-height: 120px; }

  .design18 .key-feature-section .key-row .key-col {
    width: 100%; }

  .design14 .techs-tabs-section .tech-items .tech-item {
    width: 100%;
    text-align: center; }
    .design14 .techs-tabs-section .tech-items .tech-item img {
      display: flex;
      margin: auto; }

  .btn-white {
    padding: 1.5rem 2rem; }

  .load-more-btn {
    flex-direction: column; }
    .load-more-btn .p {
      margin-right: 0;
      margin-bottom: 1.5rem; }

  .client-logo-section {
    padding-left: 5%;
    padding-right: 5%; }
    .client-logo-section br {
      display: none; }
    .client-logo-section .client-logo-showcase .client-showcase-1 {
      -webkit-animation: marquee1 10s linear infinite;
      animation: marquee1 10s linear infinite; }
    .client-logo-section .client-logo-showcase .marque-img {
      margin: 0 0.75rem; }

  .portfolio-mobile-only .text-section {
    padding-top: 3rem;
    margin-bottom: -20rem !important; }
  .portfolio-mobile-only .project-image {
    padding-top: 20rem !important; } }

/*# sourceMappingURL=style.css.map */
