@keyframes dots {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dot1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(15px, 5px);
    transform: translate(15px, 5px);
  }
}

@-webkit-keyframes dot1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(15px, 5px);
    transform: translate(15px, 5px);
  }
}

@keyframes dot2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
}

@-webkit-keyframes dot2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
}

@keyframes dot3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(-5px, -12px);
    transform: translate(-5px, -12px);
  }
}

@-webkit-keyframes dot3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(-5px, -12px);
    transform: translate(-5px, -12px);
  }
}

.transition,
#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 button,
#questions .container .row>div:nth-child(1) h2 .marker:after,
#section-cta .title span.marker:after,
#development .container .row .apps>div:last-child a:after,
#development .container .row .apps>div:last-child a svg path,
#development .container .row .apps>div:last-child a span,
#development .container .row h2 span:after,
#business .container .row .free div a,
#business .container .row h2 span.marker:after,
#whyChoose .container .row>div:nth-child(1)>h2 span.marker:after {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.flex,
#client-and-award .client-flexbox .listingbox,
#client-and-award .client-flexbox .item,
#client-and-award .client-flexbox,
#development .container .row .apps>div:last-child a span,
#development .container .row .apps>div:last-child a,
#development .container .row .apps,
#business .container .row .hiring div.aos-init,
#business .container .row .hiring,
#business .container .row .free div a,
#business .container .row .free,
.page-template-template-hire-developers #process ul li:nth-child(5),
.page-template-template-hire-developers #process ul li div h4,
.page-template-template-hire-developers #process ul,
#hire .form-icon-box .item,
#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1),
#hire .container .row>div:nth-child(2) .form .foot ul,
#hire .container .row>div:nth-child(1) div ul li span:nth-child(1),
#hire .container .row>div:nth-child(1) div ul li,
#hire .container .row>div:nth-child(1) div ul {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flex;
}

#questions .container .row>div:nth-child(1) h2 .marker:after,
#section-cta .title span.marker:after,
#development .container .row h2 span:after,
#business .container .row h2 span.marker:after,
#whyChoose .container .row>div:nth-child(1)>h2 span.marker:after {
  -webkit-animation: animyellow;
  animation: animyellow;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.hidden {
  display: none;
}

#hire {
  padding: 120px 0 0;
  position: relative;
}

#hire.hireSec .tagline {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: black;
  margin-bottom: 10px;
}

#hire.hireSec h1 span {
  display: inline-block;
  vertical-align: top;
}

#hire h1 {
  font-size: 68px;
  line-height: 100px;
  font-weight: 800;
  color: #FF5E5E;
}

#hire h1 span {
  color: #2A8BF6;
  display: block;
}

#hire .container .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 450px;
}

#hire .container .row>div:nth-child(1) {
  width: calc(100% - 450px);
  padding: 0px 15px 30px;
}

#hire .container .row>div:nth-child(1) .tech {
  margin-bottom: 40px;
  padding-right: 50px;
}

#hire .container .row>div:nth-child(1) div ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px;
  margin: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hire .container .row>div:nth-child(1) div ul li {
  list-style: none;
  width: calc(50% - 5px);
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#hire .container .row>div:nth-child(1) div ul li span {
  display: inline-block;
}

#hire .container .row>div:nth-child(1) div ul li span:nth-child(1) {
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#hire .container .row>div:nth-child(1) div ul li span:nth-child(2) {
  line-height: 25px;
}

#hire .container .row>div:nth-child(2) {
  max-width: 400px;
  padding: 0px 15px;
  padding-left: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -150px;
  z-index: 11;
}

#hire .container .row>div:nth-child(2) .form {
  background: #fff;
  max-width: 380px;
  padding: 15px 15px 25px;
  border: 1px solid #D1D1D1;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 1;
}

#hire .container .row>div:nth-child(2) .form .head {
  padding-bottom: 20px;
}

#hire .container .row>div:nth-child(2) .form .head h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 48px;
  letter-spacing: -0.9px;
}

#hire .container .row>div:nth-child(2) .form .head>span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

#hire .container .row>div:nth-child(2) .form .wpcf7-not-valid-tip {
  font-size: 14px !important;
  padding-bottom: 10px;
  margin-top: -10px;
}

#hire .container .row>div:nth-child(2) .form .formBody ul {
  padding: 0px;
  margin: 0px;
}

#hire .container .row>div:nth-child(2) .form .formBody ul li {
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid #D1D1D1;
}

#hire .container .row>div:nth-child(2) .form .formBody ul li input[type=text],
#hire .container .row>div:nth-child(2) .form .formBody ul li input[type=email],
#hire .container .row>div:nth-child(2) .form .formBody ul li input[type=tel] {
  padding: 10px 0px;
  border: none;
  outline: none;
  width: 100%;
}

#hire .container .row>div:nth-child(2) .form .formBody ul li textarea {
  padding: 15px 0 0;
  width: 100%;
  resize: none;
  height: 150px;
  outline: none;
  border: none;
}

#hire .container .row>div:nth-child(2) .form .foot {
  padding-bottom: 20px;
}

#hire .container .row>div:nth-child(2) .form .foot ul {
  margin: 0px;
  padding: 0px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#hire .container .row>div:nth-child(2) .form .foot ul li {
  list-style: none;
}

#hire .container .row>div:nth-child(2) .form .foot ul li .ajax-loader {
  position: absolute;
  left: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 40px);
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
}

