@charset "utf-8";
body {
  font-family: "Outfit", serif;
  font-size: 17px;
  line-height: 27px;
  color: #515151;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
::selection {
  background-color: #F8E4B4;
  color: #000
}
.logowrap {
  width: 100%;
  z-index: 1;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: normal;
  /*position: absolute;*/
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  left: 0px;
  top: 1px;
  color: #F5F5F5;
}
.logo-text {
  width: auto;
  font-size: 13px;
  line-height: normal;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  min-width: 320px;
}
.logo-text strong {
  font-weight: 400
}

.logo-text a{color: #fff}
.menuwrap {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 11px;
}
.aw-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%
}
#menu {
  width: auto;
  padding-left: 5%
}
.sliderwrap {
  width: 100%;
  position: relative;
}
.banner-bg {
  width: 100%;
  min-height: 90vh;
  background-color: #FF5F00;
  padding-top: 63px;
  position: relative;
  overflow: hidden
}
.banner-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 3480px;
  width: 100%;
  height: 100%;
  background-image: url(../images/gradient.jpg);
  background-repeat: no-repeat;
  content: '';
  z-index: 0;
  animation: animate 25s ease-in-out infinite;
  background-size: cover;
}
@keyframes animate {
  0% {
    transform: translateX(0%);
  }
  55% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(0%)
  }
}
#inner.banner-bg {
  min-height: 200px;
  border-bottom: 1px solid #E3E3E3;
  justify-content: center
}
#inner.banner-bg .banner-text {
  padding-top: 0%;
  padding-left: 0px
}
#inner.banner-bg .banner-text h1 {
  padding-top: 0%;
  text-align: center
}
.banner-text {
  padding-top: 13%;
  flex: 1 1 50%;
  color: #fff;
  position: relative;
  z-index: 1
}
.banner-text h1 {
  font-size: 3.7vw;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 7vh
}
.banner-text span {
  display: block;
  margin-bottom: 21px;
  max-width: 750px;
  font-size: 19px;
  font-weight: 300
}
.banner-bottom {
  color: #2f2f2f;
  width: 100%;
  background-color: #fff;
  display: flex;
  gap: 2em;
  justify-content: space-around;
  padding: 1em;
  border-radius: 11px;
  padding-left: 3%;
  position: relative;
  z-index: 1;
  height: 120px
}
.bb-cells {
  flex: 1 1 18%;
  font-size: 20px;
  min-width: 220px;
  background-image: url(../images/shade.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 9px;
  padding-bottom: 9px;
}
.banner-pic {
  width: 26%;
  user-select: none;
  position: absolute;
  z-index: 1;
  bottom: -120px;
  right: 15%;
}
.banner-pic img {
  width: 100%;
  height: auto;
}
.n-wrap {
  width: 100%;
  position: relative;
}
.logo {
  width: 191px;
  margin-right: 30px;
}
.logo img {
  width: 100%;
  height: auto;
}
.banner-wrap {
  width: 100%;
  position: absolute;
  z-index: 9999999999;
  margin-top: 75px;
}
.service-wrap {
  float: left;
  width: 100%;
  padding-bottom: 72px;
  padding-top: 33px;
  border-bottom: solid 1px #e4e2eb;
  margin-bottom: 55px;
}
.bb-cells:last-child {
  background-image: none
}
.bb-cells img {
  float: left;
  margin-right: 11px;
}
.s1 {
  width: 100%;
  border-bottom: solid 1px #e4e2eb;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  padding-bottom: 2em
}
.s1-head {
  flex: 1 1 30%;
}
.s1-text {
  flex: 1 1 65%;
  padding-top: 1em;
  padding-left: 2em;
}
.s1-head h2 {
  font-weight: 600
}
.s1-text h3 {
  font-size: 21px;
  margin-bottom: 11px;
}
.bglogo {
  background-image: url("../images/outline-logo.jpg");
  background-repeat: no-repeat;
  background-position: 12% 5%;
}
.clinic-bg {
  width: 100%;
  float: left;
  min-height: 100vh;
  background-image: url("../images/it-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5em;
  padding-bottom: 5em;
  color: #fff;
  background-color: #2e3052;
}
.clinic-bg h2 {
  color: #fff;
  margin-top: 45px;
  text-align: center;
  padding-left: 18%;
  padding-right: 18%
}
.clinic-bg h4 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 2px
}
.offerings {
  width: 100%;
  float: left;
  margin-top: 21px;
}
.offerings .threecol:hover {
  box-shadow: none;
  transform: translateY(0px);
}
.wrap {
  width: 100%;
  float: left
}
.how-we-work {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  background-color: #3D3D3D;
  border-radius: 21px;
  overflow: hidden;
  background-image: url(../images/consumer-clever-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -100px
}
.fourcol-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 50%;
  gap: 0px;
}
.cta-wrap {
  background-color: #f43900;
  width: 100%;
  border-radius: 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  background-image: url(../images/cta.jpg);
  background-position: center top;
  color: #FFFFFF;
  gap: 3em;
  font-size: 25px;
  font-weight: 600;
}
.cta-cells {
  flex: 1 1 25%
}
.cta-cells strong {
  font-weight: 700;
  font-size: 60px;
  display: block;
  line-height: normal
}
.cta-cells span {
  font-weight: 700;
  font-size: 30px;
  display: block;
  line-height: normal
}
.cta-cells h4 {
  font-size: 2vw;
  font-weight: 500
}
.cta-cells:nth-child(1) {
  flex: 5%;
}
.cta-cells:nth-child(2) {
  flex: 45%;
}
.cta-cells:nth-child(3) {
  font-size: 15px;
  padding-top: 2em
}
.cta-cells i {
  font-size: 30px;
  margin-right: 15px;
  float: left;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 9px;
  margin-top: 3px;
}
.capo-2-col-renovation {
  flex: 1 1 40%;
  padding: 3em;
  padding-right: 10%;
  color: #FFFFFF;
  font-size: 35px;
}
.s-cells {
  flex: 1 1 49%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 3em;
  margin-bottom: 3em;
  color: #FFFFFF;
  background-image: url(../images/gradient-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
}
.s-cells h4 {
  margin-bottom: 7px;
  padding-bottom: 0;
}
.teambox {
  flex: 1 1 27%;
  border: solid 1px #ccc;
  padding: 2.5em;
  border-radius: 11px;
  min-width: 222px
}
.teambox img {
  margin-bottom: 2em;
  width: 100%;
  height: auto;
  border-radius: 7px;
  border: solid 1px #e9e9e9;
  outline: none;
}
.teambox h2 {
  font-size: 21px;
  color: #4D4D4D; margin-bottom: 0px
}
.teambox:hover {
  border-color: #eb4147
}
.gradient-bg {
  background-image: url("../images/gradient-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
}
.gheyi-wrap {
  width: 100%;
  border: 1px solid #D4DDDA;
  border-radius: 11px;
  padding: 5em;
  background-color: #fff;
}
.gheyi-wrap img {
  float: right;
  margin-left: 55px;
  margin-top: -60px;
  width: 30%;
  height: auto
}
.gheyi-wrap h5 {
  color: #10b7af;
  font-size: 40px;
  margin-bottom: 11px;
}
.gheyi-wrap h6 {
  font-size: 24px;
  color: #000;
  display: block;
  margin-bottom: 21px;
}
.gheyi-wrap strong {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 500
}
.testibox {
  flex: 1 1 45%;
  border: solid 1px #0cada5;
  padding: 4em;
  padding-top: 5em;
  border-radius: 11px;
  min-width: 222px;
  background-image: url(../images/quote.jpg);
  background-repeat: no-repeat;
  background-position: 3em 21px;
  transition: ease all 111ms
}
.testibox h2 {
  font-size: 21px;
  color: #07a59d;
  display: block;
  margin-bottom: 31px;
}
.testibox:hover h2 {
  color: #333333
}
.testibox:hover {
  border: 1px solid #DBDBDB;
  transform: translateY(-5px);
  box-shadow: 0 11px 11px 0 #D4D4D4;
}
.galwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 31px;
}
.galbox {
  flex: 1 1 45%;
  padding: 1em;
  background-color: #C7C7C7;
  position: relative;
  border-radius: 11px;
  min-width: 222px;
}
.galbox img {
  width: 100%;
  height: auto
}
.galbox-name {
  position: absolute;
  background-color: #fff;
  padding: 1em;
  color: #000;
  width: 90px
}
.galbox:nth-child(2) .galbox-name {
  background-color: #0cada5
}
.inner-wrap {
  width: 100%;
  border: 1px solid #D4DDDA;
  border-radius: 11px;
  padding: 5em;
  background-color: #fff;
}
.pic.inner-wrap img {
  float: right;
  margin-left: 55px;
  margin-bottom: 55px;
  border-radius: 11px;
}
.pic.inner-wrap .left {
  float: left;
  margin-left: 0px;
  margin-right: 55px;
}
.inner-wrap h2 {
  font-size: 33px;
  color: #323232;
}
.inner-wrap h3 {
  font-size: 25px;
  color: #eb4147;
}
.inner-wrap h4 {
  font-size: 25px
}
.inner-wrap h6 {
  margin-top: 11px;
}
.certificates {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FFFFFF;
  margin-top: 55px;
  border-radius: 11px;
  border: 1px solid #D4DDDA;
  padding: 2em;
}
.certificates img {
  width: 16.5%;
  height: auto;
}
.titlewrap {
  font-size: 22px;
  line-height: 30px;
  float: none;
  margin-top: 50px;
  width: 100%
}
.freewrap {
  width: 100%;
}
.quote {
  background-image: url(../images/quote.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 75px;
}
.topcontact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}
.address {
  flex: 1 1 20%
}
.phone {
  width: auto;
  margin-left: auto;
  text-align: right;
}
.phone i, .email i {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 15px;
  float: left;
  color: #fff;
}
.gry {
  filter: grayscale(1);
  transform: scale(0.8);
  border: solid 1px #ccc
}
.gry:hover {
  filter: grayscale(0);
}
.phone strong, .email strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #020000;
}
.email {
  margin-top: 4px;
  margin-left: 21px;
}
.topcontact i {
  color: #37b4ec;
  margin-right: 9px;
  line-height: 30px;
}
.book {
  margin-left: auto;
}
.book a {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 21px 5px 21px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 2px #fff;
  border-radius: 7px;
}
.book a:hover {
  color: #000;
  background-color: #fff;
}
.free {
  width: 100%;
}
.free h1 {
  padding-left: 1%;
  margin-top: 11px;
  text-align: center
}
.free2 {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 50px;
  justify-content: space-between;
  gap: 2em;
}
.social-wrap-top {
  width: 100px;
  height: 63%;
  position: absolute;
  right: -5px;
  border-right: solid 5px #5fc0eb;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7)
}
.banner-social {
  width: 30px;
  margin-left: 32%;
}
.banner-social i:hover {
  background-color: #01162b;
  color: #fff;
  transform: rotate(360deg)
}
.banner-social i {
  border-radius: 50%;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 35px;
  background-color: #139AD5;
  color: #fff;
  display: block;
  margin-bottom: 18px;
  text-align: center;
  margin-top: 18px;
  transition: all ease 211ms;
}
.parentflex {
  display: flex;
  flex-wrap: wrap
}
.fourcol {
  flex: 1 1 23%;
}
.threecol {
  flex: 1 1 40%;
  min-width: 222px;
  position: relative;
  color: #fff;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 11px;
  transition: all ease 222ms;
  font-weight: 300;
  font-size: 16px
}
.tc1 {
  background: linear-gradient(128deg, rgba(162, 46, 98, 1) 30%, rgba(113, 49, 175, 1) 100%);
}
.tc2 {
  background: linear-gradient(128deg, rgba(210, 82, 43, 1) 30%, rgba(234, 116, 12, 1) 100%);
}
.mob-ord {}
.threecol:hover {
  box-shadow: 0 7px 11px 0 #D6D6D6;
  transform: translateY(-5px);
}
.threecol a, .threecol a:hover {
  color: #fff
}
.threecol-pic {
  width: 40%;
}
.threecol-pic img {
  width: 100%;
  height: auto;
  float: left
}
.threecol-text {
  width: 60%;
  padding: 4%;
  float: left;
  line-height: 22px;
}
.tech-logo {
  width: 100%;
  margin-top: 2em;
  justify-content: space-between;
  gap: 2em;
}
.tech-logo img {
  filter: grayscale(1)
}
.tech-logo img:hover {
  filter: grayscale(0)
}
.pic.inner-wrap .tech-logo img {
  margin-left: 0px;
  margin-bottom: 0px;
  width: auto;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 0 11px -3px #D6D6D6;
}
.gap {
  gap: 2em;
}
.threecol h3 {
  font-size: 22px;
  margin-bottom: 11px;
  font-weight: 600;
  color: #fff;
}
.blogbox {
  flex: 1 1 33%;
  border-radius: 7px;
  padding: 1.5em;
  background-color: #fff;
  padding-bottom: 4em;
  transition: all ease 333ms;
}
.blogbox a {
  color: #262525
}
.blogbox a:hover {
  color: #262525
}
.blogbox h2 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 11px;
  padding-bottom: 0px;
  line-height: normal;
  font-weight: 600
}
.blogbox:hover h2 {
  color: #0cada5
}
.blogbox:hover {
  transform: translateY(-9px)
}
.blogbox strong {
  display: block;
  color: #7629C1;
  margin-bottom: 11px;
  font-size: 22px;
}
.blogbox img {
  width: 100%;
  margin-bottom: 21px;
  border-radius: 5px;
  height: 240px;
  object-fit: cover
}
.it-solutions-peopleclick {
  width: 100%;
  border: solid 3px #e1e3eb;
  border-radius: 11px;
  margin-top: 2em;
  padding: 4em;
  position: relative;
  min-height: 212px;
  padding-left: 35%;
}
.it-solutions-peopleclick h2 {
  font-size: 30px;
  margin-bottom: 11px;
  padding-bottom: 0;
  color: black
}
.dm1 {
  width: auto;
  padding-right: 3em;
}
.v-line {
  border-left: solid 3px #776e99;
  padding-left: 2em;
  font-weight: 600;
  color: #07175e;
  padding-top: 0.5em;
  font-size: 21px;
}
.dm1 i {
  margin-right: 11px;
  background: linear-gradient(140deg, rgba(239, 60, 43, 1) 12%, rgba(159, 67, 201, 1) 80%);
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  font-size: 11px;
  line-height: 30px
}
.it-solutions-peopleclick:after {
  content: '';
  position: absolute;
  width: 239px;
  height: 281px;
  background-image: url(../images/pc-1.png);
  background-repeat: no-repeat;
  left: 10%;
  bottom: 0px;
}
.threecol2 {
  flex: 1 1 30%;
  border: 2px solid #76C1F4;
  padding: 2em;
  padding-top: 3em;
  padding-bottom: 4em;
  min-width: 222px;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.threecol2 img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
  outline: solid 1px #fff;
  outline-offset: -11px;
}
.threecol2 strong {
  font-size: 21px;
  color: #023983;
  margin-bottom: 17px;
  display: block;
  position: relative
}
.threecol2 strong:after {
  position: absolute;
  content: '';
  bottom: 40%;
  height: 2px;
  width: 60px;
  background-color: #06BEF7;
  margin-left: 11px;
}
.twocol {
  flex: 1 1 50%;
}
.policy {
  flex: 1 1 50%;
}
.policy img {
  width: 100%;
  height: auto
}
.twocol.welcomepic {}
.twocol.welcomepic img {
  width: 100%;
  height: auto;
  max-width: 834px;
}
.twocol.ndpic img {
  width: 100%;
  height: auto;
  max-width: 622px;
}
.bigtext {
  font-size: 23px;
  line-height: 33px
}
.bg-design {
  background-image: url("../images/left-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.bgcolor {
  background-color: #f0edec;
  padding-bottom: 120px;
  color: #2A2A2A;
}
.contactwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.contactcell {
  flex: 1 1 40%;
  box-shadow: 0 0 7px -2px #D1D1D1;
  padding: 3em;
  border-radius: 7px;
  transition: ease 111ms all;
  min-width: 222px;
}
.contactcell img {
  float: right
}
.contactcell:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 7px -2px #D1D1D1;
}
.split {
  column-count: 2;
  column-gap: 21px;
}
.input1 {
  font-size: 15px;
  width: 100%;
  padding-top: 3%;
  padding-right: 1%;
  padding-bottom: 3%;
  padding-left: 23px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #075B99;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid #797C7C;
  border-radius: 3px;
}
.padmain {
  padding-left: 12%;
  padding-right: 12%;
}
.pad-top-bottom {
  padding-top: 110px;
  padding-bottom: 110px
}
.pad-top {
  padding-top: 75px
}
.pad-right {
  padding: 50px
}
.pad-top-big {
  padding-top: 155px;
}
.big-text {
  font-size: 20px;
  line-height: 33px;
}
.pad-bottom {
  padding-bottom: 120px
}
.pad-big {
  padding: 5%;
}
.makecol {
  column-count: 3;
  column-gap: 11px;
  color: black;
  padding-top: 11px;
}
.bullet .makecol ul li {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 3px;
  padding-bottom: 7px;
  border-bottom: none;
  background-image: url(../images/w-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 27px;
}
.mission {
  background-image: url("../images/mission.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.vision {
  background-image: url("../images/vision.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.mission, .vision {
  min-height: 300px;
  background-size: cover
}
.frontend {
  background-image: url("../images/frontend.jpg");
}
.backend {
  background-image: url("../images/backend.jpg");
}
.enterprise {
  background-image: url("../images/enterprise-tools.jpg");
}
.ml {
  background-image: url("../images/ml.jpg");
}
.database {
  background-image: url("../images/database.jpg");
}
.devops {
  background-image: url("../images/devops.jpg");
}
.frontent, .backend, .enterprise, .ml, .database, .devops {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
}
.blue {
  background-color: #433c8c
}
.gray {
  background-color: #252335
}
.margin-top {
  margin-top: 5%
}
.margin-bottom {
  margin-bottom: 33px
}
.neg-margin-top {
  margin-top: -55px
}
.align-center {
  text-align: center
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal
}
h1 {
  font-size: 2.5vw;
  margin-bottom: 35px;
  padding-bottom: 15px;
  line-height: normal;
  padding-top: 33px;
}
h2 {
  font-size: 2.4vw;
  color: #4b4c4c;
  margin-bottom: 11px;
  font-weight: 600
}
h2 strong {
  color: #eb4147;
  font-weight: 600
}
.titlewrap h2 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 41px;
  font-weight: 600
}
.titlewrap h2 strong {
  color: #eb4147;
  font-weight: 600
}
.titlewrap h4 {
  font-size: 20px;
  color: #968e8e;
  font-weight: 500
}
h3 {
  font-size: 45px
}
h3 strong {
  color: #1d7ad0
}
h4 {
  font-size: 27px
}
h5 {
  font-size: 25px
}
h6 {
  font-size: 20px
}
.subtitle {
  font-size: 30px;
  color: #474747;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
}
.subtitle:after {
  width: 100px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
/*.subtitle:before {
  position: absolute;
  background-color: #ccc;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}*/
.subtitle2 {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}
.subtitle2:after {
  width: 100px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle2:before {
  position: absolute;
  background-color: #fff;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}
.subtitle3 {
  font-size: 21px;
  margin-bottom: 11px;
  font-weight: 600
}
.subtitle3 i {
  color: #10b7af
}
.linkwrap {
  gap: 0.5em;
  width: 100%;
  float: left;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}
.linkwrap strong {
  display: block;
  font-size: 21px;
  line-height: 5px;
  color: #FFA600;
}
.innovate {
  width: 100%;
  background-color: #f7a110;
  float: left;
  margin-top: 55px;
  border-radius: 11px;
  padding: 4em;
  padding-left: 7em;
  min-height: 521px;
  color: #fff;
  position: relative;
  background-image: url(../images/innovate-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.innovate h2 {
  font-size: 2vw;
  color: #fff;
  max-width: 500px;
  margin-top: 5%;
  line-height: 90px;
  font-weight: 500
}
.innovate h2 strong {
  font-size: 8vw;
  font-weight: 900;
  color: #fff;
  display: block;
  margin-bottom: 55px;
}
.innovate:after {
  position: absolute;
  content: '';
  right: 9%;
  bottom: 0px;
  width: 563px;
  height: 493px;
  background-image: url(../images/it-worker.png);
  background-repeat: no-repeat;
}
a {
  color: #191919;
  text-decoration: none;
  transition: all ease-out 222ms;
}
a:hover {
  color: #FF9600;
}
a.aa.brdr-color {
  border-color: #c38142
}
a.aa.brdr-color::after {
  background-color: #c38142
}
a.aa.brdr-color::before {
  background-color: #c38142
}
a.aa.brdr-color:hover {
  border-color: #c38142
}
a.aa.white {
  border-color: #fff;
  margin-top: 30px;
  border-width: 3px;
  font-size: 18px;
  width: 260px;
}
a.aa.white::after {
  background-color: #000
}
a.aa.white::before {
  background-color: #c38142
}
a.aa.white:hover {
  border-color: #c38142
}
a.aa {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
  width: 230px;
  padding-left: 25px;
  border-radius: 9px;
  margin-top: 11px;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  background-color: #122834;
}
a.aa:after {
  position: absolute;
  content: '';
  right: 21px;
  color: #fff;
  transition: all 222ms ease;
  width: 21px;
  height: 21px;
  z-index: 1;
  background-image: url(../images/w-arrow.png);
}
a.aa:hover {
  color: #FFFFFF;
  z-index: 1;
  background: linear-gradient(140deg, rgba(74, 72, 72, 1) 23%, rgba(0, 0, 0, 1) 77%);
}
a.aa:hover::after {
  transform: rotate(-45deg)
}
a.cd {
  background-color: #810bad;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
  color: #fff;
  padding-top: 12px;
  padding-right: 71px;
  padding-bottom: 12px;
  padding-left: 33px;
  border-radius: 5px;
  background-image: url(../images/w-arrow.png);
  background-repeat: no-repeat;
  background-position: 93% center;
}
a.cd i {}
a.cd:hover {
  background-color: #212121;
  color: #FFFFFF;
}
a.k {
  color: #FFFFFF;
  text-align: center;
  width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all 211ms ease;
  background-color: #c2c130;
  margin-top: 21px;
  float: left;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 14px;
  border-radius: 3px;
}
a.k:hover {
  color: #FFFFFF;
  background-color: #097a66;
}
.btn {
  font-size: 15px;
  background-color: #2D2D2D;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  float: right;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 3px;
  border-radius: 5px;
}
.btn:hover {
  background-color: #0cada5;
}
.n-wrap.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  box-shadow: 0 11px 31px -11px #3b384b;
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
  padding-left: 12%;
  padding-right: 12%;
  background-color: #0D0C0C;
}
.n-wrap.fixed.menuwrap {
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: auto;
  margin-top: 0;
}
.n-wrap.fixed .book a {
  padding: 1px 21px 1px 21px;
  margin-top: 3px
}
.n-wrap.fixed .logo {
  margin-top: 5px;
}
.n-wrap.fixed .logo img {
  width: 140px;
}
.whatsapp {
  position: absolute;
  z-index: 9999;
  bottom: 5%;
  right: 1.5%;
}
.whatsapp i {
  font-size: 25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 9px;
  color: #00CC66;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp:hover i {
  color: #FFFFFF;
  background-color: #00CC66;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 180, 236, 0.7);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(55, 180, 236, 0);
  }
}
#bullet h4 {
  color: #0e6496;
  margin-top: 11px;
  margin-bottom: 11px;
}
#bullet h3 {
  color: #0e6496;
  margin-top: 11px;
  margin-bottom: 11px;
}
#bullet strong {
  color: #0e6496
}
.bullet {}
.bullet ul {
  padding-top: 3%;
  padding-bottom: 0%;
  padding-bottom: 33px
}
.bullet ul li {
  list-style-position: outside;
  list-style-type: none;
  padding-left: 35px;
  background-image: url(../images/yellowarrow.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 11px;
  color: #3A3A3A;
  display: flex;
  flex-wrap: wrap
}
#bullet ul li:last-child {
  border-bottom-style: none;
}
.freewrap ul span {
  margin-bottom: 21px;
  display: block;
}
.spl {}
.spl ul li {
  font-size: 21px;
  color: #eb4147;
  font-weight: 600;
  padding-left: 33px
}
.googlemap {
  width: 97.5%;
  margin-top: 55px;
  float: left;
  border: solid 3px #b5e7e0;
  border-radius: 11px;
}
.social {
  width: 200px;
}
.social a i {
  padding: 9px;
  transition: all ease 111ms;
  margin-top: 0;
  margin-right: 9px;
  margin-bottom: 0;
  font-size: 21px;
  color: #FFFFFF;
}
.social a:hover i {
  color: #f69d2b;
}
#back-top {
  position: fixed;
  bottom: 1px;
  right: 1px;
  float: right;
}
#back-top a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #616161;
  width: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-size: 21px;
  border-radius: 3px 3px 0 0;
}
#back-top a:hover {
  background-color: #000
}
.footer {
  float: left;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 55px;
  background-color: #161428;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  /*background-image: url(../images/footer.jpg);*/
  background-size: cover;
  position: relative
}
.footer:before {
  content: '';
  width: 100%;
  height: 7px;
  left: 0px;
  top: 0px;
  position: absolute;
  background-image: url(../images/gradient.jpg);
  background-position: center 0%;
}
.footerlogo {
  flex: 10%;
  margin-right: 5%;
  font-weight: 200;
  font-size: 14px
}
.footerlogo img {
  width: 100%;
  height: auto
}
.footercells {
  flex: 1 1 20%;
  font-size: 15px;
  font-weight: 300;
  min-width: 222px
}
.footercells strong {
  font-size: 12px;
  font-weight: 300;
  line-height: normal
}
.footercells:nth-child(3) {
  line-height: normal;
}
.footercells:nth-child(4) {
  line-height: 30px;
}
.footercells a {
  color: #fff
}
.footercells i {
  margin-right: 11px;
  color: white;
  background: linear-gradient(140deg, rgba(239, 60, 43, 1) 12%, rgba(159, 67, 201, 1) 80%);
  padding: 7px;
  font-size: 13px;
  line-height: normal;
  float: left;
  border-radius: 50%;
  margin-top: 5px
}
.credit {
  float: left;
  width: 100%;
  margin-top: 42px;
  font-size: 14px;
  display: flex;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  justify-content: space-around;
  letter-spacing: 1px;
  line-height: normal;
  padding-top: 28px;
  font-weight: 300;
  color: #B7B7B7;
}
.credit a {
  color: #fff
}
.credit a:hover {
  color: #1e78f0
}
.c1 {
  flex: 1 1 25%;
  min-width: 222px;
}
.c1:last-child {
  text-align: right;
}
/*zoom mode 125 */
@media (min-width: 767px) and (max-width:1600px) {
  .banner-bg {
    padding-top: 2%;
  }
  .banner-bottom {}
  .threecol-text {
    line-height: normal;
    font-size: 15px;
  }
}
/*zoom mode 125 end*/
@media(max-width:1600px) {
  .padmain {
    padding-left: 7%;
    padding-right: 7%
  }
  .banner-bg {
    padding-top: 63px;
  }
}
@media(max-width:1440px) {
  .padmain {
    padding-left: 5%;
    padding-right: 5%
  }
  .s1-head h2 {
    font-size: 2.8vw
  }
}
@media(max-width:1366px) {
  .banner-bottom {
    gap: 1em
  }
}
@media(max-width:1024px) {
  .book {
    display: none
  }
  .free {
    border: none
  }
  .free2 {
    padding-top: 21px
  }
  .bb-cells {
    font-size: 21px;
    flex: 1 1 45%;
  }
  .sliderwrap {
    height: auto
  }
  .twocol {
    flex: 100%
  }
  .twocol.welcomepic {
    order: 1
  }
  .titlewrap {
    margin-bottom: 55px;
  }
  h2 {
    font-size: 55px
  }
  .threecol {
    flex: 100%;
  }
  .n-wrap.fixed {
    padding-top: 21px;
    padding-bottom: 21px;
    height: 45px;
    padding-left: 5%;
    padding-right: 5%
  }
  .banner-pic {
    width: 100%;
    position: relative;
    padding-left: 20%;
    padding-right: 20%;
    right: auto;
    left: auto
  }
  .banner-text {
    flex: 100%;
    text-align: center
  }
  .banner-text h1 {
    max-width: 100%;
    text-align: center;
    font-size: 8vw;
    margin-bottom: 11px
  }
  .s1 {
    padding: 0em;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    padding-top: 70px;
    float: left;
    padding-bottom: 70px
  }
  .it-solutions-peopleclick {
    padding: 2.5em;
    padding-top: 60px;
    min-height: 550px;
    align-content: flex-start
  }
  .dm1 {
    text-align: center;
    width: 100%;
    padding-right: 0
  }
  .v-line {
    padding-left: 0;
    border-left: none;
    margin-top: 21px;
    border-top: solid 1px #ccc;
    padding-top: 30px
  }
  .it-solutions-peopleclick:after {
    width: 239px;
    height: 281px;
    background-image: url(../images/pc-1.png);
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -120px;
  }
  .banner-bg {
    height: auto;
  }
  .banner-bottom {
    flex-wrap: wrap;
    height: auto;
    margin-top: -60px;
    margin-bottom: 50px
  }
  .bb-cells:nth-child(2) {
    background-image: none
  }
  .s1-head h2 {
    font-size: 6vw;
  }
  .s1-text {
    padding-left: 0
  }
  .clinic-bg h2 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .innovate {
    padding-left: 4em;
    text-align: center;
    min-height: 600px
  }
  .innovate h2 {
    line-height: normal;
    max-width: 100%
  }
  .innovate:after {
    right: 0%;
    width: 463px;
    height: 493px;
  }
}
@media(max-width:820px) {
  .inner-wrap {
    padding: 2em;
  }
}
@media(max-width:540px) {
  .pad-big {
    padding: 2em
  }
  .mob-ord {
    order: 1
  }
  .vision {
    order: 2
  }
  .banner-text span {
    display: none
  }
  .frontend {
    order: 1
  }
  .backend, .ml, .devops {
    order: 2
  }
  .makecol {
    column-count: 2
  }
  .banner-bg:after {
    min-width: 1200px;
    background-size: 200%;
    animation: animate 5s ease-in-out infinite;
  }
  .banner-bg {
    height: auto;
    min-height: auto;
  }
  @keyframes animate {
    0% {
      transform: translateX(-20%);
    }
    55% {
      transform: translateX(-60%);
    }
    100% {
      transform: translateX(-20%)
    }
  }
  .inner-wrap {
    padding: 2em;
    margin-top: 1em;
  }
  .inner-wrap img {
    float: none;
    margin-left: 0px;
    margin-bottom: 25px;
    width: 100%;
    height: auto
  }
  .inner-wrap .contactcell img {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 11px;
  }
  .pic.inner-wrap .tech-logo img {
    width: 45%;
  }
  .c1 {
    margin-bottom: 11px;
  }
  .c1:last-child {
    text-align: left
  }
  .split {
    column-count: 1
  }
  .contactcell {
    padding: 1em;
  }
  .footer {
    gap: 1em;
  }
  .footercells {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding-bottom: 51px;
    flex: 100%;
    margin-bottom: 11px;
    text-align: center
  }
  .footercells strong {
    display: none
  }
  .footercells i {
    float: none;
    margin-bottom: 11px;
    line-height: 45px
  }
  .footer-cells {
    display: flex;
    justify-content: center;
    flex: 100%
  }
  .footerlogo {
    text-align: center
  }
  .social {
    margin-right: auto;
    margin-left: auto;
    left: auto;
    right: auto
  }
  .credit {
    margin-top: 0px;
  }
  h2 {
    font-size: 35px
  }
  .titlewrap {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .padmain {
    padding-left: 2%;
    padding-right: 2%;
  }
  .pad-top-big {
    padding-top: 20px;
  }
  a.aa {
    margin-top: 0px;
  }
  .capo-2-col-renovation {
    padding: 1.5em;
    padding-top: 3em;
    border-bottom: solid 2px #fff;
  }
  .s-cells {
    flex: 100%;
    border-left: none
  }
  .free2 {
    border: none;
    gap: 15px;
  }
  .banner-text h1 {
    font-size: 8vw;
    line-height: normal;
    padding-top: 0;
    margin-bottom: 11px
  }
  .banner-text {
    padding-top: 67px;
  }
  h1 {
    font-size: 27px;
    padding-bottom: 0;
  }
  .banner-pic {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: 0px;
    padding: 10px
  }
  .aw-wrap {
    padding-left: 1em;
    padding-right: 1em
  }
  .banner-bottom {
    gap: 1em;
    height: auto;
    margin-top: -140px;
    margin-bottom: 50px
  }
  .bb-cells {
    flex: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    background-image: none;
    padding-left: 3em
  }
  .bb-cells:last-child {
    border: none
  }
  .logo {
    flex: 100%;
    margin-right: 0px;
  }
  .logo img {
    width: 170px;
  }
  .logowrap {
    padding-right: 2%;
  }
  .logo-text {
    font-size: 12px;
    width: 100%
  }
  .phone {
    display: none
  }
  .s1 {
    padding: 0em;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 45px;
    float: left;
    text-align: center
  }
  .threecol-text {
    width: 100%;
    padding: 2em;
  }
  .threecol-pic {
    width: 100%;
  }
  .s1-head h2 {
    font-size: 45px
  }
  .linkwrap {
    display: inline-block
  }
  .brdr-color {
    margin-bottom: 11px;
  }
  .pad-right {
    padding-right: 0;
    padding-left: 0;
    text-align: center
  }
  .gheyi-wrap {
    padding: 2em;
    padding-bottom: 130px;
  }
  .gheyi-wrap img {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 21px;
  }
  .gheyi-wrap a.aa {
    margin-left: 0px
  }
  .certificates img {
    width: 45%;
    border: solid 1px #ccc
  }
  .certificates {
    gap: 1em;
    padding: 1em;
  }
  .gradient-bg {
    background-image: none
  }
  .footerlogo {
    flex: 100%;
    padding-left: 10%;
    padding-right: 10%
  }
  .it-solutions-peopleclick {
    min-height: 600px
  }
  .innovate:after {
    right: 2%;
    width: 363px;
    height: 253px;
    background-size: contain
  }
  .innovate h2 {
    font-size: 5vw;
  }
  .innovate h2 strong {
    font-size: 18vw;
  }
}
@media screen and (max-width:932px) and (orientation: landscape) {
  .sliderwrap {
    height: auto
  }
  .book {
    display: none
  }
  .free {
    border-bottom: none
  }
  .banner-text h1 {
    font-size: 7vw;
    line-height: normal
  }
  .banner-text {
    padding-top: 40px
  }
  .banner-text span {
    max-width: 100%
  }
  .banner-text {
    width: 45%
  }
  .banner-bottom {
    margin-top: -31px;
    height: 250px;
    flex-wrap: wrap;
  }
  .free2 {
    padding-top: 11px;
  }
  .bb-cells {
    flex: 1 1 40%;
    font-size: 16px;
  }
  .bb-cells:nth-child(2) {
    background-image: none
  }
  .threecol {
    flex: 100%;
  }
}
@media(max-width:360px) {
  a.aa {
    margin-left: 11%;
  }
}