@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
::before,
::after {
  box-sizing: border-box; }

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol,
ul {
  list-style: none; }

img,
video {
  max-width: 100%; }

img {
  border-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none; }

[hidden] {
  display: none !important; }

[disabled] {
  cursor: not-allowed; }

:focus:not(:focus-visible) {
  outline: none; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */ }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */ }

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */ }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */ }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

.input-error {
  border: 2px solid #D8000C !important;
	outline-color: #D8000C !important; 
}

textarea {
  overflow: auto;
  resize: none; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px; 
}
body {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.4;
  color: #02a8ff; 
}

.f-mont {
  font-family: "Montserrat"; 
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  line-height: 1.1; }

h1 {
  font-size: 64px;
  line-height: 1.2; }

h2 {
  font-size: 40px;
  line-height: 1.4; }

h3 {
  font-size: 24px;
  line-height: 1.4; }

h4 {
  font-size: 20px; }

.mob-only,
.tab-only,
.hidden {
  display: none; }

.w-100 {
  width: 100%; }

.pb-0 {
  padding-bottom: 0px !important; }

.mt-4 {
  margin-top: 4px; }

.mt-8 {
  margin-top: 8px; }

.mt-16 {
  margin-top: 16px; }

.mt-20 {
  margin-top: 20px; }

.mt-24 {
  margin-top: 24px; }

.mt-28 {
  margin-top: 28px; }

.mt-32 {
  margin-top: 32px; }

.mt-36 {
  margin-top: 36px; }

.mt-40 {
  margin-top: 40px; }

.mt-48 {
  margin-top: 48px; }