#hire .container .row>div:nth-child(2) .form .foot ul li .wpcf7-not-valid-tip {
  margin: 0;
  padding: 0;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1) {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1)>span:nth-child(1) {
  display: block;
  margin-bottom: 5px;
  color: #6c757d;
  width: 100%;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1)>span:nth-child(2) {
  display: inline-block;
  height: 40px;
  width: 110px;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1)>span:nth-child(2) img {
  width: auto;
  height: 40px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  padding: 5px;
  margin-right: 15px;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1)>span:nth-child(3) {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 110px);
  flex: 1 1 calc(100% - 110px);
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(1)>span:nth-child(3) input[type=text] {
  width: 100%;
  border: 1px solid #D1D1D1;
  outline: none;
  padding: 5px 10px;
  border-radius: 4px;
  height: 40px;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(2) {
  width: 100%;
  margin-top: 20px;
}

#hire .container .row>div:nth-child(2) .form .foot ul>li:nth-child(2) input[type=submit] {
  width: 100%;
  background: #2A8BF6;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  outline: none;
  padding: 10px 0px;
}

#hire .captchaRow .flex input[type=text],
#client-and-award .client-flexbox #hire .captchaRow .listingbox input[type=text],
#client-and-award .client-flexbox #hire .captchaRow .item input[type=text],
#hire .captchaRow #client-and-award .client-flexbox input[type=text],
#client-and-award #hire .captchaRow .client-flexbox input[type=text],
#development .container .row .apps>div:last-child a #hire .captchaRow span input[type=text],
#development .container .row .apps>div:last-child #hire .captchaRow a input[type=text],
#hire .captchaRow #development .container .row .apps input[type=text],
#development .container .row #hire .captchaRow .apps input[type=text],
#business .container .row .hiring #hire .captchaRow div.aos-init input[type=text],
#hire .captchaRow #business .container .row .hiring input[type=text],
#business .container .row #hire .captchaRow .hiring input[type=text],
#business .container .row .free div #hire .captchaRow a input[type=text],
#hire .captchaRow #business .container .row .free input[type=text],
#business .container .row #hire .captchaRow .free input[type=text],
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) input[type=text],
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 input[type=text],
#hire .captchaRow .page-template-template-hire-developers #process ul input[type=text],
.page-template-template-hire-developers #process #hire .captchaRow ul input[type=text],
#hire .captchaRow .form-icon-box .item input[type=text],
#hire .form-icon-box .captchaRow .item input[type=text],
#hire .captchaRow .container .row>div:nth-child(1) div ul input[type=text],
#hire .container .row>div:nth-child(1) div .captchaRow ul input[type=text],
#hire .container .row>div:nth-child(1) div ul .captchaRow li input[type=text],
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) input[type=text],
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul input[type=text],
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul input[type=text] {
  border: 1px solid #D1D1D1;
  padding: 8px;
  border-radius: 4px;
  max-width: 50px;
  text-align: center;
}

#hire .captchaRow .flex .num,
#client-and-award .client-flexbox #hire .captchaRow .listingbox .num,
#client-and-award .client-flexbox #hire .captchaRow .item .num,
#hire .captchaRow #client-and-award .client-flexbox .num,
#client-and-award #hire .captchaRow .client-flexbox .num,
#development .container .row .apps>div:last-child a #hire .captchaRow span .num,
#development .container .row .apps>div:last-child #hire .captchaRow a .num,
#hire .captchaRow #development .container .row .apps .num,
#development .container .row #hire .captchaRow .apps .num,
#business .container .row .hiring #hire .captchaRow div.aos-init .num,
#hire .captchaRow #business .container .row .hiring .num,
#business .container .row #hire .captchaRow .hiring .num,
#business .container .row .free div #hire .captchaRow a .num,
#hire .captchaRow #business .container .row .free .num,
#business .container .row #hire .captchaRow .free .num,
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) .num,
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 .num,
#hire .captchaRow .page-template-template-hire-developers #process ul .num,
.page-template-template-hire-developers #process #hire .captchaRow ul .num,
#hire .captchaRow .form-icon-box .item .num,
#hire .form-icon-box .captchaRow .item .num,
#hire .captchaRow .container .row>div:nth-child(1) div ul .num,
#hire .container .row>div:nth-child(1) div .captchaRow ul .num,
#hire .container .row>div:nth-child(1) div ul .captchaRow li .num,
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) .num,
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul .num,
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul .num,
#hire .captchaRow .flex .plus,
#client-and-award .client-flexbox #hire .captchaRow .listingbox .plus,
#client-and-award .client-flexbox #hire .captchaRow .item .plus,
#hire .captchaRow #client-and-award .client-flexbox .plus,
#client-and-award #hire .captchaRow .client-flexbox .plus,
#development .container .row .apps>div:last-child a #hire .captchaRow span .plus,
#development .container .row .apps>div:last-child #hire .captchaRow a .plus,
#hire .captchaRow #development .container .row .apps .plus,
#development .container .row #hire .captchaRow .apps .plus,
#business .container .row .hiring #hire .captchaRow div.aos-init .plus,
#hire .captchaRow #business .container .row .hiring .plus,
#business .container .row #hire .captchaRow .hiring .plus,
#business .container .row .free div #hire .captchaRow a .plus,
#hire .captchaRow #business .container .row .free .plus,
#business .container .row #hire .captchaRow .free .plus,
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) .plus,
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 .plus,
#hire .captchaRow .page-template-template-hire-developers #process ul .plus,
.page-template-template-hire-developers #process #hire .captchaRow ul .plus,
#hire .captchaRow .form-icon-box .item .plus,
#hire .form-icon-box .captchaRow .item .plus,
#hire .captchaRow .container .row>div:nth-child(1) div ul .plus,
#hire .container .row>div:nth-child(1) div .captchaRow ul .plus,
#hire .container .row>div:nth-child(1) div ul .captchaRow li .plus,
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) .plus,
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul .plus,
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul .plus {
  border: 1px solid #D1D1D1;
  padding: 8px 15px;
}

