@font-face {
  font-family: 'Cerebri Sans Bold';
  src: url(fonts/Cerebri-Sans-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Cerebri Sans Book';
  src: url(fonts/Cerebri-Sans-Book.woff2) format('woff2');
}
@font-face {
  font-family: 'Cerebri Sans ExtraBold';
  src: url(fonts/Cerebri-Sans-ExtraBold.woff2) format('woff2');
}

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  background: #f8f2ff;
  font-family: 'Cerebri Sans Bold';
  font-size: 18px;
}
.inner-body {
  background: #fff;
}
p {
  font-family: 'Cerebri Sans Book';
}
.page-404 {
  min-height: calc(100vh - 304px);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 50px;
  color: #0187de;
}
.fries {
  position: absolute;
  right: 0px;
  top: 21px;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fries > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-body .fries > div {
  background: #212529;
}
.fries > div:before,
.fries > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  width: 75%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.fries > div:after {
  top: 10px;
}
.fries[aria-expanded="true"] > div {
  transform: rotate(135deg);
}
.fries[aria-expanded="true"] > div:before, .fries[aria-expanded="true"] > div:after {
  top: 0;
  transform: rotate(90deg);
  width: 100%;
}
.section-title {
    font-family: 'Cerebri Sans ExtraBold';
    margin-top: 0;
    font-size: 50px;
}
header {
    border-bottom: 1px solid #58d7ca;
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 0;
}
.inner-header {
    background: #fff;
    border-color: #e9e9e9;
    position: initial;
}
#menu {
    justify-content: flex-end;
}
#menu ul {
    align-items: center;
    font-size: 14px;
}
a.navbar-brand.logo img {
    max-width: 250px;
}
.nav-item a, 
.nav-item label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    margin: 0;
}
.nav-item .dropdown-menu.show {
    z-index: 10000;
}
.nav-item a.dropdown-item {
    text-transform: initial;
    padding: 5px 15px;
    color: #000 !important;
    background-color: initial;
}
.contact-menu span {
	color: #fff;
}
.inner-header .nav-item a, 
.inner-header .nav-item label {
    color:  #000;
}
.nav-item label {
    padding-right: 0;
}
.email-menu span {
    padding: 5px;
}
.email-menu span:first-of-type {
    padding-right: 0;
}
.email-menu a {
    padding: 0;
    text-transform: initial;
    padding-right: 10px;
}
.inner-header .email-menu a, 
.inner-header .contact-menu span {
    color: #0187de;
}
.contact-menu span:nth-child(2) {
	padding: 0 5px;
}
.nav-item label {
    padding-right: 0;
}
.email-menu span {
    padding: 5px;
}
.email-menu span:first-of-type {
    padding-right: 0;
}
.email-menu span:last-of-type {
    margin-right: 2px;
}
.social-menu a {
    padding: 3px;
}
.social-menu a img {
    max-width: 35px;
}
section {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9999;
    padding: 76px 0;
}
.light-circles {
    position: absolute;
    bottom: 100px;
    left: -100px;
    z-index: 100;
}
.light-circles .circle {
    width: 120px;
    height: 120px;
    background: #a9cbf3;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 118px 60px;
}
.light-circles .circle-1 {
    -webkit-animation: pulse 8s linear -2.6s,pulse 8s linear infinite;
    animation: pulse 8s linear -2.6s,pulse 8s linear infinite;
}
.light-circles .circle-2 {
    -webkit-animation: pulse 8s linear -5.2s,pulse 8s linear 2.6s infinite;
    animation: pulse 8s linear -5.2s,pulse 8s linear 2.6s infinite;
}
.light-circles .circle-3 {
    -webkit-animation: pulse 8s linear -8s,pulse 8s linear 5.2s infinite;
    animation: pulse 8s linear -8s,pulse 8s linear 5.2s infinite;
}
.blue-circles {
    position: absolute;
    top: 200px;
    right: 300px;
    z-index: -2;
}
.blue-circles .circle {
    width: 205px;
    height: 205px;
    background: #02c2d2;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 93px;
    left: -125px;
    transform-origin: 50px 150px;
}
.blue-circles .circle-1 {
    -webkit-animation: pulse 8s linear 1s infinite;
    animation: pulse 8s linear 1s infinite;
    background: #019fe1;
}
.blue-circles .circle-2 {
    -webkit-animation: pulse 8s linear 3.6s infinite;
    animation: pulse 8s linear 3.6s infinite;
    background: #02c2d2;
}
.blue-circles .circle-3 {
    -webkit-animation: pulse 8s linear 6.2s infinite;
    animation: pulse 8s linear 6.2s infinite;
    background: #03ddc5;
}
.inner-circles {
    right: auto;
    left: -100px;
    top: 100px;
}
.inner-circles:nth-child(2) {
    left: auto;
    right: -100px;
    top: 25%;
}
.inner-circles .circle {
    width: 150px;
    height: 150px;
    top: 90px;
    left: 0;
    transform-origin: 145px 70px;
}
.inner-circles .circle-1 {
    -webkit-animation: pulse2 8s linear 1s infinite;
    animation: pulse2 8s linear 1s infinite;
}
.inner-circles .circle-2 {
    -webkit-animation: pulse2 8s linear 3.6s infinite;
    animation: pulse2 8s linear 3.6s infinite;
}
.inner-circles .circle-3 {
    -webkit-animation: pulse2 8s linear 6.2s infinite;
    animation: pulse2 8s linear 6.2s infinite;
}
.btn-green, 
.btn-violet, 
.btn-red {
    color: #fff !important;
    padding: 10px 30px;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 10px;
}
.btn.btn-lg {
    padding: 15px 40px;
}
.btn-green {
    background: #05db9c;
    color: #21365f;
    padding: 20px 30px;
}
.btn-violet {
    background: #9277ee;
}
.btn-red {
    background: #ff5656;
}
.btn-violet:hover, 
.wpforms-submit:hover {
    background: #5548d2 !important;
}
.btn-red:hover {
    background: #fd6c6c;
}
.btn-green:hover {
    background: #59e0b8;
}
.divider {
    display: block;
    margin: -38px auto 0 auto;
    width: 40px;
}
#onboarding svg circle:first-of-type {
  -webkit-animation: blink-animation 5s linear 4s infinite;
  animation: blink-animation 5s linear 4s infinite;
}
#onboarding svg circle:nth-of-type(2) {
  -webkit-animation: blink-animation 5s linear 18s infinite;
  animation: blink-animation 5s linear 18s infinite;
}
#onboarding svg circle:nth-of-type(3) {
  -webkit-animation: blink-animation 5s linear 12s infinite;
  animation: blink-animation 5s linear 12s infinite;
}
#onboarding svg circle:nth-of-type(4) {
  -webkit-animation: blink-animation 5s linear 6s infinite;
  animation: blink-animation 5s linear 6s infinite;
}
#onboarding svg circle:nth-of-type(5) {
  -webkit-animation: blink-animation 5s linear 15s infinite;
  animation: blink-animation 5s linear 15s infinite;
}
#onboarding svg circle:nth-of-type(6) {
  -webkit-animation: blink-animation 5s linear 10s infinite;
  animation: blink-animation 5s linear 10s infinite;
}
#onboarding svg circle:nth-of-type(7) {
  -webkit-animation: blink-animation 5s linear 2s infinite;
  animation: blink-animation 5s linear 2s infinite;
}