.mt-54 {
  margin-top: 54px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 80px; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.flex {
  display: flex; }
  .flex.equal > * {
    flex: 1; }

.flex-1 {
  flex: 1; }

.flex.justify-between {
  justify-content: space-between; }

.container {
  max-width: 1640px;
  margin: auto;
  padding: 0px 60px; }

.max-w {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.ov-hidden {
  overflow: hidden; }

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8; }
div {
  font-size: 18px;
}
.bgc-w {
  background-color: #ffffff; }

.bgc-1 {
  background-color: #bdf7fc; }

.bg {
  overflow: hidden; }
  .bg > * {
    position: relative;
    z-index: 1; }
  .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2200px;
    height: 100%;
    max-width: none;
    background-repeat: no-repeat;
    z-index: 0; }
  .bg.bg-1:before {
    background-image: url("../img/illustrations/oval-1.svg"), url("../img/illustrations/rect.svg"), url("../img/illustrations/pattern.svg"), url("../img/illustrations/rect.svg"), url("../img/illustrations/pattern.svg");
    background-position: left center, right 40%, 55% center, 60% 90%, 80% 90%; }
  .bg.bg-2:before {
    background-image: url("../img/illustrations/oval-2.svg"), url("../img/illustrations/pattern.svg");
    background-position: left 75%, 40% 75%; }
  .bg.bg-3:before {
    background-image: url("../img/illustrations/oval-1.svg"), url("../img/illustrations/oval-2.svg");
    background-size: 1000px;
    background-position: 0% -25%, right center;
    opacity: 0.5; }
  .bg.bg-4:before {
    background-image: url("../img/illustrations/oval-2.svg"), url("../img/illustrations/oval-1.svg");
    background-size: 512px;
    background-position: -5% 100%, 110% 150%; }
  .bg.bg-5:before {
    background-image: url("../img/illustrations/oval-2.svg"), url("../img/illustrations/oval-2.svg"), url("../img/illustrations/pattern.svg"), url("../img/illustrations/pattern.svg");
    background-size: 512px, 512px, auto, auto;
    background-position: left, right, 15% 30%, 85% 70%; }

.bg-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: currentColor; }

button {
  cursor: pointer; }

.input {
  padding: 20px 24px;
  border: none; }
  .input.gray {
    background-color: #DFDFDF; }

input.checkbox {
  appearance: none;
  width: 24px;
  height: 24px;
  background: url("../img/icons/check-off.svg") center no-repeat;
  background-size: contain;
  vertical-align: middle; }
  input.checkbox:checked {
    background: url("../img/icons/check-on.svg") center no-repeat; }
  input.checkbox + label {
    margin-left: 8px;
    vertical-align: middle; }

.form-check {
  padding-left: 24px; }
  .form-check .checkbox {
    float: left;
    margin-left: -24px; }
  .form-check label {
    display: inline-block; }

.form .subheading {
  font-size: 20px;
  font-weight: bold; }

.form-group .subheading {
  margin-bottom: 16px; }
.form-group ul.content-layout.divide-2 li {
  flex: 0 1 50%; }
.form-group ul.content-layout.divide-3 li {
  flex: 0 1 33%; }
.form-group ul.content-layout.checks li {
  padding: 8px 12px; }
.form-group ul.content-layout {
  flex-wrap: wrap; }
.form-group .input {
  width: 100%; }
.form-group textarea {
  width: 100%; }

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  border: 2px solid #07bff;
  border-radius: 8px;
  background: none;
  transition: .2s ease; 
}
.btn.btn-dark {
  min-width: 200px;
  text-align: center;
  background: #02a8ff;
  color: #ffffff;
  border: none; 
}
.btn.btn-info {
  min-width: 200px;
  text-align: center;
  background: #273A34;
  color: #ffffff;
  border: none; 
}
.btn.btn-primary {
  min-width: 200px;
  text-align: center;
  background: #07bff;
  color: #ffffff;
  border: none; 
}
.btn.btn-white {
  background-color: #ffffff;
  color: #121A17;
  border: none;
  max-width: 400px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  opacity: 0.75; 
}
.btn.arrow {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.btn .arrow {
	margin-left: 12px;
}
.icon.icon-arrow {
  width: 40px;
  height: 40px;
  margin: 0px 8px;
  cursor: pointer;
  transition: all .25s;
}
.icon.icon-calendar {
  margin: 0px 8px;
  margin-top: -4px;
}
.icon.icon-arrow:hover {
  opacity: .75;
}
.icon.icon-arrow.left {
  background-image: url('../img/icons/circle-arrow-r-l.svg');
  transform: rotate(180deg);
}
.icon.icon-arrow.right {
  background-image: url('../img/icons/circle-arrow-r-l.svg');
}

.logo {
  width: 310px;
  height: 68px;
  cursor: pointer;
  background: url("../img/logo.png") no-repeat center;
  background-size: contain; 
}
.logo.bigger {
  width: 380px;
  height: 80px; 
}

.section-hero {
  padding-top: 120px;
  min-height: 700px;
  display: flex;
  background: linear-gradient(128.00deg, #f4fbfc 4.63%, #adf5fc 100%);
  position: relative;
  overflow: hidden;
}
.section-hero .container {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  align-items: center;
}
#home-hero.section-hero .container::before {
  width: 50%;
  height: 100%;
  display: block;
  content: "";
  //background: url("../img/illustrations/bg-hero.svg") no-repeat left -50% center;
  //background-size: 150%;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}
.section-hero .title-wrapper {
  max-width: 1400px;
  min-width: 50%;
  z-index: 1;
}
.section-hero .title-wrapper p {
  font-size: 18px;
}
.section-hero .device-wrapper {
  display: flex;
  margin-left: 140px;
  position: relative;
}
.section-hero .device-chrome {
  position: absolute;
  width: 800px;
  left: 100px;
}
.section-hero .device-iphone {
  z-index: 1;
  margin-top: 25px;
}

.device-iphone {
  position: relative;
  max-width: 250px;
  width: 100%;
}
.device-iphone .device-frame {
  width: 100%;
  height: 0;
  position: relative;
  filter: drop-shadow(0px 20px 40px rgba(16, 24, 40, 0.25));
  padding-top: 215.1869158879%;
}
.device-iphone .device-frame:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/illustrations/iphone_13.svg") center no-repeat;
  background-size: contain;
}
.device-iphone img {
  -o-object-position: top;
    object-position: top;
  -o-object-fit: cover;
    object-fit: cover;
}
.device-iphone img,
.device-iphone .device-screen {
  background-color: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  height: 89.5%;
  width: 89.5%;
  top: 5.25%;
  left: 5.25%;
}
.device-chrome {
  position: relative;
  max-width: 800px;
  width: 100%;
}
.device-chrome .device-frame {
  width: 100%;
  height: 0;
  position: relative;
  filter: drop-shadow(0px 20px 40px rgba(16, 24, 40, 0.25));
  padding-top: 61.1764705882%;
}
.device-chrome .device-frame:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/illustrations/safari-frame.png") center no-repeat;
  background-size: contain;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.device-chrome img {
  -o-object-position: top;
    object-position: top;
  -o-object-fit: cover;
    object-fit: cover;
}
.device-chrome img, .device-chrome .device-screen {
  background-color: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  height: 92%;
  width: 100%;
  top: 8%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

ul.list li {
  display: flex;
  align-items: baseline;
  line-height: 1.6; 
}
ul.list li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #273A34;
  border-radius: 50%;
  margin-top: 12px;
  margin-right: 20px;
  flex-shrink: 0; 
}
ul.list li:not(:first-child) {
  margin-top: 16px; 
}

.section,
.section-np {
  position: relative; 
}

.section {
  padding: 120px 0px; 
}

.section-overlay {
  background: url("../img/home/about-bg86f8.jpg?v=20230708") center no-repeat;
  background-size: cover; 
}
.section-overlay .overlay {
  background-color: rgba(169, 245, 252, 0.95); 
}

.caption {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.subtitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px; }

.section-desc-v1 .title-wrapper {
  display: flex; }
.section-desc-v1 .title-wrapper h2 {
  flex: 1;
  margin-right: 20px; }
.section-desc-v1 .title-wrapper p {
  width: 65%; }

ul.content-layout {
  flex-wrap: wrap; 
}
ul.content-layout.layout-1 {
  display: flex;
  margin-left: -16px;
  margin-right: -16px; 
}
ul.content-layout.layout-1 li {
  flex: 1;
  padding: 16px; 
}
ul.content-layout.layout-2 {
  display: flex;
  margin-left: -12px;
  margin-right: -12px; 
}
ul.content-layout.layout-2 li {
  flex: 1;
  padding: 12px;
}

.testi-wrapper {
  position: relative; }
.testi-wrapper.quote {
  padding-top: 80px; }
.testi-wrapper + .testi-wrapper {
  margin-left: 20px; }

.testi-card {
  background-color: #ffffff;
  padding: 52px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.075);
  border-radius: 20px; }
  .testi-card .person {
    display: flex;
    align-items: center; }
    .testi-card .person img {
      width: 100px;}
    .testi-card .person .person-bio {
      margin-left: 40px; }
    .testi-card .person .name {
      font-weight: bold; }
  .testi-card .company {
    font-size: 18px;
    margin-top: 32px;
    font-weight: 600; }
  .testi-card:not(:first-child) {
    margin-top: 20px; }

/* -------------------------------------------------------------------------- */
/*                                page component                              */
/* -------------------------------------------------------------------------- */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 32px 0px; }
  .nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nav ul.nav-menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400; }
    .nav ul.nav-menu > li:not(:first-child) {
      margin-left: 54px; }
    .nav ul.nav-menu > li a.active {
      font-weight: bold; }
    .nav ul.nav-menu li.has-submenu > a {
      position: relative;
      display: flex;
      align-items: center; }
      .nav ul.nav-menu li.has-submenu > a:after {
        content: '';
        width: 24px;
        height: 24px;
        background: url("../img/icons/chevron-down.svg") center no-repeat;
        background-size: 32px;
        margin-left: 12px;
        transition: transform .2s; }
    .nav ul.nav-menu li.has-submenu.submenu-show > a:after {
      transform: rotate(180deg); }
    .nav ul.nav-menu li.has-submenu > ul.nav-submenu {
      position: absolute;
      margin-top: 16px;
      background: #ffffff;
      border-radius: 8px;
      visibility: hidden;
      opacity: 0;
      transform: scale(0.95);
      transform-origin: top center;
      transition: 0.15s;
      padding: 24px 32px; }
    .nav ul.nav-menu li.has-submenu.submenu-show > ul.nav-submenu {
      visibility: visible;
      opacity: 1;
      transform: scale(1); }  
    .nav ul.nav-menu ul.nav-submenu > li:not(:first-child) {
      margin-top: 20px; }
    .nav ul.nav-menu li a.nav-icon {
      display: flex;
      align-items: center; }
      .nav ul.nav-menu li a.nav-icon:before {
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 12px;
        content: ''; }
      .nav ul.nav-menu li a.nav-icon.icon-wd:before {
        background-image: url("../img/icons/web-dev.svg"); }
      .nav ul.nav-menu li a.nav-icon.icon-dm:before {
        background-image: url("../img/icons/digital-marketing2.svg"); }
	  .nav ul.nav-menu li a.nav-icon.icon-cs:before {
        background-image: url("../img/icons/custom-soft.svg"); }
      .nav ul.nav-menu li a.nav-icon.icon-c:before {
        background-image: url("../img/icons/consulting.svg"); }
	  .nav ul.nav-menu li a.nav-icon.icon-sw:before {
	    background-image: url("../img/icons/software.svg"); }
	  .nav ul.nav-menu li a.nav-icon.icon-lg:before {
	    background-image: url("../img/icons/language.svg"); }
		.nav ul.nav-menu li a.nav-icon.icon-cl:before {
	    background-image: url("../img/icons/cloud-icon.svg"); }
    .nav ul.nav-menu a:hover {
      opacity: 0.75; }
  .nav .menu-btn {
    display: none; }
	