#hire .captchaRow .flex .num1,
#client-and-award .client-flexbox #hire .captchaRow .listingbox .num1,
#client-and-award .client-flexbox #hire .captchaRow .item .num1,
#hire .captchaRow #client-and-award .client-flexbox .num1,
#client-and-award #hire .captchaRow .client-flexbox .num1,
#development .container .row .apps>div:last-child a #hire .captchaRow span .num1,
#development .container .row .apps>div:last-child #hire .captchaRow a .num1,
#hire .captchaRow #development .container .row .apps .num1,
#development .container .row #hire .captchaRow .apps .num1,
#business .container .row .hiring #hire .captchaRow div.aos-init .num1,
#hire .captchaRow #business .container .row .hiring .num1,
#business .container .row #hire .captchaRow .hiring .num1,
#business .container .row .free div #hire .captchaRow a .num1,
#hire .captchaRow #business .container .row .free .num1,
#business .container .row #hire .captchaRow .free .num1,
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) .num1,
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 .num1,
#hire .captchaRow .page-template-template-hire-developers #process ul .num1,
.page-template-template-hire-developers #process #hire .captchaRow ul .num1,
#hire .captchaRow .form-icon-box .item .num1,
#hire .form-icon-box .captchaRow .item .num1,
#hire .captchaRow .container .row>div:nth-child(1) div ul .num1,
#hire .container .row>div:nth-child(1) div .captchaRow ul .num1,
#hire .container .row>div:nth-child(1) div ul .captchaRow li .num1,
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) .num1,
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul .num1,
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul .num1 {
  border-right: 0px;
  border-radius: 4px 0 0 4px;
}

#hire .captchaRow .flex .plus,
#client-and-award .client-flexbox #hire .captchaRow .listingbox .plus,
#client-and-award .client-flexbox #hire .captchaRow .item .plus,
#hire .captchaRow #client-and-award .client-flexbox .plus,
#client-and-award #hire .captchaRow .client-flexbox .plus,
#development .container .row .apps>div:last-child a #hire .captchaRow span .plus,
#development .container .row .apps>div:last-child #hire .captchaRow a .plus,
#hire .captchaRow #development .container .row .apps .plus,
#development .container .row #hire .captchaRow .apps .plus,
#business .container .row .hiring #hire .captchaRow div.aos-init .plus,
#hire .captchaRow #business .container .row .hiring .plus,
#business .container .row #hire .captchaRow .hiring .plus,
#business .container .row .free div #hire .captchaRow a .plus,
#hire .captchaRow #business .container .row .free .plus,
#business .container .row #hire .captchaRow .free .plus,
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) .plus,
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 .plus,
#hire .captchaRow .page-template-template-hire-developers #process ul .plus,
.page-template-template-hire-developers #process #hire .captchaRow ul .plus,
#hire .captchaRow .form-icon-box .item .plus,
#hire .form-icon-box .captchaRow .item .plus,
#hire .captchaRow .container .row>div:nth-child(1) div ul .plus,
#hire .container .row>div:nth-child(1) div .captchaRow ul .plus,
#hire .container .row>div:nth-child(1) div ul .captchaRow li .plus,
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) .plus,
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul .plus,
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul .plus {
  border-right: 0px;
  border-left: 0px;
  padding: 8px 0;
}

#hire .captchaRow .flex .num2,
#client-and-award .client-flexbox #hire .captchaRow .listingbox .num2,
#client-and-award .client-flexbox #hire .captchaRow .item .num2,
#hire .captchaRow #client-and-award .client-flexbox .num2,
#client-and-award #hire .captchaRow .client-flexbox .num2,
#development .container .row .apps>div:last-child a #hire .captchaRow span .num2,
#development .container .row .apps>div:last-child #hire .captchaRow a .num2,
#hire .captchaRow #development .container .row .apps .num2,
#development .container .row #hire .captchaRow .apps .num2,
#business .container .row .hiring #hire .captchaRow div.aos-init .num2,
#hire .captchaRow #business .container .row .hiring .num2,
#business .container .row #hire .captchaRow .hiring .num2,
#business .container .row .free div #hire .captchaRow a .num2,
#hire .captchaRow #business .container .row .free .num2,
#business .container .row #hire .captchaRow .free .num2,
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) .num2,
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 .num2,
#hire .captchaRow .page-template-template-hire-developers #process ul .num2,
.page-template-template-hire-developers #process #hire .captchaRow ul .num2,
#hire .captchaRow .form-icon-box .item .num2,
#hire .form-icon-box .captchaRow .item .num2,
#hire .captchaRow .container .row>div:nth-child(1) div ul .num2,
#hire .container .row>div:nth-child(1) div .captchaRow ul .num2,
#hire .container .row>div:nth-child(1) div ul .captchaRow li .num2,
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) .num2,
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul .num2,
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul .num2 {
  border-left: 0px;
  border-radius: 0 4px 4px 0;
}

