@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Bold.woff2) format("woff2"),
    url(../fonts/OpenSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Light.woff2) format("woff2"),
    url(../fonts/OpenSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-ExtraBold.woff2) format("woff2"),
    url(../fonts/OpenSans-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"),
    url(../fonts/OpenSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2"),
    url(../fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.blog-feed .slick-arrow::after,
.line-border::before,
.line-btm.active:after,
.webby-logo-wrap::after {
  content: "";
}
body,
h5 {
  font-family: "Open Sans", sans-serif;
}
.request-quote,
.request-quote:hover {
  background: #00b256;
}

.request-quote a {
  color: #fff !important;
}

.blog-feed-wrap {
  background: #223547;
  padding: 15px 2.5%;
}

.feed-primary {
  width: 13%;
}

.feed-primary span {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.blog-feed {
  width: 87%;
  padding-left: 58px;
  position: relative;
}

.feed-slider {
  position: static !important;
}

.blog-feed .slick-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  margin-top: -12px;
  background: 0 0;
  height: 34px;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  z-index: 1;
  transform: translateY(-50%);
}

.blog-feed .slick-prev {
  border-top: 1px dotted #4e5d6c;
}

.blog-feed .slick-arrow::after {
  background-image: url(../images/sprite.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  margin: 0 auto;
  width: 14px;
  height: 17px;
  transform: rotate(-90deg);
}

.footer-col-4,
.line-border {
  position: relative;
}

.blog-feed .slick-prev::after {
  background-position: -998px -92px;
}

.blog-feed .slick-next::after {
  background-position: -999px -116px;
}

.blog-feed .slick-next::after,
.blog-feed .slick-prev::after {
  top: 6px;
}

.blog-feed .slick-next {
  top: 64px;
  right: 0;
  border-bottom: 1px dotted #4e5d6c;
}

.feed-block {
  padding: 10px 0;
}

.feed-text,
.feed-text a {
  color: #fff;
  padding: 0 25px;
}

.feed-text {
  font-size: 1.6rem;
  padding: 0 15px;
  min-height: 50px;
  line-height: 1.3;
  border-right: 1px solid #4e5d6c;
}

.footer-top {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 3%;
}

.footer-col {
  width: 24%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

h5 {
  color: #223547;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.footer-col-3 {
  padding-right: 20px;
}

.footer-col-4 {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.core-menu li,
.footer-address li {
  margin-bottom: 16px;
}

.address-content,
.address-tabing li,
.core-menu li a,
.dmca-sec span,
.footer-address li a,
.link-service li a {
  color: #223547;
  font-size: 1.6rem;
  transition: all 0.4s ease;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.address-tabing li.current,
.address-tabing li:hover,
.core-menu li a:hover,
.footer-address li a:hover,
.link-service li a:hover {
  color: #06f;
}

.tabs .tab-border::before {
  bottom: 6px;
}

.line-border::before {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #06f;
  transform-origin: 0 100%;
  transform: scaleX(0) translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}


.address-tabing li.current span::before,
.line-border:hover::before,
.tabbing-links li.active a::before {
  transform: scaleX(1) translateZ(0);
}

.footer-address .icon-us_flag {
  margin-top: -4px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-position: -488px -897px;
}

.icon-e-mail {
  width: 15px;
  height: 11px;
  background-position: -743px -904px;
  margin-right: 10px;
}

.address-tabing {
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
}

.address-tabing li {
  background: 0 0;
  margin-right: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-right: 1px solid #c2c2c2;
}

.address-tabing li:last-child,
.link-service ul li:last-child {
  border: none;
}

.address-content {
  display: none;
  color: #223547;
  line-height: 1.4;
  font-weight: 300;
}

.address-content.current {
  display: inherit;
}

.ny-logo {
  display: block;
}

.footer-col-4::before {
  width: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  height: 100%;
}

.icon-ny {
  background-position: -838px -1049px;
  width: 80px;
  height: 80px;
}

.footer-middle {
  background-color: #f8f6f6;
  padding: 20px 2.6%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.dmca-sec,
.footer-social {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.dmca-sec span,
.footer-social li {
  margin-right: 20px;
  display: inline-block;
}

.dmca-sec span,
.link-service li a {
  color: #223547;
}

.icon-dmca-footer {
  background-position: -543px -893px;
  width: 77px;
  height: 24px;
  display: block;
  margin-bottom: 0;
}

.footer-social li a i,
.icon-dmca-footer {
  text-indent: -9999px;
  overflow: hidden;
}

.footer-social li a {
  display: block;
  color: #223547;
  position: relative;
  transition: 0.3s;
}

.icon-ins {
  background-position: -849px -331px;
  width: 16px;
  height: 16px;
}

.icon-tw {
  background-position: -904px -336px;
  width: 17px;
  height: 14px;
}

.icon-g-plus {
  background-position: -937px -336px;
  width: 16px;
  height: 16px;
}

.icon-fb {
  background-position: -879px -331px;
  width: 11px;
  height: 19px;
}

.icon-dribble {
  background-position: -1039px -384px;
  width: 20px;
  height: 20px;
}

.line-btm.active::after,
.line-btm.active:after {
  width: 60%;
  height: 2px;
  background: #1070ff;
  top: 100%;
  left: 0;
  right: 0;
}

.link-service ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.link-service ul li {
  border-right: 1px solid #e4e4e4;
  margin-right: 10px;
  padding-right: 10px;
}

.traingle-drop {
  display: none;
}

.line-btm.active::after {
  position: absolute;
  margin: 0 auto;
}

.mix-menu li span {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
}

.cbp-hrmenu .cbp-hrsub-inner > div a.active {
  border-bottom: 2px solid #fff;
}

.line-btm.active {
  position: relative;
}

.line-btm.active:after {
  position: absolute;
  margin: 0 auto;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translatex(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translatex(-6px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translatex(6px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translatex(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translatex(-6px);
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translatex(6px);
  }
}

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translatex(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translatex(-6px);
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translatex(6px);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translatex(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translatex(-6px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translatex(6px);
  }
}

.shake {
  animation-name: shake;
  animation-fill-mode: both;
  animation-duration: 1s;
}

.dmca-footer img {
  display: none;
}

@media (max-width: 1400px) {
  .mix-menu li span {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .mix-menu .dedicated-list {
    margin-bottom: 12px !important;
  }

  .cbp-hrmenu .cbp-hrsub-inner > div a {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  .footer-col-4 {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 1280px) {
  .address-tabing li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .footer-top {
    padding: 48px 2%;
  }

  .footer-col-3 {
    padding-right: 9px;
  }

  .address-content,
  .address-tabing li,
  .core-menu li a,
  .dmca-sec span,
  .footer-address li a,
  .link-service li a {
    font-size: 1.5rem;
  }

  .address-tabing li {
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1024px) {
  .business-dev-box p {
    min-height: 175px;
  }

  .back-btn:after,
  .line-btm:after,
  .traingle-drop:after {
    content: "";
  }

  .line-btm.active::after {
    border-bottom: 1px solid #999090;
  }
  ul li.request-quote a:hover,
  ul li.request-quote:hover a {
    color: #fff !important;
    background: #00b256 !important;
  }

  .traingle-drop {
    display: inline-block;
    cursor: pointer;
    margin-left: 12px;
    margin-top: 5px;
    width: 32px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .traingle-drop:after {
    background-image: url(../images/sprite.png);
    background-position: -1007px -388px;
    width: 12px;
    height: 8px;
    display: inline-block;
  }

  .line-btm.active:after {
    height: 1px;
    margin: auto;
    left: 50%;
    right: auto;
    width: 180px;
  }
}

@media (max-width: 1023px) {
  .feed-primary span {
    font-size: 2rem;
  }

  .footer-col {
    display: block;
  }

  .footer-col-1 {
    flex: 0 0 18%;
  }

  .footer-col-2 {
    flex: 0 0 28%;
  }

  .footer-col-3 {
    flex: 0 0 32%;
  }

  .footer-col-4 {
    display: flex;
    display: -ms-flexbox;
    flex: 0 0 13%;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }

  .address-content,
  .address-tabing li,
  .core-menu li a,
  .dmca-sec span,
  .footer-address li a,
  .link-service li a {
    font-size: 1.5rem;
  }

  .dmca-sec span,
  .footer-social li {
    margin-right: 16px;
  }

  .link-service ul li {
    margin-right: 7px;
    padding-right: 7px;
  }

  .address-tabing li {
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
	.homepageHeader{
		top:55px;
	}
	#section1.banner{
		margin-top:38px;
	}
	
  .blog-feed-wrap {
    padding: 30px 0 18px;
  }

  .blog-feed-wrap,
  .feed-primary {
    display: block;
  }

  .blog-feed,
  .feed-primary {
    width: 100%;
    text-align: center;
  }

  .feed-primary span {
    font-size: 2.4rem;
  }

  .blog-feed {
    padding-left: 0;
  }

  .blog-feed .slick-arrow {
    background: #1a2b3c;
    width: 30px;
    height: 48px;
    border: none;
  }

  .blog-feed .slick-prev {
    left: 0;
  }

  .blog-feed .slick-next::after,
  .blog-feed .slick-prev::after {
    top: 17px;
  }

  .blog-feed .slick-next {
    right: 0;
    left: auto;
    top: 50%;
  }

  .feed-text {
    padding: 0 30px;
    font-size: 1.4rem;
    border: none;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  h5 {
    font-size: 1.6rem;
  }

  .footer-top {
    padding: 30px 12px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .footer-col {
    display: block;
    margin-bottom: 34px;
    width: 100%;
  }

  .dmca-sec span,
  .footer-col-4 {
    margin-bottom: 0;
  }

  .footer-col-1 {
    flex: 0 0 22%;
  }

  .footer-col-2 {
    flex: 0 0 33%;
  }

  .footer-col-3 {
    flex: 0 0 37%;
  }

  .footer-col-4 {
    flex: 0 0 100%;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: center;
  }

  .footer-col-4::before {
    display: none;
  }

  .footer-middle {
    display: block;
    padding: 20px 3%;
  }

  .dmca-sec,
  .footer-social {
    margin-bottom: 14px;
  }
}

@media (max-width: 666px) {
  .footer-col-1 {
    flex: 0 0 40%;
  }

  .footer-col-2 {
    flex: 0 0 57%;
  }

  .footer-col-4 {
    display: flex;
    display: -ms-flexbox;
    flex: 0 0 23%;
  }
}

@media (max-width: 374px) {
  .footer-col-4,
  .footer-top {
    display: block;
  }
}
@media (max-width:358px){
	.homepageHeader {
  top: 71px;
}
#section1.banner {
  margin-top:75px;
  padding-top: 40px;
}


}

.clearfix:after,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-list:focus,
a:focus,
button,
button:focus {
  outline: 0;
}

.hamburger .line,
.help-img,
.testimonial-tab a {
  text-indent: -9999px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

h2,
h3,
h4 {
  margin: 0 0 10px;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  position: relative;
  z-index: 99;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slid {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.hamburger-wrap,
.svg-icon-wrap {
  border-radius: 50%;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.back-btn:after,
.btn-blue:after,
.btn-testimonial:after,
.homepageHeader::after,
.line-btm:after,
.play-btn::before,
.traingle-drop:after,
.webby-logo-wrap::after {
  content: "";
}

.clearfix {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1 {
  font-size: 1.8rem;
  margin: 0 0 26px;
  color: #fff;
  line-height: 1.3;
}

h2 {
  font-size: 32px;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

body img {
  user-select: none;
}

.btn-blue,
.btn-testimonial {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 48px;
  padding: 0 21px;
  text-align: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue {
  background-color: #06f;
  color: #fff;
}

.btn-blue:hover:after,
.btn-testimonial:hover:after {
  transform: translateX(10px);
  transition: all 0.4s linear;
}

.hover-btn:hover {
  background: #00b256;
}

.btn-blue:after,
.btn-testimonial:after {
  background-image: url(../home-images/home-sprite.png);
  display: inline-block;
  position: relative;
  margin-left: 12px;
  top: 1px;
  width: 16px;
  height: 13px;
  transition: all 0.4s linear;
}

.btn-testimonial {
  background-color: #fff;
  color: #223547;
}

.btn-blue:after,
.btn-testimonial:after {
  background-position: -5px -5px;
}

.btn-testimonial:after {
  background-position: -30px -5px;
}

.btn-business-explore,
.btn-explore,
.tab-btn-link {
  text-transform: uppercase;
}

[class*="hi-"],
[class^="hi-"] {
  background-image: url(../home-images/home-sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px;
  margin-bottom: 22px;
}

.main-page-body {
  overflow: visible;
}

.slick-list,
.wrapper {
  overflow: hidden;
}

.fixed-button {
  display: none;
}

#section1.banner {
  background: url(../images/app-development-company-banner.jpg) center top
    no-repeat;
  background-size: cover;
  height: 460px;
  position: relative;
}

.ab-over {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/dot-repeated.png) left top rgba(0, 0, 0, 0.6);
}

.home-page-banner {
  position: absolute;
  right: 0;
  left: 0;
  width: 92%;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 4;
}

.home-page-banner h2 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
}

.animated-btn {
  height: 110px;
  width: 78px;
  margin: 0 auto;
}

.play-btn::before {
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  left: 10px;
  top: 22px;
  border: 4px solid #fff;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    border 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dymanic-blog:hover .dymanic-overlay,
.industries-blog .slick-current {
  opacity: 1;
}

.play-btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.5s linear;
}

.play-btn span,
.svg-icon-wrap {
  font-size: 1rem;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.svg-icon-wrap {
  background: #06f;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.svg-icon-wrap:after {
  content: "";
  position: absolute;
  opacity: 1;
  transition: all ease 1s 0s;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 68px 0 rgba(0, 102, 255, 0.42);
  animation: blink 1s linear 0s infinite;
}

@-webkit-keyframes blink {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(0, 102, 255, 0.42);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 102, 255, 0.42);
  }
}

@keyframes blink {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(0, 102, 255, 0.42);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 102, 255, 0.42);
  }
}

.hi-play-btn {
  background-position: -180px -4px;
  width: 13px;
  height: 17px;
}

.svg-icon-wrap i {
  position: absolute;
  top: 28px;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    border 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 5px;
  right: 0;
  margin: 0 auto;
}

.play-btn span {
  text-align: center;
  margin-top: 15px;
}

.animated-btn:hover:hover .play-btn::before {
  transform: scale(1.4);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    border 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.light-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
}

.light-video-wrap {
  padding: 0 10px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.light-video iframe {
  height: 250px;
  width: 100%;
}

.vido-close {
  right: 2px;
  top: -6px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
}

.hi-cross {
  background-position: -7px -49px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.business-development {
  max-width: 1315px;
  width: 100%;
  margin: 0 auto 60px;
  padding-left: 15px;
}

.business-dev-wrap {
  background-color: #fff;
  position: relative;
  margin-top: -65px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.17);
}

.business-dev-wrap .draggable {
  padding: 0 22px !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  margin: 0;
  padding: 0;
}

.business-services,
.svg-audience {
  margin-bottom: 18px;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.business-dev-wrap .slick-track {
  margin-left: -7px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.mob-slide-box {
  height: auto !important;
  width: 32% !important;
  margin-right: 10px;
}

.business-dev-box {
  padding: 60px 2% 40px;
  background-color: #fff;
  height: 100%;
}

.svg-audience {
  min-height: 115px;
}

.svg-audience img {
  margin: 0 auto;
}

.svg-audience .startup {
  width: 94px;
}

.svg-audience .enterprise {
  width: 100px;
}

.svg-audience .partners {
  width: 125px;
}

.business-services svg {
  width: 118px;
}

.business-services h3 {
  font-size: 1.8rem;
  margin-left: 0;
  margin-bottom: 0;
}

.business-dev-box p {
  margin-bottom: 24px;
  line-height: 25px;
  text-align: center;
}

.btn-business-explore {
  color: #06f;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}

.help-blog-slide .slick-arrow,
.mob-slide .slick-arrow {
  position: absolute;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 48px;
  height: 48px;
  margin-top: -20px;
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.help-blog-slide .slick-arrow {
  margin-top: -75px;
}

.help-blog-slide button::-moz-focus-inner,
.mob-slide button::-moz-focus-inner {
  border: 0;
}

.help-blog-slide .slick-next,
.mob-slide .slick-next {
  right: 0;
}

.help-blog-slide .slick-next:after,
.home-center-mode .slick-next::after,
.mob-slide .slick-next:after {
  background-position: -5px -5px;
}

.help-blog-slide .slick-prev:after,
.home-center-mode .slick-prev::after,
.mob-slide .slick-prev:after {
  background-position: -55px -5px;
}

.help-blog-slide .slick-prev,
.mob-slide .slick-prev {
  left: 0;
}

.help-blog-slide .slick-arrow,
.mob-slide .slick-arrow {
  display: block !important;
}

.center-mode-slide .slick-arrow.slick-disabled,
.help-blog-slide .slick-disabled,
.mob-slide .slick-disabled {
  display: none !important;
}

.address-tabing li.current span:before,
.help-blog:hover h3 a:before,
.tabbing-links li.active a:before {
  transform: scaleX(1) translateZ(0);
}

.recognized-wrapper {
  background-color: #ebebeb;
}

.recognized-wrapper .container {
  max-width: 1352px;
  width: 100%;
  margin: 0 auto;
}

.recognized-content,
.recognized-wrap {
  padding: 30px 15px;
}

.recognized-content h2,
.recognized-content p {
  margin-bottom: 20px;
}

.recognized-content h2 {
  font-size: 2.2rem;
}

.recognized-content .btn-blue {
  margin-top: 10px;
}

.recognized-wrap {
  background-color: #223547;
  position: relative;
}

.recognized-wrap h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 23px;
  line-height: 1.2;
}

.recognized-logo-wrap {
  padding-bottom: 20px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.recognized-wrap li {
  display: inline-block;
  width: 132px;
  height: 70px;
  margin: 0 10px 10px 0;
  text-align: left;
  border: none;
  background-color: #26394b;
  transition: all 0.5s ease 0s;
}

.recognized-logo-wrap li span,
.tab-links a {
  padding: 9px 15px;
  border-radius: 3px 3px 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  height: 100%;
  transition: all 0.5s ease 0s;
}

.recognized-logo-wrap li span {
  text-indent: -9999px;
}

.recognized-logo-wrap li span,
.tab-links a {
  background: url(../images/client-logo.png) no-repeat;
  background-size: 602px 723px;
}

.recognized-logo-wrap li .recognized-logo-1 {
  background-position: 32px -280px;
}

.recognized-logo-wrap li .recognized-logo-2 {
  background-position: -168px -276px;
}

.recognized-logo-wrap li .recognized-logo-3 {
  background-position: 34px -337px;
}

.recognized-logo-wrap li .recognized-logo-4 {
  background-position: -178px -329px;
}

.recognized-logo-wrap li .recognized-logo-5 {
  background-position: 42px -383px;
}

.recognized-logo-wrap li .recognized-logo-6 {
  background-position: -173px -380px;
}

.recognized-logo-wrap li .recognized-logo-7 {
  background-position: 36px -435px;
}

.recognized-logo-wrap li .recognized-logo-8 {
  background-position: -172px -441px;
}

.recognized-logo-wrap li .recognized-logo-9 {
  background-position: 34px -491px;
}

.recognized-logo-wrap li:hover .recognized-logo-1 {
  background-position: -75px -278px;
}

.recognized-logo-wrap li:hover .recognized-logo-2 {
  background-position: -282px -276px;
}

.recognized-logo-wrap li:hover .recognized-logo-3 {
  background-position: -72px -337px;
}

.recognized-logo-wrap li:hover .recognized-logo-4 {
  background-position: -297px -329px;
}

.recognized-logo-wrap li:hover .recognized-logo-5 {
  background-position: -73px -383px;
}

.recognized-logo-wrap li:hover .recognized-logo-6 {
  background-position: -306px -380px;
}

.recognized-logo-wrap li:hover .recognized-logo-7 {
  background-position: -74px -435px;
}

.recognized-logo-wrap li:hover .recognized-logo-8 {
  background-position: -309px -438px;
}

.recognized-logo-wrap li:hover .recognized-logo-9 {
  background-position: -63px -485px;
}

.recognized-wrap .tabs-btn li:hover {
  background: #00b256;
}

.what-we-do {
  padding: 30px 0;
  height: auto;
}

.what-we-do .container {
  padding: 0;
  position: static;
  top: 0;
  transform: none;
}

.dymanic-blog,
.dymanic-overlay-wrap,
.help-blog {
  position: relative;
}

.what-we-do .section-head {
  padding: 0 15px;
  margin: 0 auto 40px;
  text-align: center;
}

.what-we-do .section-head h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #223547;
}

.agency-head-blog {
  height: 100%;
}

.agency-head-blog h2 {
  color: #223547;
  font-size: 2.2rem;
  margin-bottom: 26px;
  padding-right: 12%;
}

.agency-head-blog .help-blog {
  padding: 40% 2% 0 4%;
  box-shadow: unset;
}
.agency-head-blog .testing-help {
  padding: 5% 2% 0 4%;
}
.agency-head-blog p {
  margin-bottom: 12px;
  padding-right: 7%;
  line-height: 1.7;
}

.what-we-do .section-head p {
  width: 100%;
}

.help-blog-wrap {
  padding-left: 0;
}

.help-blog-wrap .draggable {
  padding: 0 22px !important;
}

.help-blog-wrap .slick-track {
  flex-wrap: unset;
  margin-left: -12px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.help-blog-wrap .slick-slide {
  width: 31.5% !important;
  height: auto !important;
  position: relative;
}

.dymanic-blog,
.help-img,
.help-text {
  float: none;
  width: 100%;
}

.dymanic-blog {
  margin-right: 0;
}

.dymanic-blog,
.dymanic-overlay,
.dymanic-overlay a {
  color: #fff;
  transition: all 0.5s linear;
}

.help-blog-wrap .slick-slide {
  margin-right: 12px;
}

.help-blog {
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

.featured-img-wrap figure,
.overlay-content a,
a.btn-casestudies {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.help-img {
  height: 100%;
  min-height: 240px;
}

.help-text {
  padding: 20px 2% 20px 4%;
}

.sl-num {
  color: #223547;
  margin-bottom: 14px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-left: 3px;
  display: inline-block;
  padding-top: 15px;
  margin-right: 14px;
  font-weight: 700;
}

.help-text h3 {
  font-size: 1.8rem;
  padding-bottom: 14px;
  line-height: 1.2;
  border-bottom: 1px solid #d6d9db;
  margin-bottom: 18px;
}

.help-text h3 a {
  color: #005ef8;
}

.help-text p {
  margin-bottom: 20px;
}

.btn-do-wrap {
  text-align: center;
}

.btn-do-wrap span {
  display: block;
  color: #223547;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 8px;
}

.option-list li {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.option-list li,
.option-list li a {
  color: #151515;
}

.featured-wrapper {
  background: #00b256;
  padding: 30px 0 0;
}

.featured-text-blog {
  margin-bottom: 20px;
  text-align: center;
}

.featured-text-blog h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 2.2rem;
  padding: 0 20px;
}

.featured-img-wrap {
  padding: 10px 15px 20px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  display: -ms-flexbox;
}

.featured-img-wrap figure {
  width: 44%;
  height: 60px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  margin-right: 12px;
  white-space: normal;
  text-align: left;
  border-radius: 5px;
  margin: 0 8px 24px;
  box-shadow: 3px 4px 18px 0 rgba(0, 0, 0, 0.21);
}

.featured-img-wrap figure img {
  width: 90px;
  height: 90px;
}

.featured-img-wrap figure span {
  text-indent: -9999px;
  display: block;
  width: 0;
  height: 0;
}

.featured-img-wrap figure:hover svg path {
  fill: #151515 !important;
}

.featured-img-wrap figure svg {
  width: 112px;
  height: 63px;
}

.portfolio-section {
  background-color: #ebebeb;
  padding: 30px 0;
  text-align: center;
}

#container {
  max-width: 1388px;
  width: 100%;
  margin: 0 auto 35px;
  text-align: left;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 15px;
  display: flex;
  display: -ms-flexbox;
  position: relative;
  z-index: 1;
}

.cols {
  column-gap: 26px;
  column-count: 3;
}

.portfolio-head {
  margin-bottom: 35px;
  text-align: center;
  padding: 0 15px;
}

.portfolio-head h2 {
  color: #223547;
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.portfolio-head p {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.portfolio-box {
  white-space: normal;
  flex: 0 0 85%;
  max-width: 85%;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
}

.portfolio-box picture {
  height: 100%;
  height: 420px;
}

.portfolio-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-overlay * {
  color: #fff;
  font-size: 1.4rem;
}

.link-detail {
  padding-right: 44.5%;
}

.overlay-content strong {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.1;
}

.overlay-content span {
  display: block;
  margin-bottom: 13px;
}

.overlay-content a {
  display: inline-block;
  background-color: #00b256;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 12px;
  line-height: 32px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-explore,
.portfolio-box picture,
.study-right span {
  display: block;
}

.overlay-content a:hover {
  background-color: #fff;
  color: #00b256;
}

.portfolio-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study {
  position: relative;
}

.casestudies-app-stories {
  position: absolute;
  width: 100%;
  height: 100%;
}

.casestudies-app-stories h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 10px;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 239px;
}

.case-stydy-slider .draggable {
  padding: 0 !important;
}

.slide-all {
  background-color: #00b256;
}

.case-study-slide {
  height: 100%;
  text-align: center;
}

.study-left {
  display: block;
  height: 210px;
}

.study-right {
  padding: 30px 5%;
}

.study-right * {
  color: #fff;
}

.study-right h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.study-right h3 {
  font-size: 1.8rem;
  margin: 70px 0 12px;
  font-weight: 400;
}

.study-right span {
  font-size: 1.5rem;
  margin-bottom: 26px;
  line-height: 1.3;
}

.btn-explore {
  font-size: 1.2rem;
  padding: 18px 0;
  margin-bottom: 28px;
  font-weight: 700;
}

a.btn-casestudies {
  background-color: #fff;
  color: #06f;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 21px;
  line-height: 48px;
  position: relative;
  text-align: center;
}

a.btn-casestudies:after {
  content: "";
  display: inline-block;
  background: url(../home-images/home-sprite.png);
  background-position: -107px -6px;
  width: 16px;
  height: 13px;
  margin-left: 12px;
  position: relative;
  top: 1px;
  transition: all 0.4s linear;
}

a.btn-casestudies:hover:after {
  transform: translateX(10px);
  transition: all 0.4s linear;
}

a.btn-casestudies:hover .hi-right-arrow {
  background-position: -5px -5px;
}

.case-study .slick-arrow {
  background-color: #06f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin-top: -81px;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.case-study .slick-prev {
  left: 0;
}

.case-study .slick-next {
  right: 0;
}

.overview-process {
  padding: 30px 0;
}

.overview-process .container {
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.development-process-left {
  margin-bottom: 24px;
}

.development-process-left h2 {
  font-size: 2.2rem;
  color: #212121;
  margin-bottom: 16px;
}

.development-process-right {
  padding: 20px 5%;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(244, 244, 244, 0.7);
}

.development-process-right h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.history-app-blog {
  background-color: #f3f3f3;
  padding: 30px 3%;
}

.beyond-block {
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.beyond-block h2 {
  margin-bottom: 24px;
  text-align: center;
  color: #223547;
  font-size: 2.2rem;
}

.history-accordion h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 15px 36px 15px 15px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #223547;
  font-weight: 700;
}

.faq-slide {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.home .cbp-hrmenu.back {
  background-color: #223547;
}

.history-accordion h3 em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.history-circle {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 24px;
  height: 24px;
  border: 1px solid #00b256;
  border-radius: 50%;
  right: 15px;
}

.history-accordion h3 .hi-circle {
  background-position: -5px -24px;
  width: 14px;
  height: 14px;
  position: static;
  transform: none;
}

.history-accordion h3 em {
  right: 15px;
}

.hi-green-drop {
  background-position: -155px -35px;
  width: 17px;
  height: 9px;
}

.history-accordion h3.active .hi-green-drop {
  background-position: -130px -35px;
}

.history-accordion h3.active .hi-circle {
  background-position: -27px -31px;
  width: 14px;
  height: 2px;
}

.hi-newyork-logo {
  background-position: -25px -12px;
  width: 26px;
  height: 25px;
}

.hi-boston-logo {
  background-position: -101px -2px;
  width: 30px;
  height: 33px;
}

.hi-angeles-logo {
  background-position: -174px -4px;
  width: 31px;
  height: 32px;
}

.hi-chicago-logo {
  background-position: -211px -4px;
  width: 31px;
  height: 32px;
}

.hi-seattle-logo {
  background-position: -137px -3px;
  width: 31px;
  height: 31px;
}

.history-app-content {
  padding: 5px 15px 30px;
  display: none;
  background: #fff;
  position: relative;
}

.app-para p {
  margin-bottom: 16px;
}

.home-center-mode {
  background-color: #06f;
  padding: 35px 0;
  position: relative;
  overflow: hidden;
}

.mode-content-blog {
  padding: 0 15px;
  margin: 0 0 35px;
  text-align: center;
}

.mode-content-blog h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
}

.mode-content-blog p {
  color: #fff;
}

.home-center-mode .draggable {
  padding: 0 22px !important;
}

.home-center-mode .slick-track {
  margin-left: -23px;
}

.home-center-mode .slick-slide {
  margin-left: 15px;
}

.home-center-mode .white-blog {
  background-color: #fff;
  position: relative !important;
  border-radius: 4px;
  margin-left: 0;
  height: 300px;
  padding: 60px 15px;
  text-align: center;
}

.white-blog span {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  color: #005ef8;
  font-size: 1.6rem;
  align-items: center;
}

.radius-blue {
  background-color: #005ef8;
  width: 101px !important;
  height: 101px !important;
  border-radius: 50%;
  margin: 0 auto 20px;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.radius-blue,
.white-blog span {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.hi-understanding {
  background-position: -5px -93px;
  width: 54px;
  height: 53px;
}

.hi-wire-frames {
  background-position: -74px -96px;
  width: 49px;
  height: 49px;
}

.hi-visuals {
  background-position: -135px -98px;
  width: 41px;
  height: 43px;
}

.hi-code-engineering {
  background-position: -191px -98px;
  width: 49px;
  height: 48px;
}

.hi-integrating {
  background-position: -250px -100px;
  width: 51px;
  height: 51px;
}

.hi-support {
  background-position: -316px -100px;
  width: 46px;
  height: 46px;
}

.hi-improvisation {
  background-position: -379px -98px;
  width: 39px;
  height: 49px;
}

.hi-analytics-tools {
  background-position: -430px -101px;
  width: 49px;
  height: 49px;
}

.hi-diff {
  background-position: -7px -165px;
  width: 50px;
  height: 49px;
}

.hi-publishing {
  background-position: -71px -161px;
  width: 44px;
  height: 50px;
}

.hi-acceptance {
  background-position: -135px -165px;
  width: 50px;
  height: 49px;
}
.bbb-logo {
  width: 81px;
}

.white-blog p {
  color: #141414;
}

.center-mode-slide .slick-arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}

.center-mode-slide .slick-prev {
  left: 0;
}

.center-mode-slide .slick-next {
  right: 0;
}

.startup-tabbing {
  background-color: #f3f3f3;
  padding: 30px 0 20px;
  text-align: center;
}

.startup-tabbing .container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main-page-body .startup-tabbing h3 {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.main-page-body .startup-tabbing p {
  margin-bottom: 28px;
}

.tabs {
  width: 100%;
  display: inline-block;
}

.tabbing-links {
  display: flex;
  display: -ms-flexbox;
  overflow-x: scroll;
  text-align: left;
  margin-bottom: 24px;
}

.tabbing-links li {
  flex: 0 0 auto;
  display: inline-block;
  margin: 0 12px 12px;
}

.tabbing-links li a {
  color: #323131;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 17px 6px;
  display: block;
}

.tabbing-links li a:hover,
.tabbing-links li.active a {
  color: #06f;
}

.tab > ul {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tabbing-content ul li {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 44%;
  max-width: 100%;
  height: 135px;
  margin: 0 8px 18px;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

[class*="tec-"],
[class^="tec-"] {
  background-image: url(../images/technology-sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 20px;
}

.tabbing-content ul li span {
  color: #223547;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  padding: 15px 0;
  margin-top: 88px;
}

.tabbing-content ul li i,
.tabbing-content ul li svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
  transform: translateY(-30%);
}

.tec-swift {
  background-position: -8px -9px;
  width: 64px;
  height: 56px;
}

.tec-objective-c {
  background-position: -101px -24px;
  width: 99px;
  height: 33px;
}

.tec-x-code {
  background-position: -226px -9px;
  width: 54px;
  height: 52px;
}

.tec-java {
  background-position: -309px -7px;
  width: 41px;
  height: 57px;
}

.tec-android-sdk {
  background-position: -373px -12px;
  width: 49px;
  height: 58px;
}

.tec-eclipse {
  background-position: -450px -8px;
  width: 61px;
  height: 57px;
}

.tec-sketch {
  background-position: -531px -12px;
  width: 61px;
  height: 57px;
}

.tec-after-effects,
.tec-flinto,
.tec-illustrator,
.tec-invision,
.tec-photoshop {
  width: 51px;
  height: 48px;
}

.tec-photoshop {
  background-position: -10px -102px;
}

.tec-illustrator {
  background-position: -94px -103px;
}

.tec-after-effects {
  background-position: -173px -102px;
}

.tec-invision {
  background-position: -245px -103px;
}

.tec-flinto {
  background-position: -320px -103px;
}

.tec-html5 {
  background-position: -399px -105px;
  width: 50px;
  height: 57px;
}

.tec-css3 {
  background-position: -474px -106px;
  width: 49px;
  height: 56px;
}

.tec-angular-js {
  background-position: -17px -182px;
  width: 109px;
  height: 31px;
}

.tec-react-native {
  background-position: -151px -172px;
  width: 63px;
  height: 55px;
}

.tec-ionic {
  background-position: -236px -182px;
  width: 104px;
  height: 35px;
}

.tec-backbone-js {
  background-position: -374px -172px;
  width: 46px;
  height: 57px;
}

.tec-laravel {
  background-position: -442px -182px;
  width: 81px;
  height: 56px;
}

.tec-codeigniter {
  background-position: -546px -174px;
  width: 46px;
  height: 55px;
}

.tec-drupal {
  background-position: -14px -238px;
  width: 50px;
  height: 57px;
}

.tec-wordpress {
  background-position: -91px -244px;
  width: 57px;
  height: 57px;
}

.tec-magento {
  background-position: -178px -244px;
  width: 48px;
  height: 57px;
}

.tec-vue-js {
  background-position: -250px -259px;
  width: 113px;
  height: 36px;
}

.tec-node-js {
  background-position: -392px -248px;
  width: 50px;
  height: 57px;
}

.tec-python {
  background-position: -483px -249px;
  width: 58px;
  height: 57px;
}

.tec-django {
  background-position: -17px -330px;
  width: 90px;
  height: 31px;
}

.tec-grails {
  background-position: -136px -327px;
  width: 75px;
  height: 52px;
}

.tec-go {
  background-position: -236px -334px;
  width: 78px;
  height: 29px;
}

.tec-php {
  background-position: -340px -330px;
  width: 89px;
  height: 45px;
}

.tec-postgre-sql {
  background-position: -464px -330px;
  width: 56px;
  height: 57px;
}

.tec-my-sql {
  background-position: -15px -380px;
  width: 93px;
  height: 50px;
}

.tec-mongo-db {
  background-position: -142px -402px;
  width: 118px;
  height: 33px;
}

.tec-redis {
  background-position: -309px -402px;
  width: 70px;
  height: 56px;
}

.tec-cassandra {
  background-position: -413px -405px;
  width: 86px;
  height: 44px;
}

.tec-elastic {
  background-position: -531px -391px;
  width: 52px;
  height: 58px;
}

.tec-google-ae {
  background-position: -17px -461px;
  width: 63px;
  height: 56px;
}

.tec-aws {
  background-position: -110px -470px;
  width: 71px;
  height: 43px;
}

.tec-heroku {
  background-position: -211px -477px;
  width: 106px;
  height: 29px;
}

.tec-firebase {
  background-position: -350px -466px;
  width: 42px;
  height: 57px;
}

.tec-urban-airship {
  background-position: -416px -475px;
  width: 89px;
  height: 39px;
}

.tec-push-woosh {
  background-position: -535px -475px;
  width: 57px;
  height: 50px;
}

.tec-google-analytics {
  background-position: -18px -552px;
  width: 46px;
  height: 46px;
}

.tec-flurry {
  background-position: -96px -558px;
  width: 111px;
  height: 27px;
}

.tec-apple-pay {
  background-position: -232px -554px;
  width: 75px;
  height: 35px;
}

.tec-google-wallet {
  background-position: -330px -546px;
  width: 51px;
  height: 52px;
}

.tec-stripe {
  background-position: -409px -553px;
  width: 72px;
  height: 29px;
}

.tec-braintree {
  background-position: -499px -561px;
  width: 103px;
  height: 14px;
}

.tec-kotlin {
  background-position: -548px -322px;
  width: 50px;
  height: 51px;
}

.industries-section {
  padding: 30px 0;
  background-color: #223547;
}

.industries-section .container {
  max-width: 1345px;
  width: 100%;
  margin: 0 auto;
}

.industries-head {
  margin: 0 auto 28px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

.industries-head h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.fxd-with,
.mockup-box {
  display: none;
}

.industries-head p {
  color: #fff;
}

.industries-slider {
  overflow: hidden;
  margin-bottom: 30px;
}

.industries-slider .draggable {
  padding: 0 !important;
}

.industries-text {
  position: relative;
}

.industries-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  background-color: #304559;
}

.industries-circle img {
  width: 48px;
  height: 48px;
}

.industries-circle svg {
  width: 48px;
  height: 48px;
}

.slick-current .industries-circle svg path {
  fill: #fff;
}

.slick-current .industries-circle {
  background: #00b256;
}

.industries-detail {
  padding: 0 2.5%;
  text-align: center;
}

.industries-detail h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #fff;
}

.industries-detail p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

.industries-text .slick-arrow {
  position: absolute;
}

.industries-button {
  text-align: center;
}

#section8 {
  border: none;
  padding: 30px 0;
}

#section8 .container {
  max-width: 1389px;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonial-wrap {
  margin: 0 auto;
  max-width: 1008px;
}

.testimonial h3 {
  color: #005ef8;
  font-size: 3.4rem;
  margin-bottom: 21px;
  text-align: center;
}

.client-says-para {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}

.tab-slide .slick-arrow {
  display: none !important;
}

.testimonial-tab {
  display: none;
}

.testimonial-tab li {
  float: left;
  width: 50%;
  margin: 0;
  height: 146px;
  background: #223547;
}

.testimonial-tab li.active,
.testimonial-tab li:hover {
  background: #00b256;
}

.testimonial-tab li .logo1 {
  background-position: -786px -13px;
}

.testimonial-tab li.active .logo1,
.testimonial-tab li:hover .logo1 {
  background-position: -981px -7px;
}

.testimonial-tab li .logo2 {
  background-position: 18px -1119px;
}

.testimonial-tab li.active .logo2,
.testimonial-tab li:hover .logo2:hover {
  background-position: -206px -1122px;
}

.testimonial-tab li .logo3 {
  background-position: -348px -438px;
}

.testimonial-tab li.active .logo3,
.testimonial-tab li:hover .logo3 {
  background-position: -598px -426px;
}

.testimonial-tab li .logo4 {
  background-position: 4px -435px;
}

.testimonial-tab li.active .logo4,
.testimonial-tab li:hover .logo4 {
  background-position: -179px -441px;
}

.testimonial-tab li.active .logo5,
.testimonial-tab li:hover .logo5 {
  background-position: -191px 1px;
}

.testimonial-tab li .logo6 {
  background-position: -417px -1113px;
}

.testimonial-tab li.active .logo6,
.testimonial-tab li:hover .logo6 {
  background-position: -669px -1108px;
}

.tab-slide .tab {
  display: block;
  text-align: center;
}

.tab-content {
  box-shadow: unset;
  background: #fff;
  padding: 25px 0 0;
}

.tab-content p {
  margin-bottom: 35px;
}

.client-name {
  padding-top: 127px;
  position: relative;
}

.client-name .users-name {
  display: block;
  color: #223547;
  font-size: 2.4rem;
  margin-bottom: 23px;
  font-weight: 300;
}

.client-name .users-name span {
  display: block;
  font-size: 1.6rem;
  padding-top: 14px;
}

.client-name i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 113px;
  height: 113px;
}

.hi-matthew-lux {
  background-position: -383px -228px;
}
.home header.back {
  background-color: #223547 !important;
}

.hi-joaquin-marcos {
  background-position: -7px -365px;
}

.hi-kypros {
  background-position: -134px -365px;
}

.hi-col-or-text {
  background-position: -5px -233px;
}

.hi-emptyload {
  background-position: -131px -233px;
}

.hi-barber-finder {
  background-position: -132px -231px;
}

.hi-shammy {
  background-position: -257px -233px;
}

.tab-btn-link {
  color: #005ef8;
  background: #fff;
  font-size: 1.2rem;
  margin: 0 20px;
  letter-spacing: 1px;
  font-weight: 700;
}

.tab-btn-link:first-child {
  margin: 0;
}

#section8 .slick-dots {
  text-align: center;
  margin-top: 22px;
}

#section8 .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

#section8 .slick-dots li button {
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  width: 42px;
  height: 42px;
  font-size: 1.4rem;
}

#section8 .slick-dots li.slick-active button {
  border: 1px solid #06f;
  border-radius: 50%;
}

#section8 .slick-dots li button:focus {
  outline: 0;
}

button::-moz-focus-inner {
  border: 0;
}

.brand-logo-section {
  padding: 30px 0;
  text-align: center;
  background: #00b256;
}

.res-slider .hor-block svg path.st0 {
  fill: #fff;
}

.res-slider .hor-block svg polygon.st0 {
  fill: #fff;
}

.brand-logo-section .container {
  max-width: 1389px;
  margin: 0 auto;
  padding: 0 15px;
}

.brand-logo-section h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.brand-logo-section p {
  width: 100%;
  margin: 0 auto 24px;
  color: #fff;
}

.brand-logo-section .slick-arrow,
.brand-logo-section .slick-dots {
  display: none !important;
}

.res-slider .slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-social li a i,
.hi-dmca-footer {
  text-indent: -9999px;
  overflow: hidden;
}

.res-slider .hor-block {
  display: inline-block;
  width: 33%;
  height: 86px;
}

.res-slider .hor-block svg {
  width: 60px;
  height: 56px;
  fill: #fff;
}

.blog-feed-wrap {
  padding: 30px 0 18px;
  background: #223547;
  text-align: center;
}

.feed-primary span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

.blog-feed {
  position: relative;
}

.feed-slider {
  position: static !important;
}

.feed-block {
  padding: 10px 0;
}

.feed-text {
  color: #fff;
  font-size: 1.4rem;
  height: 50px;
  padding: 0 30px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  line-height: 1.3;
}

.feed-text a {
  color: #fff;
}

.blog-feed .slick-next::after,
.blog-feed .slick-prev::after,
.case-study .slick-next::after,
.case-study .slick-prev::after,
.help-blog-slide .slick-arrow:after,
.home-center-mode .slick-next::after,
.home-center-mode .slick-prev::after,
.industries-text .slick-next::after,
.industries-text .slick-prev::after,
.mob-slide .slick-arrow:after {
  content: "";
  background-image: url(../home-images/home-sprite.png);
  display: inline-block;
  position: relative;
  top: 1px;
  width: 16px;
  height: 13px;
}

.blog-feed .slick-arrow,
.industries-text .slick-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background: #1a2b3c;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}

.blog-feed .slick-next,
.industries-text .slick-next {
  right: 0;
}

.blog-feed .slick-prev,
.industries-text .slick-prev {
  left: 0;
}

.blog-feed .slick-prev::after,
.case-study .slick-prev::after,
.industries-text .slick-prev::after {
  background-position: -55px -5px;
}

.blog-feed .slick-next::after,
.case-study .slick-next::after,
.industries-text .slick-next::after {
  background-position: -5px -5px;
}

.blog-feed .slick-next::after,
.blog-feed .slick-prev::after {
  transform: none;
  margin: 0;
}

.footer-top {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 12px;
}

.footer-col {
  margin-bottom: 34px;
}

.footer-col:last-child {
  margin-bottom: 0;
}

.footer-col-4 {
  position: relative;
  text-align: center;
}

.ny-logo {
  display: block;
}

.hi-ny {
  background-position: -265px -382px;
  width: 80px;
  height: 80px;
}

.footer-heading {
  display: block;
  color: #223547;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

.address-content,
.dmca-sec span,
.link-service li a {
  font-size: 1.5rem;
  color: #223547;
}

.address-tabing {
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
}

.core-menu li,
.footer-address li {
  margin-bottom: 16px;
}

.address-tabing li,
.core-menu li a,
.footer-address li a {
  font-size: 1.5rem;
  color: #223547;
  transition: all 0.4s ease;
  position: relative;
}

.address-tabing li.current,
.address-tabing li:hover,
.core-menu li a:hover,
.footer-address li a:hover,
.link-service li a:hover {
  color: #06f;
}

.address-tabing li {
  background: 0 0;
  margin-right: 8px;
  padding-right: 8px;
  cursor: pointer;
  border-right: 1px solid #c2c2c2;
}

.address-tabing li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.address-content {
  display: none;
  line-height: 1.5;
  font-weight: 300;
}

.address-content.current {
  display: inherit;
}

.footer-address .hi-us_flag {
  margin-top: -1px;
  width: 15px;
  height: 12px;
  margin-right: 10px;
  background-position: -480px -384px;
}

.hi-e-mail {
  width: 13px;
  height: 11px;
  background-position: -483px -406px;
  margin-right: 10px;
}

.footer-middle {
  background-color: #f8f6f6;
  padding: 20px 3%;
}

.dmca-badge {
  display: inline-block;
}

.dmca-sec {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 14px;
}

.dmca-sec span {
  margin-right: 16px;
}

.hi-dmca-footer {
  background-position: -371px -415px;
  width: 77px;
  height: 24px;
  display: block;
  margin-bottom: 0;
}

.link-service ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.link-service ul li {
  border-right: 1px solid #e4e4e4;
  margin-right: 7px;
  padding-right: 7px;
}

.link-service ul li:last-child {
  border: none;
}

.footer-social {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 14px;
}

.footer-social li {
  margin-right: 16px;
}

.footer-social li a {
  display: block;
  color: #223547;
  position: relative;
}

.hi-ins {
  background-position: -367px -386px;
  width: 16px;
  height: 16px;
}

.hi-tw {
  background-position: -409px -387px;
  width: 17px;
  height: 14px;
}

.hi-fb {
  background-position: -390px -385px;
  width: 11px;
  height: 19px;
}

.hi-dribble {
  background-position: -453px -384px;
  width: 20px;
  height: 20px;
}

#section1.development-sec {
  height: auto;
}

.banner-development {
  max-width: 1345px;
  margin: 0 auto;
  padding: 112px 15px 30px;
  position: relative;
}

.development-banner {
  position: static;
  transform: none;
  text-align: center;
  margin-bottom: 70px;
}

.development-banner h2 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.banner-block p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 0 15px;
}
.development-form {
  background-color: #06f;
  padding: 25px 25px;
  margin-bottom: 90px;
  box-shadow: 0 0 68px 0 rgba(0, 102, 255, 0.42);
}

.development-form h4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.development-form p {
  color: #fff;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.home-form ul {
  margin-bottom: 22px;
}

.home-form li {
  margin-bottom: 16px;
  position: relative;
}

.multi-element > div {
  flex: 0 0 49%;
}

.home-form li label {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.home-form li input,
.home-form li textarea {
  background: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 10px 12px;
  line-height: 1;
  height: 34px;
  color: #1d1d1d;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  transition: 0.4s linear;
  font-family: "Open Sans", sans-serif;
}

.home-form li textarea {
  height: 82px;
  line-height: 1.3;
}

.home-form li textarea.expandHeight {
  height: 110px;
}

.home-form li input.error,
.home-form li textarea.error,
.idea-form li input.error,
.idea-form li textarea.error {
  border-color: red;
}

.connect-now {
  text-align: center;
}

.connect-now span {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.home-form .send-btn {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 48px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  background-color: #223547;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-form-section {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.service-form-section .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.form-content {
  position: relative;
}

.digital-block {
  margin-bottom: 40px;
  text-align: center;
}

.digital-value {
  color: #06f;
  font-size: 12.9rem;
  margin-top: -67px;
  font-weight: 700;
}

.maintenance-blog {
  padding-left: 3%;
}

.maintenance-blog h4 {
  display: inline-block;
  color: #151515;
  line-height: 1.15;
  margin-bottom: 13px;
}

.maintenance-blog p {
  color: #1d1d1d;
  padding-left: 12px;
}

.tested-box {
  text-align: center;
  padding: 36px 5% 20px;
  border: 1px solid #efeded;
  margin-bottom: 32px;
  border-radius: 3px;
  box-shadow: 3px 4px 32px 0 rgba(0, 0, 0, 0.18);
}

.tested-img {
  margin-bottom: 22px;
}

.tested-img span {
  margin: 0 17px;
}

[class*="iconn-"],
[class^="iconn-"] {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px;
}

.iconn-amazon-device {
  background-position: -31px -1531px;
  width: 103px;
  height: 62px;
}

.iconn-google-firebase {
  background-position: -218px -1526px;
  width: 49px;
  height: 67px;
}

.iconn-appium {
  background-position: -338px -1531px;
  width: 66px;
  height: 66px;
}

.tested-box h4 {
  color: #151515;
  margin-bottom: 14px;
}

.maintenance-blog h4,
.tested-box h4 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.idea-form {
  background-color: #06f;
  padding: 40px 25px;
  border-radius: 3px;
  box-shadow: 0 0 68px 0 rgba(0, 102, 255, 0.42);
}

.idea-form h4 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.idea-form p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 34px;
}

.idea-form ul {
  margin-bottom: 22px;
}

.idea-form li {
  position: relative;
}

.idea-form .multi-element > div,
.idea-form li {
  margin-bottom: 16px;
}

.idea-form .multi-element > div {
  flex: 0 0 100%;
  position: relative;
}

.idea-form li label {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.idea-form li input,
.idea-form li textarea {
  background: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 0 12px;
  line-height: 1;
  height: 39px;
  color: #1d1d1d;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  font-family: "Open Sans", sans-serif;
}

.idea-form li textarea {
  height: 92px;
  padding-top: 10px;
}

.idea-form .send-btn {
  display: block;
  margin: 0 auto;
  padding: 0 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  background-color: #223547;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.development-new {
  width: auto;
  height: auto;
}

.watch-video {
  text-decoration: underline;
}

.watch-video:hover {
  text-decoration: none;
}

.watch-video:before {
  display: none;
}

.tooltip-box {
  position: absolute;
  top: 100%;
  margin-top: 9px;
  background: #00b256;
  color: #fff;
  font-size: 1.4rem;
  float: left;
  border-radius: 4px;
  padding: 13px 12px;
  line-height: 0;
  z-index: 1;
  display: none;
}

.tooltip-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #00b256;
}
/* Different section styling */
.defferently-section {
  padding: 100px 0 0;
}
.defferently-section .container {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.defferently-left {
  width: 49%;
  max-width: 100%;
}
.defferently-left img {
  width: 764px;
  height: 600px;
}
.defferently-left h2 {
  font-size: 6.8rem;
  color: #06f;
  line-height: 1;
  padding-right: 10px;
}
.defferently-left h2 span {
  display: block;
  color: #00b256;
}
.defferently-right {
  width: 49%;
  max-width: 100%;
  margin-top: 20px;
}
.defferently-list li {
  margin-bottom: 55px;
}
.defferently-list li strong {
  font-size: 13.9rem;
  color: #ddd;
  font-weight: 700;
  margin-top: -40px;
}
.defferently-text {
  padding-left: 22px;
  flex: 0 0 88%;
  max-width: 88%;
}
.defferently-text h3 {
  font-size: 2.5rem;
  color: #393939;
}
.defferently-text p {
  color: #1d1d1d;
  font-weight: 300;
}
/* Different section styling close */
@media (max-width: 767px) {
  .footer-top {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .footer-col-1 {
    flex: 0 0 22%;
  }

  .footer-col-2 {
    flex: 0 0 33%;
  }

  .footer-col-3 {
    flex: 0 0 51%;
  }

  .footer-col-4 {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex: 0 0 100%;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  /* Different section styling */
  .defferently-left,
  .defferently-right {
    width: 100%;
  }
  .defferently-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 22px;
    display: flex;
  }
  .defferently-list li {
    white-space: normal;
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
  }
  /* Different section styling close*/
}
@media (min-width: 460px) {
  .ny {
    margin-bottom: 0px !important;
  }
  .footer-col-3 {
    flex: 0 0 53%;
  }
  /* .footer-col-3 {
		flex: 0 0 70%
	} */
  .footer-col-4 {
    flex: 0 0 23%;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 666px) {
  .footer-col-1 {
    flex: 0 0 40%;
  }

  .footer-col-2 {
    flex: 0 0 57%;
  }
 
  /* Different section styling */
  .defferently-list li {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* Different section styling close*/
}

@media (max-width: 374px) {
  .footer-top {
    display: block;
  }
}

@media (min-width: 320px) {
  .business-dev-box p {
    min-height: auto;
  }
  .footer-col-3 {
    flex: 0 0 80%;
  }
}
@media (min-width: 375px) {
	.hi-ny {
		margin-bottom: 0;
	}
}
@media (min-width: 360px) {
  .featured-img-wrap {
    padding: 10px 10px 20px;
  }

  .featured-img-wrap figure {
    width: 28.6%;
    height: 66px;
    margin: 0 8px 14px;
  }

  .featured-img-wrap figure svg {
    width: 88px;
    height: 69px;
  }

  .res-slider .hor-block svg {
    width: 69px;
    height: 58px;
  }

  .recognized-wrap > div {
    width: 288px;
    margin: 0 auto;
  }
}

@media (min-width: 667px) {
  .featured-img-wrap figure {
    width: 170px;
    height: 84px;
    margin-bottom: 22px;
  }

  .featured-img-wrap figure svg {
    width: 119px;
    height: 87px;
  }

  .recognized-wrap > div {
    width: 100%;
  }
  
}
@media (min-width: 460px) {
  .footer-col-3 {
    flex: 0 0 51%;
  }
}
@media (min-width: 768px) {
  .d-flex {
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 10%;
  }
  .justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .align-items-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .align-items-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-fixed {
    display: none;
    position: fixed;
    right: 23px;
    bottom: 90px;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transform: rotate(90deg);
    transform-origin: right;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .btn-fixed a {
    color: #fff;
    padding: 16px 27px;
    display: block;
    font-weight: 700;
    background-color: #06f;
  }

  .btn-fixed span {
    display: block;
    transform: rotate(180deg);
  }

  #section1.banner {
    background-attachment: unset !important;
    height: 530px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60px;
  }

  p {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 2.4rem;
  }

  .home-page-banner {
    width: 635px;
  }

  .home-page-banner h2 {
    font-size: 3.4rem;
  }

  .light-video-wrap {
    width: auto;
  }

  .light-video iframe {
    width: 600px;
    height: 350px;
  }

  .vido-close {
    right: -7px;
    top: -15px;
  }

  .mob-slide-box.slick-current + div {
    opacity: 1;
  }

  .business-development {
    padding: 0 20px;
  }

  .business-dev-wrap .draggable {
    padding: 0 !important;
    border-radius: 0;
  }

  .business-dev-wrap .slick-track {
    margin-left: 0;
  }

  .business-dev-box {
    padding: 60px 7% 40px;
  }

  .brand-logo-section h3,
  .business-services h3,
  .development-process-right h3,
  .help-text h3,
  .history-accordion h3,
  .main-page-body .startup-tabbing h3,
  .recognized-wrap h3,
  .study-right h3 {
    font-size: 2rem;
  }

  .beyond-block h2,
  .casestudies-app-stories h2,
  .development-process-left h2,
  .featured-text-blog h2,
  .industries-head h2,
  .portfolio-head h2,
  .recognized-content h2,
  .what-we-do .section-head h2 {
    font-size: 2.4rem;
  }

  .btn-explore,
  .overlay-content * {
    font-size: 1.4rem;
  }

  .mob-slide-box {
    margin-right: 0;
  }

  .recognized-content,
  .recognized-wrap {
    padding: 45px 4%;
  }

  .recognized-logo-wrap {
    overflow: visible;
    white-space: normal;
    padding-bottom: 0;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 585px;
    margin: 0 0 40px;
  }

  .recognized-logo-wrap li {
    width: 33.3%;
    height: 121px;
    margin: 0;
    border-bottom: 1px solid #1e3040;
    border-right: 1px solid #1e3040;
  }

  .recognized-logo-wrap li span {
    background-size: auto;
  }

  .recognized-logo-wrap li .recognized-logo-1 {
    background-position: 2px -563px;
  }

  .recognized-logo-wrap li .recognized-logo-2 {
    background-position: -369px -555px;
  }

  .recognized-logo-wrap li .recognized-logo-3 {
    background-position: 9px -678px;
  }

  .recognized-logo-wrap li .recognized-logo-4 {
    background-position: -377px -663px;
  }

  .recognized-logo-wrap li .recognized-logo-5 {
    background-position: 13px -784px;
  }

  .recognized-logo-wrap li .recognized-logo-6 {
    background-position: -388px -770px;
  }

  .recognized-logo-wrap li .recognized-logo-7 {
    background-position: 7px -880px;
  }

  .recognized-logo-wrap li .recognized-logo-8 {
    background-position: -373px -888px;
  }

  .recognized-logo-wrap li .recognized-logo-9 {
    background-position: 15px -988px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-1 {
    background-position: -170px -565px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-2 {
    background-position: -612px -560px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-3 {
    background-position: -171px -676px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-4 {
    background-position: -632px -671px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-5 {
    background-position: -148px -776px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-6 {
    background-position: -652px -768px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-7 {
    background-position: -176px -877px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-8 {
    background-position: -647px -888px;
  }

  .recognized-logo-wrap li:hover .recognized-logo-9 {
    background-position: -161px -982px;
  }

  .what-we-do .section-head {
    padding: 0 40px;
  }

  .help-blog-wrap .draggable {
    padding-top: 12px !important;
  }

  .help-blog-wrap .slick-track {
    margin-left: 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .help-blog-wrap .slick-slide {
    margin-right: 1.8%;
    margin-bottom: 40px;
  }

  .help-blog-wrap .slick-slide:nth-child(3n) {
    margin-right: 0;
  }

  .dymanic-blog {
    height: 100%;
    position: relative;
  }

  .help-blog:hover {
    transform: scale(1.05);
  }

  .agency-head-blog .help-blog:hover,
  .featured-img-wrap figure i {
    transform: unset;
  }

  .agency-head-blog .help-blog:hover {
    transform: none;
  }

  .dymanic-overlay-wrap {
    overflow: hidden;
  }

  .help-img {
    transition: all 0.7s ease-in;
  }

  .dymanic-blog:hover .help-img {
    transform: scale(1.07);
  }

  .agency-head-blog h2 {
    font-size: 2.4rem;
  }

  .featured-img-wrap {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5%;
    overflow-x: visible;
    white-space: normal;
  }

  .featured-img-wrap figure {
    display: flex;
    display: -ms-flexbox;
    width: 18.5%;
    height: 88px;
    margin-right: 0;
  }

  .featured-img-wrap figure img {
    width: 110px;
    height: 110px;
  }

  .featured-img-wrap figure svg {
    width: 116px;
    height: auto;
  }

  .featured-wrapper {
    padding: 55px 0;
  }

  .featured-text-blog {
    margin-bottom: 45px;
  }

  .featured-img-wrap figure i {
    background-size: initial;
    position: static;
    transform: unset;
  }

  .boston-logo,
  .newyork-logo {
    background-size: initial;
    width: 50px;
  }

  .icon-builtinnyc {
    background-position: -32px -1311px;
    width: 184px;
    height: 42px;
  }

  .icon-thesiliconreview {
    background-position: -885px -1413px;
    width: 162px;
    height: 40px;
  }

  .icon-medium {
    background-position: -275px -1311px;
    width: 166px;
    height: 33px;
  }

  .icon-business_insider {
    background-position: -513px -1332px;
    width: 133px;
    height: 42px;
  }

  .icon-thenextweb {
    background-position: -691px -1332px;
    width: 132px;
    height: 31px;
  }

  .portfolio-head {
    margin-bottom: 50px;
  }

  .portfolio-head p {
    width: 680px;
    margin: 0 auto;
  }

  #container {
    overflow: visible;
    white-space: normal;
    padding: 0 12px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .height-small {
    height: 100%;
  }

  .height-long {
    height: 507px;
  }

  .portfolio-box {
    overflow: visible;
    flex: 0 0 48%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 27px;
  }

  .portfolio-overlay {
    padding: 15px 12px;
  }

  .overlay-flex {
    position: relative;
  }

  .overlay-content span {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .overlay-content a {
    right: 0;
    font-size: 1.4rem;
  }

  .link-detail {
    padding-right: 35.5%;
  }

  .mr-0 {
    margin-right: 0 !important;
  }

  .slide-all {
    background-color: #00b256;
    height: 516px;
  }

  .history-app-blog {
    padding: 50px 3%;
  }

  .beyond-block h2 {
    margin-bottom: 36px;
  }

  .history-flex {
    width: 90%;
  }

  .history-accordion h3 {
    padding: 24px 45px 24px 20px;
  }

  .history-accordion h3 em {
    right: 20px;
  }

  .history-app-content {
    padding: 5px 20px 30px;
  }

  .hi-newyork-logo {
    background-position: -51px -24px;
    width: 50px;
    height: 50px;
  }

  .hi-boston-logo {
    background-position: -202px -4px;
    width: 60px;
    height: 66px;
  }

  .hi-angeles-logo {
    background-position: -348px -9px;
    width: 62px;
    height: 62px;
  }

  .hi-chicago-logo {
    background-position: -422px -9px;
    width: 62px;
    height: 62px;
  }

  .hi-seattle-logo {
    background-position: -274px -6px;
    width: 62px;
    height: 62px;
  }

  .history-circle {
    width: 30px;
    height: 30px;
  }

  .case-study-slide {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
  }

  .case-study .slick-arrow {
    width: 43px;
    height: 56px;
    margin-top: 0;
  }

  .case-study .slick-arrow::after {
    top: 0;
    margin-left: 0;
  }

  .study-left {
    height: 100%;
  }

  .study-blog {
    flex: 0 0 50%;
    max-width: 100%;
  }

  .balance-bender-study {
    background: url(../home-images/balance-benders-app-case-study.jpg) center
      center no-repeat;
    background-size: cover;
  }

  .study-right {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0 5%;
    text-align: left;
  }

  .casestudies-app-stories {
    right: 0;
    top: 0;
    width: 50%;
    padding: 0 4%;
  }

  .casestudies-app-stories h2 {
    margin-top: 89px;
    margin-left: 8px;
    text-align: left;
    padding: 0;
  }

  .study-right h3 {
    margin: 45px 0 18px;
  }

  .study-right span {
    margin-bottom: 26px;
  }

  .btn-explore {
    margin-bottom: 38px;
  }

  .overview-process {
    padding: 50px 0;
  }

  .overview-blog {
    flex: 0 0 48%;
  }

  .development-process-right {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .home-center-mode {
    padding: 80px 0 36px;
  }

  .mode-content-blog {
    float: left;
    width: 30%;
    text-align: left;
    padding: 0 15px 0 0;
    margin: 45px 0 0 20px;
  }

  .home-slide {
    width: 66%;
    float: right;
    padding-left: 3%;
    padding-bottom: 90px;
  }

  .mode-content-blog h3 {
    font-size: 2rem;
    margin-bottom: 22px;
  }

  .home-center-mode .draggable {
    padding: 0 !important;
  }

  .home-center-mode .slick-track {
    margin-left: 0;
  }

  .startup-tabbing {
    padding: 65px 0;
  }

  .main-page-body .startup-tabbing p {
    width: 620px;
    margin: 0 auto 30px;
  }

  .tabbing-links {
    margin-bottom: 45px;
  }

  .tabbing-links li {
    margin: 0 12px 14px;
  }

  .tabbing-content ul li {
    width: 15%;
    margin: 0 6px 10px;
  }

  .tabbing-links li a {
    font-size: 1.4rem;
  }

  #section8 {
    padding: 65px 0;
  }

  .testimonial h3 {
    font-size: 4rem;
    margin-bottom: 36px;
  }

  .client-says-para {
    width: 605px;
    margin-bottom: 28px;
  }

  .recognized-logo-wrap li span,
  .tab-links a {
    background-size: auto;
  }

  .dmca-sec span,
  .footer-social li {
    margin-right: 16px;
  }

  .tab-slide .tab.active {
    display: block;
  }

  .tab-content p {
    padding: 0 3%;
  }

  #section8 .slick-dots {
    margin-top: 37px;
  }

  .client-name .users-name {
    font-size: 2.4rem;
    margin-bottom: 31px;
  }

  .feed-primary span,
  .footer-top h5 {
    font-size: 1.8rem;
  }

  .brand-logo-section {
    padding: 60px 0;
  }

  .brand-logo-section p {
    width: 670px;
    margin-bottom: 40px;
  }

  .res-slider .slider {
    overflow: visible;
    white-space: normal;
  }

  .res-slider .hor-block {
    height: 86px !important;
    position: relative;
  }

  .brand-logo-section .slick-slide span {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .res-slider .hor-block svg {
    width: 80px;
    height: 70px;
  }

  .blog-feed-wrap {
    padding: 15px 2.5%;
    text-align: left;
  }

  .blog-feed-wrap,
  .feed-primary {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .feed-primary {
    width: 13%;
  }

  .blog-feed {
    width: 87%;
    padding-left: 58px;
  }

  .feed-text {
    padding: 0 15px;
    border-right: 1px solid #4e5d6c;
  }

  .blog-feed .slick-arrow {
    left: 10px;
    margin-top: -12px;
    background: 0 0;
    height: 34px;
  }

  .blog-feed .slick-next::after,
  .blog-feed .slick-prev::after {
    top: 2px;
  }

  .blog-feed .slick-next {
    top: 64px;
    border-bottom: 1px dotted #4e5d6c;
  }

  .blog-feed .slick-prev {
    border-top: 1px dotted #4e5d6c;
  }

  .footer-top {
    padding: 48px 2%;
  }

  .footer-col {
    width: 24%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer-col-1 {
    flex: 0 0 18%;
  }

  .footer-col-2 {
    flex: 0 0 28%;
  }

  .footer-col-3 {
    flex: 0 0 32%;
  }

  .footer-col-4 {
    width: 13%;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }

  .address-content,
  .address-tabing li,
  .core-menu li a,
  .dmca-sec span,
  .footer-address li a,
  .link-service li a {
    font-size: 1.5rem;
  }

  .footer-address li {
    margin-bottom: 16px;
  }

  .address-tabing li {
    margin-right: 8px;
    padding-right: 8px;
  }

  .footer-middle {
    padding: 20px 2.6%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .link-service ul li {
    margin-right: 7px;
    padding-right: 7px;
  }

  .dmca-sec,
  .footer-social {
    margin-bottom: 0;
  }

  .industries-section {
    padding: 55px 0;
  }

  .industries-list,
  .industries-slider {
    display: block;
  }

  .industries-slider {
    margin-bottom: 42px;
  }

  .industries-detail p {
    font-size: 1.6rem;
  }

  .industries-circle {
    width: 100px;
    height: 100px;
  }

  .industries-circle svg {
    width: 61px;
    height: 60px;
  }

  .industries-circle img {
    width: 61px;
    height: 60px;
  }

  .banner-development {
    height: 100%;
    padding: 120px 20px 15px;
  }

  .development-banner {
    width: 715px;
    display: block;
    height: calc(100% - 50px);
    padding: 0 3%;
    text-align: center;
    margin: 0 auto;
  }

  .apps-banner-dev {
    width: 65%;
    text-align: left;
  }

  .development-form {
    width: 35%;
    margin-bottom: 0;
    height: calc(100% - 50px);
    position: relative;
    z-index: 1;
  }

  .development-banner h2 {
    font-size: 3rem;
  }

  .development-new {
    margin: 0;
  }

  .digital-block,
  .digital-left,
  .idea-form li {
    display: block;
  }

  .center-mode-slide .slick-arrow {
    background: #fff;
    width: 36px;
    height: 36px;
    left: 6.5%;
    bottom: 23px;
    top: auto;
    transform: none;
  }

  .center-mode-slide .slick-arrow:after {
    width: 15px;
    height: 11px;
  }

  .center-mode-slide .slick-arrow.slick-disabled {
    display: block !important;
  }

  .center-mode-slide .slick-next {
    margin-left: 55px;
  }

  .center-mode-slide .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
  }

  .home-center-mode .slick-next::after {
    background-position: -107px -6px;
  }

  .home-center-mode .slick-prev::after {
    background-position: -83px -6px;
  }
}

@media (min-width: 992px) {
  .home-page-banner {
    width: 800px;
  }

  .home-page-banner h2 {
    font-size: 4.3rem;
  }

  .light-video iframe {
    width: 700px;
    height: 380px;
  }

  .beyond-block h2,
  .casestudies-app-stories h2,
  .development-process-left h2,
  .featured-text-blog h2,
  .industries-head h2,
  .portfolio-head h2,
  .recognized-content h2,
  .what-we-do .section-head h2 {
    font-size: 2.8rem;
  }

  .recognized-wrap {
    display: flex;
    display: -ms-flexbox;
  }

  .recognized-block {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .recognized-wrap {
    display: block;
    padding: 60px 4%;
  }

  .recognized-wrap h3 {
    margin-bottom: 40px;
  }

  .section2 .container {
    max-width: 1352px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .what-we-do {
    padding: 50px 0;
  }

  .help-blog-wrap .draggable {
    margin-bottom: 20px;
  }

  .agency-head-blog h2 {
    font-size: 2.8rem;
    padding-right: 9%;
  }
  .footer-col-4::before {
    content: "";
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .footer-col-5::before {
    display: none;
  }
  .featured-img-wrap {
    padding: 0 15px;
  }

  .featured-img-wrap figure {
    width: 18.5%;
    height: 102px;
  }

  .featured-img-wrap figure img {
    width: 145px;
    height: 145px;
  }

  .featured-img-wrap figure svg {
    width: 171px;
  }

  .portfolio-section {
    padding: 70px 0;
  }

  .portfolio-head {
    margin-bottom: 60px;
  }

  #container {
    display: block;
    column-gap: 20px;
  }

  .portfolio-box {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }

  .portfolio-box picture {
    height: auto;
  }

  .portfolio-box .height-long {
    height: 507px;
  }

  .portfolio-box .height-small {
    height: 349px;
  }

  .portfolio-overlay {
    top: 0;
    left: 0;
    padding: 30px;
    background-color: rgba(34, 53, 70, 0.9);
    transition: 0.5s;
    opacity: 0;
  }

  .overlay-flex {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.1s,
      opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transform: rotate(-50deg) rotateX(50deg) translateX(20deg) trnslateY(20px)
      translateZ(0);
  }

  .portfolio-box:hover .overlay-flex {
    opacity: 1;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(0) rotateX(0) translateX(0) translateY(0) translateZ(0);
  }

  .overlay-content {
    text-align: center;
    border: 2px solid #fff;
    padding: 0 10px;
    border-radius: 2px;
    height: 100%;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .overlay-content strong {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.1;
  }

  .overlay-content span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 22px;
    line-height: 1.2;
  }

  .link-detail {
    padding-right: 0;
  }

  .overlay-content a {
    font-size: 1.6rem;
    padding: 0 20px;
    line-height: 38px;
    position: static;
    transform: unset;
  }

  .portfolio-box:hover .portfolio-overlay {
    opacity: 1;
  }

  .study-right h2 {
    font-size: 2.6rem;
  }

  .study-right h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
    margin-top: 72px;
  }

  .study-right span {
    font-size: 1.8rem;
  }

  .overview-blog {
    padding: 0 3%;
  }

  .mode-content-blog {
    margin-left: 30px;
  }

  .main-page-body .startup-tabbing h3 {
    margin-bottom: 30px;
  }

  .startup-tabbing {
    padding: 80px 0;
  }

  .tabbing-links {
    margin-bottom: 24px;
  }

  .tabbing-links li {
    margin: 0 9px 10px;
  }

  .tabbing-links li a {
    font-size: 1.6rem;
  }

  .tabbing-content ul li {
    width: 14%;
    margin: 0 10px 23px;
  }

  #section8 {
    padding: 100px 0 105px;
  }

  .client-name .users-name {
    font-size: 3.3rem;
  }

  .brand-logo-section {
    padding: 80px 0;
  }

  .feed-primary span {
    font-size: 2.3rem;
  }

  .feed-text {
    font-size: 1.6rem;
  }

  .footer-col {
    width: 24%;
  }

  .footer-col-3 {
    padding-right: 8px;
  }

  .footer-col-4 {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .footer-top h5 {
    font-size: 1.8rem;
  }

  .address-content,
  .address-tabing li,
  .core-menu li a,
  .dmca-sec span,
  .footer-address li a,
  .link-service li a {
    font-size: 1.5rem;
  }

  .dmca-sec span,
  .footer-social li {
    margin-right: 20px;
  }

  .link-service ul li {
    margin-right: 10px;
    padding-right: 10px;
  }

  .industries-section {
    padding: 60px 0;
  }

  .industries-section .container {
    padding: 0 15px;
  }

  .industries-head {
    width: 710px;
    padding: 0;
    margin-bottom: 60px;
  }

  .industries-head h2 {
    margin-bottom: 28px;
  }

  .fxd-with {
    display: block;
    width: 46%;
    overflow: hidden;
  }

  .industries-img {
    display: block;
    width: 288px;
    margin: 0 auto;
  }

  .industries-img .slick-list {
    overflow: visible;
    padding: 0 !important;
  }

  .industries-img .slick-slide {
    width: 288px !important;
    padding: 32px 7px;
  }

  .industries-img .slick-slide img {
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }

  .industries-img .slick-slide.slick-current picture img {
    transform: scale(1.06);
    opacity: 1;
  }

  .fxd-with,
  .mockup-box {
    display: none;
  }

  .industries-slider {
    display: block;
    margin-bottom: 36px;
    position: relative;
  }

  .industries-slider:after,
  .industries-slider:before {
    background: #152433;
    width: 2px;
    height: 44%;
    position: absolute;
    content: "";
    left: 50%;
  }

  .industries-slider:after {
    top: 14px;
    transform: translateX(-50%);
  }

  .industries-slider:before {
    bottom: 14px;
    transform: translateX(-50%);
  }
  .industries-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 23%;
    bottom: 5%;
    background: #223547;
    opacity: 0.8;
  }

  .industries-list {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 40px;
  }

  .industries-detail {
    flex: 0 0 66%;
    text-align: left;
  }

  .industries-detail p {
    padding-right: 15%;
    font-size: 1.4rem;
  }

  .industries-text .slick-arrow {
    width: 38px;
    height: 38px;
    left: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
  }

  .industries-text .slick-arrow:hover {
    background: #fff;
  }

  .industries-text .slick-prev {
    margin-top: -34px;
  }

  .industries-text .slick-next {
    margin-top: 37px;
  }

  .industries-text .slick-next:after,
  .industries-text .slick-prev:after {
    transform: none;
    top: 0;
  }

  .industries-text .slick-prev:after {
    background-position: -131px -8px;
    width: 15px;
    height: 8px;
    margin: 0;
  }
  .industries-text .slick-next:after {
    background-position: -155px -9px;
    width: 16px;
    height: 8px;
    margin: 0;
  }
  .industries-text .slick-prev:hover:after {
    background-position: -130px -20px;
  }

  .industries-text .slick-next:hover:after {
    background-position: -154px -22px;
  }

  .industries-section {
    padding: 80px 0;
  }

  .industries-head {
    margin-bottom: 100px;
  }

  .industries-circle {
    width: 100px;
    height: 100px;
    margin: 0;
  }

  .industries-detail {
    flex: 0 0 69%;
  }

  .industries-text::after {
    bottom: 0;
    height: 32%;
  }

  .fxd-with,
  .mockup-box {
    display: block;
    position: relative;
  }

  .mockup-box {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .industries-slider {
    display: flex;
    display: -ms-flexbox;
  }

  .industries-text {
    width: 46%;
    position: static;
  }

  .tab-slide .tab {
    display: none;
  }

  .testimonial-tab {
    display: block;
    float: left;
    width: 38%;
    margin: 0 58px 0 0;
  }

  .tab-content {
    width: 52%;
    float: left;
  }

  .client-name i {
    margin: 0;
  }

  .tab-slide .tab {
    text-align: left;
  }

  .client-name {
    padding: 27px 0 20px 152px;
  }

  .client-says-para {
    margin-bottom: 65px;
  }

  .tab-content p {
    padding: 0;
  }

  .development-banner {
    width: 970px;
  }

  .development-banner h2 {
    font-size: 4rem;
  }

  .service-form-section {
    padding: 120px 0;
  }

  .digital-block,
  .digital-left,
  li.multi-element {
    display: flex;
    display: -ms-flexbox;
  }

  .form-content {
    flex: 0 0 44%;
    max-width: 44%;
    position: relative;
  }

  .idea-form {
    flex: 0 0 53.8%;
    max-width: 53.8%;
    padding: 28px 40px;
  }

  .digital-block {
    text-align: left;
  }

  .idea-form .multi-element > div {
    flex: 0 0 49%;
    margin-bottom: 0;
  }

  .tested-box {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }

  .maintenance-blog h4 {
    border-left: 3px solid #d7d7d7;
    padding-left: 12px;
  }

  .digital-value {
    margin-top: -27px;
  }
}

@media (min-width: 1024px) {
  /* Header styling start */
  .main-logo-wrap {
    float: left;
    margin: 20px 0 0 1%;
  }
  .home .cbp-hrmenu > ul > li > a {
    padding: 20px 13px;
  }
  .cbp-hrmenu .cbp-team {
    min-width: 280px;
  }
  /* Header styling close */
  .industries-detail p {
    padding-right: 6%;
  }

  .industries-text::after {
    height: 36%;
  }

  #section1.banner {
    height: 720px;
  }

  .banner-development {
    padding: 190px 20px 15px;
  }
}

@media (min-width: 1025px) {
	#section1.banner{
		padding-top: 0;
	}
  .recognized-wrapper .container {
    padding: 0 15px;
  }

  .recognized-block {
    display: flex;
    display: -ms-flexbox;
  }

  .recognized-content {
    width: 50%;
    padding: 45px 20px;
  }

  .recognized-logo-wrap {
    width: 550px;
  }

  .recognized-wrap {
    width: 50%;
    display: flex;
    display: -ms-flexbox;
    padding: 60px 15px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: right;
  }

  .recognized-wrap:after {
    content: "";
    background-color: #223547;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
  }
  .banner-development {
    padding: 235px 20px 15px;
  }
  .technologies-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .technologies-link li {
    width: 48%;
  }
}

@media (min-width: 1199px) {
  .business-dev-box p {
    min-height: 150px;
  }

  p {
    font-size: 1.8rem;
  }

  .home-page-banner {
    width: 920px;
  }

  .home-page-banner h2 {
    font-size: 5rem;
  }

  .light-video iframe {
    width: 900px;
    height: 490px;
  }

  .vido-close {
    right: 1px;
    top: -20px;
  }
  .brand-logo-section h3,
  .business-services h3,
  .development-process-right h3,
  .help-text h3,
  .main-page-body .startup-tabbing h3,
  .recognized-wrap h3,
  .study-right h3 {
    font-size: 2.6rem;
  }

  .agency-head-blog h2,
  .beyond-block h2,
  .casestudies-app-stories h2,
  .development-process-left h2,
  .featured-text-blog h2,
  .industries-head h2,
  .portfolio-head h2,
  .recognized-content h2,
  .what-we-do .section-head h2 {
    font-size: 3rem;
  }

  .recognized-content {
    padding: 60px 30px;
  }

  .recognized-wrap {
    padding: 60px 30px;
  }

  .recognized-logo-wrap {
    width: 575px;
  }

  .featured-img-wrap {
    padding: 0 3%;
  }

  .featured-img-wrap figure {
    -webkit-animation-name: example;
    animation-name: slide;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .featured-img-wrap figure {
    position: relative;
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  @-webkit-keyframes example {
    0% {
      left: 0;
      top: 0;
    }

    100% {
      left: 20px;
      top: 0;
    }
  }

  @keyframes example {
    0% {
      left: 0;
      top: 0;
    }

    100% {
      left: 20px;
      top: 0;
    }
  }

  .recognized-content p {
    font-size: 1.6rem;
  }

  .overlay-content span {
    font-size: 1.8rem;
  }

  .casestudies-app-stories {
    padding: 0 5%;
  }

  .casestudies-app-stories h2 {
    font-size: 2.8rem;
    margin-left: 0;
  }

  .study-right h3 {
    font-size: 2.4rem;
    margin: 75px 0 18px;
  }

  .industries-detail {
    flex: 0 0 76%;
  }

  .industries-text::after {
    height: 36%;
  }

  .footer-top {
    padding: 48px 2%;
  }

  .footer-col-3 {
    padding-right: 20px;
  }

  .address-content,
  .address-tabing li,
  .core-menu li a,
  .dmca-sec span,
  .footer-address li a,
  .link-service li a {
    font-size: 1.5rem;
  }

  .development-banner {
    width: 1000px;
  }

  .apps-banner-dev {
    width: 65%;
  }

  .development-form {
    width: 33%;
  }

  .service-form-section {
    padding: 100px 3%;
  }
}

@media (min-width: 1200px) {
  .history-accordion h3 {
    padding: 22px 70px 22px 45px;
  }

  .history-accordion h3 em {
    right: 45px;
  }
  .d-flex {
    flex: 0 0 13%;
  }
  .history-app-content {
    padding: 5px 45px 40px;
  }

  .history-flex {
    width: 85%;
  }

  .footer-top {
    padding: 70px 3%;
  }

  .address-content,
  .address-tabing li,
  .core-menu li a,
  .dmca-sec span,
  .footer-address li a,
  .link-service li a {
    font-size: 1.6rem;
  }

  .address-tabing li {
    margin-right: 10px;
    padding-right: 10px;
  }

  .digital-value {
    font-size: 18rem;
  }

  .tabbing-links {
    overflow: visible;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}

@media (min-width: 1280px) {
  /* header styling start */
  .main-logo-wrap {
    margin: 20px 0 0 3%;
  }
  .cbp-hrmenu .cbp-hrsub-inner,
  .cbp-hrmenu > ul {
    max-width: 95em;
  }
  .home .cbp-hrmenu > ul > li > a {
    padding: 16px 25px;
  }
  /* header styling end */
  .apps-banner-dev {
    width: 70%;
  }

  .home-page-banner {
    width: 1060px;
  }

  .home-page-banner h2 {
    margin-bottom: 50px;
    font-size: 5.5rem;
  }

  .light-video iframe {
    width: 900px;
    height: 600px;
  }

  .vido-close {
    right: -10px;
    top: 26px;
  }

  .business-development {
    padding: 0 30px;
    margin-bottom: 100px;
  }

  .recognized-wrap {
    display: block;
    padding: 75px 4% 65px;
  }

  .what-we-do {
    padding: 100px 0;
  }
  .testing-app {
    padding: 0 0 100px;
  }
  .help-text h3 {
    font-size: 2.6rem;
  }

  .help-blog-wrap .draggable {
    margin-bottom: 16px;
  }

  .agency-head-blog h2 {
    font-size: 3.2rem;
  }

  .section-head {
    width: 71%;
    margin: 0 auto 70px;
  }

  .option-list {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .option-list li {
    width: 50%;
    font-size: 1.4rem;
  }

  .overview-process {
    padding: 80px 0;
  }

  .portfolio-section {
    padding: 80px 0 75px;
  }

  #container {
    padding: 0 20px;
    column-gap: 26px;
  }

  .portfolio-box {
    margin-bottom: 26px;
  }

  .casestudies-app-stories h2 {
    font-size: 3.6rem;
  }

  .mode-content-blog h3,
  .study-right h3 {
    font-size: 2.6rem;
  }

  .study-right h3 {
    margin: 122px 0 18px;
  }

  .overview-blog {
    padding: 0 5%;
  }

  .home-center-mode {
    padding: 120px 0 80px;
  }

  .mode-content-blog {
    width: 26%;
    margin-left: 4%;
  }

  .home-slide {
    width: 69%;
  }

  .tabbing-links {
    margin-bottom: 40px;
  }

  .tabbing-links li {
    margin: 0 11px;
  }

  .feed-primary span {
    font-size: 3rem;
  }

  .industries-circle {
    width: 112px;
    height: 112px;
    margin: 0;
  }

  .industries-detail {
    flex: 0 0 78%;
  }

  .industries-text::after {
    height: 30%;
  }

  .featured-img-wrap figure {
    height: 130px;
  }

  .address-tabing li {
    margin-right: 10px;
    padding-right: 10px;
  }

  .banner-development {
    max-width: 1426px;
    padding:180px 45px 15px;
  }
}

@media (min-width: 1400px) {
  .home-page-banner {
    width: 1075px;
  }

  .light-video iframe {
    width: 1020px;
    height: 700px;
  }

  .vido-close {
    right: -20px;
    top: 39px;
  }
  .footer-col-4::before {
    left: 26px;
  }
  .business-development {
    padding: 0;
  }

  .recognized-content p {
    font-size: 1.8rem;
  }

  .featured-img-wrap,
  .overview-blog {
    padding: 0 3%;
  }

  .featured-img-wrap figure {
    width: 244px;
    margin: 0 0 14px 0;
  }

  .featured-img-wrap figure img {
    width: 171px;
    height: 171px;
  }

  .home-center-mode {
    padding: 150px 0 100px;
  }

  .mode-content-blog h3 {
    font-size: 3rem;
  }

  .development-banner {
    width: 100%;
  }

  .development-banner h2 {
    font-size: 5.5rem;
  }

  .development-form h4 {
    font-size: 2.2rem;
  }

  .service-form-section {
    padding: 120px 2%;
  }

  .digital-value {
    font-size: 22.9rem;
    margin-top: -45px;
  }

  .maintenance-blog h4,
  .tested-box h4 {
    font-size: 2.8rem;
  }

  .idea-form h4 {
    font-size: 3.6rem;
  }
}

@media (min-width: 1401px) {
  .business-dev-box p {
    min-height: 126px;
  }

  .recognized-wrap {
    width: 680px;
  }

  .footer-col-4 {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
}

@media (min-width: 1920px) {
  .recognized-block {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .banner-block p {
    padding: 0 100px;
  
  }
}