.section-hero .container {
  width: 100%; }

.section-hero.with-img {
  min-height: 700px; }
.section-hero.with-img .container {
  min-height: inherit;
  align-items: center; }
.section-hero.with-img .title-wrapper {
  width: 50%;
  margin-bottom: 40px; }
.section-hero.with-img .hero-img {
  position: absolute;
  right: -80px;
  top: 0px;
  height: 80%;
  width: calc(50% + 80px);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }

.home-logos {
  min-height: 200px;
  padding: 24px 0;
  background-color: #aef5fc;
  display: flex; }
.home-logos .container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: center; }
.home-logos ul li {
  text-align: center;
  flex: 0 1 240px;
  padding: 16px;
  height: 120px; }
.home-logos ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; }

.home-services ul.section-content {
  margin-top: 100px;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap; }
.home-services ul.section-content li h3 {
  margin-bottom: 20px; }
.home-services ul.section-content li {
  padding: 16px; }
.home-services ul.section-content .services-icon {
  width: 92px;
  height: 92px;
  background-color: #adf5fc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  border-radius: 16px;
  margin-bottom: 52px; 
}
.home-services ul.section-content .services-icon.icon-webdev {
  background-image: url("../img/icons/web-dev.svg"); }
.home-services ul.section-content .services-icon.icon-custom {
  background-image: url("../img/icons/custom-soft.svg"); }