@keyframes blink-animation {
  0% { opacity: 0; }
  20% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes blink-animation {
  0% { opacity: 0; }
  20% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes pulse {
    0% {
        transform: scale(.6);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

#main-banner {
    padding: 0px;
    background-color: #0292d6;
    background-image: url('../img/lets-collab-bg.png');
    background-size: cover;
    position: relative;
    color: #fff;
    min-height: initial;
    max-height: 1080px;
}
#main-banner .vec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
#main-banner .row {
    align-items: center;
    margin-top: -76px;
}
#main-banner .container {
    height: 100vh;
    max-height: 1080px;
    position: relative;
}
#main-banner .row > div {
    display: flex;
    align-items: center;
    height: 100vh;
    max-height: 1080px;
}
#main-banner h1 {
    font-size: 50px;
    margin-top: 0;
}
#main-banner .hero {
    position: absolute;
    max-width: calc(100% + 200px);
    left: -50px;
    bottom: 0;
    z-index: -1;
}
#main-banner .wrap > p {
    margin-bottom: 25px;
    font-size: 20px;
}

#features .row {
    padding-top: 76px;
}
#features .content-wrap {
    padding: 0 50px;
    max-width: 600px;
    margin: 0 auto;
}
#features .feature .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    padding:  0 10px 10px 10px;
}
#features .feature .item img {
    width: auto;
    height: 100px;
}
#features .feature .item p {
    margin: 10px 0;
}

