/* body a
{
font-family: "Source Code Pro" !important;
} */
/* a {
font-family: "Source Code Pro", "Space Mono" !important;
} */
ul {
  padding-left: 0;
}
ul li {
  margin:0;
}
.navbar-links li a:hover {
  font-style:inherit !important;
}
.container-fluid {
  padding-left:0px !important;
  padding-right:0px !important;
  margin-top:-1px;
}
.hubs-ye a {
  color: #fffbaa !important;
}
.hubs-ye img {
  color: #fffbaa !important;
}
.hubs-ye div {
  background: #fffbaa;
  height: 4px;
  width: 40px;
  position: absolute;
  top: 50px;
  margin-left: 35px;
  border-radius: 46px;
  animation: linemove 2s;
  transition: 0.1s ease;
}
@keyframes linemove {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 20px 10px;
  font-weight: 700;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px 0;
  top: 70%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-image: linear-gradient(#161616, #202020);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
}
.navbar-links li.navbar-dropdown .dropdown a:hover {
  color: red;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
/* .navbar-links li a:hover {
color:#e1ca72;
} */
.letstalk {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 60px;
  z-index: 1;
}
.letstalk a {
  text-decoration: none;
  color: #0aa099;
  font-weight: 700;
  background: white;
  padding: 8px 30px 8px 14px;
  border-radius: 50px;
}
.letstalk img {
  position:relative;
  top:5px;
}
.letstalk a:hover {
  color: #0aa099;
  text-decoration: none;
  font-weight:700;
}
.letstalk a:active { 
  color: #0aa099;
  text-decoration: none !important;
  font-weight:700;
}
nav ul {
  list-style-type: none;
  display: flex;
  margin-top: 10px !important;
  margin-bottom:10px !important;
  padding-left:3rem;
}
.header-section {
  width: 100%;
  background-image: linear-gradient(to right, #112e8c, #112c82, #112e8c);
}
.integration-section {
  background-color: #ff7f5e;
  width: 100%;
}
.inte-services {
  display: flex;
  align-items: center;
}
.our-integration {
  background-color: #fff1f1;
  padding-top: 70px;
  padding-bottom: 138px;
  padding-left: 50px;
  margin-top:75px;
}
.our-integration h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
}
#navBar {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: none;
}
.open-nav {
  font-size: 27px;
  font-weight: 700;
  cursor: pointer;
  display: none;
}
.dropdown-container {
  display: none;
}
.dropdown-container a {
  font-size: 15px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-decoration: none;
}
.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none !important;
  font-size: 18px;
  color: #353535;
  font-weight: 600;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  text-decoration: none;
  color: #353535 !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
  font-weight: 200;
}
li a {
  text-decoration: none !important;
  /*   color: #8a8a8a !important; */
  font-size: 18px;
  font-weight: 600;
}
li img {
  outline: none;
}
/* .navbar-links{
display:flex;
flex: 1 2;
} */
.navbar-links li {
  /* padding:25px; */
  margin-right: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
/* .navbar-links li a:hover {
color: #fff !important;
} */
.burger {
  display: none;
}
.burger div {
  background-color: rgb(226, 226, 226);
  width: 25px;
  height: 3px;
  margin: 5px;
  transition: all 0.3s ease;
}
.contact-row {
  float: left;
  width: 50%;
}
.integration-row {
  float: left;
  width: 63%;
  padding-bottom: 126px;
  padding-top: 70px;
}
.contact-row-sec {
  float: left;
  width: 28%;
}
.integration-row-sec {
  float: left;
  width: 42%;
  /* margin-left: 100px; */
  padding-top: 168px;
}
.integration-row-sec img {
  height: 300px;
}
.contact-row-sec img {
  position: relative;
  top: 2px;
}
.contact-row-clouds {
  float: left;
  width: 33.33%;
}
.contact-section {
  display: flex;
  margin-left: 75px;
  margin-top: 10px;
}
.contact-section h1 {
  color: #fff !important;
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
}
.contact-section p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
  padding-top:10px;
}
.hubspot-integreat-section {
  display: flex;
  margin-left: 75px;
  margin-top: 10px;
}
.hubspot-integreat-section h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
}
.hubspot-integreat-section p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  width: 79%;
}
.arrow-img {
  margin: auto;
  text-align: center;
  margin-top: -35px;
}
.contact-row-reader {
  margin-left: 75px;
  margin-top: 94px;
}
.column-heading {
  float: left;
  width: 75%;
}
.rocket {
  float: left;
  width: 25%;
  margin-top: 50px;
  animation: bounce 0.6s infinite;
}
.rocket-display {
  display: none;
}
@keyframes bounce {
  0% {
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    transform: translate3d(0px, -4px, 0);
  }
  100% {
    transform: translate3d(0px, 0px, 0);
  }
}
.column-heading h2 {
  color: #939393;
  font-size: 30px;
  font-weight: 700;
}
.column-heading span {
  color: #6b6b6b;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  top: 2px;
}
.column-heading p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
  width: 736px;
}
.address-section {
  margin-left: 75px;
}
.column-content {
  margin-left: 21px;
}
.column-content-icon {
  margin-left: 21px;
}
.column-address {
  float: left;
  width: 33.33%;
  display: flex;
  margin-top: 40px;
}
.column-address img {
  background-color: #5578e5;
  border-radius: 10px;
  padding: 12px;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
}
.contact-social {
  display:flex;
  align-items:center;
  margin-top:4px;
}
.contact-social i {
  background-color: #5f41a9;
  border-radius: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition-duration: 0.6s;
}
.contact-social i:hover,
.contact-social i:focus,
.contact-social i:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.column-content span {
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  top: auto;
}
.column-content-icon span {
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  top: auto;
}
.column-content-icon a:hover {
  color: #fecf33 !important;
}
.column-content-icon address a {
  font-size: 16px !important;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 250px;
  line-height: 25px;
}
.column-content address {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 250px;
  margin-top: 5px;
}
.column-content-icon address {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 250px;
  margin-top: 5px;
}
.map-section iframe {
  margin-top: 68px;
}
.email-section {
  background-color: #f6f6f6 !important;
  display: flow-root !important;
  margin-top:0px;
  padding: 25px;
  padding-bottom:40px;
}
.email-row {
  margin-top: 56px;
  margin-left: 75px;
}
.email-column {
  float: left;
  width: 50%;
}
.email-column img {
  margin-top:74px
}
.email-column span {
  font-size: 25px;
  color: #939393;
  font-weight: 700;
}
.email-column h3 {
  font-size: 30px;
  color: #6b6b6b;
  font-weight: 700;
}
input[type="text"],
select {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a !important;
  border-radius: 4px;
  background-color: #f3f5fd;
  outline: none;
  /* -webkit-transition: 0.5s;
  transition: 0.5s; */
}
input[type="text"]:focus {
  border: 2px solid #0AA099 !important;
}
input[type="email"]:focus {
  border: 2px solid #0AA099 !important;
}
textarea:focus {
  border: 2px solid #0AA099 !important;
  outline-color: #0aa099; !important;
}
input[type="email"],
select {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a !important;
  border-radius: 4px;
  background-color: #f3f5fd;
  outline: none;
  /* -webkit-transition: 0.5s;
  transition: 0.5s; */
}
input[type="submit"] {
  width: 75%;
  font-size: 16px;
  font-weight: 700;
  color: #5578e5;
  padding: 8px 20px;
  margin: 20px 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
input[type="submit"]:hover {
  background-color: #5578e5;
  color: #fff;
}
.email-form {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 30px;
  width: 484px;
  /* 	height: 400px; */
  margin-top: 30px;
}
.column-form-clarity {
  float: left;
  width: 8%;
  margin-top: 25px;
}
.input {
  width: 100%;
  height: 167px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  background-color: #f3f5fd;
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a !important;
  resize: none;
  outline: none;
  /* -webkit-transition: 0.5s;
  transition: 0.5s; */
}
.input:focus {
  border: 2px solid #7b9bff;
}
.column-form-email span {
  color: #5c5c5c !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.column-form {
  float: left;
  width: 46%;
  margin-top: 25px;
}
.column-form-send {
  float: left;
  width: 46%;
}
.column-form-email {
  float: left;
  width: 46%;
  margin-top: 20px;
}
.map-section-res iframe {
  display: none;
}
.footer-section {
  padding-bottom: 40px;
  margin: auto;
}
.footer-section-landing {
  padding-bottom: 55px;
  margin: auto;
  padding-top: 50px;
}
.footer-page {
  display: flex;
  align-items: baseline;
  margin-right: 18px;
}
.footer-images {
  display: block;
  flex-shrink: 1;
  /* flex-grow: 1; */
  margin-top: 43px;
}
.footer-images img {
  margin-left: 62px;
}
.footer-images p {
  margin-left: 75px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  width: 378px;
  /*   font-family:"Space Mono" !important; */
  line-height:normal;
}
.footer-images i {
  background-color: #0ba69d;
  border-radius: 36px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:10px;
  transition-duration: .6s;
}
.social-icons {
  display:flex;
  align-items:center;
  margin-left:2px;
}
.footer-icon .fa-linkedin {
  background-color: #eaa128;
  /* 	box-shadow: 1px 3px 4px 0 rgba(28, 28, 28, 0.25); */
}
.footer-others-follow {
  display: none;
}
.footer-images i:hover,
.footer-images i:focus,
.footer-images i:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.footer-services {
  display: flex;
  margin-left: 100px;
}
.footer-list {
  margin-right: 100px;
  /* margin-top: 27px; */
}
.footer-list span {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px !important;
  margin-top: 16 !important;
  /*   font-family: "Space Mono" !important; */
}
.footer-list a {
  text-decoration: none !important;
}
.footer-list ul a {
  font-size: 15px;
  font-weight: 700;
  color: #606060 !important;
  text-decoration: none;
  list-style: none;
  /* 	font-family: "Space Mono" !important; */
}
.footer-list ul {
  list-style: none;
  margin-top: 10px;
}
.footer-others ul {
  list-style: none;
  margin-top: 10px;
}
.footer-list li {
  margin-bottom: 12px;
}
.footer-hubspot {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.footer-hubspot img {
  margin-left: 180px;
}

/* .footer-others {
margin-top: 20px;
} */
.footer-others span {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px !important;
  margin-top: 14 !important;
  /*   font-family:"Space Mono" !important; */

}
.footer-others a {
  text-decoration: none !important;
  list-style: none;
}
.footer-others ul a {
  font-size: 15px;
  font-weight: 700;
  color: #606060 !important;
  text-decoration: none;
  list-style: none;
  /*   font-family:"Space Mono" !important; */
}
.footer-others li {
  margin-bottom: 12px;
}
.footer-icon {
  margin-left: 65px;
}
.footer-icon span {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 10px;
  display: block;
  top: 0;
  /*   font-family:"Space Mono" !important;  */
}
.copy-right {
  font-size: 12px;
  color: #898989;
  top: 0;
  padding-top: 10px;
  padding-left: 82px;
  display: flex;
  align-items: center;
  /*     font-family:"Space Mono" !important;  */
}
.copy-right i {
  background-color: transparent;
  border-radius: 36px;
  color: #898989;
  padding: 0;
  font-size: 12px;
  margin-left: 0px;
  transition-duration: 0.6s;
  width:0;
}
.cloud {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #b0b0b0;
  border-radius: 10px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  left: 138px;
}
.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -50px;
  right: -89px;
  border-style: solid;
  border-color: #f7a61b;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.cloud:after {
  width: 17px;
  height: 17px;
  top: -80px;
  right: -40px;
  color: #b0b0b0;
}
.xa {
  -webkit-animation: moveclouds 10s linear infinite;
  -moz-animation: moveclouds 10s linear infinite;
  -o-animation: moveclouds 10s linear infinite;
}
.xb {
  border-style: solid;
  border-color: #b0b0b0;
  left: 288px;
  top: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation: moveclouds 10s linear infinite;
  -moz-animation: moveclouds 10s linear infinite;
  -o-animation: moveclouds 10s linear infinite;
}
.xc {
  border-style: solid;
  border-color: #b0b0b0;
  left: 222px;
  width: 20px;
  height: 20px;
  -moz-animation: moveclouds 10s linear infinite;
  -o-animation: moveclouds 10s linear infinite;
}
.xd {
  border-style: solid;
  border-color: #b0b0b0;
  left: 300px;
  width: 20px;
  height: 20px;
  -moz-animation: moveclouds 10s linear infinite;
  -o-animation: moveclouds 10s linear infinite;
}
.all-copyright {
  font-size: 18px;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  color: #fff;
  background-color: #112e8c;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
}
@-webkit-keyframes moveclouds {
  0% {
    margin-top: 75px;
  }
  100% {
    margin-top: -300px;
  }
}
.copyright {
  display: none;
}

.hiring-row {
  float: left;
  width: 45%;
}
.hiring-row-amwhiz {
  float: left;
  width: 38.33%;
}
.hiring-row-amwhiz img {
  position: relative;
  top: 7px;
}
.hiring-row-res {
  display: none;
}
.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% {
    transform: scale(1.2);
  }
  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hiring-column-section {
  margin: auto;
  padding-right: 65px;
  padding-left: 75px;
  padding-top: 80px;
  background-color: #fffef6;
  display: flow-root;
}
.hiring-page span {
  font-size: 30px;
  font-weight: 700;
  color: #939393;
}
.hiring-page h2 {
  font-size: 40px;
  font-weight: 700;
  color: #6b6b6b;
  margin-top: 6px;
}
.hiring-page p {
  font-size: 18px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 24px;
}
.hiring-page b {
  font-size: 18px;
  font-weight: 700;
  color: #ff5f5f;
}
.hiring-perks b {
  font-size: 18px;
  font-weight: 700;
  color: #ff5f5f;
}
.hiring-perks {
  margin-top: 54px;
}
.hiring-perks p {
  font-size: 18px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 24px;
}
.hiring-perks h3 {
  font-size: 40px;
  font-weight: 700;
  color: #6b6b6b;
}
.hiring-salary {
  margin-top: 50px;
}
.hiring-column-benefits {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
}
.hiring-column-benefits span {
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
}
.hiring-column-benefits p {
  font-size: 16px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 10px;
  width: 320px;
}
.hiring-open-section p {
  font-size: 18px;
  font-weight: 700;
  color: #8c8c8c;
  /* margin-top: 24px; */
}
.hiring-open-section h4 {
  font-size: 40px;
  font-weight: 700;
  color: #6b6b6b;
}
.hiring-development {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto auto auto;
}
.hiring-developers-res {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
}
.hiring-developers {
  margin-bottom: 60px;
}
.hiring-developers-shopify {
  width: 33.33%;
  float: left;
  margin-bottom: 50px;
}
/* .hiring-developers-res {
float: left;
width: 33.33%;
margin-bottom: 50px; 
} */
.hiring-developers span {
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  display: flex;
}
.hiring-developers p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-top: 13px;
  margin-left: 3px;
}
.hiring-developers-shopify span {
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  display: flex;
}
.hiring-developers-shopify p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-top: 13px;
  margin-left: 3px;
}
.hiring-developers-res span {
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  display: flex;
}
.hiring-developers-res p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-top: 13px;
  margin-left: 3px;
}

.blogs-row {
  float: left;
  width: 38.33%;
}
.blogs-section {
  background-color: #fdfff5;
  display: flow-root;
  margin-top: -8px;
  padding-right: 65px;
  padding-left: 75px;
  padding-top: 51px;
  padding-bottom: 80px;
}
.blogs-book img {
  display: none;
}
.blogs-column {
  float: left;
  width: 32%;
  margin-top: 45px;
}
.blogs-right {
  float: right;
  margin-top: 100px;
  margin-right: 40px;
}
.blogs-column span {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 700;
}
.blogs-column h1 {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 700;
}
.blogs-column p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  width: 350px;
}
.blogs-column img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blogs-recentpost img {
  margin-top: 30px;
}
.blogs-recentpost span {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.blogs-recentpost p {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 700;
  width: 176px;
  display: inline-block;
  margin-top: 13px;
}
.blogs-row p {
  display: none;
}
.blog-readmore {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
}
.blog-readmore p {
  font-size: 16px;
  font-weight: normal;
  /* 	font-family: "Open Sans" !important; */
  line-height: 1.8;
  margin: 0 0 20px !important;
  text-align: justify;
}
.blog-readmore h2 {
  font-size: 30px;
  font-weight: 700;
  /* 	font-family: "Open Sans" !important; */
  line-height: 1.8;
  color: black;
  margin: 0 0 20px !important;
}
.blogs-section h3 {
  font-size: 30px;
  font-weight: 700;
  color: black;
  text-align: center;
}
.about-heading {
  float: left;
  width: 45%;
  margin-bottom: 130px;
  margin-top: 95px;
}
.about-creation {
  float: left;
  width: 55%;
  margin-top: 50px;
}
.about-row-reader {
  margin-left: 75px;
  margin-top: 94px;
}
.about-creation-res {
  display: none;
}
.about-row {
  display: none;
}
.about-heading h1 {
  color: #939393;
  font-size: 30px;
  font-weight: 700;
}
.about-heading span {
  color: #6b6b6b;
  font-size: 35px;
  font-weight: 700;
}
.about-heading p {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px !important;
  margin-top: 5px;
  width: 500px;
}
.column-form span {
  width: 74%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  margin: 20px 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #112e8c;
  text-align: center;
  box-shadow: 0 10px 18px 0 rgb(52 55 145 / 30%);
}
.column-form-send span {
  width: 74%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  margin: 20px 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #112e8c;
  text-align: center;
  box-shadow: 0 10px 18px 0 rgb(52 55 145 / 30%);
}

/* .column-form:hover {
background-color: #112e8c;
color: #fff;
} */
.story-section {
  background-color: #f6f6f6;
  padding: 2px;
  display: flow-root !important;
}
.our-section h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #6b6b6b;
  margin-top: 50px;
}
.our-section-approach h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #6b6b6b;
  margin-top: 50px;
}
.our-section p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #6b6b6b;
  line-height: 23px;
  margin: auto;
  width: 1121px;
  padding-top: 20px;
}
.our-section-approach p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #6b6b6b;
  line-height: 23px;
  margin: auto;
  width: 1121px;
  padding-top: 20px;
  padding-bottom: 50px;
}