.home-services ul.section-content .services-icon.icon-dm2 {
  background-image: url("../img/icons/digital-marketing2.svg"); }
.home-services ul.section-content .services-icon.icon-consulting {
  background-image: url("../img/icons/consulting.svg"); }
.home-services a {
	font-weight: 600;
    font-size: 18px;
    display: flex;
    margin-top: 15px;
}
.home-services a img {
  margin-left: 8px;
  transition: all .25s;
}
.home-services a:hover {
  opacity: .75;
}
.home-services a:hover img {
  margin-left: 18px;
}
.home-about {
  margin: 140px 0; 
}
.home-about .container .section-desc {
  margin-left: 100px; 
}
.home-about .container .about-img {
  position: absolute;
  width: 100%;
  top: -80px;
  height: calc(100% + 160px);
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover; 
}

.section-testimonial .section-desc {
  width: 440px;
  margin-right: 100px;
  margin-bottom: 40px; 
}
.section-testimonial .section-content {
  flex: 1; 
}
.section-work {
	background-color: #bdf7fc;
}
#our-work .slide {
  display: none;
}
#our-work .slide.active {
  display: flex;
}
#our-work .portfolio-info {
  max-width: 50%;
  min-height:420px;
}
#our-work .img-wrap {
  flex-grow: 1;
  position: relative;
}
#our-work .img-wrap img {
  position: absolute;
  top: -150px;
  max-width: 600px;
  right: 0;
}
#our-work .slider-controls, #our-work .slide-count {
  display: flex;
  justify-content: center;
  align-items: center;
}
#our-work .circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(39, 58, 52, .75);
  margin: 0px 4px;
  cursor: pointer;
}
#our-work .circle.active {
  width: 12px;
  height: 12px;
  background-color: #273A34;
}
.cta-ready {
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
.cta-ready .title-wrapper > * {
  max-width: 500px;
}
.cta-ready .container {
  background-color: #58eefc;
  border-radius: 12px;
  padding: 50px;
  color: #ffffff;
  align-items: center;
}
.cta-ready .device-chrome {
  right: -17.5%;
  max-width: 600px;
}
.slide.active .btn-mobile {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                Service page                                */
/* -------------------------------------------------------------------------- */
.service-our .content-layout {
  margin-top: 60px; }
  .service-our .content-layout a {
    position: relative;
    background: #FCFFFF;
    padding: 48px;
    padding-bottom: 80px;
    display: block;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.075);
    height: 100%;
    transition: transform .2s; }
    .service-our .content-layout a::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 80px;
      height: 80px;
      background: #273A34 url("../img/icons/chevron-down-w.svg") center no-repeat;
      background-size: 40px;
      transform: rotate(-90deg); }
    .service-our .content-layout a:hover {
      transform: scale(1.025); }
  .service-our .content-layout a .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px; }
    .service-our .content-layout a .icon.icon-uiux {
      background-image: url("../img/service/uiux.svg"); }
    .service-our .content-layout a .icon.icon-custom {
      background-image: url("../img/service/custom.svg"); }
    .service-our .content-layout a .icon.icon-cms {
      background-image: url("../img/service/cms.svg"); }
    .service-our .content-layout a .icon.icon-seo {
      background-image: url("../img/icons/seo.svg"); }
	.service-our .content-layout a .icon.icon-logo {
      background-image: url("../img/icons/logo.svg"); }
	.service-our .content-layout a .icon.icon-ad {
      background-image: url("../img/icons/ad.svg"); }
	.service-our .content-layout a .icon.icon-webapp {
      background-image: url("../img/icons/web-app.svg"); }
	.service-our .content-layout a .icon.icon-api {
      background-image: url("../img/icons/api.svg"); }
	.service-our .content-layout a .icon.icon-third {
      background-image: url("../img/icons/third-party.svg"); }
  .service-our .content-layout h3 {
    position: relative;
    margin-bottom: 24px; }
    .service-our .content-layout h3:before {
      content: '';
      position: absolute;
      left: -48px;
      height: 100%;
      width: 4px;
      background: #58eefc; }
  .service-our .content-layout p {
    font-weight: normal; }

.service-process .content-layout, .faq-section .faqs {
  margin-top: 80px; }
.service-process .icon {
  width: 80px;
  height: 80px;
  background-color: #58eefc;
  background-size: 40px;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 40px; }
  .service-process .icon.icon-research {
    background-image: url("../img/service/research.svg"); }
  .service-process .icon.icon-design {
    background-image: url("../img/service/pencil.svg"); }
  .service-process .icon.icon-dev {
    background-image: url("../img/service/development.svg"); }
  .service-process .icon.icon-testing {
    background-image: url("../img/service/rocket.svg"); }
  .service-process .icon.icon-execution {
	background-position: 25px;
    background-image: url("../img/icons/execution.svg"); }
  .service-process .icon.icon-delivery {
    background-image: url("../img/icons/delivery.svg"); }
.service-process h3 {
  margin-bottom: 16px;
  font-weight: 600; }

.service-convert .title-wrapper {
  margin: auto; }

/* -------------------------------------------------------------------------- */
/*                                 About Us                                   */
/* -------------------------------------------------------------------------- */
.about-why .title-wrapper {
  margin-left: 60px; }

/* -------------------------------------------------------------------------- */
/*                                 Contact Us                                 */
/* -------------------------------------------------------------------------- */
.contact-get .form-group {
  margin-top: 40px; }
.contact-get .contact-info {
  width: 35%;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff; }
.contact-get .contact--img {
  background: url("../img/contact-us/contact-img.jpg") center no-repeat;
  background-size: cover;
  flex: 1; }
.contact-get .social {
  margin-bottom: 32px; }
.contact-get .contact--text {
  padding: 40px; }
  .contact-get .contact--text .icon {
    width: 52px;
    height: 52px;
    display: block; }
    .contact-get .contact--text .icon.sc-fb {
      background-image: url("../img/icons/sc-facebook.svg"); }
    .contact-get .contact--text .icon.sc-link {
      background-image: url("../img/icons/sc-linkedin.svg"); }
    .contact-get .contact--text .icon.sc-ig {
      background-image: url("../img/icons/sc-instagram.svg"); }
    .contact-get .contact--text .icon:not(:first-child) {
      margin-left: 12px; }

.contact-map .container {
  height: 700px; }
.contact-map .contact--img {
  background-size: cover;
  background-position: center; }

/* -------------------------------------------------------------------------- */
/*                                    Misc                                    */
/* -------------------------------------------------------------------------- */
.footer {
  background-color: #bdf7fc;
  padding-bottom: 40px; }
  .footer .container {
    flex-wrap: wrap; }
  .footer .input-group {
    display: inline-flex;
    width: 100%; }
    .footer .input-group .input {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      flex: 1; }
    .footer .input-group .btn {
      min-width: auto;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
  .footer .footer-company {
    flex: 1 1 80px;
    margin-right: 80px;
    margin-bottom: 80px; }
  .footer .footer-menu {
    flex: 1 1 600px;
    justify-content: space-between;
    margin-bottom: 40px; }
    .footer .footer-menu ul {
      margin-right: 40px; }
    .footer .footer-menu li:not(:first-child) {
      margin-top: 16px; }
    .footer .footer-menu a {
      font-size: 18px; }
    .footer .footer-menu a:hover {
      opacity: 0.75; }
  .footer .copyright {
    text-align: center;
    margin-top: 40px; }
  .footer .distinctions {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .distinctions img {
    margin: 0px 8px;
    height: 150px;
    width: auto;
  }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
}

.modal-header {
  padding: 2px 16px;
  background: #FFFFFF;
  position: relative;
}

.modal-header .title {
  text-align: center;
  margin-bottom: 10px;
}

.modal-header .close {
  position: absolute;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

.modal-body {
  padding: 2px 16px;
  text-align: center;
}

.modal-body #status-icon .svg-inline--fa {
	font-size: 70px;
	margin-bottom: 25px;
}

.modal-body #status-icon .success {
	color: #4F8A10;
}

.modal-body #status-icon .error {
	color: #D8000C;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 50%;
  min-width: 300px;
  max-height: calc(100vh - 200px);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px; 
  overflow-y: auto;
  animation: fadeIn .5s;
  -webkit-animation: fadeIn .5s;
  -moz-animation: fadeIn .5s;
  -o-animation: fadeIn .5s;
  -ms-animation: fadeIn .5s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.footer .clutch-widget .content {
  justify-content: center;
}
iframe .content {
  justify-content: center !important;
}
.input-wrapper {
	display: flex;
}
.input-wrapper input {
  border: 2px solid #273A34;
  border-radius: 8px;
  background: none;
  transition: .2s ease;
  padding: 12px 20px;
  min-width: 300px;
}
.input-wrapper .btn {
	min-width: unset !important;
  padding: 12px;
  margin-left: 20px;
}
#blog-posts .section-content {
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
  justify-content: center;
}  
.blog-wrap {
  border-radius: 8px;
  box-shadow: 0px 16px 30px -12px rgb(16 24 40 / 20%);
  max-width: 500px;
  cursor: pointer;
  margin: 16px;
  height: fit-content;
}
.blog-wrap .cover-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  height: 300px;
}
.blog-wrap .info-wrap {
  padding: 24px;
  text-align: left;
}
.blog-title {
  line-height: 1.3;
}
.blog-wrap .info-wrap p {
  line-height: 1.5;
  font-size: 16px;
}
.blog-wrap .info-wrap .btn-dark {
  font-size: 16px;
  padding: 12px;
  min-width: 150px;
}
.tag {
  background: #bdf7fc;
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 8px;	
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
}
.faqs {
  max-width: 1100px;
  margin: auto;
}
.faq-wrap {
  padding: 24px 0px;
  border-top: 2px solid rgba(39, 58, 52, .15);
  cursor: pointer;
}
.faq-wrap:first-of-type {
  border-top: none;
}
.faq-wrap * {
  pointer-events: none;
}
.faq-wrap .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-wrap .question h3 {
  font-weight: 600;
}
.faq-icon-wrap {
  background: rgba(39, 58, 52, .15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.faq-wrap .answer p {
  padding-top: 12px;
}
.faq-wrap .answer ul {
  list-style: unset;
  margin-left: 30px;
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 16px; }

  .btn {
    font-size: 16px;
    padding: 16px 28px; }

  .caption {
    font-size: 14px; }

  p,
  p.small, .faq-wrap .answer ul {
    font-size: 16px;
    line-height: 1.7; }

  h1 {
    font-size: 54px; }

  h2 {
    font-size: 36px; }
    h2 br {
      display: none; }

  .logo,
  .logo.bigger {
    width: 236px;
    height: 52px; }

  .testi-card {
    padding: 40px; }
    .testi-card .person .person-bio {
      margin-left: 24px; }
    .testi-card .person img {
      width: 80px;}

  .nav ul.nav-menu {
    font-size: 16px; }
    .nav ul.nav-menu > li:not(:first-child) {
      margin-left: 32px; }
    .section-hero .container {
      margin-top: 80px;
      margin-bottom: 80px; }
    .section-hero .device-iphone {
      max-width: 240px; }

  .section-hero.with-img {
    min-height: 600px; }
    .section-hero.with-img .container {
      margin-top: 0px;
      margin-bottom: 0px; }

  .home-services ul.section-content .services-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
    background-size: 36px; }

  .section-testimonial .container {
    flex-wrap: wrap; }
    .section-testimonial .container .section-desc {
      flex: 1 1 400px; }
    .section-testimonial .container .section-content {
      flex: 1 1 620px; }

  .home-about .container .section-desc {
    margin-left: 60px; }

  .section-testimonial .section-desc {
    margin-right: 60px; }

  .section-work {
    padding-bottom: 0px;
    padding-top: 80px; }
    .section-work .device-laptop .device-frame {
      position: relative;
      top: -60px; }
    .section-work .splide {
      margin-bottom: 40px; }

  .service-our ul.content-layout.layout-1 li {
    flex: 1 1 300px; }
  .service-our .content-layout a {
    padding: 40px;
    padding-bottom: 80px; }
  .service-our .content-layout h3:before {
    left: -40px; }

  .footer .footer-company {
    margin-right: 40px; }
  .footer .footer-menu a {
    font-size: 16px; }

  .form-group ul.content-layout.divide-3 li {
    flex: 0 1 50%; } }