#hire .captchaRow .flex .equal,
#client-and-award .client-flexbox #hire .captchaRow .listingbox .equal,
#client-and-award .client-flexbox #hire .captchaRow .item .equal,
#hire .captchaRow #client-and-award .client-flexbox .equal,
#client-and-award #hire .captchaRow .client-flexbox .equal,
#development .container .row .apps>div:last-child a #hire .captchaRow span .equal,
#development .container .row .apps>div:last-child #hire .captchaRow a .equal,
#hire .captchaRow #development .container .row .apps .equal,
#development .container .row #hire .captchaRow .apps .equal,
#business .container .row .hiring #hire .captchaRow div.aos-init .equal,
#hire .captchaRow #business .container .row .hiring .equal,
#business .container .row #hire .captchaRow .hiring .equal,
#business .container .row .free div #hire .captchaRow a .equal,
#hire .captchaRow #business .container .row .free .equal,
#business .container .row #hire .captchaRow .free .equal,
.page-template-template-hire-developers #process ul #hire .captchaRow li:nth-child(5) .equal,
.page-template-template-hire-developers #process ul li div #hire .captchaRow h4 .equal,
#hire .captchaRow .page-template-template-hire-developers #process ul .equal,
.page-template-template-hire-developers #process #hire .captchaRow ul .equal,
#hire .captchaRow .form-icon-box .item .equal,
#hire .form-icon-box .captchaRow .item .equal,
#hire .captchaRow .container .row>div:nth-child(1) div ul .equal,
#hire .container .row>div:nth-child(1) div .captchaRow ul .equal,
#hire .container .row>div:nth-child(1) div ul .captchaRow li .equal,
#hire .container .row>div:nth-child(1) div ul li .captchaRow span:nth-child(1) .equal,
#hire .captchaRow .container .row>div:nth-child(2) .form .foot ul .equal,
#hire .container .row>div:nth-child(2) .form .foot .captchaRow ul .equal {
  margin-right: 0px;
}

#hire .form-icon-box {
  text-align: center;
}

#hire .form-icon-box .item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hire .form-icon-box .item a {
  display: block;
  margin: 0 10px;
}

#hire .form-icon-box .item a img {
  display: block;
  width: 117px;
  height: 30px;
  object-fit: cover;
}

#whyChoose {
  padding: 80px 0 60px;
  background: url(../img/whychoose-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#whyChoose .container .row>div:nth-child(1) {
  max-width: 1040px;
  margin: auto;
}

#whyChoose .container .row>div:nth-child(1)>h2 {
  font-size: 48px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 40px;
}

#whyChoose .container .row>div:nth-child(1)>h2 span.marker {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

#whyChoose .container .row>div:nth-child(1)>h2 span.marker:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  width: 101%;
  left: 0px;
  background: #FECF4C;
  height: 50%;
  z-index: -1;
  bottom: 0;
}

#whyChoose .container .row>div:nth-child(1)>h2 span.marker.inview:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

#whyChoose .container .row>div:nth-child(1)>p {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  line-height: 33px;
  text-align: left;
  margin-bottom: 30px;
}

#accordion .collapsing {
  position: relative;
  height: auto !important;
  overflow: hidden;
  -webkit-transition: height 0s ease;
  transition: height 0s ease;
}

.page-template-template-hire-developers #process ul {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page-template-template-hire-developers #process ul li {
  list-style: none;
  width: 50%;
  position: relative;
  padding-bottom: 50px;
}

.page-template-template-hire-developers #process ul li:last-child {
  padding-bottom: 0px !important;
}

.page-template-template-hire-developers #process ul li div h4 {
  font-size: 24px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-template-hire-developers #process ul li div h4 span {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FF5E5E;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  white-space: nowrap;
  min-width: 40px;
}

.page-template-template-hire-developers #process ul li div>span {
  display: block;
  margin-bottom: 10px;
  padding-left: 60px;
  color: #FF5E5E;
}

.page-template-template-hire-developers #process ul li div>p {
  padding-left: 60px;
}

.page-template-template-hire-developers #process ul div.offer h4 {
  color: rgb(9, 178, 60);
}

.page-template-template-hire-developers #process ul li:last-child::after {
  border-left: none !important;
}

.page-template-template-hire-developers #process ul li:nth-child(1) div h4 {
  width: 230px;
  border-right: 1px solid #FF5E5E;
}

.page-template-template-hire-developers #process ul li:nth-child(1) div h4 span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-template-template-hire-developers #process ul li:nth-child(1) div>span {
  display: block !important;
}

.page-template-template-hire-developers #process ul li:nth-child(1) div:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 240px);
  top: 20px;
  border-top: 1px solid #FF5E5E;
  right: 10px;
}

.page-template-template-hire-developers #process ul li:nth-child(5) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.page-template-template-hire-developers #process ul li:nth-child(5) div {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 100%;
}

.page-template-template-hire-developers #process ul li:nth-child(5) div span:nth-child(1) {
  display: block;
  padding-top: 10px;
  position: relative;
  padding-left: 0px;
  padding-right: 25%;
  text-align: right;
  color: #000;
}

.page-template-template-hire-developers #process ul li:nth-child(5) div span:nth-child(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 1px solid #FF5E5E;
  width: 14%;
  top: 0;
  right: 25%;
}

.page-template-template-hire-developers #process ul li:nth-child(5) div span:nth-child(2) {
  display: block;
  text-align: right;
  padding-left: 0%;
  font-size: 24px;
  color: #FF5E5E;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  margin: 0px;
  padding-right: 25%;
}

.page-template-template-hire-developers #process ul li:nth-child(5) div span:nth-child(2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 1px solid #FF5E5E;
  width: 14%;
  bottom: 0;
  right: 25%;
}

.page-template-template-hire-developers #process ul>li:nth-child(5)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  border-right: 1px solid #FF5E5E;
  height: 100%;
  bottom: 0;
  right: 32%;
  z-index: 0;
}