#onboarding {
    padding-bottom: 0;
}
#onboarding svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#onboarding .row {
    align-items: center;
}
#onboarding .content-wrap {
    padding: 0 50px;
    max-width: 700px;
}
#onboarding img {
    max-width: 100%;
}

#our-services {margin-top: -76px;}
#our-services .row {
    background: #4c3ed1;
    border-radius: 40px;
    box-shadow: 0px 0px 68px -2px rgba(0,0,0,0.37);
    -webkit-box-shadow: 0px 0px 68px -2px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 68px -2px rgba(0,0,0,0.37);
}
#our-services .content-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
}
#our-services .content-wrap span {
    color: #06eb91;
}
#our-services .btn-green {
  margin-top: 20px;
}
#why-us .slider-wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
#why-us .lSSlideOuter .lSPager.lSpg {
    text-align: left;
    position: absolute;
    bottom: 50px;
}
#why-us {
    padding-top: 30px;
}
#why-us .section-title {
    margin-bottom: 65px;
}
#why-us img.img-fluid {
    width: 100%;
    max-width: 500px;
}
#why-us .content-wrap {
    padding-right: 50px;
    max-width: 620px;
}
#why-us .vec {
    position: absolute;
    max-width: 900px;
    right: -120px;
    top: 0;
}