.service-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block !important;
  background-color: #f0faff;
  width: 100%;
}
.service-head-section {
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.mobile-head-section {
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 35px;
}
.head-section {
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.service-row {
  float: left;
  width: 50%;
  margin-bottom: 140px;
  margin-top: 60px;
}
.service-row span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  top: auto;
}
.service-row-circle {
  float: left;
  width: 33.33%;
}
.service-footer-page {
  display: none;
}
.fade-in {
  animation: fade-in 3s ease;
  position: absolute;
  right: 0px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-digital {
  animation: fade-digital 6s ease;
}
@keyframes fade-digital {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.fade-ui {
  animation: fade-ui 4s ease;
}
@keyframes fade-ui {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* .fade {
animation: fade 9s ease;
}
@keyframes fade {
from { opacity: 0; }
to { opacity: 1; }
} */
.scene img {
  margin-top: 10px;
}
.scene img {
  animation: rotate-in-up-left 3s ease;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.service-row-img {
  position: absolute;
  right: 0px;
  top: 193px;
}
.service-row h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0px !important;
}
.service-row p {
  color: #ececec;
  font-size: 20px;
  font-weight: 700;
}
.img-photo {
  background-color: #f0faff;
}
.our-service-section {
  background-color: #f0faff;
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  margin-top: -10px;
}
.our-service {
  width: 82%;
}
.our-service h2 {
  font-size: 40px;
  font-weight: 700;
  color: #898989;
}
.our-service span {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 10px;
  top: 0;
}
.ourworks-service {
  width: 65%;
}
.ourworks-service h2 {
  font-size: 40px;
  font-weight: 700;
  color: #898989;
}
.ourworks-service span {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 10px;
  top: 0;
}
.services-design {
  float: left;
  width: 50%;
  margin-top: 89px;
}
.services-img {
  background-color: #ff5f5f;
  border-radius: 10px;
  padding: 15px;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
}
.ser-img {
  background-color: #fe7a59;
  border-radius: 10px;
  padding: 10px;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
}
.influencer-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto;
}
.influencer-dev {
  position: relative;
}
.serivces-content address {
  background-color: #e5e5e5;
  border-radius: 6px;
  width: 252px;
  padding: 3px;
  text-align: center;
  margin-top: 10px;
  border-left: 7px solid #5fa8ff;
}
.framework {
  background-color: #e5e5e5;
  border-radius: 6px;
  width: 175px;
  padding: 3px;
  text-align: center;
  margin-top: 10px;
  border-left: 7px solid #5fa8ff;
}
.serivces-content {
  margin-left: 21px;
  display: inline-block;
}
.serivces-content span {
  font-size: 20px;
  font-weight: 700;
  color: #ff5f5f;
  top: 0;
}
.services-design p {
  font-size: 16px;
  font-weight: 700;
  color: #8c8c8c;
  width: 545px;
}
.services-design-section {
  background-color: #f0faff;
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
.framework-react {
  background-color: #e5e5e5;
  border-radius: 6px;
  width: 129px;
  padding: 3px;
  text-align: center;
  margin-top: 10px;
  border-left: 7px solid #5fa8ff;
}
.hubspot-list {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  grid-row-gap: 78px;
  grid-column-gap: 20%;
  margin-top: 70px;
  margin-bottom: 140px;
}
.integration-list {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  grid-row-gap: 78px;
  grid-column-gap: 20%;
  margin-top: 70px;
  margin-bottom: 0;
}
.four-not {
  text-align:center;
  display:flex;
  flex-direction:column;
  margin-top:100px;
}
.four-not img {
  margin:auto;
}
.four-not span {
  top:26px;
  font-size:16px;
  font-weight:600;
  color:#000;
}
.four-not p {
  font-size:16px;
  font-weight:600;
  color:#000;
  padding-top:36px;
  text-decoration:underline;
}
.hubspot-address {
  float: left;
  width: 50%;
  display: flex;
  margin-top: 82px;
}
.hubspot-addr {
  display: flex;
  /* margin-top: 82px; */
}
.hubspot-content span {
  font-size: 20px;
  font-weight: 700;
  color: #ff5f5f;
  top: auto;
}
.hubspot-content address {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 418px;
  margin-top: 10px;
  letter-spacing: 0.2px;
}
.hubspot-content-row {
  margin-left: 22px;
}
.hubspot-content-row span {
  font-size: 20px;
  font-weight: 700;
  color: #ff5f5f;
  top: auto;
}
.hubspot-content-row address {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 418px;
  margin-top: 10px;
  letter-spacing: 0.2px;
}
.influencer-content-row {
  margin-left: 42px;
}
.influencer-content-row span {
  font-size: 20px;
  font-weight: 700;
  color: #95bf46;
  top: auto;
}
.influencer-content-row address {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 418px;
  margin-top: 10px;
  letter-spacing: 0.2px;
}
.hub-slide {
  position: absolute;
  right: 170px;
}
.hubspot-content {
  margin-left: 21px;
}
.service-deco {
  position: absolute;
  right: 0;
  margin-top: -68px;
}
.service-agile {
  text-align: center;
  /* padding-left: 150px; */
  padding-top: 15px;
}
.service-agile h3 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
}
.service-agile span {
  font-size: 25px;
  font-weight: 700;
  color: #434343;
  display: table;
  margin: auto;
}
.services-methodology {
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  overflow: hidden;
}
.service-style {
  margin-top: 51px;
}
.service-evaluate {
  float: left;
  width: 46.5%;
  position: relative;
  top: 30px;
}
.service-evaluate-stepper {
  float: left;
  width: 5%;
}
.service-evaluate span {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.service-evaluate p {
  font-size: 18px;
  font-weight: 700;
  color: #8c8c8c;
  margin-bottom: 57px;
}
.services-projects {
  margin: auto;
  display: flow-root !important;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.services-iot h4 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
  text-align: center;
  margin-top: 50px;
}
.service-project-column {
  float: left;
  width: 25%;
  padding: 0px 30px;
}
.project-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 13px;
  text-align: center;
  background-color: #fff;
}
.service-project-row {
  padding-left: 169px;
  padding-right: 169px;
  margin-top: 70px;
}
.iot {
  font-size: 19px;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  color: #9d9d9d;
  margin: auto;
  padding-top: 15px;
  display: table;
}
.client-service {
  padding-top: 55px;
  padding-left: 70px;
  margin: auto;
  overflow: hidden;
}
.service-left {
  float: left;
  width: 60%;
}
.service-left-alone {
  float: left;
  width: 40%;
}
.service-left h5 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
}
.service-left span {
  font-size: 40px;
  font-weight: 700;
  color: #ff5f5f;
  top: 0;
}
.service-left p {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  line-height: 1.3;
  margin-top: 20px;
  width: 680px;
}
.services-contact-page {
  background-color: #b26d21;
  padding-left: 124px;
  padding-right: 40px;
  margin-top: 100px;
  display: flow-root !important;
}
.services-contact-game {
  float: left;
  width: 33%;
}
.services-contact-game p {
  color: #fff;
  font-size: 14px;
}
.services-contact-know {
  float: left;
  margin-top: 45px;
  margin-left: 47px;
  width: 41%;
}
.services-contact-btn {
  float: left;
  width: 25%;
  margin-top: 55px;
}
.services-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.services-contact-game {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  padding: 10px;
  margin-top: -29px;
  margin-bottom: -29px;
  width: 303px;
  height: 250px;
  background-color: #161616;
  border: 4px solid #fff;
  border-radius: 6px;
}
.service-handcrafted {
  background-color: #f0faff;
  padding-top: 80px;
  display: flow-root;
  padding-left: 70px;
  padding-right: 40px;
  overflow: hidden;
}
.service-media h6 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
  text-align: center;
  margin-top: -10px;
  padding: 10px;
}
.service-down {
  display: none;
}
.service-media p {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin: auto;
  width: 714px;
  text-align: center;
}
.service-media {
  margin-bottom: 100px;
}
.pickmyad-service {
  float: left;
  width: 48%;
  margin-bottom: 40px;
}
.pickmyad-service h3 {
  font-size: 25px;
  font-weight: 700;
  color: #434343;
}
.pickmyad-service p {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 10px;
}
.pickmyad-service span {
  font-size: 20px;
  font-weight: 700;
  color: #ff5f5f;
  top: 0 !important;
}
input[type="button"] {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  color: #0ba69d;
  padding: 8px 20px;
  margin: 20px 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: whitesmoke;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
/* input[type="button"]:hover {
background-color: #ff5f5f;
color: #fff;
} */
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 1;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translate(0);
}
[data-aos="fade-right"] {
  transform: translate(-100px);
}
[data-aos="fade-left"] {
  transform: translate(100px);
}
.watsapp-section {
  background-color: #1a4d3e;
  width: 100%;
}
.watsapp-row {
  float: right;
  width: 50%;
  margin-top: 85px;
}
.watsapp-row h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.watsapp-row p {
  color: #ececec;
  font-size: 20px;
  font-weight: 700;
}
.watsapp-phone-section {
  position: absolute;
  top: 110px;
}
.watsapp-service-section {
  padding-left: 100px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  margin-top: -60px;
}
.watsapp-address img {
  background-color: #3aad65;
  border-radius: 10px;
  padding: 15px;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
}
.watsapp-address span {
  font-size: 20px;
  font-weight: 700;
  color: #3aad65;
  top: auto;
}
.watsapp-address {
  float: left;
  width: 50%;
  display: flex;
  margin-top: 82px;
}
.watsapp-speacial-section {
  margin: auto;
  width: 100%;
  overflow: hidden;
  background-color: #f6ffeb;
}
.watsapp-hiring {
  padding-left: 70px;
}
.speacial-service {
  margin-bottom: 100px;
  padding-left: 70px;
  width: 68%;
}
.speacial-service h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-top: 70px;
}
.speacial-service span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
  top: 0;
}
.watsapp-choose {
  text-align: center;
  padding-top: 74px;
  margin: auto;
  width: 83%;
}
.watsapp-choose h4 {
  font-size: 40px;
  font-weight: 700;
  color: #a5a5a5;
  line-height: 1.2;
}
.watsapp-choose span {
  font-size: 25px;
  font-weight: 700;
  color: #434343;
}
.uiux-method-choose {
  text-align: center;
  padding-top: 74px;
  margin: auto;
  width: 67%;
}
.uiux-method-choose h1 {
  font-size: 30px;
  font-weight: 700;
  color: #a5a5a5;
  line-height: 1.3;
}
.help-hubspot {
  color: #ff7a59 !important;
  font-size: 20px !important;
  /* 	font-family: "Space Mono" !important; */
  font-weight: 700 !important;
  top: -10px;
}
.uiux-method-choose span {
  font-size: 20px;
  font-weight: 700;
  color: #434343;
}
.hubspot-choose {
  text-align: center;
  padding-top: 74px;
  margin: auto;
  width: 75%;
}
.hubspot-choose h1 {
  font-size: 30px;
  font-weight: 700;
  color: #a5a5a5;
  line-height: 1.2;
}
.hubspot-choose span {
  font-size: 25px;
  font-weight: 700;
  color: #434343;
}
.watsapp-choose-easy {
  text-align: center;
  padding-top: 74px;
  margin: auto;
  width: 60%;
}
.watsapp-choose-easy p {
  font-size: 25px;
  font-weight: 700;
  color: #a5a5a5;
  line-height: 1.3;
}
.watsapp-choose-easy span {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
}
.websapp-choose {
  margin: auto;
  text-align: center;
  padding-top: 74px;
  width: 80%;
}
.websapp-choose h1 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
}
.websapp-choose span {
  font-size: 20px;
  font-weight: 700;
  color: #a5a5a5;
}
.watsapp-choose-address {
  float: left;
  width: 50%;
  margin-top: 100px;
  margin-right: 40px;
}
.watsapp-recentpost p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  width: 400px;
  margin-top: 25px;
  margin-left: 15px;
  display: inline-block;
}
.watsapp-recentpost b {
  color: #ff5f5f;
}
.shopify-start b {
  color: #ff5f5f;
}
.watsapp-start b {
  color: #ff5f5f;
}
.watsapp-start {
  color: #8c8c8c;
  font-family: "Space Mono";
  font-size: 16px;
  font-weight: 700;
  width: 500px;
  margin-top: 25px;
  margin-left: 15px;
  display: inline-block;
}
.privacy {
  margin: auto;
  width: 80%;
  padding-bottom: 30px;
}
.privacy a {
  color: #177ff8;
  text-decoration: underline;
}
.privacy h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.privacy p {
  font-size: 16px;
  padding-top: 10px;
  color: #000;
  margin-top: 12px;
}
.privacy h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-top: 36px;
}
.privacy span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-top: 13px;
  top: 0;
}
.privacy ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.policy-user li {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.policy-user p {
  margin-top: 0;
}
.chooseone-uiux {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 10px;
  width: 41px;
  height: 41px;
  position: relative;
  top: -37px;
}
.chooseone-uiux-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 10px;
  width: 41px;
  height: 41px;
  position: relative;
  top: -17px;
}
.chooseone-uiux-3 {
  background-color: #6094f9;
  border-radius: 40px;
  padding: 10px;
  width: 41px;
  height: 41px;
  position: relative;
  top: -17px;
}
.shopify-start {
  color: #8c8c8c;
  /* 	font-family: "Space Mono"; */
  font-size: 16px;
  font-weight: 700;
  width: 500px;
  margin-top: 25px;
  margin-left: 15px;
  display: inline-block;
}
.chooseone-shopify {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -28px;
}
.chooseone-hubspot {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -31px;
}
.chooseone-hubspot-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -30px;
}
.chooseone-hubspot-3 {
  background-color: #6094f9;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -34px;
}
.chooseone-watsapp {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -30px;
}
.chooseone-watsapp-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -17px;
}
.chooseone-watsapp-3 {
  background-color: #6094f9;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -17px;
}
.chooseone-web {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -40px;
}
.chooseone-web-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -62px;
}
.chooseone-web-3 {
  background-color: #6094f9;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -64px;
}
.chooseone-web-4 {
  background-color: #f960d7;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -54px;
}
.chooseone-mobileapp {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -40px;
}
.chooseone-mobileapp-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -17px;
}
.chooseone-mobileapp-3 {
  background-color: #6094f9;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -40px;
}
.chooseone {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -74px;
}
.chooseone-shopify-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -29px;
}
.chooseone-2 {
  background-color: #9868ff;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -52px;
}
.chooseone-3 {
  background-color: #6094f9;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -77px;
}
.chooseone-4 {
  background-color: #f960d7;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -28px;
}
.chooseone-5 {
  background-color: #fe4949;
  border-radius: 40px;
  padding: 19px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -40px;
}
.watsapp-chooseone {
  margin-top: 100px;
}