.page-template-template-hire-developers #process ul>li:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: 20px;
  border-left: 1px solid #FF5E5E;
  height: calc(100% - 55px);
  bottom: 5px;
}

.page-template-template-hire-developers #process ul>li:nth-child(2n+1) span {
  display: none;
}

.page-template-template-hire-developers #process ul>li:nth-child(3)::before {
  content: "";
  display: inline-block;
  border-right: 1px solid #FF5E5E;
  position: absolute;
  height: calc(100% - 20px);
  right: 32%;
  bottom: 0px;
}

.page-template-template-hire-developers #process ul>li:nth-child(3)::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #FF5E5E;
  position: absolute;
  width: 30%;
  right: 9px;
  top: 20px;
}

.page-template-template-hire-developers #process ul>li:nth-child(7)::before {
  content: "";
  display: inline-block;
  border-right: 1px solid #FF5E5E;
  position: absolute;
  height: calc(100% + 20px);
  right: 32%;
  top: 0%;
}

.page-template-template-hire-developers #process ul>li:nth-child(9)::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #FF5E5E;
  position: absolute;
  width: 30%;
  right: 9px;
  top: 20px;
}

#business {
  padding: 80px 0 60px;
}

#business .col-md-10 {
  margin: 0 auto;
}

#business .container .row .col-md-10 {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}

#business .container .row h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

#business .container .row h2 span.marker {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

#business .container .row h2 span.marker:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  width: 101%;
  left: 0px;
  background: #FECF4C;
  height: 50%;
  z-index: -1;
  bottom: 0;
}

#business .container .row h2 span.marker:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

#business .container .row .free {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#business .container .row .free div:first-child {
  width: 85%;
}

#business .container .row .free div p {
  font-size: 18px;
}

#business .container .row .free div a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  color: #2A8BF6;
  line-height: 40px;
  border-bottom: 1px solid #2A8BF6;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#business .container .row .free div a svg {
  margin-left: 15px;
  width: 14px;
}

#business .container .row .free div a svg path {
  stroke: #2A8BF6;
}

#business .container .row .free div a:hover {
  text-decoration: none;
  color: #FF5E5E;
  border-bottom: 1px solid #FF5E5E;
}

#business .container .row .free div a:hover svg path {
  stroke: #FF5E5E;
}

#business .container .row .hiring {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#business .container .row .hiring div.aos-init {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#business .container .row .hiring div.aos-init:last-child .item {
  border-bottom: none !important;
}

#business .container .row .hiring div.aos-init:last-child .item:nth-child(even) {
  border-bottom: 1px solid #ddd;
}

#business .container .row .hiring div.aos-init:nth-child(odd) h3 {
  padding-left: 0;
}

#business .container .row .hiring div.aos-init:nth-child(odd) .item:nth-child(even) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#business .container .row .hiring div.aos-init:nth-child(odd) .item:nth-child(odd) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#business .container .row .hiring div.aos-init .item:nth-child(even) {
  width: calc(100% - 300px);
  padding-right: 100px;
  border-top: 1px solid #ddd;
  padding: 50px 0;
}

#business .container .row .hiring div.aos-init .item:nth-child(odd) {
  width: 200px;
  text-align: center;
}

#business .container .row .hiring div.aos-init .circleanimate {
  position: relative;
  width: 200px;
  height: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#business .container .row .hiring div.aos-init .circleanimate>div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#business .container .row .hiring div.aos-init .circleanimate .icon {
  position: relative;
  z-index: 2;
}

#business .container .row .hiring div.aos-init .circleanimate .icon img {
  width: 140px;
  height: 140px;
}

#business .container .row .hiring div.aos-init .circleanimate .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: dots 6s infinite linear;
  animation: dots 6s infinite linear;
}

#business .container .row .hiring div.aos-init .circleanimate .dots .dot1 {
  width: 12px;
  height: 12px;
  background: #8ad9fd;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: -5%;
  -webkit-transform: translate(15px, 5px);
  transform: translate(15px, 5px);
  -webkit-animation: dot1 1.5s infinite alternate;
  animation: dot1 1.5s infinite alternate;
}

#business .container .row .hiring div.aos-init .circleanimate .dots .dot2 {
  width: 12px;
  height: 12px;
  background: #b8a6f7;
  position: absolute;
  border-radius: 50%;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate(-8px, 8px);
  transform: translate(-8px, 8px);
  -webkit-animation: dot2 1.5s infinite alternate;
  animation: dot2 1.5s infinite alternate;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#business .container .row .hiring div.aos-init .circleanimate .dots .dot3 {
  width: 12px;
  height: 12px;
  background: #fac5a7;
  position: absolute;
  border-radius: 50%;
  right: 8px;
  top: 25%;
  -webkit-transform: translate(-5px, -12px);
  transform: translate(-5px, -12px);
  -webkit-animation: dot3 1.5s infinite alternate;
  animation: dot3 1.5s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#business .container .row .hiring div.aos-init>span {
  display: block;
  margin-bottom: 20px;
}

#business .container .row .hiring div.aos-init h3 {
  padding-left: 60px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#business .container .row .hiring div.aos-init p {
  font-size: 20px;
  font-weight: 400;
}

#development {
  padding: 60px 0 45px;
}

#development .container .row h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

#development .container .row h2 span {
  position: relative;
  padding-right: 15px;
  z-index: 1;
  padding-left: 5px;
}

#development .container .row h2 span:after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  background: #FECF4C;
  left: 0;
  z-index: -1;
}

#development .container .row h2 span.inview:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