@media only screen and (max-width: 1250px) {
  #our-work .img-wrap img {
    max-width: 500px;
    top: -100px;
    right: -25px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav .container {
    position: relative; }
  .nav ul.nav-menu > li:not(:first-child) {
    margin-left: 0px;
    margin-top: 28px; }
  .nav ul.nav-menu {
    display: block;
    position: absolute;
    top: 80px;
    right: 60px;
    width: 100%;
    max-width: 320px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.075);
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    transform-origin: top center;
    transition: 0.15s; }
  .nav ul.nav-menu .btn {
    display: block;
    text-align: center; }
  .nav ul.nav-menu li.has-submenu > ul.nav-submenu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    background: whitesmoke;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px; }
  .nav ul.nav-menu ul.nav-submenu > li:not(:first-child) {
    margin-top: 24px; }
  .nav ul.nav-menu li.has-submenu.submenu-show > ul.nav-submenu {
    display: block; }
.nav .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
  .nav .menu-btn .menu-text {
    font-weight: 600;
    margin-right: 12px; }
  .nav .menu-btn .navicon {
    background: #1E1F23;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 24px; }
  .nav .menu-btn .navicon:before,
  .nav .menu-btn .navicon:after {
    background: #1E1F23;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%; }
  .nav .menu-btn .navicon:before {
    top: 7px; }
  .nav .menu-btn .navicon:after {
    top: -7px; }
  .nav.menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0); }
  .nav.menu-show .menu-btn .navicon:before {
    transform: rotate(-45deg); }
  .nav.menu-show .menu-btn .navicon:after {
    transform: rotate(45deg); }
  .nav.menu-show .menu-btn .navicon::before,
  .nav.menu-show .menu-btn .navicon:after {
    top: 0; }
  .nav.menu-show ul.nav-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
}
@media only screen and (max-width: 1024px) {
  .home-logos .container {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 32px 24px;
  }
  .home-logos img {
    padding: 0 16px;
  }
  .tab-only {
    display: block; }

  h1 {
    font-size: 48px; }

  h2 {
    font-size: 32px; }

  .btn {
    padding: 16px 16px; }

  .section {
    padding: 80px 0px; }

  .section-desc-v1 .title-wrapper {
    display: block; }
  .section-desc-v1 .title-wrapper p {
    width: 100%;
    margin-top: 20px; 
  }
  .section-hero .container {
    flex-wrap: wrap; }
  .section-hero .title-wrapper {
    flex: 1 1 320px;
    margin-right: 0px; }
  .section-hero .hero-iphones {
    padding: 60px 0px;
    flex: 1 1 400px;
    padding-left: 40px;
    margin-left: 0px; }
  .section-hero .device-iphone {
    display: flex;
    align-items: center; }

  .section-hero.with-img {
    min-height: 480px; }
    .section-hero.with-img .title-wrapper {
      flex: none; }
    .section-hero.with-img .hero-img {
      right: -160px;
      width: calc(100% + 160px);
      z-index: -1; }

  .home-services ul.section-content {
    flex-wrap: wrap;
    margin-top: 40px; }
  .home-services ul.section-content li {
    flex: 1 1 50%; }

  .section-work .bg-wrapper {
    z-index: 0; }
  .section-work .container {
    z-index: 1;
    position: relative; }

  .service-process ul.content-layout.layout-1 li {
    flex: 1 1 320px; }

  .about-why .container {
    display: block; }
  .about-why .devices-wrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
  .about-why .title-wrapper {
    margin-left: 0px; }

  .form-group ul.content-layout.divide-2 li,
  .form-group ul.content-layout.divide-3 li {
    flex: 1 1 100%; 
  }

  .contact-get .contact-info {
    width: auto; 
  }
  #our-work .slide.active {
    display: block;
  }
  #our-work .portfolio-info {
    max-width: 100%;
  }
  #our-work .img-wrap img {
    position: unset;
    top: 0;
    right: 0;
    margin-left: -8px;
  }
  
  #our-work .slider-controls, #our-work .slide-count {
    justify-content: flex-start;
  }
  #our-work .icon.icon-arrow:first-of-type {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .section-hero {
    min-height: 600px; 
  }
  .section-hero .container {
    margin-top: 20px;
    margin-bottom: 0px; 
  }
  .section-hero .hero-iphones {
    padding-left: 0px; 
  }

  .section-hero.with-img .container {
    display: block; 
  }
  .section-hero.with-img .title-wrapper {
    width: 100%; 
  }
  .section-hero.with-img .hero-img {
    position: relative;
    right: 24px;
    width: calc(100% + 48px);
    height: 320px; 
  }
  .section-hero {
    min-height: auto;
  }
  .section-hero .container {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .section-hero .device-wrapper {
    margin-left: 0px;
    margin-top: 80px;
    width: 100%;
    max-width: 400px;
    flex: none;
  }
  .section-hero .device-chrome {
    width: 550px;
  }
  .section-hero .device-iphone {
    left: -12px;
    max-width: 160px;
  }
  .home-logos {
    padding: 0px;
    min-height: 0px; 
  }
  .home-logos .container {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 32px 24px; 
  }
  .home-logos ul li {
    flex: 0 0 200px;
    padding: 0 16px; 
  }
}
@media only screen and (max-width: 768px) {
  .mob-only {
    display: block; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 20px; }

  .subtitle {
    font-size: 20px; }

  p,
  p.small {
    line-height: 1.6; }

  .btn.btn-dark {
    min-width: 0px;
    width: 100%; }

  .container {
    padding: 0 24px; }

  .section {
    padding: 60px 0; }

  .logo,
  .logo.bigger {
    width: 172px; }

  .testi-card {
    padding: 24px; }
    .testi-card p,
    .testi-card .company {
      margin-top: 20px; }

  .testi-wrapper.quote {
    padding-top: 0px; }
  .testi-wrapper.quote::before {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px; }
  .testi-wrapper + .testi-wrapper {
    margin-top: 20px;
    margin-left: 0px; }

  .nav .menu-btn {
    height: 52px;
    border: none; }
  .nav .menu-btn .menu-text {
    display: none; }
  .nav ul.nav-menu {
    right: 24px;
    width: calc(100% - 48px);
    max-width: none;
    top: 60px;
    padding: 24px; }
  .nav ul.nav-menu li.has-submenu > ul.nav-submenu {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    font-size: 18px; }

  .home-services ul.section-content li {
    flex-basis: 100%; }
  .home-services ul.section-content .services-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px; }
  .home-services ul.section-content li h3 {
    margin-bottom: 12px; }

  .home-about {
    margin-top: 60px;
    margin-bottom: 40px; }
    .home-about .container {
      display: block; }
      .home-about .container .about-img {
        position: relative;
        top: -20px;
        height: 240px; }
      .home-about .container .section-desc {
        margin: 0px;
        padding-top: 20px; }

  .section-testimonial .container .section-desc {
    margin-top: 20px;
    margin-right: 0px; }
  .section-testimonial .container .section-content {
    flex-direction: column; }

  .section-work .splide-wrapper {
    margin-top: 40px; }

  .service-process .content-layout, .faq-section .faqs {
    margin-top: 40px; }
  .service-process .icon {
    margin-bottom: 20px; }

  .contact-get .container {
    display: block; }
  .contact-get .contact-info {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    flex-wrap: wrap; }
  .contact-get .contact--text {
    padding: 24px; }
  .contact-get .contact--img {
    flex: 1 1 200px; }
  .contact-get .contact--text .icon {
    width: 36px;
    height: 36px; }
  .contact-get .social {
    margin-bottom: 24px; }

  .contact-map .container {
    flex-direction: column; }

  .footer .footer-company {
    margin-right: 0px; }
  .footer .input-group {
    display: block; }
    .footer .input-group > * {
      border-radius: 8px !important;
      width: 100%; }
    .footer .input-group button {
      margin-top: 12px; }
  .footer .footer-menu {
    display: block; }
  .footer .footer-menu ul:not(:first-child) {
    margin-top: 40px; 
  }
  .modal-content {
    width: 70%;
    padding: 25px;
  }
  .input-wrapper {
    display: block;
  }
  .input-wrapper input {
    margin-bottom: 10px;
    width: 100%;
  }
  .input-wrapper .btn {
    margin-left: 0px;
  }
  .cta-ready {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cta-ready .container {
    padding: 24px;
    flex-direction: column;
  }
  .cta-ready .device-wrapper {
    margin-top: 60px;
    width: calc(100% + 40px);
    flex: none;
    margin-bottom: -48px;
  }
  .cta-ready .device-chrome {
    right: -12px;
  }
  .cta-ready .title-wrapper > * {
    max-width: none;
  }
  .portfolio-info .btn {
    display: none;
  }
  .slide.active .btn-mobile {
    display: flex;
  }
  #our-work .img-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  #our-work .img-wrap img {
    margin-left: 0px;
  }
  #our-work .slider-controls, #our-work .slide-count {
    justify-content: center;
  }
  #our-work .icon.icon-arrow:first-of-type {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 576px) {
  #our-work .img-wrap img {
    max-width: 400px;
  }
  .blog-wrap {
    max-width: 100%;
  }
  #blog-posts .section-content {
    margin-left: unset;
    margin-right: unset;
  }
}
@media only screen and (max-width: 500px) {
  .footer .distinctions {
    text-align: center;
    display: block;
  }
  .footer .distinctions a {
    width: 100%;
    display: inline-block;
  }
  .modal-content {
    width: 90%;
    padding: 25px;
  }
}
@media only screen and (max-width: 450px) {
  #our-work .img-wrap img {
    max-width: 300px;
  }
  .blog-wrap .cover-photo {
    height: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .blog-wrap .info-wrap {
    padding: 16px;
  }
}