#lets-collaborate {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: -100px;
}
#lets-collaborate .container {
    background-color: #0181e3;
    background-image: url('../img/lets-collab-bg.png');
    background-size: cover;
    background-position: bottom right;
    padding: 76px;
    border-radius: 40px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.form-container {
    margin: 0 auto;
    max-width: 800px;
}
.wpforms-field-container {
    padding: 50px 0 !important;
}
.wpforms-field-name, 
.wpforms-field-email {
    width: calc(50% - 10px) !important;
    display: inline-block;
    vertical-align: top;
}
.wpforms-field-name {
    margin-right: 10px !important;
}
.wpforms-field-email {
    margin-left: 10px !important;
}
.wpforms-field-name input, 
.wpforms-field-email input, 
.wpforms-field-textarea textarea {
    max-width: 100% !important;
    background: transparent !important;
    color: #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: #fff !important;
}
.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 14px !important;
    color: #ff9494 !important;
}
.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner, 
.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
    border-color: #ff9494 !important;
}
.wpforms-field-select .wpforms-field-row {
    max-width: 100% !important;
    text-align: left;
    color: #fff !important;
}
.wpforms-container .wpforms-form .choices__inner {
    background: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: #fff !important;
}
.wpforms-submit {
    color: #fff !important;
    padding: 10px 30px !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    background: #4c3ed1 !important;
    border-color: #4c3ed1 !important;
}
.wpforms-container .wpforms-form .choices__placeholder {
    opacity: 1 !important;
}
.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #10a8cc !important;
}
.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
    background: #0589d7 !important;
}
footer {
    background: #323232;
    padding: 176px 15px 25px 15px;
}
.inner-footer {
    padding: 50px 15px 25px 15px;
}
footer .container {
    max-width: 1400px !important;
    margin: 0 auto;
}
footer img {
    width: 100%;
    max-width: 400px;
}
footer ul {
    list-style: none;
    padding: 0;
    flex-grow: 1;
}
footer ul li, 
footer ul li a, 
footer ul li a svg {
    color: #fff !important;
    vertical-align: middle;
    font-size: 16px;
}
footer .col-lg-7 {
    display: flex;
}
footer ul.contact-menu li {
    display: flex;
    align-items: center;
    padding: 1px 0;
}
footer ul.contact-menu li svg {
    width: 30px;
    margin-right: 5px !important;
}
footer svg {
    fill: #fff;
}
.social-footer li {
    display: inline-block;
}
.social-footer li svg {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}
.copyright {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
    margin: 25px 0 0 0;
    border-top: 1px solid #464646;
}
#services .container {
    position: relative;
}
.inner-body section .container {
    max-width: 1200px !important;
}
#services .section-title {
    text-align: center;
    padding-bottom: 76px
}
.row.service {
    padding: 50px 0;
}
.row.service:nth-child(odd) {
    flex-direction: row-reverse;
}
.row.service > div:last-of-type {
    text-align: center;
}
.row.service img {
    max-width: 450px;
}
.row.service h2 {
    background: -webkit-linear-gradient(45deg, #0181e3, #2bbc9f 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#pre-footer, 
#about, 
#services-banner, 
#customer-stories {
    background-color: #0181e3;
    background-image: url('../img/lets-collab-bg2.jpg');
    background-size: cover;
    background-position: bottom right;
    color: #fff;
}
#about, 
#services-banner, 
#customer-stories {
    padding: 0;
}
.vec-content .container {
    position: relative;
}
.vec-content .text-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.vec-content .inner-circles:first-of-type {
    top: -50px;
    left: -150px;
}
.vec-content .inner-circles:nth-of-type(2) {
    right: -220px;
    top: 35%;
}
.vec-content .vec {
    position: absolute;
    top: -40px;
    right: -300px;
}
#we-can-items {
    margin: 50px 15px 0 15px;
    padding: 50px 15px;
    box-shadow: 0px 0px 68px -2px rgba(0,0,0,0.37);
    -webkit-box-shadow: 0px 0px 68px -2px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 68px -2px rgba(0,0,0,0.37);
    border-radius: 40px;
}
.we-can-item {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 25px;
}
.we-can-item img {
    height: 100px;
}
.we-can-item p {
    margin: 10px 0 0 0;
}

.simply-scroll-container { 
    position: relative;
}
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}
.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll { 
    width: 100%;
    height: 156px;
    margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 156px;
}
.simply-scroll .simply-scroll-list li {
    float: left;
    width: initial;
    max-width: 265px;
    height: 156px;
}
.simply-scroll .simply-scroll-list li img {
    max-width: calc(100% - 20px);
}

.logo-wrap {
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
    border-radius: 30px;
}
.logo-wrap img.logo {
    width: auto;
    max-height: 200px;
}
.story-wrap {
    padding: 0 50px;
}
.story-wrap .text-wrap {
    padding: 30px 0;
    color: #3c3c3c;
}
.story-wrap .text-wrap p:last-of-type {
    margin: 0;
}
.story-wrap img {
    width: 25%;
    max-width: 90px;
}
.story-wrap h4 {
    font-size: 16px;
    color: #3c3c3c;
}
.story-wrap h4 span:last-of-type {
    font-style: italic;
    color: #0181e3;
}