#development .container .row h2+p {
  margin-bottom: 60px;
  font-size: 20px;
}

#development .container .row .apps {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

#development .container .row .apps>div {
  width: calc(33.3% - 15px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

#development .container .row .apps>div>span {
  display: block;
  margin-bottom: 30px;
}

#development .container .row .apps>div h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

#development .container .row .apps>div p {
  font-size: 20px;
  line-height: 34px;
  margin: 0px 0 30px 0;
}

#development .container .row .apps div:nth-child(3n-1) {
  margin: 0px 22.7px;
  margin-bottom: 20px;
}

#development .container .row .apps>div:last-child {
  position: relative;
  overflow: hidden;
}

#development .container .row .apps>div:last-child a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #FF5E5E;
}

#development .container .row .apps>div:last-child a span {
  color: #FF5E5E;
  font-size: 40px;
  margin: 0px;
  letter-spacing: 1px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -5px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

#development .container .row .apps>div:last-child a svg {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 1;
}

#development .container .row .apps>div:last-child a svg path {
  stroke: #FF5E5E;
}

#development .container .row .apps>div:last-child a:after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  background: #FF5E5E;
  opacity: 0.1;
  right: -65px;
  bottom: -65px;
}

#development .container .row .apps>div:last-child a:hover {
  color: #FF5E5E;
  border: 1px solid #FF5E5E;
  text-decoration: none;
}

#development .container .row .apps>div:last-child a:hover:after {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 1;
}

#development .container .row .apps>div:last-child a:hover span {
  color: #fff;
}

#development .container .row .apps>div:last-child a:hover svg path {
  stroke: #fff;
}

#development .container .row .apps>div:last-child a.bgnone {
  display: inline;
  vertical-align: middle;
  position: relative;
  width: auto;
  height: auto;
  padding: 8px 30px;
  left: auto;
  right: auto;
  top: auto;
}

#development .container .row .apps>div:last-child a.bgnone:after {
  display: none;
}

#development .container .row .apps>div:last-child a.bgnone:hover {
  background: #FF5E5E;
  color: #fff;
  border: 1px solid #FF5E5E;
  text-decoration: none;
}

#section-cta {
  background: transparent linear-gradient(102deg, #08B3E5 0%, #63D6B5 100%) 0% 0% no-repeat;
  padding: 80px 0 75px;
}

#section-cta .col-md-12 {
  max-width: 1000px;
  margin: 0 auto;
}

#section-cta .title {
  font-size: 50px;
  font-weight: 900;
  color: white;
  margin-bottom: 30px;
}

#section-cta .title span.marker {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

#section-cta .title span.marker:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  width: 101%;
  left: 0px;
  background: #ffc603;
  height: 50%;
  z-index: -1;
  bottom: 0;
}

#section-cta .title span.marker:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

#section-cta .button {
  background: transparent linear-gradient(105deg, #FF5E5E 0%, #FBBC29 100%) 0% 0% no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 600;
  color: white;
  min-width: 275px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1803921569);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1803921569);
  border-radius: 5px;
}

#section-cta .button+p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-top: 15px;
}

#questions {
  padding: 60px 0px 0;
}

#questions .container .row>div:nth-child(1) {
  margin: auto;
}

#questions .container .row>div:nth-child(1) h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

#questions .container .row>div:nth-child(1) h2 .marker {
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

#questions .container .row>div:nth-child(1) h2 .marker:after {
  content: "";
  height: 50%;
  bottom: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #FECF4C;
  z-index: -1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}

#questions .container .row>div:nth-child(1) h2 .marker.inview:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

#questions .container .row>div:nth-child(1) p {
  margin-bottom: 50px;
}

#questions .container .row>div:nth-child(1) .accordion .card {
  border: none;
  border-radius: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header {
  background: #fff;
  margin-bottom: 0px;
  border: none;
  padding: 0;
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 button {
  color: #000;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0.75rem 15px;
  font-size: 24px;
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 .btn-link {
  font-weight: 600;
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 .btn-link:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: url("../img/minus-icon.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 .btn-link.collapsed {
  font-weight: 400;
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 .btn-link.collapsed:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url("../img/plus-icon.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 button:hover {
  text-decoration: none;
}

#questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 button:focus {
  text-decoration: none;
}

#questions .container .row>div:nth-child(1) .accordion .card .card-body {
  font-size: 20px;
  padding: 0.75rem 15px 1.25rem;
}

#company-info-sec {
  background: #FF5E5E;
  padding: 20px 0;
  position: relative;
}

#company-info-sec::after {
  content: "";
  background: radial-gradient(rgba(204, 204, 204, 0.5215686275) 2%, #FF5E5E 40%);
  background-size: 6px 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#company-info-sec .infolist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 450px);
  text-align: center;
  z-index: 11;
}

#company-info-sec .infolist .item {
  padding: 5px 15px;
  width: 200px;
  font-size: 15px;
  color: white;
  border-right: 1px solid white;
  height: 100%;
}

#company-info-sec .infolist .item:last-child {
  border-right: 0;
}

#company-info-sec .infolist .item h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

#company-info-sec .infolist .item p {
  letter-spacing: 0.3px;
}

#company-info-sec .infolist .item p strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

#client-and-award {
  padding: 40px 0;
}

#client-and-award .client-flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#client-and-award .client-flexbox .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#client-and-award .client-flexbox .item.awards-item {
  width: calc(100% - 700px);
}

#client-and-award .client-flexbox .item.awards-item .title {
  text-align: center;
}