.services-easy-step {
  background-color: #f6ffeb;
  margin-top: 100px;
  padding-bottom: 100px;
}
.watsapp-line-img {
  margin: auto;
  width: 95%;
}
.watsapp-numbers {
  float: left;
  width: 33.33%;
  position: relative;
  top: 117px;
}
.watsapp-number-row {
  margin: auto;
  padding-left: 190px;
}
.watsapp-01 {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.watsapp-02 {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.watsapp-03 {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.pull-request {
  background-color: #5fc5ff;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 50px;
}
.integration {
  background-color: #ff844f;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 50px;
}
.watsapp-integration {
  background-color: #ed5acb;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 50px;
}
.fluent-request {
  background-color: #5fc5ff;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.fluent-hub-integration {
  background-color: #ff844f;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.fluent-integration {
  background-color: #ed5acb;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.watsapp-numbers h3 {
  font-size: 20px;
  font-weight: 700;
  color: #9d9d9d;
}
.watsapp-numbers p {
  font-size: 14px;
  font-weight: 700;
  color: #b0b0b0;
  width: 274px;
}
.line-img {
  position: relative;
  top: -194px;
}
.wats-res {
  display: none;
}
.watsapp-contact-page {
  background-color: #b26d21;
  display: flow-root !important;
  margin: auto;
  width: 100%;
  padding-left: 143px;
  padding-bottom: 40px;
}
.watsapp-contact-know {
  float: left;
  width: 55%;
  margin-top: 60px;
}
.watsapp-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.watsapp-contact-btn {
  float: left;
  width: 29%;
  margin-top: 75px;
}
.shopify-section {
  background-color: #5e8e3e;
  width: 100%;
}
.shopify-service-section {
  padding-left: 100px;
  padding-bottom: 100px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  margin-top: -60px;
}
.website-automation li {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  width: 95%;
  /* 	font-family: "Space Mono" !important; */
}
.shopify-row {
  float: left;
  width: 46%;
  margin-top: 130px;
}
.shopify-row h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.shopify-row p {
  color: #ececec;
  font-size: 20px;
  font-weight: 700;
}
.influencer-section {
  background-image: url("/images/influ_landing.svg");
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.influ-marketing {
  position: relative;
}
.influ-excution {
  background-color: #fbfbfb;
  padding-left: 70px;
  padding-right: 101px;
  padding-top: 64px;
  padding-bottom: 24px;
}
.influ-round {
  display: flex;
  align-items: center;
}
.Powerful h5 {
  color: #898989;
  font-size: 40px;
  font-weight: 700;
}
.Powerful p {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 700;
  width: 91%;
}
.Powerful span {
  color: #ffc661;
  font-size: 40px;
  font-weight: 700;
  top: 0;
}
.influ-creative h4 {
  color: #434343;
  font-size: 30px;
  margin-top: 60px;
  font-weight: 700;
  text-align: center;
}
.influ-creative span {
  color: #a5a5a5;
  font-size: 20px;
  margin-bottom: 17px;
  font-weight: 700;
  text-align: center;
  top: 0;
  display: block;
}
.influencer-tech span {
  color: #434343;
  font-size: 26px;
  font-weight: 700;
  top: 0;
}
.influencer-tech p {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
}
.influencer-tech {
  padding-bottom:90px;
}
.influencer-deal {
  padding-left: 70px;
  padding-right: 60px;
  padding-top: 54px;
  /* 	background-color: #fffef6; */
  margin-top: -8px;
  /* 	padding-bottom: 90px; */
}
.influencer-is h2 {
  color: #898989;
  font-size: 40px;
  font-weight: 700;
}

.influencer-power p {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 400;
}
.influencer-power h3 {
  color: #898989;
  font-size: 40px;
  font-weight: 700;
  margin-top: 80px;
}
.integration-power p {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 700;
}
.integration-power h3 {
  color: #898989;
  font-size: 40px;
  font-weight: 700;
}

.influencer-is p {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 400;
}
.influencer-is span {
  color: #ff519b;
  font-size: 40px;
  font-weight: 700;
  top: 0;
}
.influ-service img {
  position: absolute;
  left: 34%;
  top: 19%;
  animation: rotate-in-up-left 3s ease;
}
.influ-service {
  padding-left: 70px;
  padding-top: 140px;
  padding-bottom: 267px;
}
.influ-service h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
}
.influ-service p {
  font-size: 20px;
  font-weight: 700;
  color: white;
  width: 50%;
}
.hubspot-row {
  float: left;
  width: 46%;
  margin-top: 74px;
}
.hubspot-row img {
  margin-left: 38%;
}
.hubspot-row h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 44px;
}
.hubspot-row p {
  color: #ececec;
  font-size: 20px;
  font-weight: 700;
}
.hubspot-services h5 {
  color: #434343;
  font-size: 40px;
  font-weight: 700;
}
.hubspot-services p {
  color: #8c8c8c;
  font-size: 20px;
}
.hubspot-services span {
  top: 0;
  color: #fe7a59;
  font-size: 40px;
}
.shopify-phone-section {
  position: absolute;
  top: 131px;
  right: 0px;
}
.shopify-vector {
  margin-top: -160px;
}
.shopify-address img {
  background-color: #95bf46;
  border-radius: 10px;
  padding: 15px;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
}
.shopify-address span {
  font-size: 20px;
  font-weight: 700;
  color: #95bf46;
  top: auto;
}
.shopify-address {
  float: left;
  width: 50%;
  display: flex;
  margin-top: 82px;
}
.shopify-screenshot-section {
  padding-left: 70px;
  padding-top: 100px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.shopify_screenshot {
  float: left;
  width: 54%;
}
.shopify_screenshot-screen {
  display: none;
}
.shopify_text {
  float: left;
  width: 46%;
  margin-top: 80px;
}
.shopify_text p {
  font-size: 16px;
  font-weight: 700;
  color: #8c8c8c;
  width: 500px;
}
.shopify_text span {
  font-size: 30px;
  font-weight: 700;
  color: #8c8c8c;
  width: 500px;
  letter-spacing: 0.2px;
}
.shopify-screenshot-section-2 {
  padding-left: 90px;
  padding-bottom: 20px;
  padding-top: 50px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.ourworks-section {
  background-color: #011538;
  width: 100%;
}
.ourworks-three {
  display: none;
}
.ourworks-four {
  display: none;
}
.ourworks-profile-section {
  background-color: #222222;
  display: flow-root;
  padding-bottom: 240px;
}
.ourworks-profile span {
  font-size: 22px;
  font-weight: 700;
  color: #e1ca72;
  margin: auto;
  display: table;
  text-align: center;
  margin-top: 20px;
}
.ourworks-profile h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.ourworks-profile-res {
  display: none;
}
#outer-circle {
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 30%;
}
#inner-circle {
  position: absolute;
  background: #b2b2b2;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  margin-top: 10px;
}
.vline {
  height: 76px;
  width: 1px;
  background: linear-gradient(to bottom, #757575 20%, #757575 100%);
  margin-left: 20px;
}
.ourworks-circle {
  float: left;
  width: 50%;
  margin: auto;
  padding-left: 296px;
  margin-top: 130px;
}
.ourworks-circle-creation {
  float: left;
  width: 50%;
  margin-top: 130px;
}
#outer-circle p {
  margin-left: 55px;
  color: #747474;
  font-weight: 700;
  font-size: 16px;
}
.ourworks-circle-creation span {
  color: hsl(0, 0%, 58%);
  font-size: 30px;
  font-weight: 700;
}
.ourworks-circle-creation h1 {
  color: #6b6b6b;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.glimpse-section span {
  color: hsl(0, 0%, 58%);
  font-size: 30px;
  font-weight: 700;
}
.glimpse-section h1 {
  color: #6b6b6b;
  font-size: 35px;
  font-weight: 700;
  margin: auto;
  width: 50%;
  margin-top: 5px !important;
}
.glimpse-section {
  margin: auto;
  text-align: center;
}
.ourworks-laptop {
  float: left;
  width: 58%;
  margin-top: -350px;
}
.ourworks-laptop-provide p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  width: 500px;
}
.ourworks-laptop-provide {
  float: left;
  width: 40%;
  margin-top: -313px;
}
.ourworks-creation span {
  color: #939393;
  font-size: 30px;
  font-weight: 700;
}
.ourworks-creation {
  margin-top: 200px;
  padding-left: 56px;
  width: 100%;
  overflow: hidden;
}
.ourworks-creation h3 {
  color: #6b6b6b;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.ourworks-project p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  width: 500px;
  margin-top: 20px;
}
.ourworks-project {
  float: left;
  width: 34%;
}
.webapp-responsive-section {
  display: none;
}
.ourworks-project-img-res {
  display: none;
}
.ourworks-one {
  display: none;
}
.ourworks-two {
  display: none;
}
.ourworks-creation-start {
  background-color: #f9bb00;
  display: flow-root !important;
  margin-top: -100px;
  width: 100%;
  overflow: hidden;
}
.ourworks-project-start {
  float: left;
  width: 40%;
  margin-top: 230px;
}
.ourworks-project-start p {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  width: 480px;
  margin-top: 20px;
}
.ourworks-project-start span {
  color: #545454;
  font-size: 30px;
  font-weight: 700;
}
.ourworks-project-start h2 {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.ourworks-project-img {
  float: left;
  width: 58%;
  margin-top: 200px;
}
.ourworks-layout {
  background-color: #ff6b18;
  display: flow-root !important;
  padding-left: 56px;
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
}
.ourworks-layout-para {
  position: relative;
  top: 100px;
}
.ourworks-layout-para span {
  color: #545454;
  font-size: 30px;
  font-weight: 700;
}
.ourworks-layout-para h3 {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.ourworks-layout-para-res {
  position: relative;
  top: 100px;
}
.ourworks-layout-para-res span {
  color: #545454;
  font-size: 30px;
  font-weight: 700;
}
.ourworks-layout-para-res h4 {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.ourworks-need p {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  width: 500px;
  margin-top: 20px;
}
.ourworks-need {
  float: left;
  width: 29%;
  margin-top: 100px;
}
.ourworks-need-img {
  float: left;
  width: 34%;
  /* 	margin-top: 100px; */
}
.ourworks-layout-pixies {
  background-color: #ffe2d2;
  display: flow-root !important;
  padding-left: 56px;
  width: 100%;
  overflow: hidden;
}
.ourworks-reader {
  float: left;
  width: 38%;
  margin-top: 100px;
}
.ourworks-reader p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 700;
  width: 480px;
  margin-top: 20px;
}
.ourworks-contact-page {
  background-color: #ff5f5f;
  display: flex;
  margin: auto;
  width: 100%;
  padding-left: 170px;
  padding-bottom: 40px;
  margin-top: -70px;
}
.ourworks-influencer {
  background-color: #011538;
  display: flex;
  margin: auto;
  width: 100%;
  padding-left: 100px;
  padding-bottom: 20px;
}
.ourworks-influencer-res {
  display: none;
}
.ourworks-contact-know {
  float: left;
  width: 34%;
  margin-top: 200px;
  text-align: center;
}
.ourworks-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
input[type="know-value"] {
  width: 35%;
  font-size: 16px;
  font-weight: 700;
  color: #ff5f5f;
  padding: 8px 20px;
  margin: 20px 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
input[type="know-value"]:hover {
  background-color: #011538;
  color: #fff;
}
#background-wrap {
  /* bottom: ;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px; */
  z-index: 1;
}
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: -5px;
  }
  100% {
    margin-top: -150%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateBubble 40s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 40s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 40s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 50%;
  top: 20%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 35s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  -moz-animation: animateBubble 35s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  animation: animateBubble 35s linear infinite,
    sideWays 6s ease-in-out infinite alternate;

  left: 57%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 60%;
  top: 40%;

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}
.x5 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 50%;
  top: 50%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
  -webkit-animation: animateBubble 31s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 31s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 31s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 70%;
  top: 20%;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 65%;
  top: 70%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x9 {
  -webkit-animation: animateBubble 40s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  -moz-animation: animateBubble 40s linear infinite,
    sideWays 6s ease-in-out infinite alternate;
  animation: animateBubble 40s linear infinite,
    sideWays 6s ease-in-out infinite alternate;

  left: 79%;
  top: 50%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 80%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  height: 150px;
  position: absolute;
  width: 150px;
}
.webapp-section {
  background-color: #222222;
  width: 100%;
}
.webapp-row {
  float: left;
  width: 50%;
  margin-top: 130px;
}
.webapp-row h1 {
  color: #e1ca72;
  font-size: 40px;
  font-weight: 700;
  border-right: 0.1em solid #e1ca72;
  /* width: 10.5em; */
  width: 20ch;
  /* margin: 2em 1em; */
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 6s steps(21, end),
    blink-caret 0.5s step-end infinite alternate;
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
.webapp-row p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.webapp-vector {
  margin-top: 50px;
  background-color: #222222;
}
.webapp-phone-section {
  position: absolute;
  top: 225px;
  right: 0px;
  z-index: 1;
}
.uiux-easy-step {
  padding-bottom: 100px;
}
.webapp-choose {
  text-align: center;
  padding-top: 100px;
}
.webapp-choose p {
  font-size: 20px;
  font-weight: 700;
  color: #a5a5a5;
  margin: auto;
  width: 70%;
}
.webapp-choose h1 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
}
.webapp-choose span {
  font-size: 30px;
  font-weight: 700;
  color: #9123ff;
  background-color: #f4ebff;
  border-radius: 5px;
  padding: 5px;
}
.webapp-numbers {
  float: left;
  width: 25%;
  position: relative;
  top: 117px;
}
.uiux-web-numbers {
  float: left;
  width: 25%;
  position: relative;
  top: 117px;
}
.mobileapp-numbers {
  float: left;
  width: 25%;
  position: relative;
  top: 117px;
}
.webapp-01 {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  /* 	font-family: "Space Mono"; */
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.webapp-fluent {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  font-family: "Space Mono";
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.webapp-solid {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  font-family: "Space Mono";
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.webapp-04 {
  color: #9d9d9d;
  font-size: 20px;
  background-color: #fff;
  font-family: "Space Mono";
  font-weight: 700;
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-shadow: 0 10px 10px -7px;
  text-align: center;
  position: absolute;
  left: 43px;
  top: -21px;
}
.webapp-numbers h1 {
  font-size: 20px;
  font-weight: 700;
  color: #9d9d9d;
}
.uiux-web-numbers h1 {
  font-size: 20px;
  font-weight: 700;
  color: #9d9d9d;
  margin-left: 18px;
}
.mobileapp-numbers h1 {
  font-size: 20px;
  font-weight: 700;
  color: #9d9d9d;
}
.webapp-numbers p {
  font-size: 14px;
  font-weight: 700;
  color: #b0b0b0;
  width: 260px;
  letter-spacing: 0.2px;
}
.uiux-web-numbers p {
  font-size: 14px;
  font-weight: 700;
  color: #b0b0b0;
  width: 260px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  margin-left: 18px;
}
.mobileapp-numbers p {
  font-size: 14px;
  font-weight: 700;
  color: #b0b0b0;
  width: 260px;
  letter-spacing: 0.2px;
}
.webapp-img {
  position: relative;
  top: -185px;
}
.uiux-web-img {
  position: relative;
  top: -120px;
}
.mobileapp-img {
  position: relative;
  top: -155px;
}
.uiux-img {
  display: none;
}
.webapp-line-img {
  margin: auto;
  width: 94%;
}
.webapp-number-row {
  margin: auto;
  padding-left: 122px;
}
.webapp-rocket {
  background-color: #86ab37;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.webapp-integration {
  background-color: #ed5acb;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.webapp-inte {
  background-color: #ff844f;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.webapp-request {
  background-color: #5fc5ff;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.webapp-iot {
  width: 65%;
  margin: auto;
}
.mobileapp-iot {
  width: 60%;
  margin: auto;
}
.webapp-iot h1 {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
  text-align: center;
  margin-top: 50px;
  line-height: 1.3;
}
.webapp-iot span {
  font-size: 20px;
  font-weight: 700;
  color: #a5a5a5;
  margin: auto;
  display: table;
  text-align: center;
}
.mobileapp-iot h1 {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
  text-align: center;
  margin-top: 50px;
  line-height: 1.5;
}
.mobileapp-iot span {
  font-size: 20px;
  font-weight: 700;
  color: #a5a5a5;
  margin: auto;
  display: table;
  text-align: center;
  width: 75%;
}
.webapp-projects {
  background-color: #f9faff;
  margin: auto;
  padding-bottom: 100px;
  margin-top: 100px;
  display: flow-root !important;
}
.angular {
  font-size: 14px;
  font-family: "Space Mono";
  font-weight: 700;
  color: #686868;
  margin: auto;
  padding-top: 15px;
  display: table;
  top: 0;
}
.webapp-project-column {
  float: left;
  width: 25%;
  padding: 10px 30px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 30px;
  padding: 50px;
}
.grid-container-inte {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 20px;
  margin-top: 100px;
}
.hub-few {
  display: flex;
  justify-content: center;
}
.grid-img {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.9s ease-in-out;
}
.grid-img-hub {
  padding: 50px;
  width: 373px;
  text-align: center;
  background-color: #f3f3f3;
  transition: all 0.9s ease-in-out;
  border-radius: 5px;
}
.grid-img-hub::after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.9s ease-in-out;
}
.grid-img-hub:hover {
  transform: scale(0.9, 0.9);
}
.grid-img-hub:hover::after {
  opacity: 1;
}
.grid-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.9s ease-in-out;
}
.grid-img:hover {
  transform: scale(0.9, 0.9);
}
.grid-img:hover::after {
  opacity: 1;
}
/* .shake {
transition: all 0.9s;
transition-timing-function:cubic-bezier(0.5, 3, 0, 1);
cursor: pointer;
}

.shake:hover {
transform:scale(1.2,1.2);
} */
input[type="yes"] {
  width: 47%;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 2px 20px;
  margin: 20px 0;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #9123ff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
input[type="yes"]:hover {
  background-color: #9123ff;
  color: #fff;
  transform: scale(1.1);
}

.webapp-contact-page {
  padding-left: 315px;
}
.webapp-contact-know {
  float: left;
  width: 48%;
  margin-top: 75px;
}
.webapp-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
  font-style: italic;
}
.webapp-profile-section {
  background-color: #222222;
  display: flow-root;
  padding-bottom: 240px;
  margin-top: 88px;
}
.webapp-circle {
  float: left;
  width: 50%;
  margin: auto;
  padding-left: 296px;
  margin-top: 50px;
}
.webapp-circle-creation {
  float: left;
  width: 50%;
  margin-top: 50px;
}
.webapp-circle-creation span {
  color: hsl(0, 0%, 58%);
  font-size: 30px;
  font-weight: 700;
}
.webapp-circle-creation h1 {
  color: #6b6b6b;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.circle-res-section {
  display: none;
}
.webapp-layout-pixies {
  display: flow-root !important;
  padding-left: 56px;
  width: 100%;
  overflow: hidden;
}
.shopify-layout-pixies {
  display: none;
}
.webapp-footer-page {
  background-color: #ff5f5f;
  display: flow-root !important;
  margin-top: -45px;
  width: 100%;
  padding-left: 237px;
  padding-bottom: 50px;
  padding-top: -24px;
}
.hiring-footer-page {
  background-color: #b26d21;
  display: flow-root !important;
  margin-top: 20px;
  width: 100%;
  padding-left: 237px;
  padding-bottom: 50px;
  padding-top: -24px;
}
.Mobileapp-section {
  background-color: #5362e9;
  width: 100%;
}
.Mobileapp-vector {
  margin-top: 100px;
  background-color: #5362e9;
}
.Mobileapp-phone-section {
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 1;
}
.Mobileapp-row {
  float: left;
  width: 42%;
  margin-top: 130px;
  margin-bottom: 0px;
}
.Mobileapp-row p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.Mobileapp-row h1 {
  color: #e1ca72;
  font-size: 40px;
  font-weight: 700;
  border-right: 0.1em solid #e1ca72;
  width: 23ch;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 6s steps(21, end),
    blink-caret 0.5s step-end infinite alternate;
}
.Mobileapp-reader {
  float: left;
  width: 36%;
  margin-top: 88px;
}
.Mobileapp-footer-page {
  background-color: #ff5f5f;
  display: flow-root !important;
  margin-top: -82px;
  width: 100%;
  padding-left: 170px;
  padding-bottom: 50px;
  padding-top: -24px;
}
.Mobileapp-reader p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 700;
  width: 480px;
  margin-top: 20px;
}
.Mobileapp-layout-para {
  position: relative;
  top: 100px;
}
.Mobileapp-layout-para span {
  color: #6b6b6b;
  font-size: 30px;
  font-weight: 700;
}
.Mobileapp-layout-para h1 {
  color: #6b6b6b;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px !important;
}
.landing-section {
  background-color: #fe7a59;
  width: 100%;
  height: 619px;
}
.shopify-landing-section {
  background-color: #95bf46;
  width: 100%;
  height: 619px;
}
.whatsapp-landing-section {
  background-color: #103928;
  width: 100%;
  height: 619px;
}
.mail {
  position: absolute;
  right: 160px;
  top: 97px;
}
.shopify-mail {
  position: absolute;
  right: 18%;
  top: 97px;
}
.whatsapp-mail {
  position: absolute;
  right: 18%;
  top: 60px;
}
.hubspot-three {
  display: flex;
  justify-content: right;
  margin-top: -30px;
  position: relative;
}
.whatsapp-three {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  padding-right: 10px;
}
.hubspot-shadow img {
  position: absolute;
  margin-top: -70px;
  /* animation: rotate-in-up-left 3s ease; */
}
.shopify-shadow img {
  position: absolute;
  margin-top: -95px;
  /* animation: rotate-in-up-left 3s ease; */
}
.landing-vector {
  float: right;
}
.landing-vector-mobile {
  float: right;
}
.landing-vector-mobile {
  float: right;
  display: none;
}
.landing-circle {
  margin-left: 50px;
  overflow: hidden;
  margin-right: 60px;
}
.landing-hubspot {
  animation: rotate-in-up-left 3s ease;
  position: relative;
  left: 30%;
  top: 80px;
  z-index: 1;
}
/* #icon-container {
height: 500px;
} */
.hubspot-partner {
  margin-left: auto;
  display: block;
  max-width: 160px;
  width: 100%;
}
.shopify-partner {
  margin-left: auto;
  display: block;
  padding-top: 56px;
}
.landing-hubspot-up {
  display: none;
}

.watsapp-landing-img {
  animation: rotate-in-down-left 5s ease-in;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.hubspot-landing-img {
  animation: rotate-in-up-left 2s ease-in;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.line-landing-img {
  animation: rotate-in-down-left 3s ease-in;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.link-landing-img {
  animation: rotate-in-up-left 4s ease-in;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.angular-pic {
  animation: rotate-in-down-left 4s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.twitter-pic {
  animation: rotate-in-up-left 5s ease infinite;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.css3-pic {
  animation: rotate-in-up-left 4s ease infinite;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.react-pic {
  animation: rotate-in-up-left 5s ease infinite;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.css-img {
  animation: rotate-in-down-left 5s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.css-img-res {
  animation: rotate-in-down-left 4s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.node-img {
  animation: rotate-in-down-left 4s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.javascript-img {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.java-pic {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.js-pic {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.twitter-pic-res {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.network-landing-img {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.watsapp-landing-img-3 {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.tower-landing-img {
  animation: grow 4s ease infinite;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.hubspot-landing-img-1 {
  animation: rotate-in-down-left 4s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.link-landing-img-2 {
  animation: rotate-in-up-left 4s ease infinite;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.shopify-landing-img-5 {
  animation: rotate-in-down-left 4s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.line-landing-img-4 {
  animation: rotate-in-down-left 5s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.hubspot-section {
  background-color: #ff7a59;
  width: 100%;
}
.hubspot-phone-section {
  position: absolute;
  right: 131px;
  top: 193px;
  overflow: hidden;
}
.hubspot-vector {
  position: absolute;
  right: 0px;
  top: 30px;
}
.hubspot-img {
  position: absolute;
  right: 0;
}
.scene-hubspot img {
  animation: rotate-in-up-left 3s ease;
  position: absolute;
  right: 100px;
  top: -33px;
}
.scene-hubspot {
  width: 85%;
}
/* .vector-hubspot {
margin-top: 66px;
} */
.hubspot-border {
  border: 1px solid white;
  margin-top: -2px;
}
.hubspot-easy-step {
  background-color: #ffeeeb;
  margin-top: 100px;
  padding-bottom: 100px;
}
.pull-request-hubspot {
  background-color: #5fc5ff;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.integration-hubspot {
  background-color: #ff844f;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.hubspot-integration {
  background-color: #ed5acb;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 40px;
}
.hubspot-speacial-section {
  margin: auto;
  width: 100%;
  overflow: hidden;
  background-color: #ffeeeb;
  margin-top: 50px;
}
.speacial-service p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  width: 95%;
}
.hubspot-vector {
  animation: fade-in 5s ease;
}
.hubspot-img {
  animation: fade-in 5s ease;
}
.landing-vector {
  animation: fade-in 5s ease;
}
.landing-vector-mobile {
  animation: fade-in 5s ease;
}
.grid-content {
  display: flex;
  margin-top: -30px;
}
.whats-grid-content {
  display: flex;
}
.grid-column {
  float: left;
  width: 50%;
  margin-top: -120px;
}
.whats-grid-column {
  float: left;
  width: 50%;
  margin-top: -50px;
}
.shopify-grid-column {
  float: left;
  width: 50%;
  margin-top: -100px;
}
.grid-column-in {
  float: left;
  width: 58%;
}
.grid-column-in h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.grid-column-in p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  padding-top: 14px;
}
.currentslide {
  text-align: right;
  margin-top: 22px;
  margin-right: 45px;
}
.cib-hubspot {
  position: absolute;
  right: 40px;
  top: 34px;
}
.hub-circle {
  transform-origin: top center;
  animation: hub-circle 4s ease-in;
}
@keyframes hub-circle {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* .cib-hubspot {
animation: cib-hubspot 3s ease-in;
}
@keyframes cib-hubspot {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */
/* .hubspot-partner {
animation: hubspot-partner 5s ease;
}
@keyframes hubspot-partner {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
} */
/* .shopify-partner {
animation: shopify-partner 5s ease;
}
@keyframes shopify-partner {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
} */
.doted {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.actived {
  width: 42px;
  height: 12px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.actived p {
  width: 15px;
  margin-left: 20px;
  margin-top: 3px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.41) -7%,
    #fff 106%
  );
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 2px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.hubspot {
  background-color: #fe7a59;
  transition: 2s;
}
.shopify {
  background-color: #95bf46;
  transition: 2s;
}
.whatsapp {
  background-color: #103928;
  transition: 2s;
}
#hubspot {
  width: 500px;
  height: 500px;
}
.flex-container {
  display: flex;
}
.whatsapp-flex-container {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 20px;
}
.whatsapp-logo {
  position: absolute;
  top: 30%;
  margin-right: 360px;
  animation: rotate-in-down-left 3s ease;
}
.whatsapp-gif {
  position: absolute;
  width: 228px;
  top: 34%;
}
.grid-column-in span {
  font-size: 20px;
  font-weight: 700;
  color: #ff7a59;
  top: 0px;
}
.hubspot-buttons {
  display: flex;
  align-items: center;
}
.hubspot-know button {
  padding: 10px 40px;
  border-radius: 50px;
  border: none;
  margin-top: 16px;
  color: #ff7a59;
  font-weight: 700;
  font-family: "Space Mono";
  font-size: 16px;
  background:white;
}
.hubspot-know-in button {
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  margin-top: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "Space Mono";
  font-size: 16px;
  background: #ff7a59;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.hubspot-know-in img {
  padding-left:10px;
  padding-top:2px;
}
.shopify-know button {
  padding: 10px 40px;
  border-radius: 50px;
  border: none;
  margin-top: 16px;
  color: #95bf46;
  font-weight: 700;
  font-family: "Space Mono";
  font-size: 16px;
  background:white;
}
a:hover { 
  text-decoration: none !important;
}
.whatsapp-know button {
  padding: 10px 40px;
  border-radius: 50px;
  border: none;
  margin-top: 16px;
  color: #43cd66;
  font-weight: 700;
  font-family: "Space Mono";
  font-size: 16px;
  background:white;
}
.landing-checkouttool {
  padding: 100px 70px 0px 49px;
  margin: auto;
  overflow: hidden;
}
.landing-rowtool {
  display: flex;
}
.landing-img {
  float: left;
  width: 50%;
}
.landing-tool {
  float: left;
  width: 50%;
  padding-top: 45px;
}
.landing-img-res {
  display: none;
}
.landing-tool h2 {
  font-size: 35px;
  font-weight: 600;
  color: #434343;
  line-height: 1.4;
}
/* .landing-tool h2 {
font-size: 25px;
font-weight: 600;
color: #434343;
} */
.landing-tool p {
  font-size: 20px;
  font-weight: 600;
  color: #898989;
  margin-bottom: 20px;
}
.landing-development {
  margin-top: 100px;
  margin-left: 40px;
  width: auto;
}
.landing-development h3 {
  font-size: 35px;
  font-weight: 600;
  color: #434343;
  margin-bottom: 20px;
}
.landing-webapp {
  float: left;
  width: 50%;
}
.landing-mobile {
  float: left;
  width: 41%;
  margin-top: 90px;
  margin-left: 100px;
}
.landing-webapp span {
  font-size: 22px;
  font-weight: 400;
  color: #fe7a59;
  line-height: 40px;
}
.landing-webapp p {
  font-size: 20px;
  font-weight: 600;
  color: #898989;
}
.hubspot-landing-img-1 {
  margin-top: 119px;
  margin-left: -55px;
}
.link-landing-img-2 {
  margin-left: 11px;
  margin-top: 45px;
}
.watsapp-landing-img-3 {
  margin-top: 169px;
}
.tower-landing-img {
  position: relative;
  top: 259px;
  right: 179px;
}
.line-landing-img-4 {
  margin-top: 87px;
  margin-left: -66px;
}
.shopify-landing-img-5 {
  position: relative;
  top: 287px;
  right: 103px;
}
.line-pic {
  margin-top: 140px;
  margin-left: 126px;
}
.landing-wedevelop {
  background-color: #f4f8fb;
  text-align: center;
  margin-top: 80px;
  padding-top: 40px;
}
.landing-wedevelop h4 {
  font-size: 30px;
  font-weight: 600;
  color: #434343;
}
.landing-wedevelop p {
  font-size: 20px;
  font-weight: 600;
  color: #a5a5a5;
}
.develop-agile {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  padding: 0 15px 5px 15px;
  background: #9123ff;
  top: 0;
}
.landing-wedevelop a {
  text-decoration: none;
}
.landing-development-app {
  margin: auto;
  width: 55%;
  padding-top: 75px;
  padding-bottom: 15%;
}
.landing-development-app-res {
  display: none;
}
.flex-development {
  display: flex;
  height: 220px;
}
.flex-development-res {
  display: flex;
  height: 220px;
}
.javascript-img {
  align-self: center;
  margin: 25px;
  margin-top: 94px;
}
.css-img {
  align-self: center;
  margin-top: 128px;
}
.js-pic {
  margin: -23px;
}
.react-pic {
  align-self: center;
  margin-top: 191px;
}
.css3-pic {
  margin-top: 29px;
}
.css3-pic-res {
  margin-top: 29px;
}
.angular-pic {
  align-self: center;
  margin: 29px;
  margin-top: 108px;
}
.java-pic {
  align-self: center;
  margin-top: 99px;
}
.landing-contact-know {
  float: left;
  width: 60%;
  margin-top: 115px;
}
.landing-contact-btn {
  float: left;
  width: 35%;
  margin-top: 114px;
}
.landing-contact-btn span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 0px 43px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #9123ff;
  text-align: center;
  box-shadow: 0 10px 18px 0 rgb(52 55 145 / 30%);
}
.watsapp-contact-btn span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 2px 43px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.6s;
  background-color: #9123ff;
  text-align: center;
  box-shadow: 0 10px 18px 0 rgb(52 55 145 / 30%);
}
.watsapp-contact-btn a {
  text-decoration: none;
}
.landing-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
  font-style: italic;
}
.landing-ux-design {
  margin-left: 70px;
  margin-top: 50px;
}
.landing-stepper-line {
  float: left;
  width: 50%;
  margin-top: 80px;
}
.landing-stepper-img {
  float: right;
  position: relative;
  padding-bottom: 40px;
}
.integreate-stepper-img {
  float: right;
  position: relative;
  top: 55px;
  margin-left: 60px;
}
.landing-ste-img {
  float: right;
  position: absolute;
  right: 0;
  top: -78px;
}
.landing-stepper-linedot {
  float: left;
  width: 33.33%;
}
.landing-stepper-line span {
  border-style: solid;
  border-radius: 35px;
  padding: 2px 10px 2px 10px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #4886ff;
}
.landing-one-stepper {
  margin-top: 80px;
}
.step {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.v-stepper {
  position: relative;
  top: 2px;
}
.step .circle {
  background-color: #4886ff;
  border: 3px solid #f4f8fb;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 7px;
}

.step .line {
  top: 29px;
  left: 19px;
  height: 98%;
  position: absolute;
  border-left: 0.3rem dotted rgb(6, 150, 215);
}
.step.completed .circle {
  visibility: visible;
  background-color: rgb(6, 150, 215);
}
.step.completed .line {
  border-left: 0.3rem dotted rgb(6, 150, 215);
}
.step.active .circle {
  visibility: visible;
}
.step.empty .line {
  visibility: hidden;
  top: 0;
  height: 150%;
}
.step:last-child .line {
  z-index: -1;
}
.content {
  margin-left: 0px;
  display: inline-block;
  margin-top: 4px;
}
.content span {
  color: #000;
  /* 	font-weight: 400; */
  margin-top: 7px;
  top: 0;
  background: none;
  border: none;
  padding: 0;
}
.content p {
  font-size: 20px;
  color: #898989;
  font-weight: 600;
  padding-top: 10px;
}
.landing-websites {
  margin-top: 60%;
  background-color: #cd7186;
  display: flow-root;
}
.landing-umbrella-1 {
  float: left;
  width: 35%;
  background-color: #cd7186;
  padding-left: 60px;
  padding-top: 25px;
}
.landing-umbrella-2 {
  float: left;
  width: 47%;
  background-color: #cd7186;
  padding-top: 92px;
}
.landing-umbrella-3 {
  float: right;
  width: 15%;
  padding-top: 17%;
  padding-bottom: 216px;
  background: #fff;
}
.landing-umbrella-3 img {
  margin-left: 60px;
}
.landing-umbrella-2 span {
  font-size: 22px;
  font-weight: 600;
  color: #ececec;
  top: 184px;
}
.landing-umbrella-2 p {
  font-size: 18px;
  font-weight: 600;
  color: #ececec;
  padding-top: 197px;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.landing-arrow {
  display: inline-flex;
  position: relative;
  top: 40px;
}
.landing-arrow img {
  margin-left: 40px;
  cursor: pointer;
}
.activate,
.dot:hover {
  background-color: #fff;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  opacity: inherit;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.slides {
  padding: 0;
  width: 609px;
  height: 420px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.slides input {
  display: none;
}
.slide-container {
  display: block;
}
.slide {
  top: 0;
  opacity: 0;
  width: 609px;
  height: 420px;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: all 0.7s ease-in-out;
}
.slide:hover + .nav label {
  opacity: 0.5;
}
.nav label:hover {
  opacity: 1;
}
.nav .next {
  right: 0;
}
input:checked + .slide-container .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}
input:checked + .slide-container .nav label {
  display: block;
}
.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}
.nav-dots .nav-dot {
  top: 265px;
  width: 11px;
  right: 111px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #ececec;
}
.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: #ececec;
}
input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3 {
  background: #898989;
}

.nav-hub {
  color: #fff;
  transform: rotate(-42deg);
  transform-origin: 176% 150%;
}
.hubspot-landing-img {
  margin-top: 185px;
  margin-left: -29px;
}
.link-landing-img {
  margin-top: 45px;
}
.watsapp-landing-img {
  margin-top: 261px;
}
.line-landing-img {
  margin-top: 107px;
}
.shopify-landing-img {
  position: relative;
  top: 287px;
}
.watsapp-small {
  float: right;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabcontent {
  margin-bottom: 30px;
  padding-left: 70px;
  width: 70%;
  float: left;
  display: none;
}
.tabcontent p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 95%;
}
.tabcontent h1 {
  font-size: 40px;
  font-weight: 700;
  color: #898989;
  margin-top: 70px;
}
.tabcontent span {
  font-size: 20px;
  font-weight: 400;
  color: #8c8c8c;
  margin-top: 10px;
}
.container-grid {
  margin-top: 83px;
}

.header {
  grid-area: header;
}
.sidebar {
  grid-area: sidebar;
  margin-top: 50px;
}
.content-1 {
  grid-area: content-1;
}
.content-2 {
  grid-area: content-2;
  margin-top: 25px;
}
.footer {
  grid-area: footer;
  grid-row: 4 / 5;
  grid-column: 1 / 4;
}
.hubspot-container-grid {
  padding-left: 70px;
  padding-right: 60px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#man {
  width: 640px;
}
.hubspot-cus {
  padding-left: 118px;
}
.hubspot-cus h2 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
}
.hubspot-cus p {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  padding-top: 10px;
}
.hubspot-dev span {
  top: 0;
  color: #fe7a59;
  font-size: 40px;
  font-weight: 700;
}
.hubspot-dev h3 {
  font-size: 40px;
  font-weight: 700;
  color: #434343;
}
.hubspot-dev p {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  padding-top: 10px;
}

.box {
  width: 70px;
  height: 70px;
  line-height: 1;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
  background-repeat: no-repeat;
}
.tablinks {
  background-color: #ff7a59;
  border-radius: 10px;
  padding: 15px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-bottom: 30px;
}
:root {
  --clr-border: #000;
  --AnimationLength: 0px;
}
.box-h {
  background-image: repeating-linear-gradient(
    0deg,
    var(--clr-border),
    var(--clr-border) 10px,
    transparent 10px,
    transparent 20px
  ),
    repeating-linear-gradient(
      90deg,
      var(--clr-border),
      var(--clr-border) 10px,
      transparent 10px,
      transparent 20px
    ),
    repeating-linear-gradient(
      180deg,
      var(--clr-border),
      var(--clr-border) 10px,
      transparent 10px,
      transparent 20px
    ),
    repeating-linear-gradient(
      270deg,
      var(--clr-border),
      var(--clr-border) 10px,
      transparent 10px,
      transparent 20px
    );
  background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px,
    3px calc(100% + 20px), calc(100% + 20px) 3px;
  -webkit-animation: boxBorderAnimation 1s infinite linear;
  animation: boxBorderAnimation 1s infinite linear;
}
@-webkit-keyframes boxBorderAnimation {
  from {
    background-position: 0 0, -20px 0, 100% -20px, 0 100%;
  }
  to {
    background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
  }
}
.tablinks:hover {
  box-shadow: 0 10px 18px 0 #ff7a59;
  -webkit-transition: box-shadow 0.6s ease-in;
  --clr-border: #fff;
  --AnimationLength: 0px;
}
.help {
  color: #ff7a59 !important;
  font-size: 20px;
  font-family: "Space Mono";
  font-weight: 700 !important;
  margin-top: 20px;
}
.hubspot-faq-drawer {
  margin-bottom: -10px;
  margin-top: 20px;
  width: 70%;
}
.choose-hubs {
  margin-left: 100px;
}
.hubspot-faq-drawer__title {
  border-top: #f6f6f6 2px solid;
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  font-weight: 700;
  font-family: "Space Mono";
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.hubspot-faq-drawer__title-1 {
  cursor: pointer;
  display: block;
  color: #5b5b5b;
  font-size: 16px;
  padding: 20px 0 0 0;
  position: relative;
  margin-bottom: 0;
  font-family: "Space Mono";
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.hubspot-faq-drawer__title::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 8px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 8px;
}
.hubspot-faq-drawer__title-1::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 8px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 5px;
  transform: rotate(135deg);
  transition: 0.5s ease-in-out;
  vertical-align: top;
  width: 8px;
}
.faq-drawer__trigger:checked + .hubspot-faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
.faq-drawer__trigger:checked + .hubspot-faq-drawer__title-1::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
.faq-drawer__trigger:checked
+ .hubspot-faq-drawer__title
+ .faq-drawer__content-wrapper {
  max-height: 350px;
}
.faq-drawer__trigger:checked
+ .hubspot-faq-drawer__title-1
+ .faq-drawer__content-wrapper {
  max-height: 350px;
}
.digital-row {
  float: left;
  width: 42.33%;
}
.digital-row img {
  margin-left: 130px;
}
.digital-row h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.digital-row p {
  color: #ececec;
  font-size: 20px;
  font-weight: 700;
}
.digital-row-circle {
  float: left;
  width: 40%;
  margin-top: -120px;
}
.digital-row-vector {
  float: left;
  width: 14.33%;
  margin-bottom: 90px;
}
.digital-row-vector img {
  margin-top: 73px;
}
.digital-head-section {
  padding-right: 55px;
  padding-bottom: 65px;
  padding-top: 210px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.digital-row-img {
  position: absolute;
  left: 67%;
  top: 400px;
}
.digital-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block !important;
  width: 100%;
}
.digital-service-section {
  padding-right: 55px;
  padding-left: 70px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 128px;
  padding-bottom: 40px;
}
.digital-our-service {
  float: left;
  width: 90%;
}
.digital-rocket {
  float: left;
  width: 10%;
}
.digital-better {
  display: none;
}
.digital-rocket img {
  margin-top: 100px;
  position: absolute;
}
.digital-row img {
  animation: rotate-in-up-left 3s ease;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
#myBtn span {
  color: #fe7a59;
  font-size: 16px;
  font-family: "Space Mono";
  font-weight: 700;
  top: -1px;
}
#myBtn img {
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  margin-left: 40px;
  margin-top: 1px;
  position: absolute;
  transform: translateX(75%) scaleX(0);
  transform-origin: center;
}
#myBtn:hover {
  cursor: pointer;
}
#myBtn:hover img {
  opacity: 1;
  transform: translateX(30px) scaleX(1);
}
#myBtn:hover span {
  transform: translateX(-30px);
}
#myBtn span {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#myBtn {
  border: none;
  background-color: transparent;
  margin-top: 5px;
  outline: none;
}
#myknow span {
  color: #fff;
  font-size: 16px;
  font-family: "Space Mono";
  font-weight: 700;
  top: -1px;
}
#myknow img {
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  margin-left: 40px;
  margin-top: 1px;
  position: absolute;
  transform: translateX(75%) scaleX(0);
  transform-origin: center;
}
#myknow:hover {
  cursor: pointer;
}
#myknow:hover img {
  opacity: 1;
  transform: translateX(30px) scaleX(1);
}
#myknow:hover span {
  transform: translateX(-30px);
}
#myknow span {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#myknow {
  border: none;
  background-color: transparent;
  margin-top: 16px;
  outline: none;
  margin-left: 40px;
}

.digital-our-service h2 {
  font-size: 40px;
  font-weight: 700;
  color: #6b6b6b;
  margin-top: 10px;
}
.digital-our-service p {
  font-size: 30px;
  font-weight: 700;
  color: #939393;
}
.digital-our-service span {
  font-size: 40px;
  font-weight: 700;
  color: #49d3ff;
  top: 0px;
}
.digital-address span {
  font-size: 20px;
  font-weight: 700;
  color: #3aad65;
}
.digital-address {
  float: left;
  width: 50%;
  display: flex;
  margin-top: 82px;
}
.digital-address-shadow {
  float: left;
  width: 49%;
  display: flex;
  padding: 13px;
  margin-top: 82px;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.digital-address-shadow:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.digital-address-without {
  float: left;
  width: 45%;
  display: flex;
  margin-top: 82px;
  margin-left: 16px;
}
.digital-content span {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.digital-content address {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #8c8c8c;
  width: 500px;
  margin-top: 10px;
  letter-spacing: 0.3px;
}
.digital-content {
  margin-left: 19px;
}
.digital-speacial-section {
  margin: auto;
  width: 100%;
  overflow: hidden;
  background-color: #fffdee;
  padding-bottom: 50px;
}
.hubspot-implement {
  padding: 70px 70px 80px 70px;
  background-color: #e2e2e2;
}
.hubspot-implement h5 {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
  text-align: center;
}
.integreate-speacial-section {
  margin: auto;
  width: 100%;
  overflow: hidden;
  background-color: #fbfbfb;
  display:flex;
  align-items:end;
  padding-right:70px;
}
.landing-speacial-section {
  margin: auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center;
  background: rgb(242 255 254);
}

.digital-service {
  margin-bottom: 80px;
  padding-left: 70px;
  margin-top: 80px;
}
.digital-service h4 {
  font-size: 40px;
  font-weight: 700;
  color: #6b6b6b;
  margin-top: 5px;
  line-height: 1.2;
}
.digital-service span {
  font-size: 30px;
  font-weight: 700;
  color: #939393;
}
.e-com img {
  width:526px;
}
.digital-service p {
  font-size: 16px;
  font-weight: 700;
  color: #8c8c8c;
  padding-top: 14px;
  width:80%;
}
.digital-easy-step {
  padding-bottom: 100px;
  margin-top: -182px;
}
.digital-choose-address {
  float: left;
  width: 44%;
  margin-top: 45px;
  margin-left: 80px;
}
.digital-line {
  position: absolute;
  margin-top: -36px;
  left: 214px;
  animation: bounce 0.6s infinite;
}
.digital-choose {
  text-align: center;
}
.digital-choose p {
  font-size: 40px;
  font-weight: 700;
  color: #6b6b6b;
}
.digital-choose h3 {
  font-size: 30px;
  font-weight: 700;
  color: #939393;
}
.digital-webapp-numbers h3 {
  font-size: 18px;
  font-weight: 700;
  color: #9d9d9d;
  position: absolute;
  top: 173px;
}
.digital-webapp-numbers p {
  font-size: 16px;
  font-weight: 700;
  color: #9d9d9d;
  position: absolute;
  top: 233px;
}
.digital-webapp-numbers {
  float: left;
  width: 25%;
  position: relative;
  top: 117px;
}
.digital-number-row {
  margin: auto;
  padding-left: 150px;
}
.digital-circle {
  background-color: #ff8888;
  border-radius: 100px;
  width: 146px;
  height: 146px;
}
.digital-Ideas {
  background-color: #8df1ff;
  border-radius: 100px;
  width: 146px;
  height: 146px;
}
.digital-Optimize {
  background-color: #9bffb1;
  border-radius: 100px;
  width: 146px;
  height: 146px;
}
.digital-target {
  background-color: #df85ff;
  border-radius: 100px;
  width: 146px;
  height: 146px;
}
.digital-reached {
  position: relative;
  top: -144px;
  left: 14px;
}
.digital-integration {
  position: relative;
  top: -150px;
  left: 13px;
}
.digital-inte {
  position: relative;
  top: -174px;
  left: 11px;
}
.digital-request {
  position: relative;
  top: -128px;
  left: 22px;
}
.digital-reached {
  animation: digital-reached 6s ease infinite;
}
@keyframes digital-reached {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.digital-inte {
  animation: digital-inte 6s ease infinite;
}
@keyframes digital-inte {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.digital-request {
  animation: digital-request 6s ease infinite;
}
@keyframes digital-request {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.digital-integration {
  animation: digital-integration 6s ease infinite;
}
@keyframes digital-integration {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.digital-img {
  position: relative;
  top: -143px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-slider {
  padding-left: 24px;
  padding-right: 24px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.owl-nav button:focus {
  outline: none;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-dots {
  display: none;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.all-copyright span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #112e8c;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
  position: static;
}
.uiux-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.uiux-frameres {
  display: none;
}
.uiux-vector {
  margin-top: 104px;
}
.uiux-row {
  margin-top: 130px;
}
.uiux-row-art {
  position: absolute;
  right: 35px;
  top: 148px;
}
.uiux-row h1 {
  color: #e1ca72;
  font-size: 40px;
  font-weight: 700;
}
.uiux-row p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 48%;
}
.uiux-frame-art {
  position: absolute;
  right: 31px;
  top: 191px;
}
.uiux-service {
  padding-left: 70px;
  margin-top: 70px;
  width: 50%;
}
.uiux-service h1 {
  font-size: 30px;
  font-weight: 700;
  color: #434343;
  margin-top: 5px;
}
.uiux-service span {
  font-size: 25px;
  font-weight: 700;
  color: #a5a5a5;
}
.uiux-service p {
  font-size: 16px;
  font-weight: 700;
  color: #8c8c8c;
  margin-top: 25px;
}
.uiux-speacial-section {
  width: 100%;
  overflow: hidden;
  background-color: #f9faff;
  padding-bottom: 146px;
  margin-top: -3px;
}
.uiux-choose-address {
  float: left;
  width: 47%;
  margin-top: 50px;
  margin-left: 100px;
}
.uiux-chooseone {
  margin-top: 60px;
}
.ui-privacy {
  margin-top: -90px;
}
.ui-privacy-two {
  margin-top: -186px;
}
.uiux-address {
  float: left;
  width: 50%;
  margin-top: 100px;
}
.uiux-address-mobile {
  float: left;
  width: 47%;
  margin-top: 50px;
}
.uiux-methodology {
  padding-right: 55px;
  padding-left: 90px;
  padding-bottom: 80px;
  margin: auto;
  overflow: hidden;
}
.hubspot-methodology {
  padding-right: 60px;
  padding-left: 70px;
  padding-bottom: 80px;
  margin: auto;
  overflow: hidden;
  background-color: rgba(10, 160, 153, 0.07);
}
.hubspot-services-list {
  padding-right: 60px;
  padding-left: 70px;
  margin: auto;
  overflow: hidden;
}
.uiux-reader {
  float: left;
  width: 48%;
  margin-top: 100px;
}
.uiux-layout-pixies {
  padding-left: 56px;
  width: 100%;
  overflow: hidden;
  margin-top: -27px;
}
.uiux-reader p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 700;
  width: 480px;
  margin-top: 20px;
}
.uiux-need-img {
  float: left;
  width: 34%;
  position: relative;
  top: -77px;
}
.uiux-footer-page {
  background-color: #ff5f5f;
  display: flow-root !important;
  width: 100%;
  position: relative;
  padding-left: 237px;
  padding-bottom: 80px;
  padding-top: -24px;
  top: -120px;
}
.uiux-contact-page {
  background-color: #ff5f5f;
  display: flow-root !important;
  width: 100%;
  position: relative;
  padding-left: 162px;
  padding-bottom: 50px;
  padding-top: -24px;
  top: -120px;
}
.uiux-contact-know {
  float: left;
  width: 60%;
  margin-top: 70px;
}
.uiux-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.hub-contact-know {
  float: left;
  width: 63%;
  margin-top: 60px;
}
.hub-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.uiux-know {
  float: left;
  width: 68%;
  margin-top: 50px;
}
.uiux-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.watsapp-contact-know {
  float: left;
  width: 67%;
  margin-top: 67px;
}
.service-contact-know {
  float: left;
  width: 55%;
  margin-top: 88px;
}
.service-contact-know span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.uiux-contact-btn {
  float: left;
  width: 29%;
  margin-top: 67px;
}
.hub-contact-btn {
  float: left;
  width: 29%;
  margin-top: 83px;
}
.uiux-contact-button {
  float: left;
  width: 29%;
  margin-top: 55px;
}
.service-contact-btn {
  float: left;
  width: 29%;
  margin-top: 43px;
}
.uiux-chooseone-img {
  margin-top: 100px;
  float: left;
  width: 50%;
}
.ui-chooseone-img {
  margin-top: 160px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 734px) {
  .contact-row-sec img {
    display: none;
  }
  .all-copyright {
    display: none;
  }
  .open-nav {
    font-size: 25px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 30px;
    top: 18px;
  }
  .contact-section {
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    background-image: linear-gradient(to right, #112e8c, #112c82, #112e8c);
  }
  .contact-section h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 30px;
  }
  .hubspot-integreat-section {
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ff7f5e;
  }
  .hubspot-integreat-section h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 30px;
  }
  .hubspot-integreat-section {
    width: auto;
  }
  .hubspot-implement {
    padding: 20px 14px 20px 14px;
    background-color: #e2e2e2;
  }
  .hubspot-implement h5 {
    font-size: 20px;
    text-align: start;
    line-height: 25px;
  }
  .hub-few {
    display: block;
  }
  .arrow-img {
    display: none;
  }
  .contact-row-clouds {
    display: none;
  }
  .column-address img {
    background-color: #5578e5;
    border-radius: 10px;
    padding: 13px;
    width: 70px;
    height: 70px;
  }
  .footer-page {
    display: block;
    margin-right: 0;
  }
  .footer-images img {
    margin-left: auto;
  }
  .copy-right {
    padding-left: 0;
  }
  .email-column img {
    display: none;
  }
  .column-heading h2 {
    color: #939393;
    font-size: 25px;
    font-weight: 700;
    display: none;
  }
  .contact-section p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    width:auto;
    padding-top:10px !important;
  }
  .rocket {
    float: left;
    width: 25%;
    margin-top: 50px;
    animation: bounce 0.6s infinite;
    display: none;
  }
  .column-address {
    float: none;
    width: 33.33%;
    display: flex;
    margin-top: 82px;
  }
  .blog-readmore {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
  .blog-readmore p {
    font-size: 14px;
  }
  .blog-readmore h2 {
    font-size: 20px;
  }
  .footer-others-follow {
    display: block;
  }
  .footer-others-follow span {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14 !important;
  }
  .footer-others-follow i {
    background-color: #5f41a9;
    border-radius: 20px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 1px;
    transition-duration: 0.6s;
  }
  .footer-images i {
    /* display: none; */
    margin-left: 0;
  }
  .footer-others span {
    margin-left:0 !important;
  }
  .footer-list span {
    margin-left:0 !important;

  }
  nav ul {
    list-style-type: none;
    display: contents;
    margin-top: 24px;
  }
  .navHeader img {
    width: 115px;
    height: 55px;
  }
  .navbar-links {
    display: none;
    flex: 1 2;
  }
  .header-section {
    background-image: linear-gradient(to right, #fff, #fff, #fff);
  }
  .contact-row {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
  .integration-row {
    float: none;
    width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .integration-row-sec {
    display: none;
  }
  .inte-services {
    display: block;
  }
  .contact-row-sec {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
  .rocket-display {
    display: block;
    float: right;
    margin-top: -40px;
    animation: bounce 0.6s infinite;
  }
  .contact-row-reader {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f9f9f9;
  }
  .column-heading span {
    color: #6b6b6b;
    font-size: 20px;
    font-weight: 700;
  }
  .column-heading p {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
    width: auto;
  }
  .column-heading {
    float: left;
    width: auto;
  }
  .column-address {
    float: left;
    width: auto;
    display: flex;
    margin-top: 32px;
  }
  .address-section {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f9f9f9;
    display: flow-root;
  }
  .map-section {
    display: none;
  }
  .email-section {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
    display: block !important;
  }
  .email-row {
    margin-top: auto;
    margin-left: auto;
  }
  .email-column {
    float: left;
    margin-top: 50px;
    width: 100%;
  }
  .email-column span {
    font-size: 18px;
    color: #939393;
    font-family: 700;
  }
  .column-form-clarity img {
    display: inline-block;
  }
  .email-column h3 {
    font-size: 25px;
    color: #6b6b6b;
    font-family: 700;
    margin-top:3px;
  }
  .email-form {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  input[type="submit"] {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 8px 20px;
    margin: 20px 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.6s;
    background-color: #5578e5;
    border-radius: 28px;
  }
  .column-form {
    float: none;
    width: auto;
    display: none;
  }
  .column-form-clarity {
    float: left;
    width: 10%;
    margin-top: auto;
  }
  .column-form-email {
    float: none;
    width: auto;
    margin-top: auto;
  }
  .map-section-res iframe {
    display: block;
  }
  .footer-section {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-section-landing {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .footer-images {
    display: block;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
    margin-top: 20px;
  }
  .footer-images p {
    margin: auto;
    margin-left: auto;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #898989;
    width: auto;
  }
  .footer-icon {
    margin-left: auto;
  }
  .footer-icon span {
    padding-left: 0;
  }

  .footer-list {
    margin-left: 0px;
    margin-top: 27px;
  }
  .footer-list ul {
    width: auto;
    list-style: none;
    margin: auto;
    margin-top: 10px !important;
    margin-right: -13px;
  }
  .footer-others {
    margin-top: 25px;
    margin-left: 0;
  }
  .copyright {
    background-color: #112e8c;
    display: block;
    padding: 20px;
    text-align: center;
  }
  .copyright span {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .blogs-row img {
    display: none;
  }
  .blogs-row p {
    font-size: 10px;
    color: #e1ca72;
    font-weight: 700;
  }
  .blogs-row p {
    display: block !important;
  }
  .blogs-book img {
    display: block !important;
    float: left;
    margin-top: 62px;
    margin-bottom: 40px;
  }
  .blogs-recentpost {
    display: none;
  }
  .blogs-section {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .blogs-right {
    float: none;
    margin-top: auto;
    margin-right: auto;
  }
  .blogs-column {
    float: none;
    width: auto;
    margin-top: 45px;
  }
  .about-row {
    display: block !important;
    margin-top: 20px;
  }
  .about-creation {
    display: none;
  }
  .about-creation-res {
    display: block !important;
    text-align: center;
  }
  .about-heading {
    float: none;
    width: auto;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .about-heading h1 {
    color: #939393;
    font-size: 18px;
    font-weight: 700;
  }
  .about-heading span {
    color: #6b6b6b;
    font-size: 25px;
    font-weight: 700;
  }
  .about-heading p {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px;
    width: auto;
  }
  .about-row-reader {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
  }
  .faq-section {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
  }
  .faq-section h4 {
    text-align: inherit;
    font-size: 20px;
    font-weight: 700;
    color: #939393;
  }
  .faq-section p {
    text-align: inherit;
    font-size: 20px;
    font-weight: 700;
    color: #6b6b6b;
  }
  .faq-drawer__content p {
    font-size: 12px;
  }
  .faq-drawer__title-1 {
    font-size: 12px;
  }
  .faq-drawer__title {
    font-size: 12px;
  }
  .faq-drawer {
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .story-section {
    background-color: #f6f6f6;
    margin-top: 56px;
    padding: 2px;
  }
  .story-section {
    background-color: #f6f6f6;
    padding: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
  .our-section h2 {
    text-align: inherit;
    font-size: 25px;
    margin-top: 23px;
  }
  .our-section p {
    text-align: justify;
    font-size: 12px;
    width: auto;
    padding-top: 12px;
  }
  .our-section-approach h3 {
    text-align: inherit;
    font-size: 25px;
    margin-top: 23px;
  }
  .our-section-approach p {
    text-align: justify;
    font-size: 12px;
    width: auto;
  }
  .hiring-row-res {
    display: block !important;
    margin-top: 20px;
  }
  .hiring-row-amwhiz img {
    display: none;
  }
  .hiring-row-amwhiz {
    width:auto;
  }
  .hiring-row {
    float: none;
    width: auto;
  }
  .hiring-column-section {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 38px;
    background-color: #fffef6;
  }
  .hiring-page span {
    font-size: 18px;
  }
  .hiring-page h2 {
    font-size: 25px;
    margin-top: 6px;
  }
  .hiring-page p {
    font-size: 12px;
    margin-top: 10px;
  }
  .hiring-perks {
    margin-top: auto;
  }
  .hiring-perks h3 {
    font-size: 25px;
  }
  .hiring-perks p {
    font-size: 12px;
    margin-top: 10px;
  }
  .hiring-salary {
    margin-top: 10px;
  }
  .hiring-column-benefits {
    float: none;
    width: auto;
    margin-bottom: auto;
  }
  .hiring-column-benefits p {
    margin-top: 10px;
    width: auto;
    font-size: 12px;
  }
  .hiring-page b {
    font-size: 12px;
  }
  .hiring-perks b {
    font-size: 12px;
  }
  .hiring-column-benefits span {
    font-size: 18px;
  }
  .hiring-open-section h4 {
    font-size: 25px;
  }
  .hiring-open-section p {
    font-size: 12px;
    margin-top: 10px;
  }
  .hiring-developers {
    margin-bottom: 20px;
  }
  .hiring-developers-res {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .hiring-developers-shopify p {
    font-size: 14px;
  }
  .hiring-development {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto;
  }
  .hiring-developers p {
    font-size: 14px;
  }
  .hiring-developers-res p {
    font-size: 14px;
  }
  .uiux-vector {
    display: none;
  }
  .uiux-row-art {
    display: none;
  }
  .footer-hubspot img {
    margin-left: 0;
    margin-top: 27px;
  }
  #navBar {
    margin: 0;
    padding: 5px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background: white;
  }
  .service-head-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 73px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .mobile-head-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 73px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .head-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .uiux-row {
    margin-top: 36px;
  }
  .uiux-row h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
  }
  .uiux-row p {
    color: #e1ca72;
    font-size: 10px;
    font-weight: 700;
    width: auto;
    margin-bottom: 32px;
  }
  .uiux-frame-art {
    display: none;
  }
  .uiux-frameres {
    display: block !important;
  }
  .uiframe {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -97px;
  }
  .uiux-speacial-section {
    margin: auto;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    padding-bottom: 52px;
    margin-top: -38px;
  }
  .uiux-service p {
    font-size: 12px;
    font-weight: 700;
    color: #8c8c8c;
    margin-top: 10px;
  }
  .uiux-service span {
    font-size: 18px;
    font-weight: 700;
    color: #a5a5a5;
  }
  .uiux-service h1 {
    font-size: 20px;
    font-weight: 700;
    color: #6b6b6b;
    margin-top: 5px;
    line-height: 1.3;
  }
  .uiux-service {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 74px;
    width: auto;
  }
  .uiux-chooseone img {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .uiux-choose-address {
    float: none;
    width: auto;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .watsapp-recentpost p {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    margin-top: -9px;
    margin-left: 40px;
    display: inline-block;
  }
  .watsapp-start {
    color: #8c8c8c;
    font-family: "Space Mono";
    font-size: 12px;
    font-weight: 700;
    width: auto;
    margin-top: -9px;
    margin-bottom: 40px;
    margin-left: 48px;
    display: inline-block;
    letter-spacing: 0.2px;
  }
  .shopify-start {
    color: #8c8c8c;
    font-family: "Space Mono";
    font-size: 12px;
    font-weight: 700;
    width: auto;
    margin-top: -9px;
    margin-bottom: 0px;
    margin-left: 48px;
    display: inline-block;
    letter-spacing: 0.2px;
  }
  .glimpse-section span {
    color: hsl(0, 0%, 58%);
    font-size: 18px;
    font-weight: 700;
  }
  .glimpse-section {
    margin: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .glimpse-section h1 {
    color: #6b6b6b;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    width: auto;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .ui-privacy {
    margin-top: 0px;
    position: relative;
    top: 21px;
  }
  .uiux-easy-step {
    background-color: #f9faff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .webapp-choose {
    text-align: inherit;
    padding-top: 10px;
  }
  .webapp-choose h1 {
    font-size: 18px;
    font-weight: 700;
    color: #a5a5a5;
  }
  .webapp-choose p {
    font-size: 12px;
    color: #6b6b6b;
    width: auto;
  }
  .webapp-choose span {
    font-size: 25px;
    font-weight: 700;
    color: #6b6b6b;
    background-color: transparent;
    border-radius: inherit;
    padding: 0;
    top: 1px;
  }
  .webapp-img {
    display: none;
  }
  .uiux-web-img {
    display: none;
  }
  .mobileapp-img {
    display: none;
  }
  .uiux-img {
    display: block !important;
    margin-top: 50px;
  }
  .webapp-request {
    background-color: #5fc5ff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 22px;
  }
  .webapp-inte {
    background-color: #5fc5ff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 22px;
  }
  .webapp-integration {
    background-color: #5fc5ff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 22px;
  }
  .webapp-iot {
    width: auto;
    margin: auto;
  }
  .mobileapp-iot {
    width: auto;
    margin: auto;
  }
  .digital-our-service p {
    font-size: 20px !important;
  }
  .webapp-rocket {
    background-color: #5fc5ff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 22px;
  }
  .webapp-number-row {
    margin: auto;
    padding-left: 0px;
  }
  .webapp-numbers {
    float: none;
    width: auto;
    position: relative;
    top: -609px;
    padding-bottom: 4px;
  }
  .uiux-web-numbers {
    float: none !important;
    width: auto !important;
    position: relative;
    top: -609px !important;
    padding-bottom: 4px;
  }
  .shopify_screenshot {
    display: none;
  }
  .mobileapp-numbers {
    float: none;
    width: auto;
    position: relative;
    top: -609px;
    padding-bottom: 4px;
  }
  .webapp-01 {
    color: #9d9d9d;
    font-size: 10px;
    background-color: #fff;
    font-family: "Space Mono";
    font-weight: 700;
    border-radius: 50px;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 0 10px 10px -7px;
    text-align: center;
    position: absolute;
    left: 21px;
  }
  .webapp-fluent {
    color: #9d9d9d;
    font-size: 10px;
    background-color: #fff;
    font-family: "Space Mono";
    font-weight: 700;
    border-radius: 50px;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 0 10px 10px -7px;
    text-align: center;
    position: absolute;
    left: 59px;
    top: -7px;
  }
  .webapp-solid {
    color: #9d9d9d;
    font-size: 10px;
    background-color: #fff;
    font-family: "Space Mono";
    font-weight: 700;
    border-radius: 50px;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 0 10px 10px -7px;
    text-align: center;
    position: absolute;
    left: 34px;
  }
  .webapp-04 {
    color: #9d9d9d;
    font-size: 10px;
    background-color: #fff;
    font-family: "Space Mono";
    font-weight: 700;
    border-radius: 50px;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 0 10px 10px -7px;
    text-align: center;
    position: absolute;
    left: 26px;
  }
  .webapp-numbers h1 {
    font-size: 18px;
    font-weight: 700;
    display: contents;
    color: #9d9d9d;
  }
  .uiux-web-numbers h1 {
    font-size: 18px !important;
    font-weight: 700;
    display: contents;
    color: #9d9d9d;
  }
  .mobileapp-numbers h1 {
    font-size: 18px;
    font-weight: 700;
    display: contents;
    color: #9d9d9d;
  }
  .webapp-numbers p {
    margin-left: 88px;
    width: auto;
    font-size: 12px;
    margin-top: -6px;
  }
  .uiux-web-numbers p {
    margin-left: 88px;
    width: auto !important;
    font-size: 12px;
    margin-top: -6px;
  }
  .mobileapp-numbers p {
    margin-left: 88px;
    width: auto;
    font-size: 12px;
    margin-top: -21px;
  }
  .webapp-line-img {
    margin: auto;
    width: 94%;
    height: 765px;
  }
  .uiux-methodology {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 80px;
    margin: auto;
    width: 100%;
    overflow: hidden;
  }
  .watsapp-choose {
    text-align: inherit;
    padding-top: 20px;
    width: auto;
  }
  .watsapp-choose h4 {
    font-size: 20px;
    color: #6b6b6b;
    line-height: 1.5;
  }
  .watsapp-choose span {
    font-size: 12px;
  }
  .uiux-method-choose {
    text-align: inherit;
    padding-top: 20px;
    width: auto;
  }
  .uiux-method-choose h1 {
    font-size: 20px;
    color: #6b6b6b;
  }
  .uiux-method-choose span {
    font-size: 12px;
  }
  .hubspot-choose {
    text-align: inherit;
    padding-top: 20px;
    width: auto;
  }
  .hubspot-choose h1 {
    font-size: 20px;
    color: #6b6b6b;
  }
  .hubspot-choose span {
    font-size: 12px;
  }
  .influencer-section {
    background-image: linear-gradient(
      rgba(213, 0, 91, 0.97),
      rgba(59, 0, 127, 0.97)
    ) !important;
  }
  .influ-service {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .influ-service img {
    position: relative;
  }
  .influ-service h1 {
    font-size: 20px;
  }
  .influ-creative {
    padding-left: 14px;
    padding-right: 14px;
  }
  .influ-service p {
    font-size: 12px;
    width: auto;
  }
  .influencer-deal {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0;
    background-color: #fffef6;
  }
  .influencer-power h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  .influencer-power p {
    font-size: 12px;
  }
  .integration-power h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  .integration-power p {
    font-size: 12px;
  }
  .influ-excution {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .Powerful h5 {
    font-size: 20px;
  }
  .Powerful span {
    font-size: 20px;
  }
  .influ-creative h4 {
    font-size: 20px;
  }
  .influ-creative span {
    font-size: 12px;
  }
  .influencer-tech span {
    font-size: 20px;
  }
  .influencer-tech p {
    font-size: 12px;
    padding-top:10px;
  }
  .influencer-tech {
    padding-bottom:24px;
  }
  .Powerful p {
    font-size: 12px;
    width: auto;
  }
  .influencer-is h2 {
    font-size: 20px;
  }
  .influencer-is p {
    font-size: 12px;
  }
  .influencer-is span {
    font-size: 20px;
  }
  .Powerful-img img {
    margin: auto;
    width: 100%;
  }
  .influ-round {
    display: block;
  }
  .chooseone-uiux {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-uiux-2 {
    top: 27px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-uiux-3 {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-watsapp {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-watsapp-2 {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-watsapp-3 {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-hubspot {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-hubspot-2 {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-hubspot-3 {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .watsapp-choose-easy {
    text-align: inherit;
    padding-top: 20px;
    width: auto;
  }
  .watsapp-choose-easy p {
    font-size: 12px;
    color: #6b6b6b;
    line-height: 1.5;
  }
  .watsapp-choose-easy span {
    font-size: 18px;
  }
  .websapp-choose {
    text-align: inherit;
    padding-top: 20px;
    width: auto;
  }
  .websapp-choose h1 {
    font-size: 20px;
    color: #6b6b6b;
    line-height: 30px;
  }
  .websapp-choose span {
    font-size: 12px;
  }
  .uiux-address {
    float: none;
    width: auto;
    margin-top: 16px;
  }
  .uiux-address-mobile {
    float: none;
    width: auto;
    margin-top: 16px;
  }
  .uiux-chooseone-img {
    margin-top: 18px;
    float: none;
    width: auto;
  }
  .uiux-chooseone-img img {
    margin: auto;
    width: 100%;
  }
  .ui-chooseone-img {
    margin-top: 18px;
    float: none;
    width: auto;
  }
  .ui-chooseone-img img {
    margin: auto;
    width: 100%;
  }
  .chooseone {
    position: absolute;
    margin-top: -7px;
    top: auto;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-2 {
    position: absolute;
    margin-top: -7px;
    top: auto;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-3 {
    position: absolute;
    margin-top: -7px;
    top: auto;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-5 {
    position: relative;
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-5 {
    position: relative;
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-shopify {
    position: relative;
    top: 31px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-shopify-2 {
    position: relative;
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-web {
    top: 33px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-web-2 {
    top: 30px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-web-3 {
    top: 35px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .chooseone-web-4 {
    top: 36px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .webapp-projects {
    margin-top: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
  .webapp-iot h1 {
    font-size: 20px;
    color: #6b6b6b;
    text-align: inherit;
    line-height: 1.2;
  }
  .mobileapp-iot h1 {
    font-size: 18px;
    color: #6b6b6b;
    text-align: inherit;
    line-height: 1.5;
  }
  .chooseone-mobileapp {
    top: 30px;
  }
  .chooseone-mobileapp-2 {
    top: 30px;
  }
  .chooseone-mobileapp-3 {
    top: 30px;
  }
  .webapp-iot span {
    font-size: 12px;
    margin: initial;
    text-align: inherit;
  }
  .tabcontent p {
    font-size: 12px;
  }
  .speacial-service p {
    font-size: 12px;
  }
  .mobileapp-iot span {
    font-size: 12px;
    width: auto;
    text-align: inherit;
  }
  .service-project-row {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto !important;
    grid-gap: 20px !important;
    padding: 0px !important;
  }
  .grid-container-inte {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px !important;
    margin-top: 40px;
  }
  .our-integration h2 {
    font-size: 20px;
  }
  .our-integration {
    padding-left: 0;
    padding-right: 14px;
    padding-top: 20px;
    margin-top:40px;
    margin-bottom:40px;
  }
  .grid-img-hub {
    width: auto;
    padding:40px;
  }
  .digital-service p {
    font-size: 12px;
    width: auto;
  }
  .service-row span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    top: auto;
  }
  .uiux-layout-pixies {
    display: none;
  }
  .uiux-footer-page {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 22px;
    top: 0px;
  }
  .uiux-contact-page {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
    top: 0px;
  }
  .watsapp-contact-page {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
    top: 0px;
  }
  .webapp-footer-page {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 22px;
    top: 0px;
    margin-top: -15px;
  }
  .hiring-footer-page {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 22px;
    top: 0px;
  }
  .service-footer-page {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
    top: 0px;
    margin-top: -15px;
    display: block;
    background-color: #b26d21;
  }
  .Mobileapp-footer-page {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 22px;
    top: 0px;
    margin-top: -50px;
    padding-right: 15px;
  }
  .uiux-contact-know {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  .uiux-contact-know span {
    font-size: 18px;
    text-align: center;
    display: table;
    margin: auto;
  }
  .hub-contact-know {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  .hub-contact-know span {
    font-size: 18px;
    text-align: center;
    display: table;
    margin: auto;
  }
  .uiux-know {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  .uiux-know span {
    font-size: 18px;
    text-align: center;
    display: table;
    margin: auto;
  }
  .watsapp-contact-know {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  .watsapp-contact-know span {
    font-size: 18px;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 1.5;
  }
  .service-contact-know {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  .service-contact-know span {
    font-size: 18px;
    text-align: center;
    display: table;
    margin: auto;
    top: 30px;
  }
  .uiux-contact-btn {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 0px;
  }
  .hub-contact-btn {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 0px;
  }
  .uiux-contact-button {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 0px;
  }
  .service-contact-btn {
    float: none;
    width: auto;
    text-align: center;
  }
  .watsapp-green {
    display: none;
  }
  .watsapp-row {
    float: none;
    width: auto;
    margin-top: 22px;
    margin-bottom: 0px;
  }
  .watsapp-row h1 {
    font-size: 25px;
  }
  .watsapp-row p {
    font-size: 12px;
    width: 300px;
  }
  .watsapp-phone-section {
    position: absolute;
    top: 200px;
    right: 0;
  }
  .watsapp-phone-section img {
    width: 171px;
    height: 204px;
  }
  .watsapp-service-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 80px;
  }
  .our-service h2 {
    font-size: 25px;
    color: #6b6b6b;
  }
  .our-service span {
    font-size: 12px;
    color: #939393;
  }
  .ourworks-service h2 {
    font-size: 25px;
    color: #6b6b6b;
  }
  .ourworks-service span {
    font-size: 12px;
    color: #939393;
  }
  .watsapp-address {
    float: none;
    width: auto;
    margin-top: 27px;
  }
  .hubspot-content address {
    font-size: 12px;
    width: auto;
    margin-bottom: auto;
  }
  .hubspot-content-row address {
    font-size: 12px;
    width: auto;
    margin-bottom: auto;
  }
  .influencer-content-row address {
    font-size: 12px;
    width: auto;
    margin-bottom: auto;
  }
  .speacial-service {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .speacial-service h3 {
    font-size: 20px;
    margin-top: 40px;
    line-height: 30px;
  }
  .speacial-service span {
    font-size: 16px;
  }
  .watsapp-hiring {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-easy-step {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hubspot-easy-step {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .line-img {
    display: none;
  }
  .watsapp-number-row {
    margin: auto;
    padding-left: 0px;
  }
  .watsapp-numbers {
    float: none;
    width: auto;
    top: -487px;
    padding-bottom: 1px;
  }
  .wats-res {
    display: block !important;
    margin-top: 50px;
  }
  .pull-request {
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .integration {
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .watsapp-integration {
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .fluent-request {
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .fluent-hub-integration {
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .fluent-integration {
    width: 80px;
    height: 80px;
    padding: 25px;
  }
  .watsapp-01 {
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 10px;
    position: absolute;
    left: 22px;
    top: -21px;
  }
  .watsapp-02 {
    width: 25px;
    height: 25px;
    padding: 5px;
    position: absolute;
    left: 33px;
    top: -21px;
    font-size: 10px;
  }
  .watsapp-numbers h3 {
    display: contents;
  }
  .watsapp-numbers p {
    margin-left: 88px;
    width: auto;
    margin-top: -16px;
    font-size: 12px;
  }
  .watsapp-numbers h3 {
    font-size: 18px;
  }
  .letstalk {
    margin-top: 10px;
  }
  .letstalk a {
    padding: 0;
  }

  .watsapp-line-img {
    margin: auto;
    width: 95%;
    height: 521px;
  }
  .webapp-vector {
    display: none;
  }
  .webapp-row {
    float: none;
    width: auto;
    margin-top: 42px;
    margin-bottom: 30px;
  }
  .webapp-row h1 {
    font-size: 25px;
  }
  .hub-slide {
    display: none;
  }
  .hubspot-row img {
    display: none;
  }
  .webapp-row p {
    font-size: 12px;
  }
  .webapp-phone-section {
    top: 210px;
    z-index: auto;
  }
  .webapp-phone-section img {
    width: 380px;
    height: 252px;
  }
  .integreate-speacial-section {
    display:block;
    padding-right:0;
  }
  .e-com img {
    padding-top:0;
    margin:auto;
    width:100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 40px;
  }
  .webapp-easy-step {
    background-color: transparent;
    padding-left: 15px;
    margin-top: 40px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .chooseone-4 {
    top: 28px;
    padding: 9px;
    width: 40px;
    height: 40px;
  }
  .ser-img {
    padding: 14px;
  }
  .mobileapp-easy-step {
    background-color: transparent;
    padding-left: 15px;
    margin-top: 95px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .webapp-contact-page {
    padding-left: 0px;
  }
  .webapp-contact-know {
    float: none;
    width: auto;
    margin-top: 59px;
  }
  .webapp-contact-know span {
    font-size: 25px;
    margin: auto;
    display: table;
  }
  .webapp-profile-section {
    display: none !important;
  }
  .ourworks-provide {
    display: none !important;
  }
  .watsapp-contact-btn {
    float: none;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .webapp-responsive-section {
    background-color: #434343;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 66px;
    display: block !important;
  }
  .webappres-header {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .webapp-responsive-section img {
    margin: auto;
    display: block;
  }
  .circle-res-section {
    width: 100%;
    margin: auto;
    position: relative;
    top: -155px;
    display: block !important;
  }
  .webappres-header span {
    color: #dedede;
    font-size: 18px;
    font-weight: 700;
  }
  .webappres-header h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
  }
  .webappres-header p {
    color: #dedede;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
  }
  .webapp-layout-pixies {
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
    padding-right: 15px;
  }
  .shopify-layout-pixies {
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding-right: 15px;
  }
  .shopify-layout-pixies {
    display: block !important;
  }
  .Mobileapp-layout-para {
    position: static;
    top: 0;
  }
  .Mobileapp-layout-para span {
    font-size: 18px;
  }
  .Mobileapp-layout-para h1 {
    font-size: 25px;
  }
  .shopify_screenshot-screen {
    display: block;
  }
  .Mobileapp-reader {
    float: none;
    width: auto;
    margin-top: 0;
  }
  .ourworks-need-img {
    float: none;
    width: auto;
    /* 		margin-top: 25px; */
  }
  .ourworks-need-img img {
    width: 100%;
    margin: auto;
  }
  input[type="know-More"] {
    width: 39%;
  }
  .Mobileapp-vector {
    display: none;
  }
  input[type="know"] {
    width: 44% !important;
  }
  .Mobileapp-row {
    float: none;
    width: auto;
    margin-top: 32px;
    margin-bottom: 2px;
  }
  .Mobileapp-row h1 {
    font-size: 25px;
  }
  .Mobileapp-row p {
    font-size: 12px;
  }
  .Mobileapp-phone-section {
    top: 185px;
    z-index: auto;
  }
  .Mobileapp-phone-section img {
    width: 252px;
    height: 238px;
  }
  .shopify-vector {
    display: none;
  }
  .help-hubspot {
    color: #ff7a59;
    font-size: 20px;
    font-family: "Space Mono";
    font-weight: 700;
    top: 25px;
  }
  .shopify-row {
    float: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .shopify-row h1 {
    font-size: 24px;
  }
  .shopify-row p {
    font-size: 12px;
  }
  .hubspot-row {
    float: none;
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .hubspot-row h1 {
    font-size: 20px;
    padding-top: 15px;
  }
  .hubspot-row p {
    font-size: 12px;
  }

  .shopify-phone-section {
    top: 177px;
    right: 0px;
  }
  .shopify-phone-section img {
    width: 100%;
    margin: auto;
  }
  .shopify-service-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
  }
  .shopify-address {
    float: none;
    width: auto;
    display: flex;
    margin-top: 28px;
  }
  .our-service {
    width: auto;
  }
  .ourworks-service {
    width: auto;
  }
  /* .shopify-screenshot-section {
  display: none;
} */
  .privacy {
    padding: 12px;
    width: auto;
  }
  .privacy h1 {
    font-size: 30px;
  }
  .privacy h2 {
    font-size: 20px;
  }
  .privacy span {
    font-size: 16px;
  }
  .policy-user li {
    font-size: 16px;
  }
  .policy-user p {
    font-size: 12px;
  }
  .shopify-screenshot-section-2 {
    display: none;
  }
  .shopify-screenshot-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 26px;
  }
  .shopify_text {
    float: none;
    width: auto;
    margin-top: 28px;
  }
  .shopify_text span {
    font-size: 25px;
  }
  .shopify_text p {
    font-size: 12px;
    width: auto;
    padding-bottom: 13px;
  }
  .shopify_screenshot-screen img {
    margin: auto;
    width: 100%;
  }
  .Mobileapp-reader p {
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    margin-top: 0px;
  }
  .vector-hubspot {
    display: none;
  }
  .hubspot-vector {
    display: none;
  }
  .scene-hubspot {
    display: none;
  }
  .hubspot-img {
    position: absolute;
    right: 0;
    top: 233px;
  }
  .hubspot-phone-section {
    position: relative;
    top: -111px;
    width: auto;
    right: unset;
  }
  .hubspot-phone-section img {
    width: 215px;
    height: 203px;
    margin: auto;
    display: table;
  }
  .hubspot-container-grid {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
  .hubspot-methodology {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    padding-bottom: 0;
  }
  .hubspot-services-list {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hubspot-services h5 {
    font-size: 20px;
  }
  .hubspot-services p {
    font-size: 12px;
  }
  .hubspot-services span {
    font-size: 20px;
  }
  .hubspot-dev h3 {
    font-size: 20px;
  }
  .hubspot-dev p {
    font-size: 12px;
  }
  .hubspot-dev span {
    font-size: 20px;
  }
  .hubspot-cus h2 {
    font-size: 20px;
  }
  .hubspot-cus p {
    font-size: 12px;
  }
  .hubspot-list {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .integration-list {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .container-grid img {
    margin: auto;
    width: 100%;
  }
  .container-gri img {
    margin: auto;
    width: 100%;
  }
  .hubspot-cus {
    padding-left: 0;
  }
  #man {
    width: 100%;
    margin: auto;
  }
  .container-grid {
    justify-content: center;
    margin-top: 0;
    float: none;
    width: auto;
    height: auto;
    grid-template-columns: 86px 120px 100px;
    grid-template-rows: auto;
    grid-gap: 1rem;
    grid-template-areas: none;
  }
  .header {
    grid-area: auto;
  }
  .sidebar {
    grid-area: auto;
    margin-top: 0;
  }
  .content-1 {
    grid-area: auto;
  }
  .content-2 {
    grid-area: auto;
    margin-top: 0;
  }
  .footer {
    grid-area: auto;
    grid-row: auto;
    grid-column: auto;
  }
  .tabcontent {
    padding-left: 0;
    width: auto;
    float: none;
  }
  .tabcontent h1 {
    font-size: 25px;
    margin-top: 25px;
  }
  .hubspot-faq-drawer {
    margin-bottom: -9px;
    margin-top: 22px;
    width: auto;
  }
  .digital-row-circle {
    display: none;
  }
  .digital-row-img {
    display: none;
  }
  .digital-row-vector {
    display: none;
  }
  .digital-row img {
    display: none;
  }
  .digital-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block !important;
    background-color: #49d3ff;
    width: 100%;
    background-image: none;
  }
  .digital-head-section {
    padding-right: 15px;
    padding-bottom: 65px;
    padding-left: 15px;
    padding-top: 30px;
    margin: auto;
    width: 100%;
    overflow: hidden;
  }
  .digital-row {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .digital-row p {
    font-size: 12px;
  }
  .digital-row h1 {
    font-size: 25px;
  }
  .digital-rocket {
    display: none;
  }
  .digital-better {
    display: block !important;
    font-size: 25px;
    width: auto;
  }
  .digital-our-service span {
    display: none;
  }
  .footer-services {
    display: block;
    margin-left: 0;
  }
  .digital-our-service h2 {
    display: none;
  }
  .digital-our-service {
    float: none;
    width: auto;
  }
  .digital-service-section {
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 38px;
  }
  .digital-content address {
    font-size: 12px;
    width: auto;
  }
  .digital-content span {
    font-size: 20px;
    top: auto;
  }
  .digital-address {
    float: none;
    width: auto;
    margin-top: 44px;
  }
  .digital-address-shadow {
    float: none;
    width: auto;
    margin-top: 44px;
  }
  .digital-address-without {
    float: none;
    width: auto;
    margin-top: 44px;
  }
  .digital-service {
    padding-left: 15px;
    padding-right: 15px;
    margin-top:40px;
    margin-bottom:40px;
  }
  .digital-service span {
    font-size: 18px;
  }
  .digital-service h4 {
    font-size: 20px;
    width: auto;
  }
  .digital-choose-address {
    float: none;
    width: auto;
    margin-top: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .digital-line-res {
    display: none;
  }
  .digital-line {
    position: absolute;
    margin-top: -29px;
    left: auto;
    right: 0;
  }
  .digital-img {
    display: none;
  }
  .digital-easy-step {
    padding-bottom: 24px;
    margin-top: 109px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .digital-choose {
    text-align: inherit;
    padding-top: 40px;
  }
  .digital-choose h3 {
    font-size: 18px;
  }
  .digital-choose p {
    font-size: 25px;
  }
  .digital-number-row {
    margin: auto;
    padding-left: 0;
  }
  .digital-webapp-numbers {
    float: none;
    width: auto;
    position: relative;
    top: -632px;
  }
  .digital-webapp-numbers p {
    font-size: 12px;
    font-weight: 700;
    color: #9d9d9d;
    display: block !important;
    position: absolute;
    top: 53px;
    margin-left: 97px;
  }
  .digital-webapp-numbers h3 {
    font-size: 16px;
    font-weight: 700;
    color: #9d9d9d;
    position: absolute;
    top: 4px;
    margin-left: 96px;
  }
  .digital-circle {
    width: 80px;
    height: 80px;
  }
  .digital-request {
    position: relative;
    top: -75px;
    left: 22px;
    width: 57px;
    height: 63px;
  }
  .digital-Ideas {
    width: 80px;
    height: 80px;
  }
  .digital-inte {
    position: relative;
    top: -92px;
    left: 6px;
    width: 71px;
    height: 89px;
  }
  .digital-Optimize {
    width: 80px;
    height: 80px;
  }
  .digital-integration {
    position: relative;
    top: -78px;
    left: 7px;
    width: 72px;
    height: 68px;
  }
  .digital-target {
    width: 80px;
    height: 80px;
  }
  .digital-reached {
    position: relative;
    top: -80px;
    left: 8px;
    width: 62px;
    height: 68px;
  }
  .ourworks-profile-section {
    display: none !important;
  }
  .ourworks-provide {
    display: none !important;
  }
  .ourworks-one {
    color: #4b4b4b !important;
    font-size: 50px !important;
    font-family: "Space Mono";
    font-weight: 700 !important;
    float: right;
    display: block !important;
  }
  .ourworks-two {
    color: #dedede;
    font-size: 50px !important;
    font-family: "Space Mono";
    font-weight: 700;
    float: right;
    display: block !important;
  }
  .ourworks-three {
    color: #ffffff;
    font-size: 50px;
    font-family: "Space Mono";
    font-weight: 700;
    float: right;
    display: block !important;
  }
  .ourworks-four {
    color: #242424;
    font-size: 50px;
    font-family: "Space Mono";
    font-weight: 700;
    float: right;
    display: block !important;
  }
  .ourworks-six {
    color: #51536a;
    font-size: 50px;
    font-family: "Space Mono";
    font-weight: 700;
    float: right;
    display: block !important;
  }

  .ourworks-profile-res span {
    font-size: 12px;
    font-weight: 700;
    color: #e1ca72;
    margin-top: 20px;
    top: auto;
  }
  .ourworks-profile-res h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
  }
  .ourworks-profile-res {
    display: block !important;
    background-color: #011538;
    padding: 20px 10px 40px;
  }
  .landing-hubspot {
    display: none;
  }
  .ui-privacy-two {
    margin-top: 0px;
    position: relative;
    top: 17px;
  }
  .ourworks-creation {
    margin-top: -121px;
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
  }
  .ourworks-creation span {
    color: #939393;
    font-size: 18px;
  }
  .ourworks-creation h3 {
    color: #6b6b6b;
    font-size: 25px;
  }
  .ourworks-project {
    float: none;
    width: auto;
  }
  .ourworks-project p {
    font-size: 12px;
    width: auto;
  }
  .ourworks-project img {
    width: 100%;
  }
  .ourworks-creation-start {
    padding-left: 15px;
    background-color: #f9bb00;
    display: flow-root !important;
    margin-top: -46px;
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
  }
  .ourworks-project-img {
    display: none;
  }
  .ourworks-project-img-res {
    display: block !important;
  }
  .ourworks-project-img-res img {
    width: 100%;
  }
  .ourworks-project-start {
    float: none;
    width: auto;
    margin-top: 68px;
  }
  .ourworks-project-start span {
    font-size: 18px;
  }
  .ourworks-project-start h2 {
    color: #000;
    font-size: 50px;
  }
  .ourworks-project-start p {
    color: #3d3d3d;
    font-size: 12px;
    width: auto;
  }
  .ourworks-layout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ourworks-layout-para span {
    color: rgb(204, 201, 201);
    font-size: 18px;
  }
  .ourworks-layout-para h3 {
    color: #fff0f0;
    font-size: 25px;
  }
  .ourworks-layout-para-res span {
    color: #939393;
    font-size: 18px;
  }
  .ourworks-layout-para-res h4 {
    color: #6b6b6b;
    font-size: 25px;
  }
  .ourworks-layout-para-res {
    top:50px;
  }
  .ourworks-need {
    float: none;
    width: auto;
    margin-top: 137px;
  }
  .ourworks-need p {
    color: #f3f3f3;
    font-size: 12px;
    width: auto;
  }
  .ourworks-layout-pixies {
    background-color: #ffe2d2;
    display: flow-root !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: hidden;
    margin-top: -61px;
  }
  .ourworks-reader {
    float: none;
    width: auto;
    margin-top: 70px;
  }
  .ourworks-reader p {
    color: #9e9e9e;
    font-size: 12px;
    width: auto;
  }
  .ourworks-contact-page {
    display: none !important;
  }
  .ourworks-influencer {
    display: none !important;
  }
  .ourworks-influencer-res {
    background-color: #011538;
    display: block !important;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    margin-top: -41px;
    overflow: hidden;
  }
  #background-wrap {
    display: none;
  }
  .item img {
    display: table;
    margin: auto;
  }
  .fade-in {
    display: none;
  }
  .service-row {
    float: none;
    width: auto;
    margin-bottom: 0px;
    margin-top: 18px;
    text-align: center;
  }
  .service-row h1 {
    font-size: 25px;
  }
  .service-row p {
    font-size: 12px;
  }
  .service-section {
    background-color: #ff5f5f;
    background-image: none;
  }
  .scene img {
    width: 48px !important;
    height: 48px !important;
  }
  .service-row-img img {
    width: 161px;
    height: 184px;
  }
  .service-row-img {
    top: 210px;
  }
  .hiring-developers-shopify {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .our-service-section {
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 100px;
  }
  .services-design {
    float: none;
    width: auto;
    margin-top: 40px;
  }
  .serivces-content span {
    top: auto;
    font-size: 18px;
  }
  .hubspot-content {
    margin-left: 19px;
  }
  .hubspot-content span {
    font-size: 18px;
    top: auto;
  }
  .hubspot-content-row {
    margin-left: 19px;
  }
  .hubspot-content-row span {
    font-size: 18px;
    top: auto;
  }
  .influencer-content-row {
    margin-left: 19px;
  }
  .influencer-content-row span {
    font-size: 18px;
    top: auto;
  }
  .services-design p {
    font-size: 12px;
    font-weight: 700;
    color: #8c8c8c;
    width: auto;
  }
  .service-design-hidden {
    display: none;
  }
  .services-design-section {
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hubspot-address {
    float: none;
    width: auto;
    display: flex;
    margin-top: 25px;
  }
  .hubspot-addr {
    margin-top: 25px;
  }
  .service-deco {
    display: none;
  }
  .services-methodology {
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 35px;
    background-color: #f0faff;
  }
  .service-evaluate img {
    display: none;
  }
  .service-down {
    display: block;
  }
  .service-up {
    display: none !important;
  }
  .service-agile {
    text-align: inherit;
    /* padding-left: 0 !important;  */
    padding-top: 15px;
  }
  .service-agile h3 {
    font-size: 18px;
  }
  .service-agile span {
    display: block;
  }
  .service-style {
    margin-top: 84px;
  }
  .service-evaluate-stepper {
    float: left;
    width: 14%;
    margin-top: -44px;
  }
  .service-evaluate {
    float: none;
    width: auto;
    top: 17px;
  }
  .service-evaluate p {
    font-size: 12px;
  }
  .services-projects {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 14px;
  }

  .services-projects img {
    margin: auto;
    width: 100%;
  }
  .serivces-content {
    margin-left: 10px;
  }
  .services-iot h4 {
    font-size: 25px;
    text-align: inherit;
  }
  .service-project-column {
    float: left;
    width: 50%;
    padding: 15px 10px;
  }
  .project-card {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
  }
  .iot {
    font-size: 12px;
  }
  .client-service {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
  }
  .service-left {
    float: none;
    width: auto;
  }
  .service-left span {
    font-size: 25px;
    top: auto;
  }
  .service-left h5 {
    font-size: 25px;
  }
  .service-left p {
    font-size: 12px;
    width: auto;
  }
  .service-left-alone {
    float: none;
    width: auto;
  }
  .service-left-alone img {
    width: 100%;
    margin: auto;
  }
  .services-contact-page {
    display: none !important;
  }
  .service-handcrafted {
    background-color: #f0faff;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-media {
    margin-bottom: 0px;
  }
  .service-media h6 {
    font-size: 20px;
  }
  .service-media p {
    font-size: 12px;
    width: auto;
  }
  .pickmyad-service {
    float: none;
    width: auto;
    margin-bottom: 24px;
  }
  .pickmyad-service img {
    width: 100%;
    margin: auto;
  }
  .pickmyad-service h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ff7a59;
  }
  .pickmyad-service p {
    font-size: 12px;
  }
  .pickmyad-service span {
    font-size: 12px;
  }
  .framework-react {
    background-color: transparent;
    border-radius: 0px;
    width: auto;
    padding: 0;
    text-align: inherit;
    margin-top: 10px;
    border-left: none;
  }
  .framework {
    background-color: transparent;
    border-radius: 0px;
    width: auto;
    padding: 0;
    text-align: inherit;
    margin-top: 10px;
    border-left: none;
  }
  .serivces-content address {
    background-color: transparent;
    border-radius: 0px;
    width: auto;
    padding: 0;
    text-align: inherit;
    margin-top: 10px;
    border-left: none;
  }
  #myBtn {
    margin-left: -6px;
  }
  #myknow {
    margin-left: -6px;
  }
  .service-evaluate span {
    font-size: 20px;
  }
  .grid-column {
    display: none;
  }
  .shopify-grid-column {
    display: none;
  }
  .whats-grid-column {
    display: none;
  }
  .shopify-mail {
    display: none;
  }
  .whatsapp-landing-section {
    height: auto;
  }
  .shopify-landing-section {
    height: auto;
  }
  .landing-section {
    height: auto;
  }
  .whatsapp-mail {
    display: none;
  }
  .shopify-partner {
    display: none;
  }
  .hubspot-three {
    margin-top: 0;
  }
  .mail {
    display: none;
  }
  .watsapp-small {
    display: none;
  }
  .landing-section {
    background-color: #fe7a59;
  }
  /* .shopify-landing-section {
  background-color: #fe7a59;
  background-image: none !important;
} */
  .landing-circle {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-content {
    display: initial;
    margin-bottom: auto;
  }
  .grid-column-in {
    float: none;
    width: auto;
    /* margin-top: 143px; */
    margin-bottom: 20px;
  }
  .hubspot-buttons {
    display: block;
  }
  .grid-column-in h1 {
    font-size: 25px;
  }
  .grid-column-in p {
    font-size: 18px;
  }
  .landing-hubspot-up {
    /* left:0%; */
    margin-bottom: 20px;
    display: block;
    animation: rotate-in-up-left 3s ease;
  }
  .landing-vector-mobile {
    display: block;
  }
  .landing-vector {
    display: none;
  }
  .landing-img-res {
    display: block;
  }

  .landing-checkouttool {
    padding: 20px 15px 0px 15px;
    margin: auto;
    overflow: hidden;
  }
  .landing-img {
    display: none;
  }
  .landing-checkout-img {
    margin: auto;
    width: 100%;
  }
  .landing-rowtool {
    display: initial;
  }
  .landing-tool {
    float: none;
    width: auto;
  }
  /* .landing-tool h2 {
  font-size: 25px;
} */
  .landing-tool h2 {
    font-size: 20px;
  }
  .landing-tool p {
    font-size: 12px;
  }
  .landing-development {
    margin-top: 60px;
    width: auto;
    margin-left: auto;
  }
  .landing-development h3 {
    font-size: 25px;
  }
  .landing-webapp {
    float: none;
    width: auto;
  }
  .landing-webapp span {
    font-size: 20px;
    line-height: normal;
  }
  .landing-webapp p {
    font-size: 12px;
  }
  .landing-mobile {
    margin: auto;
    width: 100%;
    padding-top: 50px;
  }
  .line-pic {
    margin: auto;
    width: 100%;
    padding-top: 132px;
  }
  .landing-wedevelop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-wedevelop h4 {
    font-size: 20px;
  }
  .landing-wedevelop p {
    font-size: 12px;
    margin-top: 30px;
  }
  .landing-development-app {
    display: none;
  }
  .landing-development-app-res {
    display: block;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .landing-ux-design {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f9f9f9;
  }
  .landing-one-stepper {
    margin-top: auto;
  }
  .landing-stepper-line {
    float: none;
    width: auto;
    margin-top: auto;
    padding-top: 30px;
  }
  .hubspot-integreat-section p {
    width: auto;
    font-size: 12px;
  }
  .content span {
    font-size: 18px;
    line-height: 1.3;
    top: 0;
  }
  .content p {
    font-size: 12px;
    color: #898989;
  }
  .landing-stepper-img {
    margin: auto;
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .integreate-stepper-img {
    margin: auto;
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .landing-ste-img {
    margin: auto;
    width: 100%;
    float: none;
    top: 49px;
    right: 47px;
  }
  .landing-speacial-section img {
    margin: auto;
    width: 100%;
    padding-right: 14px;
  }
  .landing-websites {
    display: none;
  }
  .landing-development-app-res {
    animation: bounce-in 6s ease infinite;
  }
  @keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  }
  .develop-agile {
    font-size: 20px;
    padding: 5px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 10));
  }
}

.brand-slider {
  position: relative;
  height: 50px;
  margin: auto;
  overflow: hidden;
  width: 90%;
}

.brand-slider .brand-slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
}

.brand-slider .brand-slide {
  margin-left: 70px;
  margin-right: 70px;
}

.brand-slide img {
  /* width: 120px !important; */
  height: 48px !important;
  max-width: max-content !important;
}
.blogs-allow {
  margin-left: -280px;
  margin-right: -280px;
  background-size: cover;
  background-position: center;
}
.blogs-allow h1 {
  color:#fff !important;
  text-align:center;
  margin: 0 auto;
  font-size:56px;
  padding: 100px 0 100px;
  background: rgba(0,0,0,0.75);
  padding-left: 200px;
  padding-right: 200px;
}
h1 {
  color:#373737 !important;
}
p {
  line-height:1.8;
}
.social-theme {
  color: transparent;
}
@media screen and (max-width: 1370px) and (min-width: 1024px) {
  .grid-content {
    margin-top: -60px;
  }
  .footer-list {
    margin-right: 45px;
  }
  .footer-hubspot img {
    margin-left: 110px;
  }
  .shopify-row {
    width: 42%;
  }
  .uiux-methodology {
    padding-left: 70px;
    padding-right: 0;
  }
  .digital-choose-address {
    width: auto;
  }
  /* 	.uiux-chooseone-img {
  width: auto;
} */
  .hubspot-list {
    grid-column-gap: 10%;
  }
  .integration-list {
    grid-column-gap: 10%;
  }
  .integration-row-sec {
    width:46%;
  }
  .navbar-links li {
    margin-right:20px;
  }
  .letstalk {
    margin-right:30px;
  }
  .blogs-column {
    width: 45%;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1200px) {
  .blogs-column {
    width: 33%;
  }
}


.blog-listing__post-content {
  transition: .4s box-shadow,.4s transform;
  background-color: #fff;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  padding:40px;
}
.blog-listing__post-image {
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  width: 100%;
  object-fit:cover;
}
.blog-listing__post-content:hover {
  /*     transform: translateY(-15px); */
  /*   box-shadow: 5px 10px 30px 0 rgb(31 35 37 / 8%); */
}
.dnd_area-row-1-padding {
  background-color: rgba(247, 247, 247, 1);
}
.blog-listing__post-title-link {
  font-size:18px !important;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-width: 322px;
  line-height: 1.4;
}

.blog-listing__post-author-image {
  border-radius: 50% !important;
  display:none;
}
.blog-listing__post-summary p {
  font-size: 14px !important;
  color: #7f8c8d !important;
  line-height:1.5 !important;
  letter-spacing:normal !important;
}
.blog-listing--4-col {
  padding-left: 140px;
  width: 100%;
  padding-right: 140px;
}
.blog-listing {
  margin: 80px auto !important;
  grid-row-gap: 40px !important;
  grid-column-gap: 40px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr)!important;
  max-width: 1290px;
}
.blog-listing--3-col .blog-listing__post{ 
  width: 402px;
  background-color:#fff !important;
}

.blog-listing__post {
  margin-bottom:0px !important;
  background-color:#fff !important;
  position:relative !important;
  border-radius:6px !important;
  box-shadow: 10px 10px 15px #f7f7f5 !important;
}
.blog-listing__post-author {
  display:flex;
  gap:10px;
  align-items: center;
}
.blog-listing__post-author a{
  color: #425B76;
  font-size: 18px;
  /*   line-height:30px; */
  font-weight:400;
  font-size:16px;
}
.blog-listing__post-timestamp {
  display:block;
  color: #425B76;
  font-size:16px;
}
.blog-listing__header {
  margin-bottom:0px;
}
.content-wrapper {
  max-width: initial !important;
  padding-left: 280px !important;
  padding-right: 280px !important;
}
.button {
  border: 1px solid #fe7a59 !important;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  background-color: #fe7a59 !important;
  color: #fff;
  fill: #fff;
  border-radius:4px !important;
}
.blog-post__author {
  display:block;
}
.blog-post__timestamp {
  display:block;
}
.blog-listing__post-title-link {
  color: #425b76 !important;
  padding:5px 0px;
}
.blog-listing__post-title-link:active {
  color: #425b76 !important;
}
.blog-post-relate {
  padding-left: 110px;
  padding-right: 100px;
  /*     background-color: #f7f7f7; */
  margin-left: -280px;
  margin-right: -280px;
  padding:20px;
}
.blog-listing--card .blog-listing__post-image-wrapper {
  height: 226px;
}
.blog-listing__post-tag:active {
  color: #425b76;
  font-weight:500;
}
.blog-listing__post-tag:hover, .blog-listing__post-tag:focus {
  color:#425b76 !important;
  font-weight:700;
}
.blog-listing__post-tag {
  color: #425b76 !important;
  font-weight:700;
}
.blog-listing__heading {
  font-size:40px !important;
  text-align:center;
}
h2 {
  color:#373737 !important;
  font-size:24px !important;
}
h3 {
  color:#373737 !important;
  font-size:24px !important;
}
.blog-post__tag-link{
  color: #425B76 !important;
  font-weight: 700;
}
.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  margin: 0;
  font-size:auto !important;
}
@media only screen and (max-width: 734px) {
  .blog-listing {
    grid-template-columns: auto !important;
    display: block !important;
  }
  .blog-listing--4-col {
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .content-wrapper {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .blog-listing--3-col .blog-listing__post {
    width:auto;
  }
  .blog-post-relate {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
  }
  h1 {
    font-size:20px !important;
  }
  .blog-post-section {
    padding: 10px 0 !important;
  }
  /*   p {
  font-size:14px !important;
} */
  .blogs-allow {
    margin-left: -14px;
    margin-right: -14px;
  }
  .blogs-allow h1 {
    padding: 100px 14px 100px 14px;
    margin-top: 30px;
  }
  .blog-listing__heading {
    font-size: 30px !important;
  }
  h2 {
    font-size:20px !important;
  }
  .blog-listing--card .blog-listing__post-image {
    height: 250px;
    object-fit: contain;
    width: 100%;
  }
  .blog-post__body img{
    width:100%;
    height:100%;
  }
}
.icon--light svg {
  fill: #c7b47c !important;
}
.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}
.icon svg {
  vertical-align: middle;
}
.social-sharing__icon {
  background-color: transparent !important;

}
.blog-listing__post-button{
  padding:0px !important;
  margin-bottom: 15px !important;
  background-color: transparent !important;
  border: none !important;
  color: #425b76 !important;
  /*   position: absolute !important; */
  bottom: 0;
}
.blog-listing-button{
  padding:0px !important;
  margin-bottom: 15px !important;
  background-color: transparent !important;
  border: none !important;
  color: #425b76 !important;
  position: absolute !important;
  bottom: 0;
  display:flex !important;
  gap:10px !important;
  align-items:center;
  font-size:14px;
}
.blog-listing__post-button-wrapper{
  position:absolute !important;
  bottom:0 !important;
}
.button--simple.button--read-more{
  background-color:transparent !important;
  border:none !important;
  color: #425b76 !important;
  padding:10px 0px !important;
}
.blog-index__author-avatar{
  display:none;
}
.blog_summary_lay{
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 40px;
  transition: box-shadow .4s, transform .4s;
}
.blog_auth_name{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #425b76;
  border-bottom: 1px solid #425b76;
  padding: 20px 0px;
  margin-bottom: 20px;
  align-items:center;
}
.blog-comment-form form .input{
  background-color:transparent !important;
  padding:0px !important;
  height:auto !important;
}
.blog-listing-button.button svg{
  width:18px !important;
  height:18px !important;
  stroke: #425b76;
}
.blog-listing__post-tags{
  text-overflow: ellipsis;
  overflow: hidden;
  width: 250px;
  /* height: 1.2em; */
  white-space: nowrap;
  font-size: 14px;
}
.blog-index__author-info{
  padding-top:5px;
}
.blog-auth-time{
   display: flex;
    align-items: baseline;
}
/* .blog-comments {
display:none;
} */