h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0d0d0d;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.body-2 {
  font-family: Satoshi, sans-serif;
  color: #000;
}

.styleguide-on-white {
  padding: 70px;
}

.shortp {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.textlink-block-onwhite {
  padding: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #0d0d0d;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.textlink-block-onwhite:hover {
  border-bottom: 0px none #000;
  color: rgba(13, 13, 13, 0.8);
  text-decoration: none;
}

.textlink-onblack {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.textlink-onblack:hover {
  color: #fff;
}

.buttons-container---sg {
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 16px;
  padding-bottom: 0px;
  border-top: 1px solid #000;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 30px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #eff2ef;
  box-shadow: -4px -4px 6px 1px hsla(0, 0%, 100%, 0.8), 4px 4px 6px -1px hsla(0, 0%, 51.5%, 0.2);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cta-button:hover {
  width: 270px;
  border: 0px solid #000;
  background-color: #eff2ef;
  color: #0d0d0d;
}

.cta-button.submitbutton {
  width: 230px;
}

.cta-button.submitbutton:hover {
  width: 250px;
}

.cta-button-outline {
  width: 200px;
  padding: 20px 30px;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #f8f6f3;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta-button-outline:hover {
  border: 0px solid #000;
  background-color: #f8f6f3;
  color: #0d0d0d;
}

.cta-button-outline.navbutton {
  margin-left: 10px;
  padding: 20px 45px;
  font-size: 16px;
}

.cta-button-outline.herobutton {
  margin-left: 20px;
  padding-right: 70px;
  padding-left: 70px;
}

.minioutline-button {
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 10px 40px;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: auto;
}

.minioutline-button:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: rgba(13, 13, 13, 0.7);
}

.viewproject-button {
  padding: 20px 50px;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #0d0d0d;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.viewproject-button:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #0d0d0d;
}

.viewproject-button.aboutmebutton {
  margin-top: 20px;
}

.showinfowork_button {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0e1639;
  box-shadow: inset -4px -4px 6px -1px rgba(46, 55, 93, 0.3), inset 4px 4px 6px -1px #000;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.showinfowork_button:hover {
  border: 1px none #000;
  background-color: #0e1639;
  color: #fff;
}

.styleguide-onblack {
  padding: 70px;
  background-color: #0d0d0d;
}

.white {
  color: #fff;
  line-height: 28px;
}

.white.topicsofinterests {
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
}

.white.workheadlne {
  margin-bottom: 20px;
}

.shortp-2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.textlink-blockwhite {
  padding-bottom: 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.textlink-blockwhite:hover {
  border-bottom: 0px none #000;
  color: hsla(0, 0%, 100%, 0.8);
}

.textlink {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.textlink:hover {
  color: #0d0d0d;
}

.minioutline-button-onwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.minioutline-button-onwhite:hover {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #0d0d0d;
}

.viewproject-button-onblack {
  margin-top: 20px;
  padding: 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.viewproject-button-onblack:hover {
  padding-right: 60px;
  padding-left: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #0d0d0d;
}

.viewlive-button-onblack {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: none;
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.whitearrow {
  height: 16px;
  margin-left: 10px;
}

.whitearrow.contactaboutmearrow {
  height: 15px;
}

.viewlive-button-onwwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.livebutton-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px solid #000;
}

.textblock-livebutton-onblack {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

.viewlive-button-onwhite {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: none;
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.textblock-livebutton {
  padding-bottom: 3px;
  border-bottom: 2px solid #0d0d0d;
}

.body {
  font-family: Satoshi, sans-serif;
  color: #000;
  font-size: 22px;
}

.navbar-onblack {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  max-width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(0%, #0d0d0d), to(#0e1639));
  background-image: linear-gradient(180deg, #0d0d0d, #0d0d0d 0%, #0e1639);
  box-shadow: 1px 1px 15px 0 #0d0d0d;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.logoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  padding: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.navlink:hover {
  border-bottom: 1px solid #000;
  color: rgba(0, 0, 0, 0.7);
}

.navlink.w--current {
  border-bottom: 2px solid #000;
  color: #000;
}

.logoimg {
  height: 64px;
}

.logonamewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logonametext {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 18px;
}

.logoinfotext {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d0d0d;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.herosection {
  overflow: hidden;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 0px solid #000;
  background-color: #eff2ef;
}

.herowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 hsla(0, 0%, 66.7%, 0.5);
}

.herotextwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 50px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.container {
  max-width: 1200px;
}

.herobuttonswrapper {
  margin-top: 30px;
}

.heroparagraph {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 40px;
  font-size: 100%;
}

.testimonialssection {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.container-2 {
  max-width: 1200px;
}

.mainimage {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0px;
}

.testimonialswrapp {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonialsblock {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding: 40px;
  border-radius: 0px;
  background-color: #eff2ef;
  box-shadow: 1px 3px 8px 0 rgba(170, 170, 170, 0.5);
}

.mycontain {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mycontain.containworkfix {
  height: 100%;
}

.navbarwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comapnylogo {
  margin-bottom: 20px;
}

.testimonialscollectionlist {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.companyimg {
  height: 64px;
  margin-bottom: 40px;
}

.founderinfowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.foundernamewrapper {
  margin-left: 0px;
}

.foundername {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 36px;
}

.heading {
  margin-top: 0px;
  font-size: 18px;
  line-height: 30px;
}

.navhammenu {
  display: none;
}

.mainimgwrapp {
  overflow: hidden;
  width: 100%;
  border-radius: 0px;
  background-image: url('../images/3-2.jpg');
  background-size: cover;
}

.ceoimg {
  height: 90px;
  max-width: none;
}

.mytestimonialsfixedtext {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 40px;
  z-index: 10;
  margin-top: 0px;
}

.work1section {
  height: auto;
  background-image: url('../images/shutterstock_14535181642x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfoliowrapper {
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.work1bg {
  position: relative;
  height: 100%;
  max-height: none;
  padding: 60px 100px 140px;
  background-color: rgba(13, 13, 13, 0.05);
}

.image-3 {
  width: 850px;
  height: 504px;
}

.image-4 {
  width: 100%;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5);
}

.work1reviewbox {
  position: relative;
  z-index: 20;
  width: 500px;
  height: 250px;
  margin-left: -40px;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(141, 139, 139, 0.5);
}

._5stars {
  margin-bottom: 20px;
}

.work1infowrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work1buttonsbox {
  width: 350px;
  height: 180px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(141, 139, 139, 0.5);
}

.work2section {
  height: auto;
  background-color: #0e1639;
}

.work2bg {
  position: relative;
  height: auto;
  max-height: none;
  padding: 60px 0px 60px 100px;
  background-color: rgba(175, 186, 235, 0.2);
  font-family: Satoshi, sans-serif;
}

.phone1 {
  width: 250px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.5);
}

.phone2 {
  width: 280px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.5);
  font-family: Satoshi, sans-serif;
}

.work2buttonsbox {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: -5%;
  width: 350px;
  height: 180px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0e1639;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5);
}

.work2buttonsbox.work2buttonboxchange {
  bottom: 5%;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 hsla(0, 0%, 52.5%, 0.3);
}

.work2infowrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work2reviewboxblack {
  position: relative;
  z-index: 20;
  width: 500px;
  height: auto;
  margin-left: -40px;
  padding: 40px 40px 30px;
  background-color: #0d0d0d;
}

._5starswhite {
  margin-bottom: 10px;
}

.testimonialstextwrapp {
  padding-left: 10px;
  border-left: 0px solid rgba(10, 15, 41, 0.2);
}

.work3section {
  overflow: hidden;
  height: auto;
  padding-top: 100px;
  background-color: #0a0f29;
  background-image: url('../images/Group-14670.png');
  background-position: 50% 50%;
  background-size: cover;
}

.work3reviewbox {
  position: relative;
  z-index: 20;
  width: 500px;
  height: auto;
  margin-left: -40px;
  padding: 40px 40px 30px;
  background-color: #0a0f29;
  box-shadow: 1px 1px 10px 0 rgba(13, 13, 13, 0.5);
}

.image-4-copy {
  width: 100%;
  box-shadow: none;
}

.myexpertisesection {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #eff2ef;
}

.myexpertisewrapp {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2colgridexpertise {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0px solid #000;
}

.expertisewrapper {
  border-top: 1px none rgba(10, 15, 41, 0.2);
}

.numbering {
  border-bottom: 1px solid rgba(10, 15, 41, 0.2);
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}

.expertisep {
  margin-top: 20px;
}

.processsection {
  position: static;
  top: 40px;
  overflow: visible;
  height: auto;
  max-height: none;
  padding-top: 120px;
  padding-bottom: 120px;
}

.processwrapp {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.processtextwrapp {
  width: 30%;
  margin-right: 30px;
  padding-left: 10px;
  border-left: 0px solid #0a0f29;
}

.processblock {
  width: auto;
  height: 300px;
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 0px;
  background-color: #eff2ef;
  box-shadow: 2px 2px 8px 0 hsla(0, 0%, 66.7%, 0.5);
}

.processblockswrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.webdesignprocesstext {
  position: static;
  top: 140px;
  bottom: 40px;
  z-index: 10;
  margin-top: 0px;
}

.webdesignprocesswrapper {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 5;
  width: 30%;
  margin-right: 20px;
}

.aboutmesection {
  overflow: visible;
  height: 650px;
  max-height: none;
  padding-top: 90px;
  padding-bottom: 90px;
  border-radius: 5px;
  background-color: #eff2ef;
}

.aboutmesectiontext {
  width: 50%;
}

.aboutmesectionwrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactsection {
  overflow: visible;
  height: 650px;
  max-height: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: url('../images/Group-549.png');
  background-position: 50% 100%;
  background-size: cover;
}

.work3bg {
  position: relative;
  display: block;
  height: 800px;
  max-height: none;
  margin-top: 20px;
  padding: 60px 100px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(175, 186, 235, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.footersection {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #0d0d0d;
}

.footeremailwrapper {
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.iconssocialmedia {
  padding-right: 0px;
  border: 1px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 56px;
}

.iconssocialmedia:hover {
  border: 1px solid transparent;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 35px;
}

.iconsmediawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.footersectionwrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footertopics {
  width: 300px;
  font-size: 16px;
  font-weight: 300;
}

.belowfooter {
  border-top: 1px solid #fff;
}

.text-span {
  font-weight: 700;
  text-decoration: none;
}

.belowfooterwrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footermediablock {
  padding-right: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
}

.bold-text {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-weight: 400;
}

.cta-button-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cta-button-nav:hover {
  width: auto;
  border: 0px solid #000;
  background-color: transparent;
  color: rgba(13, 13, 13, 0.7);
}

.cta-button-nav.w--current {
  text-decoration: none;
}

.typeworkinfowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}

.viewworkbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #0e1639;
  box-shadow: -4px -4px 6px 1px rgba(46, 55, 93, 0.7), 4px 4px 6px -1px #000;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.viewworkbutton:hover {
  width: 230px;
  border: 0px solid #000;
  background-color: #0e1639;
  color: #fff;
}

.viewworkbutton.mobilebuttonspace {
  display: none;
}

.work3reviwwrapp {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 500px;
  height: auto;
  min-height: 0px;
  margin-left: 0px;
  padding: 30px 40px;
  background-color: #0e1639;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.work3reviwwrapp.work3reviewwrappchange {
  bottom: 10%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 hsla(0, 0%, 52.7%, 0.3);
}

.minioutline-button-onwhite-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.minioutline-button-onwhite-copy:hover {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #0d0d0d;
}

.minioutline-button-onblack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.minioutline-button-onblack:hover {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.viewworkbutton-onwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: -4px -4px 6px -1px rgba(248, 246, 243, 0.8), 4px 4px 6px -1px hsla(0, 0%, 63.3%, 0.15);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.viewworkbutton-onwhite:hover {
  width: 230px;
  border: 0px solid #000;
  background-color: #fff;
  color: #0d0d0d;
}

.viewworkbutton-onwhite.mobilebuttonspace {
  display: none;
}

.showinfowork_buttononwhite {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 10px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: inset -4px -4px 6px -1px hsla(0, 0%, 79.3%, 0.1), inset 4px 4px 6px -1px hsla(0, 0%, 41.3%, 0.1);
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.showinfowork_buttononwhite:hover {
  border: 1px none #000;
  background-color: #fff;
  color: #0d0d0d;
}

.cta-button-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #f8f6f3;
  box-shadow: -4px -4px 6px 1px hsla(0, 0%, 100%, 0.8), 4px 4px 6px -1px hsla(0, 0%, 51.5%, 0.2);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta-button-process:hover {
  width: 230px;
  border: 0px solid #000;
  background-color: #f8f6f3;
  color: #0d0d0d;
}

.ctabutooncontact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 85px;
  min-width: auto;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 20px;
}

.circlebuttoncontain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttoncircle {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #eff2ef;
  box-shadow: -4px -4px 6px -1px #fff, 4px 4px 6px -1px rgba(133, 131, 131, 0.2);
}

.contacttext {
  position: absolute;
  height: auto;
  margin-left: 100px;
  line-height: 20px;
}

.image-5 {
  position: absolute;
  left: 38px;
  top: 35px;
  bottom: 0px;
}

.ctabutoongetintouch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 85px;
  min-width: auto;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 2220px;
}

.cta-button-navmenu {
  display: none;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta-button-navmenu:hover {
  width: auto;
  border: 0px solid #000;
  background-color: transparent;
  color: #0d0d0d;
}

.heading-4 {
  font-size: 22px;
  line-height: 32px;
}

.image-6 {
  width: 100%;
}

.typeworkinfominiwrapper {
  padding: 10px;
}

.white2 {
  color: #fff;
}

.menu-button {
  position: relative;
  display: none;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.navbar-onwhite {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff2ef), color-stop(0%, #f8f6f3), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, #eff2ef, #f8f6f3 0%, hsla(0, 0%, 100%, 0.5));
  box-shadow: 1px 1px 15px 0 hsla(0, 0%, 66%, 0.35);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.processstikydiv {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 40px;
  z-index: 20;
}

.heading-5 {
  position: -webkit-sticky;
  position: sticky;
}

.bigtitlesection {
  height: 450px;
  padding-top: 120px;
}

.bigtextwrapper {
  padding-top: 40px;
}

.bigtitle {
  margin-top: 20px;
}

.work3bg-copy {
  position: relative;
  display: block;
  height: 100%;
  max-height: none;
  margin-top: 0px;
  padding: 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(175, 186, 235, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.worksection {
  position: static;
  overflow: visible;
  height: 900px;
  background-color: #0a0f29;
  background-image: url('../images/Group-14670.png');
  background-position: 50% 50%;
  background-size: cover;
}

.portfoliowrapper-copy {
  height: 100%;
  padding-top: 100px;
}

.contextsection {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #eff2ef;
}

.phone {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
}

.phonemockup {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: -5%;
  width: 22%;
}

.phonemockup-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 21%;
  bottom: -15%;
  z-index: 100;
  width: 22%;
}

.thecontextwrapper {
  position: relative;
  margin-top: 0px;
}

.column {
  margin-top: 20px;
}

.work3reviwwrapp-copy {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 18%;
  z-index: 20;
  width: 500px;
  height: 250px;
  min-height: 0px;
  margin-left: 0px;
  padding: 30px 40px;
  background-color: #0e1639;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.work3reviwwrapp-copy.work3reviewwrappchange {
  bottom: 10%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 hsla(0, 0%, 52.7%, 0.5);
}

.work3reviwwrapp-copy.work3reviewwrappchange-copy {
  bottom: 10%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 hsla(0, 0%, 52.7%, 0.5);
}

.insidedivthecontext {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 #eee;
}

.outsidedivthecontext {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -120%;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.outsidedivthecontext.statictoolbox {
  position: relative;
  width: auto;
  margin-top: 40px;
}

.thecontextboxtext {
  font-size: 21px;
  line-height: 28px;
}

.columns {
  font-size: 22px;
}

.text-block-5 {
  margin-bottom: 10px;
}

.livebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: -4px -4px 6px -1px rgba(248, 246, 243, 0.8), 4px 4px 6px -1px hsla(0, 0%, 63.3%, 0.15);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.livebutton:hover {
  width: 280px;
  border: 0px solid #000;
  background-color: #fff;
  color: #0d0d0d;
}

.work1section-craqit {
  height: 1000px;
  background-image: url('../images/shutterstock_14535181642x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfoliowrapper-copy {
  height: 100%;
  padding-top: 100px;
}

.work1bg-copy {
  position: relative;
  height: 100%;
  max-height: none;
  padding: 60px 100px;
  background-color: rgba(13, 13, 13, 0.05);
}

.worksection-craqit {
  position: static;
  overflow: visible;
  height: 900px;
  background-color: #0a0f29;
  background-image: url('../images/shutterstock_14535181642x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfoliowrapper-craqit {
  height: 100%;
  padding-top: 100px;
}

.work3bg-craqit {
  position: relative;
  display: block;
  height: 100%;
  max-height: none;
  margin-top: 0px;
  padding: 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(13, 13, 13, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.image-4-copy {
  width: 100%;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.image-4-copy-copy {
  width: 100%;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.imgstudyt {
  width: 100%;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.craqitimg {
  box-shadow: 4px 4px 10px 0 hsla(0, 0%, 52.5%, 0.3);
}

.phonemockup-craqit {
  position: absolute;
  left: auto;
  top: auto;
  right: 21.5%;
  bottom: -15%;
  z-index: 100;
  width: 22%;
}

.mainimage-about {
  overflow: visible;
  width: 700px;
  height: auto;
  max-width: none;
}

.feelfreebuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feelfreebuttonwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #000;
  font-size: 21px;
  text-decoration: none;
}

.text-span-2 {
  font-weight: 700;
}

.downarrow {
  width: 50px;
  height: 20px;
}

.herosection-about {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 0px solid #000;
  background-color: #fff;
}

.herowrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whymesection {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #eff2ef;
}

.whymewrapp {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aboutsection {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutparagraph {
  margin-top: 40px;
}

.outsidedivthecontext-about {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -120%;
  width: 900px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.outsidedivthecontext-about.statictoolbox {
  position: static;
  bottom: -60%;
  width: auto;
  margin-top: 40px;
  background-color: hsla(0, 0%, 84%, 0.1);
}

.insidedivthecontext-about {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #eff2ef;
  box-shadow: 2px 2px 4px 0 #eee;
}

.livebutton-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: auto;
  min-height: auto;
  min-width: auto;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #eff2ef;
  box-shadow: -4px -4px 6px -1px hsla(36, 0%, 100%, 0.8), 4px 4px 6px -1px hsla(0, 0%, 63.3%, 0.15);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.livebutton-about:hover {
  width: 250px;
  border: 0px solid #000;
  background-color: #eff2ef;
  color: #0d0d0d;
}

.livebutton-about.aboutmecontactbutton {
  text-decoration: none;
}

.column-4 {
  display: block;
  padding-left: 20px;
}

.herotextwrapper-about {
  margin-right: 180px;
  padding-top: 60px;
  padding-right: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.contactmesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #000;
  background-color: #fff;
}

.contactmewrapper {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-top: 0px;
  padding-top: 0px;
}

.contactmetextwrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 28px;
}

.contactformwrapp {
  height: 730px;
  padding: 100px 60px 100px 140px;
  background-color: #eff2ef;
}

.emailcontactwrapp {
  margin-top: 100px;
}

.emailwrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b4b4b4;
  font-weight: 500;
}

.text-block-6 {
  text-decoration: none;
}

.link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  text-decoration: underline;
}

.link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.link-2 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
}

.link-2:hover {
  color: rgba(0, 0, 0, 0.7);
}

.contactform {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.formfieldwrapp {
  margin-bottom: 40px;
  line-height: 28px;
}

.formfieldwrapp.additionalinfofield {
  margin-top: 140px;
}

.textfield {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #b4b4b4 #000 #000;
  background-color: transparent;
  color: #0d0d0d;
  font-size: 22px;
  font-weight: 500;
}

.textfield.addinfotext {
  margin-top: 100px;
}

.textfield.addinfocontact {
  margin-top: 100px;
  margin-bottom: 40px;
}

.contactbg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: visible;
  width: 60%;
  height: 100%;
  background-color: #f8f6f3;
}

.field-label {
  font-weight: 500;
}

.whymetextwrapp {
  padding-top: 10px;
  border-top: 1px solid #b1b1b1;
}

.image-7 {
  width: 100%;
  height: auto;
}

.container-3 {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.navbar-onwhite {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff2ef), color-stop(0%, #f8f6f3), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, #eff2ef, #f8f6f3 0%, hsla(0, 0%, 100%, 0.5));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.lottie-animation-2 {
  width: 36px;
  margin-left: 3px;
  padding-top: 2px;
}

.link-3 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.socialmediablock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 38px;
  text-decoration: none;
}

.socialmediablock:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.socialmediablock.linkedin {
  font-size: 36px;
}

.columns-2 {
  margin-bottom: 40px;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
  color: #ff4b4b;
}

.field-label-2 {
  font-weight: 500;
}

.field-label-3 {
  font-weight: 500;
}

.success-message-2 {
  position: static;
  left: auto;
  margin-top: 60px;
  padding-left: 0px;
  background-color: transparent;
}

.error-message-2 {
  background-color: transparent;
  color: #ff4343;
}

.text-block-8 {
  line-height: 32px;
  font-weight: 500;
}

.text-block-9 {
  line-height: 32px;
  font-weight: 500;
}

.text-block-10 {
  font-family: 'Fa brands 400', sans-serif;
  color: #000;
}

.lottie-animation-3 {
  height: 64px;
  margin-bottom: 20px;
}

.text-block-11 {
  font-size: 18px;
}

.aboutsectionblock {
  padding: 50px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 hsla(0, 0%, 66.7%, 0.5);
}

.aboutsectionimage {
  width: 30%;
}

.aboutmeimage {
  width: 100%;
  margin-top: 30px;
}

.navbargood {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff2ef), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, #eff2ef, hsla(0, 0%, 100%, 0.5));
  box-shadow: 0 1px 15px 0 hsla(0, 0%, 65.9%, 0.35);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.ctabuttonmobilenav {
  display: none;
}

.navlinkmobile {
  display: none;
}

.div-block {
  width: 100%;
}

.div-block-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 26px;
    line-height: 34px;
  }

  p {
    font-size: 18px;
    line-height: 29px;
  }

  .textlink-block-onwhite {
    padding: 10px;
  }

  .cta-button {
    width: 230px;
    padding: 30px 35px;
    font-size: 20px;
    text-align: center;
  }

  .cta-button:hover {
    width: 250px;
  }

  .cta-button-outline {
    padding: 20px 50px;
    font-size: 16px;
  }

  .cta-button-outline.navbutton {
    padding: 10px 20px;
    font-size: 14px;
  }

  .cta-button-outline.herobutton {
    margin-top: 10px;
    margin-left: 0px;
    padding: 15px 60px;
    font-size: 16px;
    text-align: center;
  }

  .minioutline-button {
    margin-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    border-width: 0.5px;
    font-size: 14px;
    line-height: 18px;
  }

  .viewproject-button {
    padding: 15px 35px;
    font-size: 14px;
    line-height: 18px;
  }

  .viewproject-button.aboutmebutton {
    margin-top: 10px;
  }

  .showinfowork_button {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .white {
    margin-bottom: 20px;
    line-height: 28px;
  }

  .white.topicsofinterests {
    font-size: 16px;
    line-height: 26px;
  }

  .white.email {
    font-size: 18px;
  }

  .white._2022 {
    font-size: 14px;
  }

  .textlink {
    font-size: 14px;
  }

  .minioutline-button-onwhite {
    padding-right: 0px;
    padding-left: 10px;
    border-left-width: 0.5px;
    font-size: 16px;
  }

  .minioutline-button-onwhite:hover {
    padding-right: 0px;
  }

  .viewproject-button-onblack {
    margin-top: 10px;
    padding: 15px 35px;
  }

  .whitearrow {
    height: 20px;
  }

  .whitearrow.contactaboutmearrow {
    height: 15px;
  }

  .navbar-onblack {
    padding-right: 40px;
    padding-left: 40px;
  }

  .navlink {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
    color: #0d0d0d;
    font-size: 28px;
    line-height: 36px;
  }

  .navlink:visited {
    border-bottom: 0.5px solid #0d0d0d;
    color: #0d0d0d;
  }

  .logoimg {
    height: 58px;
  }

  .logonamewrapper {
    margin-left: 10px;
    font-size: 14px;
  }

  .logonametext {
    font-size: 16px;
    line-height: 15px;
  }

  .logoinfotext {
    font-size: 14px;
  }

  .herosection {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .herowrapper {
    margin-top: 80px;
    margin-right: 40px;
    margin-left: 0px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .herotextwrapper {
    margin-right: 0px;
  }

  .container {
    max-width: 1200px;
  }

  .herobuttonswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 323px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heroparagraph {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 36px;
  }

  .testimonialssection {
    padding: 60px 40px;
  }

  .mainimage {
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .testimonialswrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .testimonialsblock {
    padding: 20px;
  }

  .navbarwrapper {
    width: auto;
  }

  .companyimg {
    height: 80px;
    max-width: none;
    margin-bottom: 10px;
  }

  .founderinfowrapper {
    margin-top: 40px;
  }

  .foundernamewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foundername {
    font-size: 23px;
    line-height: 26px;
  }

  .heading {
    font-size: 18px;
    line-height: 30px;
  }

  .image-2 {
    height: 20px;
    max-width: none;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .mainimgwrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .companylogowrapp {
    width: 30%;
    height: auto;
  }

  .ceoimg {
    height: 64px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .mytestimonialsfixedtext {
    position: -webkit-sticky;
    position: sticky;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .work1section {
    height: auto;
  }

  .portfoliowrapper {
    padding: 0px 40px;
  }

  .work1bg {
    height: 700px;
    padding: 40px 20px 0px;
  }

  .work1reviewbox {
    width: auto;
    height: 250px;
    margin-left: -10px;
    padding: 30px 30px 10px;
  }

  .work1buttonsbox {
    width: 450px;
    height: 180px;
    margin-top: 20px;
    margin-right: -10px;
    margin-left: 20px;
    padding: 30px 30px 20px;
  }

  .text-block {
    font-size: 14px;
    line-height: 18px;
  }

  .work2bg {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .phone1 {
    width: 200px;
  }

  .phone2 {
    width: 200px;
  }

  .work2buttonsbox {
    right: 3%;
    bottom: -9%;
    z-index: 50;
    width: 50%;
    height: 180px;
    margin-top: 20px;
    margin-right: -10px;
    margin-left: 20px;
    padding: 20px;
  }

  .work2buttonsbox.work2buttonboxchange {
    bottom: 5%;
  }

  .work2reviewboxblack {
    width: auto;
    height: auto;
    padding: 30px 30px 10px;
  }

  .work3section {
    height: auto;
    padding-top: 60px;
  }

  .work3reviewbox {
    width: auto;
    height: auto;
    margin-left: -10px;
    padding: 30px 30px 10px;
  }

  .myexpertisesection {
    padding: 60px 40px;
  }

  .myexpertisewrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2colgridexpertise {
    padding-top: 0px;
  }

  .numbering {
    font-size: 48px;
    line-height: 55px;
  }

  .processsection {
    padding: 60px 40px;
  }

  .processwrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .processblock {
    overflow: visible;
    width: auto;
    height: 250px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .processblockswrapp {
    width: auto;
  }

  .webdesignprocesstext {
    position: static;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .webdesignprocesswrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .aboutmesection {
    height: auto;
    padding: 60px 40px;
  }

  .aboutmesectiontext {
    width: auto;
    margin-right: 10px;
  }

  .aboutmesectionwrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactsection {
    height: 430px;
    padding: 60px 40px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 28px;
  }

  .work3bg {
    height: 600px;
    margin-top: 30px;
    padding: 40px 20px 140px;
  }

  .footersection {
    margin-left: 0px;
    padding-top: 60px;
    padding-left: 0px;
  }

  .footeremailwrapper {
    font-size: 22px;
    line-height: 26px;
  }

  .iconssocialmedia {
    font-size: 36px;
    line-height: 42px;
  }

  .iconssocialmedia:hover {
    font-size: 36px;
  }

  .iconsmediawrapper {
    margin-top: 20px;
  }

  .footersectionwrapp {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footertopics {
    width: 250px;
    font-size: 14px;
  }

  .belowfooter {
    margin-left: 0px;
  }

  .belowfooterwrapp {
    margin-right: 40px;
    margin-left: 40px;
  }

  .cta-button-nav {
    display: none;
    padding: 15px 50px;
    font-size: 16px;
    text-align: center;
  }

  .cta-button-nav.mobilectabuttonnav {
    margin-top: 15px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    font-size: 28px;
    line-height: 36px;
  }

  .cta-button-nav.mobilectabuttonnav:hover {
    border-bottom-width: 1px;
    border-radius: 0px;
  }

  .viewworkbutton {
    width: 180px;
    padding: 20px 30px;
    font-size: 18px;
    text-align: center;
  }

  .viewworkbutton:hover {
    width: 200px;
  }

  .work3reviwwrapp {
    left: 3%;
    bottom: -6%;
    width: 50%;
    height: auto;
    margin-left: -10px;
    padding: 30px 30px 20px;
  }

  .work3reviwwrapp.work3reviewwrappchange {
    bottom: 10%;
  }

  .minioutline-button-onwhite-copy {
    padding-right: 0px;
    padding-left: 10px;
    border-left-width: 0.5px;
    font-size: 14px;
  }

  .minioutline-button-onblack {
    padding-right: 0px;
    padding-left: 10px;
    border-left-width: 0px;
    font-size: 16px;
  }

  .viewworkbutton-onwhite {
    width: 180px;
    padding: 20px 30px;
    font-size: 18px;
    text-align: center;
  }

  .viewworkbutton-onwhite:hover {
    width: 200px;
  }

  .showinfowork_buttononwhite {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .cta-button-process {
    padding: 15px 50px;
    font-size: 20px;
    text-align: center;
  }

  .mavmenu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    width: 70%;
    height: 100vh;
    padding-top: 100px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #eff2ef;
    box-shadow: -2px 2px 20px -2px hsla(0, 0%, 43.3%, 0.3);
  }

  .cta-button-navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 15px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #0d0d0d;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .cta-button-navmenu:hover {
    color: #0d0d0d;
  }

  .cta-button-navmenu.w--current {
    text-decoration: none;
  }

  .workheadlne {
    margin-bottom: 20px;
  }

  .image-6 {
    width: 100%;
    max-width: none;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .menu-button {
    z-index: 120;
    display: block;
    width: auto;
    height: auto;
    padding: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0%;
    background-color: transparent;
  }

  .line-1.simple {
    top: 22px;
  }

  .line-2.simple {
    top: 32px;
  }

  .line-3.simple {
    top: 42px;
  }

  .navbar-onwhite {
    padding-right: 40px;
    padding-left: 40px;
  }

  .bigtitlesection {
    height: 350px;
    margin-right: 0px;
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .bigtextwrapper {
    padding-top: 30px;
  }

  .work3bg-copy {
    margin-top: 0px;
    padding: 40px 20px 60px;
  }

  .worksection {
    height: 600px;
  }

  .portfoliowrapper-copy {
    padding: 40px 40px 0px;
  }

  .contextsection {
    height: auto;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .phonemockup {
    right: 0%;
    bottom: -30%;
    z-index: 10000;
    width: 25%;
  }

  .phonemockup-copy {
    right: 24%;
    bottom: -34%;
    width: 25%;
  }

  .work3reviwwrapp-copy {
    left: 3%;
    bottom: 15%;
    width: 50%;
    height: auto;
    margin-left: -10px;
    padding: 30px 30px 20px;
  }

  .work3reviwwrapp-copy.work3reviewwrappchange {
    bottom: 10%;
  }

  .work3reviwwrapp-copy.work3reviewwrappchange-copy {
    bottom: 10%;
  }

  .insidedivthecontext {
    padding: 20px;
  }

  .outsidedivthecontext {
    bottom: -88%;
    width: 100%;
    font-size: 18px;
  }

  .outsidedivthecontext.statictoolbox {
    position: static;
    width: auto;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .livebutton {
    width: 230px;
    padding: 20px 30px;
    font-size: 18px;
    text-align: center;
  }

  .livebutton:hover {
    width: 250px;
  }

  .work1section-craqit {
    height: 850px;
  }

  .portfoliowrapper-copy {
    padding: 100px 40px 0px;
  }

  .work1bg-copy {
    padding: 40px 20px 0px;
  }

  .aboutcolumn {
    margin-bottom: 20px;
  }

  .worksection-craqit {
    height: 600px;
  }

  .portfoliowrapper-craqit {
    padding: 40px 40px 0px;
  }

  .work3bg-craqit {
    margin-top: 0px;
    padding: 40px 20px 60px;
  }

  .phonemockup-craqit {
    right: 24%;
    bottom: -34%;
    z-index: 100;
    width: 25%;
  }

  .mainimage-about {
    width: 306px;
    height: 100%;
    margin-top: 30px;
  }

  .feelfreebuttonwrapper {
    margin-bottom: 0px;
  }

  .herosection-about {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .herowrapper-about {
    margin-top: 80px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .whymesection {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .whymewrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .aboutsection {
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .outsidedivthecontext-about {
    bottom: -88%;
    width: 100%;
    font-size: 18px;
  }

  .outsidedivthecontext-about.statictoolbox {
    position: static;
    width: 100%;
    margin-top: 40px;
    padding: 0px;
    background-color: hsla(0, 0%, 84%, 0);
  }

  .insidedivthecontext-about {
    padding: 20px;
  }

  .livebutton-about {
    width: 230px;
    padding: 20px 30px;
    font-size: 18px;
    text-align: center;
  }

  .livebutton-about:hover {
    width: 250px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .herotextwrapper-about {
    margin-right: 0px;
    padding-top: 20px;
  }

  .contactmesection {
    height: auto;
    padding: 60px 40px 0px;
  }

  .contactformwrapp {
    height: 700px;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .emailcontactwrapp {
    margin-top: 40px;
  }

  .contactform {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-7 {
    margin-top: 40px;
  }

  .navbar.navbar-onwhite {
    display: none;
  }

  .menu-button-2 {
    z-index: 1000;
    background-color: transparent;
    font-size: 36px;
    line-height: 8px;
  }

  .menu-button-2.w--open {
    background-color: #eff2ef;
  }

  .lottie-animation {
    width: 40px;
  }

  .lottie-animation-2.mobilelottiecta {
    width: 46px;
    margin-left: 5px;
  }

  .columns-2 {
    margin-bottom: 20px;
  }

  .aboutsectionimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aboutmeimage {
    width: 100%;
  }

  .navbargood {
    display: block;
    width: 100%;
    padding: 15px 40px;
  }

  .ctabuttonmobilenav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #000;
    font-size: 28px;
    line-height: 36px;
    text-decoration: none;
  }

  .ctabuttonmobilenav:hover {
    border-bottom: 1px solid #000;
    color: rgba(0, 0, 0, 0.7);
  }

  .navlinkmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navmenugood.mavmenu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 42px;
    line-height: 56px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 20px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .cta-button {
    font-size: 20px;
  }

  .cta-button-outline {
    padding: 15px 30px;
  }

  .cta-button-outline.herobutton {
    display: none;
    font-size: 14px;
  }

  .minioutline-button {
    padding: 5px 20px;
    font-size: 12px;
  }

  .viewproject-button {
    padding: 5px 20px;
    font-size: 12px;
  }

  .viewproject-button:hover {
    border-width: 0.5px;
  }

  .viewproject-button.aboutmebutton {
    padding: 10px 25px;
  }

  .showinfowork_button {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .white.topicsofinterests {
    font-size: 16px;
    line-height: 24px;
  }

  .white.email {
    font-size: 16px;
  }

  .white._2022 {
    line-height: 18px;
  }

  .minioutline-button-onwhite {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .viewproject-button-onblack {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .viewproject-button-onblack:hover {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .whitearrow.arrowcontact {
    height: 15px;
  }

  .whitearrow.contactaboutmearrow {
    height: 15px;
  }

  .navbar-onblack {
    padding: 10px 25px;
  }

  .navmenu {
    display: none;
  }

  .navlink {
    line-height: 36px;
  }

  .logonamewrapper {
    margin-top: 5px;
    margin-left: 10px;
  }

  .logonametext {
    font-size: 14px;
    line-height: 15px;
  }

  .logoinfotext {
    font-size: 12px;
    line-height: 15px;
  }

  .herosection {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .herowrapper {
    margin: 80px 25px 60px 0px;
    padding: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .herotextwrapper {
    margin-right: 20px;
  }

  .herobuttonswrapper {
    width: auto;
  }

  .heroparagraph {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonialssection {
    padding: 40px 25px;
  }

  .mainimage {
    width: 100%;
  }

  .testimonialswrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .companyimg {
    height: 60px;
  }

  .foundername {
    margin-top: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading {
    font-size: 18px;
  }

  .navhammenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: auto;
    height: 20px;
    max-width: none;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 52px;
  }

  .mainimgwrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ceoimg {
    height: 64px;
  }

  .mytestimonialsfixedtext {
    font-size: 42px;
    line-height: 56px;
  }

  .work1section {
    height: auto;
  }

  .portfoliowrapper {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .work1bg {
    height: 600px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .work1reviewbox {
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._5stars {
    height: auto;
  }

  .work1infowrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work1buttonsbox {
    height: auto;
    margin-right: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    font-size: 12px;
  }

  .reviewp {
    font-size: 12px;
    line-height: 17px;
  }

  .reviewp.white {
    font-size: 18px;
    line-height: 28px;
  }

  .work2bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .phone1 {
    width: 150px;
  }

  .phone2 {
    width: 150px;
  }

  .work2buttonsbox {
    right: -2%;
    width: 230px;
    height: auto;
    margin-right: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work2buttonsbox.work2buttonboxchange {
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(141, 139, 139, 0.5);
  }

  .work2reviewboxblack {
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._5starswhite {
    height: 12px;
  }

  .work3section {
    height: auto;
    padding-top: 40px;
  }

  .work3reviewbox {
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .myexpertisesection {
    padding: 40px 25px;
  }

  .myexpertisewrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2colgridexpertise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .numbering {
    font-size: 48px;
    line-height: 55px;
  }

  .processsection {
    overflow: visible;
    height: auto;
    padding: 40px 25px;
  }

  .processwrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .processtextwrapp {
    width: auto;
  }

  .processblock {
    height: 250px;
  }

  .processblockswrapp {
    width: auto;
  }

  .webdesignprocesstext {
    font-size: 21px;
    line-height: 28px;
  }

  .aboutmesection {
    padding: 40px 25px;
  }

  .aboutmesectiontext {
    width: auto;
  }

  .contactsection {
    height: 500px;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .work3bg {
    height: 500px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .footersection {
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .footeremailwrapper {
    padding-right: 40px;
    font-size: 22px;
  }

  .iconssocialmedia {
    font-size: 32px;
  }

  .iconssocialmedia:hover {
    font-size: 32px;
  }

  .iconsmediawrapper {
    margin-top: 15px;
  }

  .footersectionwrapp {
    margin-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footertopics {
    width: 200px;
    font-size: 12px;
  }

  .belowfooterwrapp {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 0px;
  }

  .footermediablock {
    padding-bottom: 0px;
    line-height: 15px;
  }

  .cta-button-nav {
    font-size: 14px;
  }

  .typeworkinfowrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 16px;
  }

  .viewworkbutton {
    font-size: 18px;
  }

  .work3reviwwrapp {
    bottom: 15%;
    width: 70%;
    margin-left: 0px;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .work3reviwwrapp.work3reviewwrappchange {
    bottom: 15%;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(141, 139, 139, 0.5);
  }

  .minioutline-button-onwhite-copy {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .minioutline-button-onblack {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .viewworkbutton-onwhite {
    font-size: 18px;
  }

  .showinfowork_buttononwhite {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .cta-button-process {
    font-size: 14px;
  }

  .mavmenu {
    width: 70%;
    padding-left: 20px;
  }

  .cta-button-navmenu {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-button-navmenu.w--current {
    text-decoration: none;
  }

  .image-6 {
    width: 100%;
    max-width: none;
  }

  .typeworkinfominiwrapper {
    padding: 0px;
  }

  .navbar-onwhite {
    padding: 10px 25px;
  }

  .bigtitlesection {
    padding-right: 25px;
    padding-left: 25px;
  }

  .work3bg-copy {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .worksection {
    height: 480px;
  }

  .portfoliowrapper-copy {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .contextsection {
    height: auto;
    padding: 60px 25px 40px;
  }

  .phonemockup {
    bottom: -15%;
    width: 25%;
  }

  .phonemockup-copy {
    right: 25%;
    bottom: -20%;
    width: 25%;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .work3reviwwrapp-copy {
    bottom: 15%;
    width: 70%;
    margin-left: 0px;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .work3reviwwrapp-copy.work3reviewwrappchange {
    bottom: 15%;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(141, 139, 139, 0.5);
  }

  .work3reviwwrapp-copy.work3reviewwrappchange-copy {
    bottom: 15%;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(141, 139, 139, 0.5);
  }

  .outsidedivthecontext {
    bottom: -135%;
    width: auto;
  }

  .livebutton {
    font-size: 18px;
  }

  .work1section-craqit {
    height: 650px;
  }

  .portfoliowrapper-copy {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .work1bg-copy {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .aboutcolumn {
    margin-bottom: 15px;
    border-bottom: 0.5px solid #a5a5a5;
  }

  .column-3 {
    margin-bottom: 10px;
  }

  .column-3.aboutcolumn {
    margin-bottom: 15px;
  }

  .worksection-craqit {
    height: 480px;
  }

  .portfoliowrapper-craqit {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .work3bg-craqit {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .phonemockup-craqit {
    right: 25%;
    bottom: -20%;
    width: 25%;
  }

  .mainimage-about {
    width: 50%;
  }

  .feelfreebuttonwrap {
    font-size: 18px;
  }

  .herosection-about {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .herowrapper-about {
    margin-top: 80px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whymesection {
    padding: 40px 25px 60px;
  }

  .whymewrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .aboutsection {
    padding-right: 25px;
    padding-left: 25px;
  }

  .outsidedivthecontext-about {
    bottom: -135%;
    width: 71%;
  }

  .livebutton-about {
    font-size: 18px;
  }

  .column-4 {
    margin-top: 20px;
  }

  .herotextwrapper-about {
    margin-right: 20px;
    padding-top: 10px;
  }

  .contactmesection {
    padding: 30px 25px 0px;
  }

  .contactmetextwrapp {
    margin-top: 100px;
  }

  .contactformwrapp {
    height: 650px;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .emailcontactwrapp {
    margin-top: 20px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .socialmediablock {
    font-size: 34px;
  }

  .socialmediablock.linkedin {
    font-size: 32px;
  }

  .aboutsectionimage {
    margin-top: 30px;
  }

  .aboutmeimage {
    width: 100%;
  }

  .navbargood {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 29px;
  }

  h2 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 16px;
    line-height: 21px;
  }

  h4 {
    margin-top: 0px;
    font-size: 21px;
    line-height: 26px;
  }

  h6 {
    line-height: 21px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .cta-button {
    width: 200px;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .cta-button:hover {
    width: 220px;
  }

  .cta-button-outline {
    padding: 10px 25px;
    border-bottom-width: 0.5px;
    font-size: 14px;
  }

  .cta-button-outline.herobutton {
    display: none;
    font-size: 12px;
    line-height: 15px;
  }

  .minioutline-button {
    margin-right: 10px;
    padding: 5px 15px;
    font-size: 10px;
  }

  .viewproject-button {
    padding: 5px 15px;
    font-size: 10px;
  }

  .showinfowork_button {
    padding: 20px 40px;
  }

  .white {
    font-size: 30px;
    line-height: 38px;
  }

  .white.topicsofinterests {
    font-size: 16px;
    line-height: 22px;
  }

  .white.email {
    font-size: 16px;
    line-height: 20px;
  }

  .white._2022 {
    font-size: 14px;
  }

  .white.workheadlne {
    font-size: 20px;
  }

  .minioutline-button-onwhite {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .viewproject-button-onblack {
    font-size: 10px;
  }

  .whitearrow.contactaboutmearrow {
    height: 15px;
  }

  .body {
    font-size: 22px;
  }

  .navbar-onblack {
    padding: 5px 10px;
  }

  .navlink {
    color: #0d0d0d;
  }

  .navlink:visited {
    border-bottom-width: 0.1px;
  }

  .logoimg {
    height: 52px;
  }

  .logonamewrapper {
    margin-top: 0px;
    margin-left: 8px;
  }

  .logonametext {
    font-size: 12px;
    line-height: 13px;
  }

  .logoinfotext {
    font-size: 10px;
    line-height: 13px;
  }

  .herosection {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .herowrapper {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }

  .herotextwrapper {
    margin-right: 0px;
  }

  .herobuttonswrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .heroparagraph {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonialssection {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mainimage {
    display: block;
    width: 100%;
    margin-top: 0px;
  }

  .testimonialswrapp {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .testimonialsblock {
    padding: 15px;
  }

  .companyimg {
    height: 48px;
  }

  .founderinfowrapper {
    margin-left: -10px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foundername {
    font-size: 18px;
    line-height: 26px;
  }

  .heading {
    font-size: 16px;
    line-height: 20px;
  }

  .image-2 {
    width: auto;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .mainimgwrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ceoimg {
    height: 64px;
  }

  .mytestimonialsfixedtext {
    margin-left: -10px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 38px;
  }

  .work1section {
    height: auto;
    background-size: cover;
  }

  .portfoliowrapper {
    height: auto;
    padding: 20px 10px 0px;
  }

  .work1bg {
    height: 350%;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .work1reviewbox {
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._5stars {
    height: auto;
  }

  .work1buttonsbox {
    margin-right: 10px;
    margin-left: 5px;
    padding: 10px;
  }

  .text-block {
    font-size: 10px;
    line-height: 14px;
  }

  .reviewp {
    font-size: 10px;
    line-height: 14px;
  }

  .work2bg {
    padding-left: 10px;
  }

  .phone1 {
    width: 100px;
  }

  .phone2 {
    width: 100px;
  }

  .work2buttonsbox {
    right: 5%;
    bottom: 25%;
    display: none;
    width: 90%;
    margin-right: 10px;
    margin-left: 5px;
    padding: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: rgba(14, 22, 57, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .work2buttonsbox.work2buttonboxchange {
    bottom: 15%;
  }

  .work2reviewboxblack {
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._5starswhite {
    height: 8px;
  }

  .work3section {
    height: auto;
    padding-top: 0px;
  }

  .work3reviewbox {
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .myexpertisesection {
    padding: 20px 15px;
  }

  .myexpertisewrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .expertisewrapper {
    margin-bottom: 13px;
  }

  .numbering {
    margin-bottom: 5px;
    border-bottom-width: 0.5px;
    font-size: 40px;
    line-height: 45px;
  }

  .expertisep {
    margin-top: 10px;
  }

  .processsection {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 15px;
  }

  .processblock {
    height: auto;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .aboutmesection {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .aboutmesectiontext {
    width: auto;
    margin-right: 10px;
  }

  .contactsection {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: repeat;
  }

  .work3bg {
    height: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .footersection {
    padding-top: 20px;
  }

  .footeremailwrapper {
    padding-right: 20px;
    font-size: 18px;
  }

  .iconssocialmedia {
    font-size: 24px;
    line-height: 32px;
  }

  .iconssocialmedia:hover {
    font-size: 24px;
  }

  .iconsmediawrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footersectionwrapp {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footertopics {
    width: auto;
    font-size: 10px;
  }

  .belowfooterwrapp {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 10px;
  }

  .footermediablock {
    padding-right: 5px;
  }

  .cta-button-nav {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .typeworkinfowrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .viewworkbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .viewworkbutton.mobilebuttonspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .work3reviwwrapp {
    display: none;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .minioutline-button-onwhite-copy {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .minioutline-button-onblack {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .viewworkbutton-onwhite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .viewworkbutton-onwhite.mobilebuttonspace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    box-shadow: -4px -4px 6px -1px rgba(216, 216, 216, 0.8), 4px 4px 6px -1px hsla(0, 0%, 63.3%, 0.15);
  }

  .showinfowork_buttononwhite {
    padding: 20px 30px;
  }

  .cta-button-process {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .mavmenu {
    width: 100%;
    background-color: #eff2ef;
  }

  .cta-button-navmenu {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 36px;
    text-decoration: none;
  }

  .cta-button-navmenu.w--current {
    text-decoration: none;
  }

  .workheadlne {
    font-size: 22px;
  }

  .image-6 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .typeworkinfominiwrapper {
    display: none;
  }

  .white2 {
    font-size: 18px;
  }

  .white2.footerchange {
    font-size: 18px;
  }

  .navbar-onwhite {
    padding: 5px 10px;
  }

  .processstikydiv {
    position: static;
  }

  .bigtitlesection {
    height: 280px;
    padding-top: 75px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .work3bg-copy {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .worksection {
    position: static;
    height: 300px;
  }

  .portfoliowrapper-copy {
    padding: 20px 15px 0px;
  }

  .contextsection {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .thecontextwrapper {
    padding-left: 0px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .work3reviwwrapp-copy {
    display: none;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .insidedivthecontext {
    padding: 20px 10px;
  }

  .outsidedivthecontext {
    position: static;
    bottom: -78%;
    width: 100%;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .outsidedivthecontext.statictoolbox {
    margin-top: 40px;
  }

  .livebutton {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .work1section-craqit {
    height: 400px;
  }

  .portfoliowrapper-copy {
    padding: 20px 10px 0px;
  }

  .work1bg-copy {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .aboutcolumn {
    margin-bottom: 20px;
  }

  .aboutcolumn.lastcolumnabout {
    margin-bottom: 0px;
    border-bottom-width: 0px;
  }

  .worksection-craqit {
    position: static;
    height: 300px;
  }

  .portfoliowrapper-craqit {
    padding: 20px 10px 0px;
  }

  .work3bg-craqit {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .mainimage-about {
    width: 70%;
    margin-top: 0px;
  }

  .downarrow.smallarrow {
    width: 45px;
    height: 15px;
  }

  .herosection-about {
    padding-top: 10px;
  }

  .herowrapper-about {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whymesection {
    padding: 20px 15px;
  }

  .whymewrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .aboutsection {
    padding: 20px 15px 40px;
  }

  .outsidedivthecontext-about {
    position: static;
    bottom: -78%;
    width: 100%;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .outsidedivthecontext-about.statictoolbox {
    margin-top: 40px;
  }

  .insidedivthecontext-about {
    padding: 20px 10px;
  }

  .livebutton-about {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .livebutton-about.aboutmecontactbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }

  .column-4 {
    display: block;
  }

  .herotextwrapper-about {
    margin-right: 0px;
  }

  .contactmesection {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contactmetextwrapp {
    margin-top: 80px;
  }

  .contactformwrapp {
    height: 550px;
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contacttextwrapp {
    font-size: 18px;
    line-height: 24px;
  }

  .emailcontactwrapp {
    margin-top: 15px;
  }

  .contactform {
    margin-top: 30px;
  }

  .formfieldwrapp {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .textfield.addinfotext {
    margin-top: 80px;
  }

  .textfield.addinfocontact {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .field-label {
    font-weight: 500;
  }

  .whymetextwrapp.whymemobilespace {
    margin-bottom: 10px;
  }

  .image-7 {
    width: 500px;
  }

  .menu-button-2.w--open {
    background-color: #eff2ef;
  }

  .socialmediablock {
    font-size: 32px;
  }

  .socialmediablock.linkedin {
    font-size: 30px;
  }

  .text-block-7 {
    font-size: 32px;
  }

  .craqitparagraph {
    margin-bottom: 20px;
  }

  .text-block-11 {
    line-height: 24px;
  }

  .aboutsectionblock {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .aboutmeimage {
    width: 100%;
  }

  .navbargood {
    padding: 5px 10px;
  }
}

#w-node-bdadbd88-199f-aa04-fbbe-c06364513e50-ffbda378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8db0af57-26dd-eadb-ea69-19bb6d40230c-ffbda378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91e769f7-4f7c-4d73-689a-3fa03548523b-ffbda378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b88b6da8-4063-630d-6b11-b1096e2f1f63-ffbda378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb1fde93-d222-30c8-9160-54a6ed94ef60-6abda379 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb1fde93-d222-30c8-9160-54a6ed94ef67-6abda379 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}