#client-and-award .client-flexbox .item.awards-item .listingbox li {
  width: 25%;
}

#client-and-award .client-flexbox .title-box {
  width: 90px;
  margin-right: 10px;
}

#client-and-award .client-flexbox .title-box .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

#client-and-award .client-flexbox .listingbox {
  list-style: none;
  width: calc(100% - 100px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#client-and-award .client-flexbox .listingbox li {
  width: 16.66%;
  padding: 10px;
}

#client-and-award .client-flexbox .listingbox li img {
  max-width: 100%;
}

@media screen and (max-width: 1699px) {
  #hire .container .row>div:nth-child(1) .tech {
    padding-right: 0;
    margin-bottom: 20px;
  }

  #company-info-sec .infolist .item {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1399px) {
  #development .container .row h2+p br {
    display: none;
  }

  #questions .container .row>div:nth-child(1),
  #Reatdeveloper .container .row>div:nth-child(1),
  #whyChoose .container .row>div:nth-child(1) {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 1365px) {
  #hire h1 {
    font-size: 50px;
    line-height: 55px;
  }

  #hire .container .row {
    min-height: 460px;
  }

  #whyChoose .container .row>div:nth-child(1)>p {
    font-size: 20px;
  }

  #development .container .row .apps>div p {
    font-size: 18px;
  }

  #business .container .row .hiring div.aos-init p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1279px) {
  #hire .container .row>div:nth-child(1) {
    padding-bottom: 10px;
    width: calc(100% - 400px);
  }

  #company-info-sec .infolist {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1199px) {
  #hire {
    padding-bottom: 35px;
  }

  #hire .container .row {
    min-height: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #hire .container .row>div:nth-child(2) {
    position: static;
    bottom: auto;
    margin-bottom: 0;
  }

  #hire .container .row>div:nth-child(2) .form {
    border-radius: 8px;
  }

  #hire .container .row>div:nth-child(2) .form .head {
    padding-bottom: 10px;
  }

  #hire .container .row>div:nth-child(2) .form .formBody ul li textarea {
    height: 100px;
  }

  #company-info-sec .infolist {
    width: 100%;
  }

  #company-info-sec .infolist .item {
    font-size: 15px;
  }

  #client-and-award .client-flexbox {
    display: block;
  }

  #client-and-award .client-flexbox .item.awards-item {
    width: 100%;
  }

  #development .container .row .apps {
    margin: 0 -15px;
  }

  #development .container .row .apps>div {
    width: calc(50% - 30px);
    padding: 20px;
    margin: 0px 15px 30px !important;
  }
}

@media screen and (max-width: 992px) {
  #hire h1 {
    font-size: 64px;
    line-height: 76px;
  }

  #business .col-md-10 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #business .container .row .hiring div.aos-init .item:nth-child(even) {
    width: calc(100% - 200px);
  }

  #business .container .row .hiring div.aos-init .circleanimate {
    width: 140px;
    height: 140px;
  }

  #business .container .row .hiring div.aos-init .circleanimate .icon img {
    width: 100px;
    height: 100px;
  }

  #hire .container .row>div:nth-child(1),
  #hire .container .row>div:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }

  #hire .container .row>div:nth-child(2) {
    margin-top: 50px;
  }

  #hire .container .row>div:nth-child(2):after {
    width: 320%;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }

  #hire .container .row>div:nth-child(2) .form {
    max-width: inherit;
  }

  #client-and-award {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  #hire h1 {
    font-size: 50px;
  }

  #company-info-sec .infolist .item {
    font-size: 13px;
  }

  #company-info-sec .infolist .item h3 {
    font-size: 25px;
  }

  #company-info-sec .infolist .item p {
    letter-spacing: 0;
  }

  #company-info-sec .infolist .item p strong {
    font-size: 15px;
  }

  #whyChoose {
    padding: 60px 0 40px;
  }

  #whyChoose .container .row>div:nth-child(1)>h2 {
    font-size: 36px;
  }

  #whyChoose .container .row>div:nth-child(1)>p {
    font-size: 18px;
  }

  #development {
    padding: 45px 0 30px;
  }

  #development .container .row h2 {
    font-size: 36px;
  }

  #development .container .row h2+p {
    font-size: 18px;
  }

  #development .container .row .apps>div h4 {
    font-size: 22px;
  }

  #section-cta {
    padding: 45px 0 50px;
  }

  #section-cta .title {
    font-size: 36px;
  }

  #section-cta .button {
    font-size: 22px;
  }

  #business {
    padding: 45px 0 20px;
  }

  #business .container .row h2 {
    font-size: 36px;
  }

  #questions {
    padding: 45px 0 0;
  }

  #questions .container .row>div:nth-child(1) h2 {
    font-size: 36px;
  }

  #questions .container .row>div:nth-child(1) .accordion .card .card-header>h2 button {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #business .container .row .free div:first-child {
    width: 100%;
  }

  #business .container .row .hiring div.aos-init {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 30px;
  }

  #business .container .row .hiring div.aos-init:last-child {
    border-bottom: none;
  }

  #business .container .row .hiring div.aos-init:first-child {
    border-top: 1px solid #ddd;
  }

  #business .container .row .hiring div.aos-init .item:nth-child(odd) {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    width: 100% !important;
    text-align: left;
  }

  #business .container .row .hiring div.aos-init .item:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    width: 100% !important;
    border: 0px !important;
    padding: 0px !important;
  }

  #business .container .row .hiring div.aos-init h3 {
    padding-left: 0;
  }

  #client-and-award .client-flexbox .item {
    display: block;
    margin-bottom: 20px;
  }

  #client-and-award .client-flexbox .item:last-child {
    margin-bottom: 0;
  }

  #client-and-award .client-flexbox .item .title-box {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  #client-and-award .client-flexbox .listingbox {
    width: 100%;
    text-align: center;
  }
}