.xs { display: none; }
.xsp { display: block; }
@media (min-width: 1200px) {
    .container { max-width: 1300px !important; }
}
@media (min-width: 1600px) {
    .container { max-width: 1450px !important; }
}
@media (min-width: 1900px) {
    .container { max-width: 1600px !important; }
}
@media (max-width: 1599px) {
    .email-menu label {
        display: block;
        padding: 0;
    }
    .email-menu a {
        padding: 0;
        border-right: none;
    }
    li.nav-item {
        padding: 0 12px;
    }
    li.social-menu.nav-item {
        padding-right: 10px;
    }
    li.social-menu.nav-item:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
    li.contact-menu {
        display: none;
    }
    #why-us .lSSlideOuter .lSPager.lSpg {
        bottom: -10px;
    }
}
@media (max-width: 991px) {
	.xs { display: block; }
	.xsp { display: none; }
    #menu {
        position: absolute;
        top: 76px;
        width: 100%;
        z-index: 10000;
        left: 0;
        right: 0;
    }
    #menu ul {
        background: #fff;
        display: block;
        text-align: center;
        padding: 20px;
    }
    .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    .nav-item .dropdown-menu.show {
        border: 0;
        text-align: center;
        margin: 0;
        padding-top: 0;
    }
    .nav-item a, .nav-item label {
        color: #000;
    }
    .navbar-nav .email-menu a, 
    .navbar-nav .contact-menu span {
        color: #0187de;
    }
    li.social-menu.nav-item {
        display: inline-block !important;
        padding: 0;
        margin-top: 10px !important;
    }
    li.email-menu.nav-item {
        margin-top: 10px;
    }
    li.contact-menu {
        display: block;
    }
    li.nav-item {
        text-align: center;
    }
    .contact-menu > span {
        display: block;
    }
    .contact-menu > span:nth-child(2) {
        display: none;
    }
    #main-banner {
        text-align: center;
        height: initial;
        max-height: initial;
    }
    #main-banner .container {
        height: initial;
        max-height: initial;
    }
    #main-banner .row > div {
        height: initial;
    }
    #main-banner .hero {
        position: initial;
        max-width: 100%;
        margin-top: 50px;
    }
    #main-banner .row {
        margin-top: 100px;
    }
    #features .content-wrap {
        padding: 0;
        max-width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    .feature {
        text-align: center;
    }
    #onboarding {
        text-align: center;
    }
    #onboarding svg {
        right: 0;
    }
    #our-services .content-wrap {
        text-align: center;
    }
    #why-us .lSSlideOuter .lSPager.lSpg {
        position: initial;
        margin: 0 auto;
        text-align: center;
    }
    #why-us .content-wrap {
        padding: 0;
        max-width: 100%;
        text-align: center;
    }
	#why-us img.img-fluid {
		margin: 25px auto;
	}
    .logo-wrap {
        padding: 30px;
        margin-bottom: 40px;
    }
    .story-wrap {
        padding: 0 15px;
        text-align: center;
    }
    .wpforms-field-name, .wpforms-field-email {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    footer {
        text-align: center;
    }
    footer .row {
        display: block;
    }
    footer .col-lg-7 {
        display: block;
        text-align: center;
        margin-top: 25px;
    }
    footer ul.contact-menu li {
        justify-content: center;
    }
    #about, #services-banner, #customer-stories {
        text-align: center;
        padding: 50px 15px 0 15px;
    }
    #about img, #services-banner img, #customer-stories img {
        margin-top: 25px;
    }
    .vec-content .vec {
        display: none;
    }
    .we-can-item {
        padding: 25px 0;
        width: calc(33% - 13px);
    }
    #pre-footer {
        text-align: center;
    }
    #pre-footer .btn {
        margin: 15px 0 0 0;
    }
    #services .section-title {
        padding-bottom: 0;
    }
    .row.service {
        text-align: center;
    }
    .row.service img {
        margin: 25px auto 0 auto;
		width: 360px;
		max-width: 100%;
    }
}
@media (max-width: 767px) {
    .section-title {
        font-size: 34px;
    }
    #features .feature .item {
        width: 100%;
    }
    #onboarding .content-wrap {
        padding: 0;
    }
    #our-services .row {
        margin: 0;
        padding-bottom: 15px;
    }
    #main-banner h1 {
        font-size: 40px;
    }
    #main-banner .button-wrap .btn {
        margin: 5px;
    }
    .we-can-item {an
        padding: 25px 0;
        width: 100%;
    }
    #why-us {
        padding: 0;
    }
    #lets-collaborate .container {
        padding: 50px 15px;
    }
    div.wpforms-container-full {
        margin-bottom: 0;
    }
    .wpforms-field-container {
        padding-bottom: 25px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .contact-menu > span:nth-child(2) {
        display: none;
    }
}
@media (max-height: 680px) and (min-width: 992px) {
    #main-banner .container,
    #main-banner .row > div {
        min-height: 750px;
    }
    #main-banner .hero {
        max-width: calc(100% + 100px);
    }
}