img[alt="check"] {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media screen and (max-width: 640px) {
  #hire.hireSec .tagline {
    font-size: 25px;
  }

  #client-and-award .client-flexbox .title-box .title {
    font-size: 22px;
  }

  #client-and-award .client-flexbox .listingbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #client-and-award .client-flexbox .listingbox li {
    width: 33.333%;
    padding: 8px;
  }

  #client-and-award .client-flexbox .listingbox li img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: auto;
    object-fit: contain;

  }

  .container {
    max-width: 560px;
  }

  #business .container .row>div:nth-child(1) .free div a {
    display: none;
  }

  #business .container .row>div:nth-child(1) .free div:first-child {
    width: 100%;
  }

  #development .container .row .apps>div {
    width: 100%;
    margin: 15px 0 !important;
    min-height: 120px;
  }

  #Reatdeveloper .container .row>div:nth-child(1)>h2 br {
    display: none;
  }

  #whyChoose {
    padding: 40px 0 25px;
  }

  #whyChoose .container .row>div:nth-child(1)>h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #whyChoose .container .row>div:nth-child(1) p {
    margin-bottom: 15px;
  }

  #development {
    padding: 40px 0 25px;
  }

  #development .container .row h2 {
    font-size: 30px;
  }

  #development .container .row .apps {
    margin-left: 0;
    margin-right: 0;
  }

  #section-cta {
    padding: 40px 0 45px;
  }

  #section-cta .title {
    font-size: 30px;
  }

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

  #business {
    padding-top: 35px;
  }

  #questions .container .row>div:nth-child(1) h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 579px) {
  #development .container .row .apps>div {
    width: 100%;
    margin: 15px 0 !important;
  }

  #process ul li {
    width: 100% !important;
  }

  #process ul>li:nth-child(1) div h4 {
    border-right: none !important;
    width: 100% !important;
  }

  #process ul>li:nth-child(1) div::after {
    display: none !important;
  }

  #process ul>li:nth-child(1)::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: 1px solid hsl(12deg, 97%, 66%);
    height: calc(100% - 55px);
    bottom: 5px;
    left: 20px;
  }

  #process ul>li:nth-child(3) {
    display: none !important;
  }

  #process ul>li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #process ul>li:nth-child(5) div>span:nth-child(1) {
    padding-right: 0px;
    text-align: center;
  }

  #process ul>li:nth-child(5) div>span:nth-child(1)::before {
    width: 100%;
    right: 0;
  }

  #process ul>li:nth-child(5) div>span:nth-child(2) {
    padding-right: 0px;
    text-align: center;
  }

  #process ul>li:nth-child(5) div>span:nth-child(2)::before {
    width: 100%;
    right: 0;
  }

  #process ul>li:nth-child(5)::after {
    display: none !important;
  }

  #process ul>li:nth-child(5)::after div span ::after,
  #process ul>li:nth-child(5)::after div span ::before {
    display: none;
  }

  #process ul>li:nth-child(7) {
    display: none !important;
  }

  #process ul>li:nth-child(9) {
    display: none !important;
  }

  #process ul>li:nth-child(11) {
    display: none !important;
  }

  #process ul>li:nth-child(13) {
    display: none !important;
  }

  .page-template-template-case-study #process ul>li:nth-child(1)::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: 0px solid hsl(12deg, 97%, 66%);
    height: calc(100% - 55px);
    bottom: 5px;
    left: 20px;
  }

  .page-template-template-case-study #process ul>li:nth-child(3) {
    display: block !important;
  }

  .page-template-template-case-study #process ul>li:nth-child(7) {
    display: block !important;
  }

  .page-template-template-case-study #process ul>li:nth-child(9) {
    display: block !important;
  }

  .page-template-template-case-study #process ul>li:nth-child(11) {
    display: block !important;
  }

  .page-template-template-case-study #process ul>li:nth-child(13) {
    display: block !important;
  }

  #Reatdeveloper {
    padding: 40px 0px;
  }

  #Reatdeveloper .container .row div h1 {
    font-size: 35px;
  }

  #hire .container .row>div:nth-child(1) div ul li {
    width: 100%;
  }

  #hire .container .row>div:nth-child(1) .tech {
    padding-right: 0px;
  }

  #hire {
    padding-top: 120px;
  }

  #hire h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0;
  }

  #hire .tech {
    margin-bottom: 25px !important;
  }

  #hire .container .row>div:nth-child(2) {
    padding-bottom: 0;
  }

  #hire .container .row>div:nth-child(2) .form .head h2 {
    font-size: 28px;
  }

  #hire .container .row>div:nth-child(2) {
    margin-top: 35px;
  }

  #company-info-sec .infolist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #company-info-sec .infolist .item {
    width: calc(50% - 10px);
    border-right: none;
    height: auto;
    margin-bottom: 15px;
  }

  #company-info-sec .infolist .item:last-child {
    margin-bottom: 0;
  }

  #company-info-sec .infolist .item p {
    letter-spacing: 0.3px;
  }
}

@media screen and (max-width: 479px) {
  #business .container .row>div:nth-child(1) .hiring>div ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #business .container .row>div:nth-child(1) .hiring>div ul li>span:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }

  #business .container .row>div:nth-child(1) .hiring>div ul li>span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 40px;
  }
}
.phone_number{
		padding-left: 52px !important;
}