@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Muli:300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600&display=swap);
body,
html {
    width: 100%;
    overflow-x: hidden;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

html.full-height {
  height: 100%
}
body.header-static {
    padding-top: 7rem;
    height: 100%;
}
.overflow {
    overflow: hidden;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -0.1rem;
}
.h3,
h3 {
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.08rem;
    margin: 0 0 1.5rem;
}
h4 {
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: -0.06rem;
}
h5 {
    font-weight: 600;
}
p {
    font-size: 2rem;
    line-height: 1.75;
    margin: 0 0 2rem;
    font-weight: 300;
}
a.mailto {
    color: #f86566 !important;
    font-weight: 600 !important;
}
li {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 1.8rem;
    font-weight: 300;
}
b,
strong {
    font-weight: 700;
}
td,
th {
    font-size: 1.6rem;
}
p {
    color: var(--dark-gray);
}
.title {
    color: var(--primary);
}
.title span,
.title strong {
    color: var(--dark-gray);
    font-weight: inherit;
}
img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #c7c7c7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    .back-to-top.show {
      opacity: 1;
      visibility: visible; }
    .back-to-top img {
      max-width: 18px;
      width: 100%; }

      .form-popup {
        position: fixed;
        width: 6rem;
        height: 6rem;
        bottom: 2.4rem;
        right: 2.4rem;
        border-radius: 50%;
        background-color: #ec1313;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center; }
        .form-popup:hover {
          background-color: #d80a0a;
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25); }
        .form-popup img {
          max-width: 2.9rem;
          width: 100%;
          opacity: 0.8; }
.hover-flip{
    position: relative;
}
.hover-flip::before {
    content: attr(data-text);
    position: absolute;
    transform: translate3d(0, 2.8rem, 0);
    color: #ff1816;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
.hover-flip span{
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    letter-spacing: inherit !important;
}
.hover-flip:hover::before {
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    opacity: 1;
}
.hover-flip:hover span {
    opacity: 0;
    transform: translate3d(0, -2.8rem, 0);
    -moz-transform: translate3d(0, -2.8rem, 0);
    -webkit-transform: translate3d(0, -2.8rem, 0);
}
.header .nav .menu > li.menu-contact a.hover-flip::before{
    color: #222222 !important;
}
.project-in-mind a {
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.24rem;
  line-height: 2.4rem;
  letter-spacing: 0.01rem;
  display: inline-block;
  padding: 1.44rem 1.92rem 0.96rem 2.4rem;
  border: 0;
  border-radius: 5.12rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff1816;
  font-weight: 600; }
  .project-in-mind a.hover-flip, .project-in-mind a.btn-flip {
    overflow: hidden;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    .project-in-mind a.hover-flip span, .project-in-mind a.btn-flip span {
      display: inline-block;
      transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
      -o-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
      -webkit-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease; }
    .project-in-mind a.hover-flip::before, .project-in-mind a.btn-flip::before {
      content: attr(data-text);
      position: absolute;
      transform: translate3d(0, 1.4rem, 0);
      color: #fff;
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
      -o-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
      -webkit-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease; }
    .project-in-mind a.hover-flip:hover, .project-in-mind a.btn-flip:hover {
      color: #fff; }
      .project-in-mind a.hover-flip:hover::before, .project-in-mind a.btn-flip:hover::before {
        transform: translateZ(0);
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        opacity: 1; }
      .project-in-mind a.hover-flip:hover span, .project-in-mind a.btn-flip:hover span {
        opacity: 0;
        transform: translate3d(0, -1.4rem, 0);
        -moz-transform: translate3d(0, -1.4rem, 0);
        -webkit-transform: translate3d(0, -1.4rem, 0); }
.btn {
    color: var(--white);
    background: var(--light-gray);
    border-radius: 4rem;
    padding: 1.1rem 2.75rem;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 400;
    border: none;
    outline: 0;
    display: inline-block;
}
.btn:hover {
    color: var(--white);
    text-decoration: none;
}
.btn-primary {
    color: var(--white);
    background: var(--primary);
}
.btn-primary:hover {
    color: var(--white);
}
.btn-white {
    color: var(--primary);
    background: var(--white);
}
.btn-white:hover {
    color: var(--primary);
}
.classic-btn {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.03rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}
.classic-btn:hover {
    text-decoration: none;
    color: var(--primary);
}
.classic-btn:hover span {
    border-color: var(--primary);
}
.classic-btn:hover span:before {
    background: var(--primary);
}
.classic-btn span {
    top: -2px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 3rem;
    position: relative;
    vertical-align: middle;
    border: 1px solid var(--gray);
    margin-left: 46px;
    transition: border 0.3s ease;
}
.classic-btn span:before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    left: -40px;
    top: 50%;
    position: absolute;
    background-color: var(--gray);
    transition: background-color 0.3s ease;
}
.classic-btn span i {
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 1.2rem;
    transform: translate(-50%, -50%);
}
.image-shadow {
    margin: 4rem 4rem 0;
    position: relative;
}
.image-shadow:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -4rem;
    left: -4rem;
    position: absolute;
    background: url(assets/images/dots.png) repeat;
}
.image-shadow img {
    z-index: 1;
    position: relative;
    border-radius: 10px;
}
.section-head .code-box ul li:after {
    content: none;
}
.code-box {
    background: #f8f8ff;
    border: 1px solid #dedede;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
}
.code-box .code-box-header {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #dedede;
    background-color: #eee;
    background-image: linear-gradient(#eee 30%, #cecdcd);
}
.code-box pre {
    padding: 1.5rem 0 !important;
    position: relative;
    line-height: 0;
    margin-bottom: 0;
    counter-reset: line;
}
.code-box pre span {
    display: block;
    font-size: 1.55rem;
    line-height: 2.5rem;
    font-family: monospace;
}
.code-box pre span:before {
    counter-increment: line;
    content: counter(line);
    display: inline-block;
    width: 5rem;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 0 0.5em;
    margin-right: 0.5em;
    color: #a0a0a0;
}
.code-box .code-box-dots {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #f3c054;
    border: 1px solid #f3c054;
    border-radius: 50%;
    margin-left: 4rem;
    margin-top: 8px;
}
.code-box .code-box-dots::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #ea6b60;
    border: 1px solid #ea6b60;
    border-radius: 50%;
}
.code-box .code-box-dots::after {
    content: "";
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #82997f;
    border: 1px solid #82997f;
    border-radius: 50%;
}
.code-box-dark {
    background: #1d1d1d;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #1d1d1d;
}
.code-box-dark .code-box-header {
    background: #1d1d1d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.code-box-dark pre span:before {
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.wrapper {
    width: 100%;
}
.container-max {
    max-width: 144rem;
}
.section {
    margin: 0 0 6rem;
    position: relative;
}
.section.home-services {
    padding-bottom: 6rem;
}
.section-head {
    margin: 0 0 3.5rem;
}
.section-head.text-center {
    max-width: 120rem;
    margin: 0 auto 3rem;
}
.section-head.icon {
    position: relative;
}
.section-head.icon:before {
    content: "";
    display: block;
    margin: 0 0 1.5rem;
    padding-bottom: 3.8%;
    background: url(assets/images/header-icon.svg) no-repeat center center/contain;
}
.section-head .name {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    color: var(--dark-gray);
}
.section-head .title {
    margin: 0 0 1rem;
}
.section-head p {
    font-size: 2.2rem;
}
.section-head ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 1rem 0 0;
}
.section-head ul.red-style li:after {
    background: var(--primary);
}
.section-head ul.red-style li a {
    color: var(--primary);
}
.section-head ul li {
    width: 49%;
    float: left;
    position: relative;
    padding-left: 20px;
}
.section-head ul li:after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    top: 0.8rem;
    left: 0;
    position: absolute;
    background: var(--light-gray);
    border-radius: 50%;
}
.section-head ul li a {
    color: var(--dark-gray);
    display: inline-block;
}
.section-head ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}
.section-head h2 {
    font-size: 4rem;
    margin: 0 0 1.5rem;
}
.section-head h2 span {
    color: var(--dark-gray);
}
.section-head h2.title {
    font-size: 3.6rem;
    color: var(--dark-gray);
}
.section-head p {
    line-height: 1.65;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
.section-head.new-sec-head h2 {
    font-size: 4rem;
    margin: 0 0 1.5rem;
}
.section-head.new-sec-head h2 span {
    color: var(--dark-gray);
}
.section-head.new-sec-head p {
    line-height: 1.75;
    margin-bottom: 2.2rem;
}
.section-head.statement h2 {
    font-size: 4.8rem;
    line-height: 1.1;
}
.mobile-app-landing-page .header {
    background: #fff;
}
.mobile-app-landing-page .section {
    padding: 0;
}
.mobile-app-landing-page .section-head h2.title {
    font-size: 3.6rem;
}
.mobile-app-landing-page .section-head p {
    font-size: 2rem;
    line-height: 1.75;
    margin: 0 0 2rem;
    font-weight: 300;
}
.mobile-app-landing-page .trusted-platforms.section {
    padding: 8rem 0 0;
}
.mobile-app-landing-page .trusted-platforms .right-img {
    transform: translateX(17%);
}
.mobile-app-landing-page .trusted-platforms .section-head h2.title {
    font-size: 6.7rem;
}
.mobile-app-landing-page .trusted-platforms .section-head .btn-primary {
    margin-top: 2.7rem;
}
.mobile-app-landing-page .engineering-solition .section-head h2.title {
    font-size: 5.3rem;
}
.mobile-app-landing-page .engineering-solition .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.mobile-app-landing-page .engineering-solition .section-head .btn-primary {
    margin-bottom: 2.7rem;
}
.mobile-app-landing-page .inovative-solution .three-column-box .box h5 {
    top: 0;
    transform: translateY(-50%);
}
.mobile-app-landing-page .portfolio-slider-wrap .image-wrap .main-image img {
    position: static;
    transform: none;
}
.mobile-app-landing-page .getintouch .section-head h2.title {
    font-size: 4rem;
}
.mobile-app-landing-page .getintouch .section-head p {
    font-size: 2.2rem;
    line-height: 1.65;
    margin: 0 0 2.2rem;
}
.mobile-app-landing-page .home-clients .clients li {
    border-radius: 0;
}
.mobile-app-landing-page .case-study-form {
    margin-top: 0 !important;
    padding: 0 !important;
}
.hamburger {
    width: 26px;
    height: 26px;
    z-index: 999;
    line-height: 8px;
    cursor: pointer;
    position: relative;
    display: none;
}
.hamburger span {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--primary);
    transition: all 0.5s;
}
.hamburger span:nth-child(2) {
    width: 18px;
}
.hamburger span:last-child {
    width: 10px;
}
.hamburger.active span {
    margin-top: 12px;
    position: absolute;
    width: 26px;
}
.hamburger.active span:first-child {
    transform: rotate(-135deg);
}
.hamburger.active span:nth-child(2) {
    transform: rotate(135deg);
}
.hamburger.active span:last-child {
    margin-top: 30px;
    width: 0;
    display: none;
}
.page-header {
    margin: 0 0 5rem;
}
.page-header .page-header-image {
    position: relative;
    padding-bottom: 25%;
    overflow: hidden;
}
.page-header .page-header-image img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.page-header .page-title-wrap {
    color: #fff;
    padding: 1rem 5rem 3rem;
    background: var(--primary);
    text-align: center;
    margin-top: -10rem;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.page-header .page-title-wrap:before {
    content: "";
    height: 50px;
    width: 100%;
    left: 0;
    top: -49px;
    position: absolute;
    background: inherit;
    transform: rotate(1deg);
    transform-origin: left bottom;
    border-radius: 10px 10px 0 0;
}
.page-header .page-title-wrap h5 {
    font-size: 1.6rem;
    letter-spacing: -0.04rem;
    margin: 0 0 0.5rem;
}
.page-header .page-title-wrap h1 {
    margin: 0 0 1rem;
}
.page-header .page-title-wrap p {
    color: var(--white);
    max-width: 880px;
    margin: 0 auto 20px;
}
.page-template-contact-us .page-banner .page-title-wrap h5 {
    text-transform: uppercase;
}
.page-banner {
    position: relative;
    padding-bottom: 22%;
    margin-bottom: 6rem;
}
.page-banner.nd-banner {
    padding-bottom: 24%;
}
.page-banner.nd-banner .container-max {
    top: calc(100% + 22px);
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
}
.page-banner.nd-banner .container-max .page-title-wrap img {
    width: 10rem;
    max-width: 100%;
    margin: 0 0 3rem;
}
.page-banner.nd-banner .container-max .page-title-wrap h1 {
    font-size: 5.8rem;
    margin: 0 0 4rem;
    line-height: 1.1;
}
.page-banner.nd-banner .container-max .page-title-wrap h1 span {
    color: var(--dark-gray);
}
.page-banner.nd-banner::after {
    display: none;
}
.page-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.8;
    background: url(assets/images/dots.png) repeat;
}
.page-banner.review-banner {
    padding-bottom: 25%;
}
.page-banner.review-banner .container-max .page-title-wrap img {
    width: 100px;
    max-width: 100%;
    margin-bottom: 3rem;
}
.page-banner.review-banner .container-max .page-title-wrap h1 {
    margin: 0 0 4rem;
    font-size: 5.8rem;
    line-height: 1.1;
}
.page-banner.review-banner .container-max .page-title-wrap p {
    margin: 2rem auto 2rem;
}
.page-banner .container-max {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.page-banner .container-max .page-title-wrap {
    padding: 0 0;
    text-align: center;
    position: relative;
}
.page-banner .container-max .page-title-wrap h5 {
    font-size: 1.6rem;
    letter-spacing: -0.04rem;
    margin: 0 0 0.5rem;
    font-weight: 400;
}
.page-banner .container-max .page-title-wrap h1 {
    margin: 0 0 1rem;
    color: var(--primary);
}
.page-banner .container-max .page-title-wrap h1 span {
    color: var(--secondary);
}
.page-banner .container-max .page-title-wrap p {
    color: var(--dark-gray);
    margin: 0 auto 2rem;
    font-size: 2.4rem;
}
.page-banner .container-max .page-title-wrap a[href^="mailto:"] {
    margin: 0 1rem;
    font-weight: 800;
    color: var(--secondary);
}
.page-banner .container-max .page-title-wrap a[href^="tel:"] {
    margin: 0 1rem;
    font-weight: 800;
    color: var(--primary);
}
.contact-top-banner {
    margin-bottom: 5rem;
}
.contact-top-banner .title-section {
    padding: 4rem 0 3rem !important;
}
.contact-top-banner .title-section .ring-top-wide {
    max-width: 30rem !important;
}
.contact-top-banner .title-section .ring-top-wide .ring-inner {
    max-width: 18rem !important;
}
.contact-top-banner .title-section .ring-top-wide .animate-text {
    left: 0 !important;
    transform: translateX(-125%) !important;
    white-space: nowrap;
    margin-left: 2rem !important;
}
.contact-top-banner .page-title-wrap {
    text-align: center;
}
.contact-top-banner .page-title-wrap h1 {
    font-size: 4.8rem !important;
    margin: 0 0 1rem !important;
}
.contact-top-banner a.mailto {
    color: var(--dark-gray) !important;
    font-weight: 600 !important;
}
.top-page-banner {
    padding: 0 0 6rem;
}
.top-page-banner .section {
    margin: 0;
}
.top-page-banner .title-section {
    padding: 18rem 0 3rem;
    background-color: #fafafa;
    position: relative;
    border-bottom: solid 1px #d6d6d6;
}
.top-page-banner .title-section::before {
    content: "";
    position: absolute;
    top: -7rem;
    height: 7rem;
    width: 100%;
    left: 0;
    background-color: #fafafa;
}
.top-page-banner .title-section .ring-top-wide {
    position: absolute;
    max-width: 60rem;
    width: 100%;
    right: -13rem;
    transform: translateY(-49%);
    border-radius: 50%;
    border: solid 1px #d6d6d6;
}
.top-page-banner .title-section .ring-top-wide .ring-inner {
    max-width: 40rem;
    width: 100%;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
}
.top-page-banner .title-section .ring-top-wide .ring-inner .animate-text {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-left: 4rem;
    letter-spacing: 0.2rem;
}
.top-page-banner .title-section .ring-top-wide .animate-text,
.top-page-banner .title-section .ring-top-wide .ring-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-page-banner .title-section .ring-inner:before,
.top-page-banner .title-section .ring-top-wide:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.top-page-banner .page-title-wrap {
    padding: 0;
    position: relative;
}
.top-page-banner .page-title-wrap h5 {
    font-size: 1.6rem;
    letter-spacing: -0.04rem;
    margin: 0 0 0.5rem;
    font-weight: 400;
}
.top-page-banner .page-title-wrap h1 {
    margin: 0;
    color: var(--primary);
    font-size: 6rem;
}
.top-page-banner .page-title-wrap h1 span {
    color: var(--dark-gray);
}
.top-page-banner .page-title-wrap p {
    color: var(--dark-gray);
    margin: 0 auto 3rem;
    font-size: 2.4rem;
}
.blog-top-banner {
    padding: 0 0 2rem;
}
.blog-top-banner .title-section {
    padding: 5rem 0 0;
    background-color: transparent;
    border-bottom: 0;
}
.blog-top-banner .title-section .page-title-wrap h5 {
    text-align: center;
}
.blog-top-banner .title-section .page-title-wrap h1 {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 400;
    color: var(--dark-gray);
}
.blog-top-banner .title-section .page-title-wrap h1 strong {
    display: block;
}
.blog-top-content {
    font-size: 2rem;
    text-align: center;
}
.blog-form {
    margin-top: 0 !important;
}
.blog-form .form-group {
    margin: 0 0 3.5rem !important;
}
.blog-form .blog-form-agreement {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.blog-form .blog-form-agreement span.wpcf7-list-item {
    margin: 0;
}
.blog-right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f0f0f0;
    padding: 7rem;
    margin-top: 4rem;
}
.blog-right-section .blog-right-img {
    width: 32rem;
    position: relative;
}
.blog-right-section .blog-right-img::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.blog-right-section .blog-right-img img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-right-section .blog-right-img-title {
    max-width: 32rem;
}
.blog-right-section .blog-right-img-title p {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.4;
}
.blog-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2.5rem;
}
.blog-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.career-submit {
    padding-bottom: 8% !important;
}
.career-submit::after {
    content: none;
}
.career-submit .container-max .page-title-wrap .large-title {
    margin: 0 0 1.5rem;
    color: var(--dark-gray);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.1rem;
}
.career-submit .container-max .page-title-wrap .large-title strong {
    font-weight: 800;
}
.career-services-box .service-description .service-title {
    transform: translateY(0) !important;
}
.page-title-text {
    padding: 0 0 6rem;
}
.page-title-text .section {
    padding-bottom: 0;
}
.page-title-text .section p {
    font-size: 2.4rem;
    padding: 0 18rem;
}
.page-title-text .section a {
    display: inline-block;
    margin: 3rem 0 0;
}
.page-title-text .section img {
    width: auto;
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 1;
    }
}
.page-title-text .section .scroll-downs .mousey {
    width: 3px;
    padding: 6px 9px;
    height: 27px;
    border: 3px solid var(--gray);
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.page-title-text .section .scroll-downs .mousey .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: var(--primary);
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}
.archive .page-banner-wrap .banner-image:after {
    content: none;
}
.page-banner-wrap {
    margin: 0 0 10rem;
    position: relative;
}
.page-banner-wrap .banner-image {
    position: relative;
    padding-bottom: 28%;
    overflow: hidden;
}
.page-banner-wrap .banner-image img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.page-banner-wrap .banner-image:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    background: url(assets/images/dots.png) repeat;
}
.page-banner-wrap .banner-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 3rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-banner-wrap .banner-caption .page-title-wrap {
    text-align: center;
}
.page-banner-wrap .banner-caption .page-title-wrap h5 {
    color: var(--white);
    font-size: 1.6rem;
    letter-spacing: -0.04rem;
    margin: 0 0 0.5rem;
}
.page-banner-wrap .banner-caption .page-title-wrap h1 {
    margin: 0 0 1rem;
    color: var(--white);
}
.page-banner-wrap .banner-caption .page-title-wrap p {
    color: var(--white);
    max-width: 88rem;
    margin: 0 auto 1.5rem;
    font-size: 2.4rem;
}
.page-banner-wrap .banner-caption .page-title-wrap a.btn {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translate(-50%, 50%);
}
.right-img-content {
    padding: 2rem 0 0;
}
.right-img-content .right-img {
    position: relative;
    transform: translateX(31%);
    right: 0;
    overflow: hidden;
}
.left-img-content::before {
    content: "";
    background-color: #f8f8f8;
    width: calc(100% - 80px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
.left-img-content .left-img {
    position: relative;
    transform: translateX(-31%);
    left: 0;
    overflow: hidden;
}
.left-img-content .new-sec-head {
    position: relative;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.two-column-grid .row > div:nth-child(2n + 2) {
    border-left: 1px solid #ebebeb;
}
.two-column-grid .row.odd-items > div:last-child .grid-item {
    border-bottom: none;
}
.two-column-grid .row.even-items > div:nth-last-child(-n + 2) .grid-item {
    border-bottom: none;
}
.two-column-grid .grid-item {
    height: 100%;
    padding: 3.5rem 0 2rem;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.two-column-grid .grid-item.odd {
    margin-right: 6rem;
}
.two-column-grid .grid-item.even {
    margin-left: 6rem;
}
.two-column-grid .grid-item .heading {
    font-size: 2.2rem;
    position: relative;
    margin: 0 0 1.2rem;
    padding: 0 0 0 4.5rem;
}
.two-column-grid .grid-item .heading:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    top: 0.4rem;
    left: 0;
    position: absolute;
    background: #fe6666;
}
.two-column-grid .grid-item .heading:after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    top: 1.2rem;
    left: 0.8rem;
    position: absolute;
    outline: 2px solid var(--white);
    outline-offset: -2px;
    background: var(--primary);
}
.two-column-grid .grid-item p {
    font-size: 1.8rem;
    line-height: 1.6;
}
.page-template-special-list .three-column-box::before {
    content: none;
}
.page-template-special-list .three-column-box .box {
    height: 100%;
}
.page-template-full-view .top-page-banner .page-title-wrap p {
    margin: 0;
}
.page-template-full-view .top-page-banner .page-title-wrap a {
    margin-top: 3rem;
}
.page-template-full-view .service-wrap {
    padding-bottom: 6rem;
}
.page-template-full-view .service-wrap .entry-content {
    padding-top: 0;
}
.page-template-full-view .service-wrap .entry-content ul li {
    font-size: 2rem;
    line-height: 1.75;
    margin: 0 0 2rem;
}
.page-template-full-view .service-wrap .entry-content ol > li {
    font-size: 2.2rem;
}
.three-column-grid .grid-item {
    height: 100%;
    padding: 3rem 4rem;
    text-align: center;
    position: relative;
    border-right: 1px solid #ebebeb;
}
.three-column-grid .grid-item:after {
    content: "";
    left: 4rem;
    right: 4rem;
    bottom: 3rem;
    position: absolute;
    border-bottom: 2px solid #ebebeb;
}
.three-column-grid .grid-item .icon {
    width: 15rem;
    margin: 0 0 2rem;
    display: inline-block;
    position: relative;
}
.three-column-grid .grid-item .icon:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.three-column-grid .grid-item .icon img {
    width: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0.85);
}
.three-column-grid .grid-item p {
    margin: 0;
}
.three-column-grid .row > div:nth-child(3n + 3) .grid-item {
    border-right: none;
}
.three-column-grid .row > div:nth-last-child(-n + 3) .grid-item:after {
    display: none;
}
.no-bottom-line.three-column-grid .grid-item::after {
    content: none;
}
.no-bottom-line.three-column-grid .grid-item .grid-contnet {
    max-width: 420px;
}
.four-column-grid .grid-item {
    height: 100%;
    padding: 2rem 4rem;
    text-align: center;
    position: relative;
    border-right: 1px solid #ebebeb;
}
.four-column-grid .grid-item.small {
    padding: 4rem;
}
.four-column-grid .grid-item:after {
    content: "";
    left: 4rem;
    right: 4rem;
    bottom: 0;
    position: absolute;
    border-bottom: 1px solid #ebebeb;
}
.four-column-grid .grid-item .icon {
    width: 12rem;
    position: relative;
    display: inline-block;
    margin: 0 0 1rem;
}
.four-column-grid .grid-item .icon img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    transform: translate(-50%, -50%) scale(0.75);
}
.four-column-grid .grid-item .icon:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.four-column-grid .grid-item p {
    font-size: 1.8rem;
    margin: 0;
}
.four-column-grid .row > div:nth-child(4n + 4) .grid-item {
    border-right: none;
}
.four-column-grid .row > div:nth-last-child(-n + 4) .grid-item:after {
    display: none;
}
.six-column-grid .grid-item {
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0 3rem 6rem;
}
.six-column-grid .grid-item.small {
    padding: 4rem;
}
.six-column-grid .grid-item:after {
    content: "";
    top: 5rem;
    right: -3rem;
    position: absolute;
    height: 30px;
    width: 1px;
    border-right: 1px solid #ebebeb;
}
.six-column-grid .grid-item .icon {
    width: 10rem;
    position: relative;
    display: inline-block;
    margin: 0 0 1rem;
}
.six-column-grid .grid-item .icon img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    transform: translate(-50%, -50%) scale(0.75);
}
.six-column-grid .grid-item .icon:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.six-column-grid .grid-item p {
    font-size: 1.3rem;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 1.5rem;
    padding: 0.2rem 0;
}
.six-column-grid .row > div:nth-child(6n + 6) .grid-item:after {
    display: none;
}
.six-column-grid .row > div:nth-last-child(-n + 6) .grid-item {
    margin: 0 3rem 0;
}
.eight-column-box {
    margin: 6rem 0 0;
}
.eight-column-box .text {
    height: 100%;
    padding: 2rem 3rem;
    background: #e6e6e6;
}
.eight-column-box .text .heading {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 1rem;
}
.eight-column-box .image {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 102.5%;
}
.eight-column-box .image img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.three-column-box {
    margin: 4rem 0 0;
    position: relative;
}
.three-column-box:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -4rem;
    left: -4rem;
    position: absolute;
    background: url(assets/images/dots.png) repeat;
}
.three-column-box .box {
    margin: 0 0 3rem;
    padding: 3rem 4rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 2px solid #e4e4e4;
}
.three-column-box .box h4 {
    margin: 0 0 1rem;
    font-weight: 800;
    color: var(--primary);
}
.three-column-box .box h4 a {
    color: var(--primary);
    text-decoration: none;
}
.three-column-box .box p {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
}
.icons-with-text {
    margin: 6rem 0 0;
}
.icons-with-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.icons-with-text ul li {
    width: 25rem;
    margin: 2rem 0;
    text-align: center;
    position: relative;
}
.icons-with-text ul li:before {
    content: "";
    width: 12rem;
    border-bottom: 2px dashed #ccc;
    top: 4.3rem;
    left: -6rem;
    position: absolute;
}
.icons-with-text ul li:nth-child(4n + 1):before {
    display: none;
}
.icons-with-text ul li .icon {
    width: 8.6rem;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
    margin: 0 0 1rem;
    background: #fafafa;
    border: 2px solid #ebebeb;
}
.icons-with-text ul li .icon img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    max-width: 65%;
    transform: translate(-50%, -50%);
}
.icons-with-text ul li .icon:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.icons-with-text ul li p {
    font-size: 1.8rem;
}
.tools {
    margin: 8rem 0 0;
}
.tools ul {
    padding: 0;
    list-style: none;
}
.tools ul li {
    width: 20%;
    margin: 0 0 4rem;
    text-align: center;
    position: relative;
}
.tools ul li:before {
    content: "";
    border-left: 1px solid #ccc;
    height: 50%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}
.tools ul li:nth-child(5n + 1):before {
    display: none;
}
.tools ul li .icon {
    width: 8.6rem;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
    margin: 0 0 1rem;
}
.tools ul li .icon img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    max-width: 65%;
    transform: translate(-50%, -50%);
}
.tools ul li .icon:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.tools ul li p {
    font-size: 1.8rem;
}
.middle-banner {
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
}
.middle-banner .text {
    top: 50%;
    right: 20rem;
    position: absolute;
    transform: translateY(-50%);
}
.middle-banner .text h4 {
    color: var(--white);
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.22rem;
    margin: 0 0 1rem;
}
.middle-banner .text .classic-btn {
    color: var(--white);
}
.middle-banner .text .classic-btn span {
    border-color: var(--white);
}
.middle-banner .text .classic-btn span:before {
    background: var(--white);
}
.achievement .praised-by {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin: 0 1%;
}
.achievement .praised-by .image {
    padding-bottom: 53.5%;
    position: relative;
    border: 2px solid #dbdbdb;
    border-radius: 1rem;
    margin: 0 0 1.8rem;
}
.achievement .praised-by .image img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 90%;
}
.achievement .praised-by p {
    font-size: 1.6rem;
}
.seperator {
    text-align: center;
    position: relative;
}
.seperator .line {
    width: 30rem;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.seperator .line:before {
    content: "";
    top: -0.5rem;
    left: -1.5rem;
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    border: 1px solid #ccc;
}
.seperator .line:after {
    content: "";
    top: -0.5rem;
    right: -1.5rem;
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    border: 1px solid #ccc;
}
.seperator .line .circle {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 2rem;
    display: inline-block;
    background: var(--white);
    border: 1px solid #ccc;
    outline: 5px solid var(--white);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.seperator.absolute {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
}
.entry-content {
    padding: 4rem 20rem 0 0;
}
.entry-content ol ul {
    margin: 2rem 0 0;
}
.entry-content ul {
    list-style: none;
    padding: 0;
}
.entry-content ul li {
    position: relative;
    padding: 0 0 0 3.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 0.5rem;
    font-weight: 300;
}
.entry-content ul li:after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    top: 1.3rem;
    left: 1rem;
    position: absolute;
    background: var(--light-gray);
    border-radius: 50%;
}
.content-with-image .content {
    padding: 4rem 0 0 0;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
div.wpcf7-response-output {
    font-size: 1.8rem;
    margin: 2em 0 1em;
    padding: 0.2em 1em;
    border: 2px solid red;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
    border: 2px solid red;
}
div.wpcf7-spam-blocked {
    border: 2px solid orange;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    color: var(--primary);
    border: 0;
    display: block !important;
    background: #f3f3f3;
    border-radius: 0.3rem;
    padding: 1rem;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    display: block !important;
    top: 100%;
    left: 0;
    position: absolute;
    opacity: 1 !important;
    z-index: 1 !important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
    content: " ";
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 div.ajax-error {
    display: none;
}
.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 3.2rem 5.52rem;
    z-index: 2; }
    .header.header-fixed {
      background: transparent; }
      .header.header-fixed .logo .light {
        display: block; }
      .header.header-fixed .logo .dark {
        display: none; }
      .header.header-fixed .nav .menu a {
        color: #fff; }
      .header.header-fixed.scrolled .logo .light {
        display: none; }
      .header.header-fixed.scrolled .logo .dark {
        display: block; }
      .header.header-fixed.scrolled .nav .menu a {
        color: #222; }
    .header.hovered .logo .light {
      display: none; }
    .header.hovered .logo .dark {
      display: block; }
    .header.hovered .nav .menu a {
      color: #222; }
    .header.menu-open {
      position: fixed;
      z-index: 9999; }
      .header.menu-open .logo {
        display: none; }
      .header.menu-open .logo-menu {
        opacity: 1;
        transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
        max-width: 19.2rem; }
    .header .logo {
      display: flex;
      align-items: center;
      max-width: 27.2rem; }
      .header .logo .light {
        display: none; }
    .header .logo-menu {
      display: none; }
    .header #menu-toggle {
      width: 36px;
      height: 36px;
      position: relative;
      cursor: pointer;
      border-radius: 5px;
      z-index: 9999;
      display: none; }
      .header #menu-toggle * {
        transition: .25s ease-in; }
      .header #menu-toggle span {
        display: block;
        background: #000000;
        border-radius: 2px; }
      .header #menu-toggle #hamburger {
        position: absolute;
        height: 100%;
        width: 100%; }
        .header #menu-toggle #hamburger span {
          width: 36px;
          height: 4px;
          position: relative;
          margin: 6px 0; }
          .header #menu-toggle #hamburger span:nth-child(1) {
            transition-delay: .25s; }
          .header #menu-toggle #hamburger span:nth-child(2) {
            transition-delay: .375s; }
          .header #menu-toggle #hamburger span:nth-child(3) {
            transition-delay: .50s; }
      .header #menu-toggle #cross {
        position: absolute;
        height: 100%;
        width: 100%;
        transform: rotate(45deg); }
        .header #menu-toggle #cross span {
          background-color: #222; }
          .header #menu-toggle #cross span:nth-child(1) {
            height: 0%;
            width: 4px;
            position: absolute;
            top: 0%;
            left: 16px;
            transition-delay: 0s; }
          .header #menu-toggle #cross span:nth-child(2) {
            width: 0%;
            height: 4px;
            position: absolute;
            left: 0%;
            top: 16px;
            transition-delay: .25s; }
    .header #menu-toggle.open #hamburger span {
      width: 0%; }
      .header #menu-toggle.open #hamburger span:nth-child(1) {
        transition-delay: 0s; }
      .header #menu-toggle.open #hamburger span:nth-child(2) {
        transition-delay: .125s; }
      .header #menu-toggle.open #hamburger span:nth-child(3) {
        transition-delay: .25s; }
    .header #menu-toggle.open #cross span:nth-child(1) {
      height: 100%;
      transition-delay: .5s; }
    .header #menu-toggle.open #cross span:nth-child(2) {
      width: 100%;
      transition-delay: .25s; }
    .header .nav {
      display: flex;
      align-items: center;
      flex: 1 1 auto;
      margin-left: 2.16rem; }
      .header .nav .menu {
        margin: 0;
        padding: 0;
        display: flex;
        flex-grow: 1; }
        .header .nav .menu > li {
          font-size: 1.8rem;
          line-height: 7rem;
          display: inline-block;
        margin-bottom: 0 }
          .header .nav .menu > li.right-menu {
            margin-left: auto; }
          .header .nav .menu > li a {
            padding: 0 1.6rem;
            display: inline-block;
            font-size: 1.92rem;
            color: #222;
            text-decoration: none;
            letter-spacing: -0.08rem;
            line-height: 1;font-weight: 400; }
            .header .nav .menu > li a.hover-flip::before {
              z-index: -1;
              transform: translate3d(0, 2.08rem, 0); }
            .header .nav .menu > li a.hover-flip:hover span {
              transform: translate3d(0, -2.08rem, 0); }
            .header .nav .menu > li a.hover-flip:hover::before {
              transform: translateZ(0); }
          .header .nav .menu > li.menu-btn a {
            color: #fff;
            line-height: 1.75;
            border-radius: 4rem;
            padding: 0.16rem 1.88rem 0; }
          .header .nav .menu > li:last-child a {
            padding-right: 0; }
          .header .nav .menu > li .sub-menu-wrap {
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            padding: 4.8rem 5.52rem 3.2rem;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
            transition: all 0.2s ease-in-out;
            opacity: 0;
            visibility: hidden;
            z-index: -1; }
            .header .nav .menu > li .sub-menu-wrap .sub-menu {
              max-width: 1280px;
              width: 100%;
              display: flex;
              justify-content: space-between; }
            .header .nav .menu > li .sub-menu-wrap .menu-title {
              flex: 0 0 220px; 
              margin-left: 5.6rem;}
              .header .nav .menu > li .sub-menu-wrap .menu-title p {
                font-size: 3.22rem;
                line-height: 1.36;
                letter-spacing: -0.144rem;
                font-weight: 300;
                margin-top: 3.22rem; }
            .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown {
              display: flex;
              width: calc(100% - 37.6rem);
              margin-left: 15px;
              justify-content: space-around; }
              .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li {
                flex: 0 0 auto;
                padding: 3.2rem 1.92rem;
                display: flex;
                flex-direction: column; }
                .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li:first-child {
                  margin-left: 0; }
                  .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li:first-child::before {
                    content: none; }
                .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li:last-child {
                  margin-left: 0; }
                  .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li:last-child::before {
                    content: none; }
                .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li .heading {
                  font-size: 1.6rem;
                  color: #222;
                  font-weight: 700;
                  position: relative;
                  line-height: 1.95;
                  margin: 0 0 1.76rem;
                  letter-spacing: 0.032rem;
                  text-transform: uppercase;
                  padding-left: 0; }
                .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul {
                  margin: 0;
                  padding: 0;
                  list-style: none; }
                  .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li {
                    font-family: 'Open Sans', sans-serif;
                    line-height: 1; margin-bottom: 0}
                    .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li:first-child {
                      margin-left: 0; }
                      .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li:first-child::before {
                        content: none; }
                    .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li:last-child {
                      margin-left: 0; }
                      .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li:last-child::before {
                        content: none; }
                    .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li a {
                        font-weight: normal;
                        font-size: 1.6rem;
                        margin: 0 0 0.8rem;
                        font-family: 'Open Sans', sans-serif;
                        padding: 0;
                        line-height: 1.89;
                        color: #666;
                        transition: all 0s linear;
                        text-transform: none;
                        letter-spacing: 0; }
                      .header .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li a:hover {
                        color: #000; }
          .header .nav .menu > li:hover .sub-menu-wrap {
            opacity: 1;
            visibility: visible;
            top: 0;
            padding-top: 12.8rem;
            transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out; }
        .header .nav .menu:first-child li:first-child {
          margin-left: 11.2rem;
          position: relative;
          padding-left: 0.56rem; }
          .header .nav .menu:first-child li:first-child::before {
            content: "";
            width: 11.2rem;
            display: block;
            height: 2px;
            background: #ccc;
            position: absolute;
            top: 50%;
            right: 100%;
            border-radius: 2px; }
        .header .nav .menu:last-child li:last-child {
          margin-left: 4rem;
          position: relative; }
          .header .nav .menu:last-child li:last-child::before {
            content: "";
            width: 4rem;
            display: block;
            height: 2px;
            background: #ccc;
            position: absolute;
            top: 50%;
            right: 100%;
            border-radius: 2px; }
    .header.scrolled {
      position: fixed;
      z-index: 100;
      background: #fff;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
      -webkit-animation: header .5s ease;
      padding: 0rem 5.52rem; }
      .header.scrolled .logo {
        max-width: 18rem; }
      .header.scrolled .logo-menu {
        display: none; }
      .header.scrolled.menu-open {
        z-index: 9999;
        background: transparent;
        box-shadow: none;
        padding: 4.8rem 5.52rem; }
        .header.scrolled.menu-open .logo-menu img {
          width: 100%;
          margin: 0 auto; }
      .header.scrolled #menu-toggle {
        display: none; }
      .header.scrolled .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li:first-child::before {
        content: none; }
      .header.scrolled .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li:first-child::before {
        content: none; }
    .header.logo-toggle .logo .logo-dark {
      display: none; }
    .header.logo-toggle .logo .logo-light {
      display: block; }
    .header.logo-toggle #menu-toggle span {
      background: #fff; }
    .header.logo-toggle .nav .menu > li a {
      color: #fff; }
    .header.logo-toggle .nav .menu:first-child li:first-child::before {
      background: #fff; }
    .header.logo-toggle .nav .menu:last-child li:last-child::before {
      background: #fff; }
    .header.logo-toggle.scrolled .logo .logo-dark {
      display: block; }
    .header.logo-toggle.scrolled .logo .logo-light {
      display: none; }
    .header.logo-toggle.scrolled #menu-toggle span {
      background: #222; }
    .header.logo-toggle.scrolled .nav .menu > li a {
      color: #222; }
    .header.logo-toggle.scrolled .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li:first-child::before {
      content: none; }
    .header.logo-toggle.scrolled .nav .menu > li .sub-menu-wrap .sub-menu-dropdown > li ul li:first-child::before {
      content: none; }
    .header.logo-toggle.scrolled .nav .menu:first-child li:first-child::before {
      background: #ccc; }
    .header.logo-toggle.scrolled .nav .menu:last-child li:last-child::before {
      background: #ccc; }
    .header.logo-toggle.hovered .logo .logo-light {
      display: none; }
    .header.logo-toggle.hovered .logo .logo-dark {
      display: block; }
    .header.logo-toggle.hovered .nav .menu > li a {
      color: #222; }
    .header.logo-toggle.hovered .nav .menu:first-child > li:first-child::before {
      background: #ccc; }
    .header.logo-toggle.hovered .nav .menu:first-child > li .sub-menu-dropdown > li :first-child {
      margin-left: 0; }
      .header.logo-toggle.hovered .nav .menu:first-child > li .sub-menu-dropdown > li :first-child::before {
        content: none; }
    .header.logo-toggle.hovered .nav .menu:last-child > li:last-child::before {
      background: #ccc; }
      .full-menu {
        display: none;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        background-color: #222222;
        opacity: 0;
        height: 0;
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transition: opacity 700ms step-end, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-end, height 700ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
        -o-transition: opacity 700ms step-end, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-end, height 700ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
        -webkit-transition: opacity 700ms step-end, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-end, height 700ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94); }
        .full-menu .full-menu-inner {
          width: 100%;
          height: 100%;
          padding-top: 14.6rem;
          padding-bottom: 4.8rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
          transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
          -o-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
          -webkit-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
          opacity: 0; }
          .full-menu .full-menu-inner .top {
            position: relative;
            height: calc(100% - 3.2rem);
            margin-bottom: 3.2rem; }
            .full-menu .full-menu-inner .top .menu {
              margin: 0;
              padding: 0;
              list-style: none;
              max-width: 41.6rem; }
              .full-menu .full-menu-inner .top .menu li {
                font-size: 6.75rem;
                line-height: 1.2;
                font-weight: 600;
                font-family: 'Rajdhani', sans-serif;
                text-transform: capitalize; }
                .full-menu .full-menu-inner .top .menu li a {
                  display: inline-block;
                  color: #666;
                  text-decoration: none;
                  transition: all 0.3s ease-in-out;
                  -o-transition: all 0.3s ease-in-out;
                  -webkit-transition: all 0.3s ease-in-out; }
                  .full-menu .full-menu-inner .top .menu li a:hover {
                    color: #fff; }
                  .full-menu .full-menu-inner .top .menu li a.opacity {
                    opacity: 0.2; }
                .full-menu .full-menu-inner .top .menu li + li {
                  margin-left: 0 !important; }
                .full-menu .full-menu-inner .top .menu li:hover .fullmenu-dropdown {
                  display: block; }
            .full-menu .full-menu-inner .top .fullmenu-dropdown {
              position: absolute;
              top: 0;
              left: 41.6rem;
              width: calc(100% - 41.6rem);
              height: 100%;
              overflow-y: auto;
              display: none;
              -ms-overflow-style: none;
              scrollbar-width: none; }
              .full-menu .full-menu-inner .top .fullmenu-dropdown::-webkit-scrollbar {
                display: none; }
              .full-menu .full-menu-inner .top .fullmenu-dropdown > ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0;
                padding: 0;
                list-style: none; }
                .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li {
                  max-width: calc(100% /3);
                  width: 100%;
                  margin: 0 0 5.2rem;
                  padding: 3.2rem 1.92rem 0; }
                  .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li h4 {
                    font-size: 2.88rem;
                    color: #666;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 400;
                    position: relative;
                    line-height: 1.22;
                    margin: 0 0 3.2rem; }
                    .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li h4::before {
                      content: "";
                      width: 6.72rem;
                      height: 6.72rem;
                      display: block;
                      background-color: #333333;
                      border-radius: 50%;
                      top: -2.88rem;
                      left: -2rem;
                      position: absolute;
                      z-index: -1; }
                    .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li h4 span {
                      color: #fff;
                      font-weight: 700;
                      display: block; }
                      .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li h4 span::before {
                        content: none; }
                  .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul {
                    display: flex;
                    flex-direction: column;
                    height: 100%;
                    margin: 0;
                    padding: 0;
                    list-style: none; }
                    .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li {
                      font-family: 'Open Sans', sans-serif;
                      font-size: 1.3rem;
                      line-height: 1.89;
                      padding-left: 1.6rem;
                      position: relative; }
                      .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li::before {
                        content: "";
                        width: 0.96rem;
                        height: 0.96rem;
                        background: #999;
                        border-radius: 50%;
                        position: absolute;
                        left: 0;
                        top: 0.96rem; }
                      .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li a {
                        font-weight: 700;
                        color: #999; }
          .full-menu .full-menu-inner .bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            justify-content: space-between; }
            .full-menu .full-menu-inner .bottom .social {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin: 0;
              padding: 0;
              list-style: none;
              margin-left: auto; }
              .full-menu .full-menu-inner .bottom .social li a {
                display: inline-block;
                text-align: center;
                transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                -webkit-transition: opacity 0.3s ease; }
                .full-menu .full-menu-inner .bottom .social li a img {
                  width: 3.6rem; }
              .full-menu .full-menu-inner .bottom .social li + li {
                margin-left: 2.88rem; }
        .full-menu.active {
          transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, height 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
          -o-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, height 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
          -webkit-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, height 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
          visibility: visible;
          opacity: 1;
          height: 100%; }
          .full-menu.active .full-menu-inner {
            opacity: 1;
            transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
            -o-transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
            -webkit-transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms; }
.industries-template-default .three-column-box::before {
    content: none;
}
.industries-template-default .box {
    height: 100%;
}
.getintouch .section-head h2.title {
    color: var(--dark-gray);
    font-size: 4rem;
}
.getintouch .section-head p {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}

.modal .modal-wrapper.right-bottom {
    max-width: 370px;
    left: calc(99% - 370px);
    top: calc(98% - 700px);
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }
    .modal .modal-wrapper.right-bottom .modal-header {
      background-color: #222;
      padding: 1.2rem; }
      .modal .modal-wrapper.right-bottom .modal-header .title {
        margin-right: 20px; }
        .modal .modal-wrapper.right-bottom .modal-header .title .logo {
          width: 50px;
          margin-bottom: 12px; }
        .modal .modal-wrapper.right-bottom .modal-header .title .modal-heading {
          color: #fff;
          font-size: 18px;
          text-align: left;
          line-height: 1.4;
          font-weight: 400;
          margin: 0 0 0.8rem; }
        .modal .modal-wrapper.right-bottom .modal-header .title p {
          color: #fff;
          font-size: 14px;
          text-align: left;
          margin: 0; }
          .modal .modal-wrapper .contact-form {
            padding: 1.28rem 0.8rem 0.8rem;
            box-shadow: none;
            margin: 0; }
            .modal .modal-wrapper .contact-form .form-group {
              margin: 0 0 2.8rem; }
              .modal .modal-wrapper .contact-form .form-group .form-control {
                height: 38px;
                font-size: 14px; }
                .modal .modal-wrapper .contact-form .form-group .form-control .label-wrap .label {
                  font-size: 14px; }
                .modal .modal-wrapper .contact-form .form-group .form-control:focus ~ .label-wrap .label {
                  bottom: 94%;
                  font-size: 0.75rem; }
            .modal .modal-wrapper .contact-form .form-btn {
              position: static;
              text-align: right;
              transform: none;
              -moz-transform: none;
              -webkit-transform: none; }
              .modal .modal-wrapper .contact-form .form-btn .btn {
                text-transform: capitalize;
                font-size: 1.6rem;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                padding: 1.12rem 3.2rem 1.2rem;
                line-height: 1;
                background: #ff1816; }
            .modal .modal-wrapper .contact-form p {
              margin: 0; }
      
      .modal.is-visible .modal-transition {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1; }
      
      .modal.is-visible .right-bottom {
        transform: translate(0, 0) scale(1);
        -moz-transform: translate(0, 0) scale(1);
        -webkit-transform: translate(0, 0) scale(1); }
        .chat-popup {
            display: none}
            .chat-popup .chat-toggle {
              display: block;
              flex-grow: 1;
              text-align: center;
              position: relative;
              z-index: 1;
              background-color: #222;
              display: flex;
              justify-content: center;
              align-items: center; }
              .chat-popup .chat-toggle img {
                max-width: 2.2rem; }
            .chat-popup .chat-screen {
              width: 36.496rem;
              position: absolute;
              bottom: 0;
              right: 0;
              background-color: #fff;
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
              transition: all 0.3s ease-in-out;
              transform: translate(50%, 100%) scale(0);
              opacity: 0;
              border-radius: 1.6rem;
              overflow: hidden;
              z-index: -2; }
              .chat-popup .chat-screen .chat-header {
                background-color: #002eff;
                background-image: -o-linear-gradient(45deg, #0061ff, #002eff);
                background-image: linear-gradient(45deg, #0061ff, #002eff);
                padding: 2.4rem 2.4rem 6.4rem; }
                .chat-popup .chat-screen .chat-header img {
                  max-width: 4.8rem; }
                .chat-popup .chat-screen .chat-header .title {
                  margin-top: 1.6rem;
                  color: #fff;
                  font-weight: 500;
                  font-size: 2.24rem;
                  letter-spacing: -0.07rem; }
                .chat-popup .chat-screen .chat-header .subtitle {
                  color: #fff;
                  font-weight: 100;
                  font-size: 1.28rem;
                  margin-top: 0.8rem; }
              .chat-popup .chat-screen .chat-content {
                padding: 2.4rem 1.6rem 3.2rem; }
                .chat-popup .chat-screen .chat-content .contact-form {
                  margin-top: -4.8rem;
                  background: transparent;
                  padding: 0;
                  box-shadow: none; }
                  .chat-popup .chat-screen .chat-content .contact-form .form-group {
                    margin: 0 0 3.2rem;
                    background: #fff;
                    border-radius: 1.28rem;
                    padding: 0 1.6rem;
                    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.08);
                    margin: 0 0 1.6rem; }
                    .chat-popup .chat-screen .chat-content .contact-form .form-group .form-control {
                      padding: 0 1.6rem;
                      font-size: 14px;
                      border-bottom: 0; }
                      .chat-popup .chat-screen .chat-content .contact-form .form-group .form-control:focus ~ .label-wrap::after {
                        content: none; }
                      .chat-popup .chat-screen .chat-content .contact-form .form-group .form-control:focus ~ .label-wrap .label {
                        opacity: 0; }
                    .chat-popup .chat-screen .chat-content .contact-form .form-group .label-wrap {
                      padding: 0 1.6rem;
                      font-size: 14px; }
                      .chat-popup .chat-screen .chat-content .contact-form .form-group .label-wrap.up .label {
                        opacity: 0 !important; }
                      .chat-popup .chat-screen .chat-content .contact-form .form-group .label-wrap .label {
                        left: 1.6rem;
                        font-size: 14px; }
                  .chat-popup .chat-screen .chat-content .contact-form .form-btn {
                    position: static;
                    transform: none;
                    text-align: right; }
                    .chat-popup .chat-screen .chat-content .contact-form .form-btn .btn {
                      padding: 0.8rem 1.92rem 0.64rem 2.4rem;
                      font-size: 1.76rem; }
              .chat-popup .chat-screen .close {
                position: absolute;
                top: 1.6rem;
                right: 1.6rem;
                width: 2.4rem;
                height: 2.4rem;
                background: rgba(0, 0, 0, 0.26) !important;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 0.48rem; }
                .chat-popup .chat-screen .close a {
                  color: #fff;
                  text-decoration: none;
                  font-size: 2.4rem; }
            .chat-popup.open {
              overflow: visible; }
              .chat-popup.open .chat-toggle {
                background-color: transparent; }
              .chat-popup.open .chat-screen {
                transform: translate(0, 0) scale(1);
                opacity: 1;
                z-index: 1000; }
.form-popup {
    position: fixed;
    width: 6rem;
    height: 6rem;
    bottom: 2.4rem;
    right: 2.4rem;
    border-radius: 50%;
    background-color: #ec1313;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .form-popup.show {
      opacity: 1;
      visibility: visible; }
    .form-popup:hover {
      background-color: #d80a0a;
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25); }
    .form-popup img {
      max-width: 2.9rem;
      width: 100%;
      opacity: 0.8; }
    .form-popup .title {
      position: absolute;
      right: calc(100% + 15px);
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 200px;
      background: #fff;
      padding: 12px;
      border-radius: 0.3rem;
      color: #222;
      font-size: 16px;
      font-weight: 400;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
      line-height: 1; }
      .form-popup .title::before {
        content: "";
        border: 8px solid transparent;
        border-left: 8px solid #fff;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1; }
      .form-popup .title::after {
        content: "";
        border: 8px solid transparent;
        border-left: 8px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        right: -19px;
        top: 50%;
        transform: translateY(-50%);
        filter: blur(2px); }
      .form-popup .title .small {
        font-size: 14px;
        margin-top: 7px;
        display: block;
        font-weight: 100; }
      .form-popup .title:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
      .form-popup .title::after {
        border-left: 8px solid rgba(0, 0, 0, 0.17); }
        .site-footer.footer {
            background-color: #f5f5f5; }
            .site-footer.footer .container {
              max-width: 1440px; }
            .site-footer.footer .footer-content {
              display: flex;
              padding: 10.7rem 0 5.2rem;
              border-bottom: solid 1px #ccc;
              margin: 0 0 3rem; }
              .site-footer.footer .footer-content .left {
                flex: 0 0 74.48%;
                display: flex;
                justify-content: space-between;
                padding-right: 1.2rem; }
                .site-footer.footer .footer-content .left .content-details {
                  width: calc(100% / 3 - 1.6rem); }
                  .site-footer.footer .footer-content .left .content-details .title {
                    font-size: 1.6rem;
                    letter-spacing: 0.16rem;
                    font-weight: bold;
                    margin: 0 0 2.64rem;
                    text-transform: uppercase;
                color: #222 }
                  .site-footer.footer .footer-content .left .content-details .content {
                    font-size: 1.76rem;
                    line-height: 1.67;
                    letter-spacing: -0.032rem;
                    margin: 0 0 2.24rem;
                    font-weight: 400;}
                    .site-footer.footer .footer-content .left .content-details .content ul {
                        list-style: none;
                        margin: 0;
                        padding: 0;
                    }
                    .site-footer.footer .footer-content .left .content-details .content ul li {
                        margin: 0;
                    }
                    .site-footer.footer .footer-content .left .content-details .content a {
                      color: #222;
                      text-decoration: none; }
              .site-footer.footer .footer-content .right {
                flex: 0 0 25.52%;
                padding-left: 1.2rem; }
                .site-footer.footer .footer-content .right img {
                    max-width: 27.2rem;
                    width: 100%;
                }
                .site-footer.footer .footer-content .right .footer-tagline {
                  font-size: 3.52rem;
                  line-height: 1.36;
                  letter-spacing: -0.14rem;
                  font-weight: 300;
                  margin-top: -0.96rem; }
            .site-footer.footer .links-copyright {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 0 0 4rem; }
              .site-footer.footer .links-copyright .links ul {
                display: flex;
                margin: 0;
                padding: 0;
                list-style: none; }
                .site-footer.footer .links-copyright .links ul li {
                  margin-right: 1.6rem; }
                  .site-footer.footer .links-copyright .links ul li img {
                    max-width: 2.88rem; }
                    .site-footer.footer .links-copyright .copyright {
                        font-size: 1.6rem;
                        font-weight: bold;
                        letter-spacing: 0.014rem;
                        text-transform: uppercase;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }
                    .site-footer.footer .links-copyright .copyright ul {
                        list-style: none;
                        margin: 0;
                        margin-right: 1.6rem;
                        padding: 0;
                    }
                    .site-footer.footer .links-copyright .copyright ul li {
                        display: inline-block;
                        margin: 0;
                        line-height: 1;
                    }
                    .site-footer.footer .links-copyright .copyright ul li a {
                        font-size: 1.6rem;
                        text-transform: capitalize;
                        letter-spacing: -0.032rem;
                        color: #222222;
                        text-decoration: none;
                        font-weight: 400;
                    }
          .site-footer .footer-menu {
            padding: 2.88rem 0;
            background-color: #2b2b2b;
            display: none; }
            .site-footer .footer-menu ul {
              margin: 0;
              padding: 0;
              list-style: none;
              display: flex;
              justify-content: center; }
              .site-footer .footer-menu ul li {
                padding: 0 1.44rem;
                font-family: 'Bebas Neue', cursive;
                font-size: 3.7rem;
                line-height: 1; }
                .site-footer .footer-menu ul li a {
                  color: #fff;
                  padding: 0.4rem 1rem;
                  display: inline-block;
                  text-decoration: none;
                  transition: all 0.2s ease-in; }
          .site-footer .footer-bottom {
            background-color: #222;
            padding: 0 0 3.68rem; }
            .site-footer .footer-bottom .social {
              margin: 0;
              padding: 0;
              list-style: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
              padding: 4.8rem 0;
              background-color: #333; }
              .site-footer .footer-bottom .social ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: flex;
                justify-content: center; }
                .site-footer .footer-bottom .social ul li {
                  margin: 0 1.44rem;
                  transition: all 0.3s ease-in;
                  -o-transition: all 0.3s ease-in;
                  -webkit-transition: all 0.3s ease-in; }
                  .site-footer .footer-bottom .social ul li:hover {
                    opacity: 0.5; }
            .site-footer .footer-bottom .container {
              display: flex;
              align-items: flex-start;
              flex-wrap: wrap;
              justify-content: space-between;
              max-width: 1600px; }
              .site-footer .footer-bottom .container .location {
                width: 26.36%;
                margin-top: 6rem; }
                .site-footer .footer-bottom .container .location .image {
                  margin: 0 0 2.4rem;
                  width: 22.4rem; }
                  .site-footer .footer-bottom .container .location .image a {
                    display: inline-block; }
                .site-footer .footer-bottom .container .location p {
                  font-size: 1.44rem;
                  color: #999;
                  line-height: 1.67;
                  margin: 0 0 2.4rem;
                  font-weight: 400; }
                  .site-footer .footer-bottom .container .location p:last-child {
                    margin: 0; }
              .site-footer .footer-bottom .container .links {
                width: 65.30%;
                display: flex;
                justify-content: space-between;
                margin-top: 7.6rem; }
                .site-footer .footer-bottom .container .links ul {
                  width: calc(100% / 4);
                  padding: 0;
                  list-style: none;
                  margin: 0; }
                  .site-footer .footer-bottom .container .links ul li {
                    font-size: 1.44rem;
                    line-height: 1.67;
                    color: #999; }
                    .site-footer .footer-bottom .container .links ul li:first-child a {
                      font-weight: 700;
                      margin-bottom: 0.64rem; }
                      .site-footer .footer-bottom .container .links ul li:first-child a:hover {
                        color: #999; }
                    .site-footer .footer-bottom .container .links ul li a {
                      text-decoration: none;
                      color: #999;
                      display: inline-block; }
                      .site-footer .footer-bottom .container .links ul li a:hover {
                        color: var(--white); }
              .site-footer .footer-bottom .container .bottom {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 2.4rem;
                border-top: 1px solid #444;
                padding-top: 2.4rem; }
                .site-footer .footer-bottom .container .bottom .social-small {
                  display: flex; }
                  .site-footer .footer-bottom .container .bottom .social-small ul {
                    padding: 0;
                    list-style: none;
                    margin: 0;
                    display: flex; }
                    .site-footer .footer-bottom .container .bottom .social-small ul li {
                      margin: 0 0.64rem;
                      transition: all 0.3s ease-in;
                      opacity: 0.5;
                      width: 2.88rem; }
                      .site-footer .footer-bottom .container .bottom .social-small ul li:first-child {
                        margin-left: 0; }
                      .site-footer .footer-bottom .container .bottom .social-small ul li:last-child {
                        margin-right: 0; }
                      .site-footer .footer-bottom .container .bottom .social-small ul li:hover {
                        opacity: 1; }
                .site-footer .footer-bottom .container .bottom .copyright {
                  display: flex;
                  justify-content: space-between;
                  align-items: center; }
                  .site-footer .footer-bottom .container .bottom .copyright .image {
                    max-width: 3.2rem;
                    width: 100%; }
                  .site-footer .footer-bottom .container .bottom .copyright p {
                    font-size: 1.44rem;
                    color: #999;
                    line-height: 1.67;
                    margin: 0 0 2.4rem;
                    font-weight: 400;
                    margin: 0; }
              .site-footer .footer-bottom .container .bottom-links {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                flex-wrap: wrap; }
                .site-footer .footer-bottom .container .bottom-links .left {
                  width: 50%;
                  margin-top: 3.9rem; }
                  .site-footer .footer-bottom .container .bottom-links .left ul {
                    margin: 0;
                    padding: 0;
                    list-style: none; }
                    .site-footer .footer-bottom .container .bottom-links .left ul li {
                      padding: 0 0.81rem;
                      font-size: 1.35rem;
                      display: inline-block;
                      color: rgba(255, 255, 255, 0.5); }
                      .site-footer .footer-bottom .container .bottom-links .left ul li:first-child {
                        font-weight: 700; }
                        .site-footer .footer-bottom .container .bottom-links .left ul li:first-child a:hover {
                          color: rgba(255, 255, 255, 0.5); }
                      .site-footer .footer-bottom .container .bottom-links .left ul li + li {
                        margin-left: 0.32rem; }
                      .site-footer .footer-bottom .container .bottom-links .left ul li a {
                        text-decoration: none;
                        color: rgba(255, 255, 255, 0.5);
                        line-height: 2rem;
                        font-size: 1.35rem;
                        margin: 0 0 1.6rem;
                        display: inline-block;
                        font-weight: 400; }
                        .site-footer .footer-bottom .container .bottom-links .left ul li a:hover {
                          color: rgba(255, 255, 255, 0.8); }
                      .site-footer .footer-bottom .container .bottom-links .left ul li:first-child a {
                        font-weight: 700; }
                .site-footer .footer-bottom .container .bottom-links .right {
                  margin-top: 3.9rem;
                  width: 50%; }
                  .site-footer .footer-bottom .container .bottom-links .right p {
                    color: rgba(255, 255, 255, 0.5);
                    font-size: 1.35rem;
                    font-weight: 400;
                    line-height: 2rem;
                    margin: 0 0 1.6rem;
                    text-align: right;
                    padding: 0.1rem 0; }
                    .site-footer .footer-bottom .container .bottom-links .right p strong:first-child {
                      margin-right: 1.94rem; }
                    .site-footer .footer-bottom .container .bottom-links .right p br {
                      display: none; }
                  .site-footer .footer-bottom .container .bottom-links .right ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    text-align: right; }
                    .site-footer .footer-bottom .container .bottom-links .right ul li {
                      padding: 0 0.81rem;
                      font-size: 1.35rem;
                      display: inline-block;
                      color: rgba(255, 255, 255, 0.5); }
                      .site-footer .footer-bottom .container .bottom-links .right ul li:first-child {
                        font-weight: 700; }
                        .site-footer .footer-bottom .container .bottom-links .right ul li:first-child a:hover {
                          color: rgba(255, 255, 255, 0.5); }
                      .site-footer .footer-bottom .container .bottom-links .right ul li + li {
                        margin-left: 0.32rem; }
                      .site-footer .footer-bottom .container .bottom-links .right ul li a {
                        text-decoration: none;
                        color: rgba(255, 255, 255, 0.5);
                        line-height: 2rem;
                        font-size: 1.35rem;
                        margin: 0 0 1.6rem;
                        display: inline-block;
                        font-weight: 400; }
                        .site-footer .footer-bottom .container .bottom-links .right ul li a:hover {
                          color: rgba(255, 255, 255, 0.8); }
                      .site-footer .footer-bottom .container .bottom-links .right ul li:first-child a {
                        font-weight: 700; }






.slider {
    position: relative;
    padding-bottom: 6rem;
}
.slider .item {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}
.slider .item img {
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    min-height: 100%;
    object-fit: cover;
}
.slider .item:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
}
.slider .slider-caption {
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    text-align: center;
    max-width: 150rem;
    position: absolute;
    color: #fff;
    z-index: 1;
    padding: 3.5rem 0 3rem;
}
.slider .slider-caption:before {
    content: "";
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: inherit;
}
.slider .slider-caption:after {
    content: "";
    top: 0;
    right: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: inherit;
}
.slider .slider-caption .hash-tag {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1rem;
}
.slider .slider-caption .caption-head {
    font-size: 6.8rem;
    font-weight: 800;
    line-height: 1.06;
    margin: 0 0 4rem;
    letter-spacing: -0.2rem;
}
.slider .slider-caption .caption-head span {
    font-weight: 400;
}
.slider .slider-caption p {
    color: #fff;
    font-size: 3.2rem;
}
.slider .owl-dots {
    left: 3rem;
    bottom: 1.6rem;
    position: absolute;
}
.slider .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
    margin: 0 26px 0 0;
    outline: 0;
    position: relative;
}
.slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
.slider .owl-dots .owl-dot span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
    border-radius: inherit;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
}
.slider .owl-dots .owl-dot:before {
    content: "";
    width: 0;
    transition: width 8s ease-in-out;
}
.slider .owl-dots .owl-dot.active {
    margin: 0 190px 0 0;
}
.slider .owl-dots .owl-dot.active span:after {
    background: #fff;
    opacity: 1;
}
.slider .owl-dots .owl-dot.active:after {
    content: "";
    width: 160px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 26px;
    top: 6px;
}
.slider .owl-dots .owl-dot.active:before {
    height: 6px;
    background: #fff;
    display: block;
    position: absolute;
    left: 26px;
    top: 4px;
}
.slider .owl-dots.dots-animated .active:before {
    width: 160px;
}
.slider .social {
    list-style: none;
    margin: 0;
    padding: 0;
    right: 3rem;
    bottom: 1.6rem;
    position: absolute;
    z-index: 9;
}
.slider .social li {
    margin: 0;
    font-size: 2.8rem;
    display: inline-block;
}
.slider .social li + li {
    margin-left: 1.6rem;
}
.slider .social li a {
    color: var(--white);
}
section.home-services.section.careersPage h3.service-title {
    font-size: 2.8rem;
}
.home-services .services-box {
    margin: 1.5rem 0;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    padding-bottom: 58%;
}
.home-services .services-box img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
}
.home-services .services-box .service-description {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    max-height: 100%;
    padding: 4rem 6rem 2rem 3rem;
}
.home-services .services-box .service-description .service-title {
    margin: 0 0 4px;
    font-weight: 800;
    color: var(--white);
    transform: translateY(10.5rem);
}
.home-services .services-box .service-description p {
    font-size: 1.6rem;
    color: var(--white);
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    transform: translateY(14rem);
}
.home-services .services-box .service-description i {
    right: 2rem;
    bottom: 2rem;
    position: absolute;
    font-size: 2.6rem;
    line-height: 1;
    text-decoration: none;
    color: var(--white);
    z-index: 2;
    font-weight: 700;
}
.home-services .services-box .service-description i:hover {
    color: var(--primary);
}
.home-services .services-box:hover:after {
    opacity: 0;
}
.home-services .services-box:hover .service-description {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.3s ease;
}
.home-services .services-box:hover .service-description .service-title {
    position: relative;
    bottom: 3rem;
    transform: translateY(3rem);
    transition: transform 0.3s ease;
}
.home-services .services-box:hover .service-description p {
    opacity: 1;
    position: relative;
    bottom: 3rem;
    transform: translateY(3rem);
    transition: all 0.3s ease;
}
.home-services .services-box:hover .service-description p {
    display: block;
    opacity: 1;
}
.home-services .section-head h2.title {
    color: var(--primary);
    font-size: 4rem;
}
.home-services .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.services-box-thumb {
    position: relative;
}
.services-box-thumb .three-thumb {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -2rem;
    right: -2rem;
}
.services-box-thumb .three-thumb:after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: 3.4rem;
    left: 0;
}
.services-box-thumb .three-thumb::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: -4.7rem;
    top: -1rem;
}
.image-three-box {
    margin: 4rem 4rem 0;
    position: relative;
}
.image-three-box img {
    z-index: 1;
    position: relative;
    border-radius: 10px;
}
.image-three-box .three-thumb {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -3.2rem;
    left: -3.2rem;
}
.image-three-box .three-thumb:after {
    content: "";
    width: 4rem;
    height: 4rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: 3.4rem;
    left: -2rem;
}
.image-three-box .three-thumb::before {
    content: "";
    width: 4rem;
    height: 4rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    right: -5rem;
    top: -2rem;
}
.home-clients .section-head h2.title {
    color: var(--primary);
    font-size: 4rem;
}
.home-clients .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.home-clients .clients {
    margin: 0 15px;
    padding: 0;
    list-style: none;
}
.home-clients .clients li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    border: solid 1px #dbdbdb;
    background: #fff;
    position: relative;
    margin: 2rem 0;
}
.home-clients .clients li:after {
    content: "";
    display: block;
    padding-bottom: 54%;
}
.home-clients .clients li img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    max-width: 90%;
    filter: grayscale(1);
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
}
.home-clients .clients li:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.home-portfolio .section-head h2.title {
    color: var(--primary);
    font-size: 4rem;
}
.home-portfolio .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.home-brands .section-head h2.title {
    color: var(--primary);
    font-size: 4rem;
}
.home-brands .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.home-brands p {
    font-size: 1.8rem;
    color: var(--dark-gray);
    margin: 1rem 0;
    line-height: 1.6;
}
.home-brands .brand-image {
    margin-top: 2rem;
    border-radius: 0.5rem;
}
.home-brands .brand-image img {
    max-width: 97%;
    height: auto;
    border-radius: 1rem;
}
.home-brands .brand-content {
    margin-top: 2rem;
}
.home-brands .brand-content img {
    max-width: 360px;
    width: 100%;
}
.home-brands .brand-section .brand-icon img {
    width: 4.8rem;
    height: auto;
}
.home-brands .brand-section .brand-date {
    font-size: 1.6rem;
    margin-left: 1rem;
    line-height: 1;
}
.home-brands .brand-bottom-section {
    margin-top: 4rem;
}
.award-wrap {
    margin-top: 6rem;
}
.portfolio-slider-wrap .seperator {
    margin-top: -2.5rem;
}
.portfolio-slider-wrap {
    padding-left: 10rem;
    position: relative;
    margin-top: 6rem;
}
.portfolio-slider-wrap.iot-portfolio .content {
    transform: translateY(0);
}
.portfolio-slider-wrap.iot-portfolio .image-wrap .main-image img {
    position: static;
    transform: none;
}
.portfolio-slider-wrap .progress-bar {
    left: 10px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #e8e8e8;
}
.portfolio-slider-wrap .progress-bar:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    position: absolute;
    top: -12px;
    left: -5px;
    border: 1px solid #ccc;
}
.portfolio-slider-wrap .progress-bar:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    position: absolute;
    bottom: -12px;
    left: -5px;
    border: 1px solid #ccc;
}
.portfolio-slider-wrap .progress-bar span {
    width: 100%;
    height: 40%;
    display: block;
}
.portfolio-slider-wrap .content {
    padding: 0 6rem 0 0;
    transform: translateY(-15%);
}
.portfolio-slider-wrap .content .title {
    color: var(--dark-gray);
    font-weight: 800;
    letter-spacing: -0.1rem;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
.portfolio-slider-wrap .content p {
    line-height: 1.6;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.portfolio-slider-wrap .content ul {
    list-style: none;
    padding: 0;
}
.portfolio-slider-wrap .content ul li {
    line-height: 1.6;
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
    color: var(--dark-gray);
    display: inline-block;
}
.portfolio-slider-wrap .content ul li::after {
    content: "";
    width: 2px;
    height: 2px;
    background: var(--dark-gray);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.6rem;
}
.portfolio-slider-wrap .content ul li:last-child::after {
    content: none;
}
.portfolio-slider-wrap .content .app-links a {
    max-width: 14rem;
    display: inline-block;
    margin-top: 1rem;
}
.portfolio-slider-wrap .content .app-links a + a {
    margin-left: 1rem;
}
.portfolio-slider-wrap .content .app-links a img {
    width: 120px;
}
.portfolio-slider-wrap .image-wrap {
    position: relative;
    margin-top: 2rem;
}
.portfolio-slider-wrap .image-wrap .main-image {
    padding: 0 13.5% 3rem 0;
    margin-bottom: 3rem;
}
.portfolio-slider-wrap .image-wrap .main-image .main-image-pos {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 1rem;
}
.portfolio-slider-wrap .image-wrap .main-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-slider-wrap .image-wrap .main-image-left {
    padding: 0 0 3rem 13.5%;
}
.portfolio-slider-wrap .image-wrap .mobile-screen {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 25.6%;
}
.portfolio-slider-wrap .image-wrap .mobile-screen .mobile-model {
    position: static;
}
.portfolio-slider-wrap .image-wrap .mobile-screen img {
    width: auto;
}
.portfolio-slider-wrap .image-wrap .mobile-screen-right {
    right: auto;
    left: -3px;
}
.portfolio-slider-wrap .image-wrap + .classic-btn-right {
    float: right;
}
.portfolio-slider-wrap .owl-dots {
    text-align: center;
    top: 2rem;
    position: relative;
}
.portfolio-slider-wrap .owl-dots .owl-dot {
    line-height: 1;
    margin: 0 0.5rem;
}
.portfolio-slider-wrap .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 1rem;
    background: #ccc;
}
.portfolio-slider-wrap .owl-dots .owl-dot.active span {
    background: #999;
}
.portfolio-slider-wrap .classic-btn {
    transform: translateY(-155%);
}
.portfolio-banner .give-wings {
    margin: 0 8rem 6rem 8rem;
    position: relative;
}
.portfolio-banner .give-wings img {
    border-radius: 10px;
}
.portfolio-banner .give-wings .text {
    top: 50%;
    right: 20rem;
    position: absolute;
    transform: translateY(-50%);
}
.portfolio-banner .give-wings .text h4 {
    color: var(--white);
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.22rem;
}
.portfolio-banner .give-wings .text .classic-btn {
    color: var(--white);
}
.portfolio-banner .give-wings .text .classic-btn span {
    border-color: var(--white);
}
.portfolio-banner .give-wings .text .classic-btn span::before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    left: -40px;
    top: 50%;
    position: absolute;
    background-color: var(--white);
    transition: background-color 0.3s ease;
}
.portfolio-banner .give-wings .text .classic-btn span i {
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 1.2rem;
    transform: translate(-50%, -50%);
}
.single-portfolio .icons-with-text {
    margin: 0;
}
.home-partners .section-head {
    margin: 0;
}
.home-partners .section-head h2.title {
    color: var(--primary);
    font-size: 4rem;
}
.home-partners .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.home-partners .partners {
    margin: 0;
    padding: 0;
    width: 90%;
    list-style: none;
}
.home-partners .partners li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    border: solid 1px #dbdbdb;
    background: #fff;
    position: relative;
    margin: 1rem 0;
}
.home-partners .partners li:after {
    content: "";
    display: block;
    padding-bottom: 54%;
}
.home-partners .partners li img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    max-width: 80%;
    transform: translate(-50%, -50%);
}
.home-blog .section-head h2.title {
    color: var(--primary);
    font-size: 4rem;
}
.home-blog .section-head p {
    line-height: 1.65;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
}
.home-blog .owl-stage {
    display: flex;
}
.home-blog .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.home-blog .blog-bg {
    position: relative;
    padding: 3rem 0 4rem 10rem;
}
.home-blog .blog-bg::before {
    content: "";
    position: absolute;
    left: 25rem;
    top: 0;
    width: 200%;
    height: 100%;
    display: block;
    z-index: -1;
    border-radius: 10px;
    background: #f4f4f4;
}
.home-blog .more-blog {
    padding: 3rem 0 0 29rem;
}
.home-blog .home-blog-carousel .owl-nav {
    top: 50%;
    left: -100px;
    position: absolute;
    transform: translateY(-50%);
}
.home-blog .home-blog-carousel .owl-nav button {
    width: 4.8rem;
    height: 4.8rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 1.8rem;
    outline: 0;
}
.home-blog .home-blog-carousel .owl-nav button.owl-prev {
    display: none;
}
.home-blog .home-blog-carousel .owl-nav button i {
    color: #ccc;
}
.home-blog .blog-item {
    height: calc(100% - 20px);
    padding: 4rem 3.8rem 6rem;
    background: #fff;
    border-radius: 1rem;
    position: relative;
    margin: 1rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.home-blog .blog-item .blog-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 30px;
}
.home-blog .blog-item .blog-title a {
    color: var(--dark-gray);
    text-decoration: none;
}
.home-blog .blog-item .post-date {
    font-size: 1.6rem;
    color: var(--secondary);
    position: absolute;
    left: 3.8rem;
    bottom: 2rem;
}
.blog-banner .give-wings {
    margin: 0 0 6rem;
    position: relative;
}
.blog-banner .give-wings img {
    border-radius: 10px;
}
.blog-banner .give-wings .text {
    top: 50%;
    right: 5rem;
    position: absolute;
    transform: translateY(-50%);
}
.blog-banner .give-wings .text h4 {
    color: var(--white);
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.22rem;
}
.blog-banner .give-wings .text .classic-btn {
    color: var(--white);
}
.blog-banner .give-wings .text .classic-btn span {
    border-color: var(--white);
}
.blog-banner .give-wings .text .classic-btn span::before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    left: -40px;
    top: 50%;
    position: absolute;
    background-color: var(--white);
    transition: background-color 0.3s ease;
}
.blog-banner .give-wings .text .classic-btn span i {
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 1.2rem;
    transform: translate(-50%, -50%);
}
.portfolio-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem;
}
.portfolio-masonry .masonry-item {
    color: #fff;
    position: relative;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    overflow: hidden;
    background-color: #deeefa;
}
.portfolio-masonry .masonry-item:nth-child(odd) {
    background-color: #fff7cd;
}
.portfolio-masonry .masonry-item:before {
    content: "";
    height: 0;
    display: block;
    padding-top: 100%;
    position: relative;
}
.portfolio-masonry .masonry-item img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
.portfolio-masonry .masonry-item:not([class*="row-2"]) .portfolio-info {
    height: 100%;
}
.portfolio-masonry .masonry-item .portfolio-info {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(50% - 2rem);
    padding: 2rem 2rem 7rem;
    position: absolute;
    border-radius: 1rem;
    transition: all 0.3s ease;
}
.portfolio-masonry .masonry-item .portfolio-info h5 {
    font-size: 1.8rem;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-4rem);
}
.portfolio-masonry .masonry-item .portfolio-info .portfolio-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0 0 1rem;
    letter-spacing: -0.1rem;
    opacity: 0;
    transform: translateY(-3rem);
}
.portfolio-masonry .masonry-item .portfolio-info p {
    opacity: 0;
    color: var(--white);
    font-size: 1.8rem;
    letter-spacing: -0.048rem;
    transform: translateY(-2rem);
}
.portfolio-masonry .masonry-item .portfolio-info .links {
    opacity: 0;
    transform: translateX(6rem);
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 4rem);
}
.portfolio-masonry .masonry-item .portfolio-info .links .classic-btn {
    color: var(--white);
}
.portfolio-masonry .masonry-item .portfolio-info .links .classic-btn span {
    border-color: var(--white);
}
.portfolio-masonry .masonry-item .portfolio-info .links .classic-btn span:before {
    background-color: var(--white);
}
.portfolio-masonry .masonry-item .portfolio-info .links .store-link {
    margin-left: auto;
}
.portfolio-masonry .masonry-item .portfolio-info .links .store-link a {
    width: 4rem;
    height: 4rem;
    margin: 0 0.6rem;
    display: inline-block;
}
.portfolio-masonry .masonry-item .portfolio-info .links .store-link a.google-play {
    background: url(assets/images/google-play.png) no-repeat center center/cover;
}
.portfolio-masonry .masonry-item .portfolio-info .links .store-link a.app-store {
    background: url(assets/images/app-store.png) no-repeat center center/cover;
}
.portfolio-masonry .masonry-item .portfolio-info .links .store-link a.website {
    background: url(assets/images/website.png) no-repeat center center/cover;
}
.portfolio-masonry .masonry-item:hover .portfolio-info {
    background: rgba(0, 0, 0, 0.7);
}
.portfolio-masonry .masonry-item:hover .portfolio-info h5 {
    opacity: 1;
    transition: all 0.4s ease;
    transform: translateY(0);
}
.portfolio-masonry .masonry-item:hover .portfolio-info .portfolio-title {
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateY(0);
}
.portfolio-masonry .masonry-item:hover .portfolio-info p {
    opacity: 1;
    transition: all 0.4s 0.2s ease;
    transform: translateY(0);
}
.portfolio-masonry .masonry-item:hover .portfolio-info .links {
    opacity: 1;
    transition: all 0.4s 0.2s ease;
    transform: translateX(0);
}
.portfolio-masonry .masonry-item:hover img {
    transform: translate(-50%, -50%) scale(1.04);
}
.portfolio-masonry .col-2-row-1 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}
.portfolio-masonry .col-2-row-1 p {
    max-width: 75%;
}
.portfolio-masonry .col-2-row-1:before {
    padding-top: 50%;
}
.portfolio-masonry .col-2-row-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.portfolio-masonry .col-2-row-2 p {
    max-width: 75%;
}
.portfolio-masonry .col-3-row-2 {
    grid-column-end: span 3;
    grid-row-end: span 2;
}
.portfolio-masonry .col-3-row-2 p {
    max-width: 75%;
}
.portfolio-masonry .col-3-row-2:before {
    padding-top: 50%;
}
.portfolio-masonry .col-4-row-2 {
    grid-column-end: span 4;
    grid-row-end: span 2;
}
.portfolio-masonry .col-4-row-2 p {
    max-width: 50%;
}
.portfolio-masonry .col-4-row-2:before {
    padding-top: 40%;
}
.portfolio-masonry .col-1-row-2 {
    grid-column-end: span 1;
    grid-row-end: span 2;
}
.contact-form {
    margin-top: -8rem;
    padding: 3rem 6rem;
}
.contact-form .form-group {
    margin: 0 0 5rem;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control + .wpcf7-not-valid-tip {
    display: none;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
    border-bottom-color: var(--primary);
}
.contact-form .label-wrap.up .label {
    opacity: 1;
    bottom: 100%;
    font-size: 1.4rem;
}
.contact-form .wpcf7-response-output {
    display: none;
}
.contact-form input[type="number"] {
    -moz-appearance: textfield;
}
.contact-form input[type="number"]::-webkit-inner-spin-button,
.contact-form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-group {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 3.5rem;
}
.form-group select.form-control {
    background-image: url(assets/images/down-caret.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 16px;
    background-size: 17px;
}
.form-group .form-control {
    color: var(--light-gray);
    width: 100%;
    height: 46px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    font-size: 1.8rem;
    border-bottom: 2px solid #ccc;
}
.form-group .form-control:focus {
    outline: 0;
}
.form-group .form-control::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.form-group .form-control::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.form-group .form-control:not(:placeholder-shown) ~ .label-wrap .label {
    opacity: 0;
    bottom: calc(50% - 1rem);
}
.form-group .form-control:focus::-webkit-input-placeholder {
    opacity: 0.8;
    transition-delay: 0.2s;
}
.form-group .form-control:focus::-moz-placeholder {
    opacity: 1;
    transition-delay: 0.2s;
}
.form-group .form-control:focus ~ .label-wrap .label {
    opacity: 1;
    bottom: 100%;
    font-size: 1.4rem;
}
.form-group .form-control:focus ~ .label-wrap:after {
    width: 100%;
}
.form-group .label-wrap {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: text;
    position: absolute;
    bottom: 0;
    left: 0;
}
.form-group .label-wrap:after {
    content: "";
    box-sizing: border-box;
    width: 0;
    height: 2px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
    will-change: width;
    transition: width 285ms ease-out;
}
.form-group .label-wrap .label {
    color: var(--light-gray);
    position: absolute;
    left: 0;
    bottom: calc(50% - 0.9rem);
    line-height: 1;
    font-size: 1.8rem;
    pointer-events: none;
    transition: bottom 0.2s cubic-bezier(0.9, -0.15, 0.1, 1.15), opacity 0.2s ease-out, font-size 0.2s ease-out;
    will-change: bottom, opacity, font-size;
}
.form-group.custom-file {
    position: relative;
}
.form-group.custom-file span.wpcf7-form-control-wrap.file-340 {
    position: unset;
}
.form-group.custom-file input[type="file"] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.form-group.custom-file:after {
    content: "SELECT";
    color: var(--light-gray);
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    background: #e6e6e6;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 8px 11px;
    position: absolute;
    top: 8px;
    right: 16px;
}
.global-presence .office-address {
    margin: 8rem 10rem;
}
.global-presence .office-address .contact-detail {
    margin-top: 4rem;
}
.global-presence .office-address h3 {
    color: var(--dark-gray);
    font-size: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    max-width: 52rem;
}
.global-presence .office-address p {
    margin-bottom: 1rem;
    line-height: 1.6;
    max-width: 52rem;
}
.global-presence .office-address address {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 300;
    margin: 2rem 0 0;
    letter-spacing: -0.05rem;
    color: var(--dark-gray);
    max-width: 52rem;
}
.global-presence .office-address .image-shadow::before {
    display: none;
}
.global-presence .office-address .right-dots .three-thumbs {
    top: -3rem;
    right: -3rem;
    left: inherit;
}
.global-presence .office-address .right-dots .three-thumbs::before {
    right: -1rem;
    top: 3rem;
    left: inherit;
}
.global-presence .office-address .right-dots .three-thumbs::after {
    top: -1rem;
    right: 3rem;
    left: inherit;
}
.global-presence .office-address .three-thumbs {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -3rem;
    left: -3rem;
}
.global-presence .office-address .three-thumbs::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: -1rem;
    top: 3rem;
}
.global-presence .office-address .three-thumbs::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -1rem;
    left: 3rem;
}
.global-presence .give-wings {
    margin: 0 8rem 6rem 8rem;
    position: relative;
}
.global-presence .give-wings img {
    border-radius: 10px;
}
.global-presence .give-wings .text {
    top: 50%;
    right: 20rem;
    position: absolute;
    transform: translateY(-50%);
}
.global-presence .give-wings .text h4 {
    color: var(--white);
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.22rem;
}
.global-presence .give-wings .text .classic-btn {
    color: var(--white);
}
.global-presence .give-wings .text .classic-btn span {
    border-color: var(--white);
}
.global-presence .give-wings .text .classic-btn span:before {
    background-color: var(--white);
}
.global-presence .boxed-thumbs {
    margin-top: 5rem;
}
.margin-top-12 {
    margin-top: 12rem;
}
.services-wrap .service-headings {
    margin: 0;
}
.services-wrap .service-listing {
    margin: 10rem 0 5rem;
}
.services-wrap .service-listing .title {
    color: var(--dark-gray);
    font-size: 4rem;
}
.services-wrap .service-listing .content {
    margin: 0 20rem 0 0;
}
.services-wrap .service-listing .image-shadow {
    margin: 4rem 4rem 0;
    position: relative;
}
.services-wrap .service-listing .image-shadow::before {
    content: none;
}
.services-wrap .service-listing .image-shadow .three-thumbs {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -3rem;
    left: -3rem;
}
.services-wrap .service-listing .image-shadow .three-thumbs::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: -1rem;
    top: 3rem;
}
.services-wrap .service-listing .image-shadow .three-thumbs::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -1rem;
    left: 3rem;
}
.services-wrap .service-listing .flex-md-row-reverse .image-shadow .three-thumbs {
    top: -3rem;
    right: -3rem;
    left: inherit;
}
.services-wrap .service-listing .flex-md-row-reverse .image-shadow .three-thumbs::before {
    right: -1rem;
    top: 3rem;
    left: inherit;
}
.services-wrap .service-listing .flex-md-row-reverse .image-shadow .three-thumbs::after {
    top: -1rem;
    right: 3rem;
    left: inherit;
}
.services-wrap .service-listing .flex-md-row-reverse .entry-content {
    padding: 4rem 20rem 0 4rem;
}
.services-wrap .service-listing .flex-md-row-reverse .entry-content .title {
    font-size: 3.6rem;
    margin: 0 0 1rem;
}
.section .entry-content .title {
    font-size: 3.6rem;
    margin: 0 0 1rem;
}
.section .entry-content h3 {
    margin: 0 0 0.5rem;
    font-size: 2.6rem;
}
.image-shadow.service-left-dots::before {
    content: none;
}
.image-shadow.service-left-dots .three-thumbs {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -3rem;
    left: -3rem;
}
.image-shadow.service-left-dots .three-thumbs::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: -1rem;
    top: 3rem;
}
.image-shadow.service-left-dots .three-thumbs::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -1rem;
    left: 3rem;
}
.image-shadow.service-left-dots1::before {
    content: none;
}
.image-shadow.service-left-dots1 .three-thumbs {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -3rem;
    right: -3rem;
    left: inherit;
}
.image-shadow.service-left-dots1 .three-thumbs::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: inherit;
    right: -1rem;
    top: 3rem;
}
.image-shadow.service-left-dots1 .three-thumbs::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -1rem;
    right: 3rem;
    left: inherit;
}
.flex-row-reverse .image-shadow.service-left-dots::before {
    content: none;
}
.flex-row-reverse .image-shadow.service-left-dots .three-thumbs {
    width: 2rem;
    height: 2rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -3rem;
    right: -3rem;
    left: inherit;
}
.flex-row-reverse .image-shadow.service-left-dots .three-thumbs::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: inherit;
    right: -1rem;
    top: 3rem;
}
.flex-row-reverse .image-shadow.service-left-dots .three-thumbs::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -1rem;
    right: 3rem;
    left: inherit;
}
.service-headings {
    margin: 0 0 3rem;
}
.service-headings h5 {
    color: #999;
    font-size: 16px;
    letter-spacing: -0.04rem;
}
.service-headings h2 {
    font-size: 3.6rem;
    margin: 0 0 0.5rem;
    letter-spacing: -0.1rem;
}
.team-main-wrap .classic-btn {
    right: 0;
    bottom: 5rem;
    position: absolute;
    z-index: 9;
}
.leaders-wrap {
    margin: 0 0 4rem;
}
.leaders {
    margin: 2rem 4rem;
}
.leaders .thumbnail {
    float: left;
    width: 12.5rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 2px solid #e6e6e6;
}
.leaders .thumbnail img {
    width: auto;
}
.leaders .content {
    margin: 0 0 0 14.5rem;
}
.leaders .content h4 {
    color: var(--dark-gray);
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 3rem;
    margin: 0 0 0.6rem;
}
.leaders .content h4 span {
    font-weight: 400;
}
.leaders .content h4:before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    top: 0.4rem;
    left: 0;
    position: absolute;
    background: #fe6666;
}
.leaders .content h4:after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    top: 1rem;
    left: 0.7rem;
    position: absolute;
    outline: 2px solid var(--white);
    outline-offset: -2px;
    background: var(--primary);
}
.leaders .content p {
    font-size: 1.6rem;
}
.teams {
    width: 25%;
    text-align: center;
    padding: 0 1rem;
    margin: 2.5rem 0 4.5rem;
}
.teams .thumbnail {
    width: 14rem;
    max-width: 100%;
    margin: 0 0 2rem;
    overflow: hidden;
    border-radius: 1rem;
    display: inline-block;
    border: 2px solid #e6e6e6;
}
.teams .thumbnail img {
    width: auto;
}
.teams p {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}
.teams-col-3 {
    width: 33.3333%;
}
.more-team {
    display: none;
}
.boxed-thumbs > div {
    vertical-align: bottom;
}
.boxed-thumbs > div:nth-child(3) {
    vertical-align: top;
}
.boxed-thumbs > div:nth-child(4) {
    vertical-align: top;
}
.boxed-thumbs > div img {
    max-width: 100%;
    border-radius: 1rem;
}
.boxed-thumbs.thumbs-type-one .boxed-400 {
    width: 32rem;
    height: 32rem;
}
.boxed-thumbs .boxed-400 {
    width: 36rem;
    height: 36rem;
    background-color: #ebebeb;
    border-radius: 10px;
    display: inline-block;
    margin: 1rem;
    position: relative;
}
.boxed-thumbs .boxed-360 {
    width: 32rem;
    height: 32rem;
    background-color: #ebebeb;
    border-radius: 10px;
    display: inline-block;
    margin: 1rem;
    position: relative;
}
.boxed-thumbs .boxed-300 {
    width: 26rem;
    height: 26rem;
    background-color: #ebebeb;
    border-radius: 10px;
    display: inline-block;
    margin: 1rem;
    position: relative;
}
.boxed-thumbs .boxed-280 {
    width: 24rem;
    height: 24rem;
    background-color: #ebebeb;
    border-radius: 10px;
    display: inline-block;
    margin: 1rem;
    position: relative;
}
.boxed-thumbs .boxed-270 {
    width: 27rem;
    height: 19.5rem;
    background-color: #ebebeb;
    border-radius: 10px;
    display: inline-block;
    margin: 1rem;
    position: relative;
    margin-left: 0;
}
.boxed-thumbs.left-boxing {
    text-align: right;
}
.boxed-thumbs.right-boxing {
    text-align: left;
}
.boxed-thumbs .three-thumbs {
    width: 3rem;
    height: 3rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -5rem;
    left: -5rem;
}
.boxed-thumbs .three-thumbs::before {
    content: "";
    width: 6rem;
    height: 6rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    left: -3rem;
    top: 5rem;
}
.boxed-thumbs .three-thumbs::after {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    background-color: #ebebeb;
    border-radius: 0.5rem;
    position: absolute;
    top: -1.8rem;
    left: 5rem;
}
.boxed-thumbs .three-thumbs.red-thumbs {
    background-color: var(--primary);
}
.boxed-thumbs .three-thumbs.red-thumbs::before {
    background-color: var(--primary);
}
.boxed-thumbs .three-thumbs.red-thumbs::after {
    background-color: var(--primary);
}
.boxed-thumbs .caption {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
.boxed-thumbs.thumbs-type-three {
    text-align: center;
}
.boxed-thumbs.thumbs-type-three > div:nth-child(1) {
    width: 28rem;
    height: 28rem;
}
.boxed-thumbs.thumbs-type-three > div:nth-child(2) {
    width: 26rem;
    height: 26rem;
}
.boxed-thumbs.thumbs-type-three > div:nth-child(3) {
    width: 25rem;
    height: 25rem;
}
.boxed-thumbs.thumbs-type-three > div:nth-child(4) {
    width: 23rem;
    height: 23rem;
}
.boxed-thumbs.thumbs-type-three .boxed-400 {
    width: 32rem;
    height: 32rem;
}
.boxed-thumbs.thumbs-type-three .boxed-400 .thumb-inner {
    padding: 1rem;
}
.boxed-thumbs.thumbs-type-three .boxed-300 .thumb-inner {
    padding: 2rem;
}
.boxed-thumbs.thumbs-type-three .boxed-360 .box-four {
    padding: 2rem;
}
.boxed-thumbs.thumbs-type-three .boxed-360 .box-four p {
    line-height: 1.2;
}
.boxed-thumbs.thumbs-type-three .thumb-inner {
    height: 100%;
    color: #000;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-one-content {
    font-size: 2.5rem;
    max-width: 25rem;
    line-height: 1.5;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-two-content {
    font-size: 2.5rem;
    max-width: 25rem;
    padding: 1rem;
    line-height: 1.5;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-two-content span {
    display: block;
    font-size: 4rem;
    padding-left: 1.4rem;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-three-content {
    font-size: 2.6rem;
    line-height: 1.2;
    max-width: 18rem;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-three-content span {
    font-size: 2.2rem;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-four-content .text-lg {
    font-size: 4rem;
}
.boxed-thumbs.thumbs-type-three .thumb-inner .box-four-content .text-md {
    font-size: 2.4rem;
}
.engineer-consulting .boxed-thumbs .boxed-280 {
    margin-left: 3rem;
}
.section-head h2.large-title {
    font-size: 5.8rem;
}
.v-align-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ta-director .director-details .pic-wrap {
    width: 8.5rem;
    height: 8.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.ta-director .director-details .pic-wrap .user-pic {
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 50%;
    border: 1px solid var(--light-gray);
    overflow: hidden;
}
.ta-director .director-details .pic-wrap::after {
    font-family: Muli, sans-serif;
    display: block;
    content: "“";
    font-size: 7.5rem;
    position: absolute;
    left: -15px;
    top: -37px;
    color: #fe6666;
    font-weight: 800;
}
.ta-director .director-details p {
    padding: 0 10rem;
}
.our-foucs h3.new-title {
    color: var(--dark-gray);
    font-size: 2.4rem;
    font-weight: 400;
    margin: 1rem 0 4rem;
}
.our-foucs .chart {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 70rem;
    height: 32rem;
    margin: 0 auto 8rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0) 2%);
    background-size: 100% 40px;
    background-position: left top;
    padding: 0;
    margin-top: -3.2rem;
}
.our-foucs .chart li {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    height: 200px;
}
.our-foucs .chart span {
    margin: 0 6rem;
    display: block;
    background: #ccc;
    animation: draw 1s ease-in-out;
}
.our-foucs .chart span:before {
    font-size: 1.8rem;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1rem 1em 0;
    display: block;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
    max-width: 20rem;
    margin: 0 auto;
}
@keyframes draw {
    0% {
        height: 0;
    }
}
.our-foucs .industire-list {
    text-align: left;
    width: 60%;
    display: inline-block;
}
.our-foucs .industire-list ul {
    padding: 0;
    list-style: none;
}
.our-foucs .industire-list ul li {
    margin-left: 2rem;
    padding: 0 1rem 0;
    width: 45%;
    float: left;
    text-align: left;
    position: relative;
    color: var(--dark-gray);
}
.our-foucs .focus-logos ul {
    list-style: none;
    border-top: 1px solid #ccc;
    padding: 0;
}
.our-foucs .focus-logos ul li {
    width: 16.6666667%;
    float: left;
    position: relative;
    padding: 2rem;
}
.our-foucs .focus-logos ul li img {
    opacity: 0.6;
    filter: grayscale(1);
    transition: all 0.2s ease;
}
.our-foucs .focus-logos ul li:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.ta-awards .awards-box {
    border: 1px solid #dbdbdb;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    height: 200px;
    position: relative;
}
.ta-awards .awards-box img {
    width: auto;
    max-width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.ta-awards .awards-text {
    padding: 2.5rem 0;
}
.ta-awards .awards-text p {
    font-size: 1.6rem;
}
.ta-awards .col-lg-3:nth-child(even) .awards-box::after {
    content: "";
    width: 85%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 0;
}
.ta-awards .col-lg-3:nth-child(even) .awards-box::before {
    content: "";
    width: 85%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 0;
}
.global-presence {
    margin-top: 10rem;
}
.global-presence .right-boxing .boxed-400 {
    float: left;
    margin-top: 11rem;
}
.global-presence .global-text {
    margin: 1rem 0 4rem;
}
.global-presence .global-text h5 {
    font-size: 2.2rem;
    color: var(--dark-gray);
}
.global-presence .global-text p {
    font-size: 2rem;
}
.blog-carousel-wrap {
    background: var(--white);
    margin: 0 0 6rem;
    padding: 0;
}
.blog-carousel {
    overflow: hidden;
    position: relative;
}
.blog-carousel .item {
    position: relative;
    padding-bottom: 28%;
}
.blog-carousel .item img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.blog-carousel .item .caption {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 3rem 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.blog-carousel .item .caption .caption-text {
    max-width: 80rem;
    margin: 0 auto;
}
.blog-carousel .item .caption h5 {
    font-size: 1.6rem;
    color: var(--white);
}
.blog-carousel .item .caption h2 {
    color: var(--white);
    font-family: Merriweather, serif;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}
.blog-carousel .item .caption h2 a {
    text-decoration: none;
}
.blog-carousel .item .caption p {
    font-size: 1.6rem;
    color: var(--white);
}
.blog-carousel .item .caption p a {
    font-weight: 700;
}
.blog-carousel .item .caption a {
    color: var(--white);
}
.blog-carousel .owl-dots {
    width: 100%;
    bottom: 1.5rem;
    position: absolute;
    text-align: center;
}
.blog-carousel .owl-dots .owl-dot {
    outline: 0;
    margin: 0 0.5rem;
}
.blog-carousel .owl-dots .owl-dot span {
    width: 4rem;
    height: 0.4rem;
    border-radius: 0.6rem;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.2s ease;
}
.blog-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}
.blog-small-title {
    margin: 0 0 4rem;
    position: relative;
}
.blog-small-title:after {
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-top: 1px solid #ccc;
}
.blog-small-title h2 {
    margin: 0;
    padding: 0 2.6rem;
    font-size: 3.2rem;
    letter-spacing: -0.14rem;
    display: inline-block;
    background: var(--white);
}
.blog-small-title h1 {
    margin: 0;
    padding: 0 2.6rem;
    letter-spacing: -0.14rem;
    display: inline-block;
    background: var(--white);
    color: var(--dark-gray);
}
.blog-listing-large {
    margin: 0 0 3rem;
}
.blog-listing-large .blog-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0 1.6rem;
}
.blog-listing-large .blog-thumbnail img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.6s ease;
}
.blog-listing-large .blog-excerpt h4 {
    font-family: Merriweather, serif;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 1rem;
}
.blog-listing-large .blog-excerpt p {
    font-size: 1.4rem;
}
.blog-listing-large:hover .blog-thumbnail img {
    transform: translate(-50%, -50%) scale(1.1);
}
.most-viewed {
    margin: 0 0 4rem;
}
.post-type-archive .seperator {
    top: -4rem;
}
.blog-listing-small {
    margin: 0 0 5rem;
    overflow: hidden;
}
.blog-listing-small .blog-thumbnail {
    width: 9rem;
    float: left;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 2rem 0 0;
}
.blog-listing-small .blog-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.blog-listing-small .blog-thumbnail img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.4s ease;
}
.blog-listing-small .blog-excerpt h4 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
}
.blog-listing-small .blog-excerpt p {
    font-size: 1.4rem;
}
.blog-listing-small:hover .blog-thumbnail img {
    transform: translate(-50%, -50%) scale(1.1);
}
.blog-header {
    padding: 8rem 0 2rem;
    text-align: center;
}
.blog-header .blog-title h5 {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-header .blog-title h1 {
    font-family: Merriweather, serif;
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 1.4;
}
.blog-header .blog-title p {
    font-size: 1.6rem;
}
.blog-header .blog-title p a {
    font-weight: 700;
}
.blog-content {
    margin: 0 0 6rem;
}
.blog-content * {
    letter-spacing: 0;
}
.blog-content a {
    color: #fe6666;
}
.blog-content .blog-featured-image {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    margin: 0 0 3rem;
}
.blog-content .blog-featured-image img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    margin-top: 0;
}
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-family: Merriweather, serif;
    font-weight: 700;
    margin: 0 0 1rem;
}
.blog-content h2 {
    font-size: 2.4rem;
    line-height: 1.8;
    margin-bottom: 0.2rem;
}
.blog-content h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 0.2rem;
}
.blog-content h4 {
    font-size: 2rem;
}
.blog-content h5 {
    font-size: 1.8rem;
}
.blog-content h6 {
    font-size: 1.6rem;
}
.blog-content p {
    font-family: Merriweather, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.25;
    margin: 0 0 2.6rem;
}
.blog-content p a {
    color: #fe6666;
}
.blog-content .blog-para {
    font-size: 2.7rem;
    line-height: 4.4rem;
    color: rgba(0, 0, 0, 0.54);
    margin: 4.8rem 0;
    padding-left: 4rem;
    letter-spacing: 0.3px;
}
.blog-content blockquote {
    font-family: Merriweather, serif;
    font-size: 2.4rem;
    width: 100%;
    margin: 1rem 0;
    padding: 3rem 4rem;
    line-height: 2;
    position: relative;
    color: #666;
    background: #f5f5f5;
    font-weight: 400;
    border-radius: 10px;
}
.blog-content blockquote:before {
    font-family: Muli, sans-serif;
    display: block;
    content: "“";
    font-size: 10rem;
    position: absolute;
    left: -12px;
    top: 13px;
    color: #fe6666;
    font-weight: 800;
    line-height: 0;
}
.blog-content blockquote p {
    margin: 0;
}
.blog-content blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.blog-content blockquote a {
    color: #fe6666;
}
.blog-content .table-content {
    font-family: Merriweather, serif;
    width: 100%;
    margin: 1rem 0;
    padding: 3rem 4rem;
    line-height: 1.8;
    position: relative;
    color: #666;
    background: #f5f5f5;
    font-weight: 400;
    border-radius: 10px;
}
.blog-content .table-content ol {
    padding-left: 18px;
    margin: 1rem 0;
}
.blog-content .table-content ol li {
    line-height: 2;
}
.blog-content ul {
    margin: 0 0 2.5rem;
}
.blog-content li {
    font-family: Merriweather, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2;
    margin: 0;
}
.blog-content img {
    width: auto;
    border-radius: 1rem;
    margin: 2rem 0 3rem;
    margin-top: 0;
}
.blog-content img.aligncenter {
    display: block;
    margin: 2rem auto 3rem;
}
.blog-content img.alignleft {
    float: left;
    display: block;
    margin: 0 3rem 3rem 0;
}
.blog-content img.alignright {
    float: right;
    display: block;
    margin: 0 0 3rem 3rem;
}
.single-blog .blog-header .blog-title h1 {
    font-weight: 400;
    line-height: 1.3;
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-header .blog-title h5 {
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-header .blog-title p a {
    font-weight: 600;
}
.single-blog .blog-content h2 {
    font-size: 2.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.single-blog .blog-content h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.single-blog .blog-content p {
    line-height: 1.7;
    margin: 0 0 1.7rem;
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-content a {
    color: #f04545;
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-content li {
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-content h4 {
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1rem;
}
.single-blog .blog-content h5 {
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.single-blog .blog-content strong {
    font-weight: 600;
}
.single-blog .author-wrap .author-description p {
    line-height: 1.65;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.single-blog .blog-navigation div span {
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-navigation div a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.single-blog .blog-sidebar .box .box-title h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.single-blog .blog-sidebar .box .box-body ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.single-blog .blog-sidebar .advertisement .content h4 {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}
.single-blog .blog-sidebar .advertisement .content .classic-btn {
    font-family: "Open Sans", sans-serif;
}
.pagination {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
}
.pagination .page-numbers {
    background-color: #666;
    padding: 5px 13px;
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
.pagination .page-numbers.current {
    background-color: #fe6666 !important;
}
.pagination .page-numbers:hover {
    background-color: #fe6666;
}
.home-clients .technologies li {
    flex: 0 0 24%;
    max-width: 24%;
    margin: 1rem 0;
}
.wpcf7-mail-sent-ok {
    display: none !important;
}
.post-type-archive-blog .blog-small-title h2 {
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.1rem;
}
.post-type-archive-blog .blog-listing-large .blog-excerpt h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}
.post-type-archive-blog .blog-listing-large .blog-excerpt p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}
.post-type-archive-blog .blog-listing-small .blog-excerpt h4 {
    font-family: "Open Sans", sans-serif;
}
.post-type-archive-blog .blog-listing-small .blog-excerpt p {
    font-family: "Open Sans", sans-serif;
}
.post-type-archive-blog .blog-carousel .item .caption h2 {
    line-height: 1.3;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.post-type-archive-blog .blog-carousel .item .caption p {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
}
.post-type-archive-blog .blog-carousel .item .caption p a {
    font-weight: 600;
}
.blog-sidebar * {
    letter-spacing: 0;
}
.blog-sidebar .box {
    padding: 3rem;
    margin: 0 0 4rem;
    border-radius: 1rem;
    border: 1px solid #ccc;
    position: relative;
}
.blog-sidebar .box .box-title {
    text-align: center;
}
.blog-sidebar .box .box-title h4 {
    font-family: Merriweather, serif;
    font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    top: -12px;
    background-color: #fff;
    padding: 0 10px;
    left: 50%;
    transform: translatex(-50%);
}
.blog-sidebar .box .box-title h4 span {
    position: relative;
    display: inline-block;
    white-space: pre;
}
.blog-sidebar .box .box-title img {
    width: 3rem;
    margin: 0 0 0.5rem;
    display: none;
}
.blog-sidebar .box .box-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar .box .box-body ul li {
    margin: 0;
    padding: 1rem 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6;
}
.blog-sidebar .box .box-body ul li a {
    display: block;
    width: 100%;
}
.blog-sidebar .box .box-body ul li + li {
    border-top: 1px solid #ebebeb;
}
.blog-sidebar .box .box-body .blog-category li span {
    color: var(--light-gray);
    float: right;
}
.blog-sidebar .advertisement {
    position: relative;
    padding-bottom: 100%;
    margin: 0 0 5rem;
}
.blog-sidebar .advertisement img {
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.blog-sidebar .advertisement .content {
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    position: absolute;
    color: var(--white);
}
.blog-sidebar .advertisement .content h4 {
    font-weight: 800;
}
.blog-sidebar .advertisement .content .classic-btn {
    color: var(--white);
}
.blog-sidebar .advertisement .content .classic-btn span {
    border-color: var(--white);
}
.blog-sidebar .advertisement .content .classic-btn span:before {
    background-color: var(--white);
}
.blog-sidebar .blog-category li {
    display: flex;
    justify-content: space-between;
    font-family: Merriweather, serif;
}
.faq-title-content h2 {
    font-size: 2.4rem;
    line-height: 1.8;
    font-family: Merriweather, serif;
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: 0;
}
.author-wrap {
    padding: 1.5rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.author-wrap .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
    max-width: 11rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2rem 0 0;
    border: 1px solid #ccc;
}
.author-wrap .author-description p {
    font-size: 1.4rem;
    line-height: 1.78;
    margin: 0;
}
.blog-navigation {
    display: flex;
    border-bottom: 1px solid #ccc;
}
.blog-navigation div {
    flex: 1;
    text-align: center;
    padding: 1.5rem 3rem;
}
.blog-navigation div span {
    display: block;
    font-size: 1.3rem;
    margin: 0 0 0.5rem;
}
.blog-navigation div a {
    color: #333;
    font-size: 1.4rem;
    font-family: Merriweather, serif;
}
.blog-navigation div + div {
    border-left: 1px solid #ccc;
}
.recent-blog-wrap {
    margin: 10rem 0 0 0;
}
.blog-box a {
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 2.8rem;
    font-weight: 100;
    background: #ef403f;
    color: #fff;
    border-radius: 0.8rem;
    text-decoration: none;
}
.blog-box a .blog-box-content {
    max-width: 52rem;
}
.blog-box a .blog-box-icon {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.blog-box a .blog-box-icon img {
    width: auto !important;
    margin-bottom: 1rem;
}
.recent-blogs {
    height: 100%;
    background: #f5f5f5;
    border-radius: 1rem;
    overflow: hidden;
}
.recent-blogs .blog-thumb {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 1rem;
    overflow: hidden;
}
.recent-blogs .blog-thumb img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.2s ease;
}
.recent-blogs .blog-excerpt {
    padding: 2rem 2rem 1.5rem;
}
.recent-blogs .blog-excerpt h6 {
    font-size: 1.4rem;
    margin: 0 0 0.8rem;
}
.recent-blogs .blog-excerpt h4 {
    font-size: 1.9rem;
    margin: 0 0 1rem;
}
.recent-blogs .blog-excerpt p {
    font-size: 1.4rem;
    margin: 0;
}
.recent-blogs:hover .blog-thumb img {
    transform: translate(-50%, -50%) scale(1.1);
}
.case-study-banner {
    padding-bottom: 44%;
    background: #000;
    position: relative;
    overflow: hidden;
}
.case-study-banner.curve:after {
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 2;
    left: -1rem;
    right: -1rem;
    padding-bottom: 7.916666667%;
    background: url(assets/images/banner-curve.svg) no-repeat center center/cover;
}
.case-study-banner svg {
    position: absolute;
    left: 50%;
    bottom: 3.5rem;
    transform: translateX(-50%) scale(0.8);
    z-index: 3;
}
.case-study-banner img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    min-height: 100%;
    object-fit: cover;
}
.case-study-banner img.curve {
    left: 0;
    bottom: 0;
    position: absolute;
}
.case-study-banner .caption {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 117rem;
    left: 0;
    right: 0;
    bottom: 20%;
    position: absolute;
    z-index: 1;
}
.case-study-banner .caption h4 {
    color: #fff;
}
.case-study-banner .caption h2 {
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
    max-width: 90rem;
    font-size: 4.6rem;
}
.case-study-banner .caption p {
    color: #fff;
}
.case-study-banner .caption p.links span {
    display: inline-block;
    vertical-align: middle;
}
.case-study-banner .caption p.links a {
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 0.8rem;
}
.case-heading {
    margin: 0 0 7rem;
}
.case-heading p {
    max-width: 95rem;
    margin: 0 auto;
}
.awards .small-title {
    text-align: center;
    transform: translateY(-50%);
}
.awards .small-title h4 {
    font-size: 2rem;
    font-weight: 400;
    padding: 0 2rem;
    margin: 0;
    display: inline-block;
    background: var(--white);
}
.awards .awards-inner {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.awards .awards-logo {
    padding: 0;
    margin: 4rem 0;
    list-style: none;
}
.awards .awards-logo li {
    margin: 0 6rem 2rem;
}
.awards .awards-logo li img {
    width: auto;
}
.video-wrap .video {
    margin: 0 auto;
    max-width: 96rem;
    position: relative;
    overflow: hidden;
}
.video-wrap .video:after {
    content: "";
    display: block;
    padding-bottom: 52.830188679%;
}
.video-wrap .video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.case-image-content .image {
    position: relative;
}
.case-image-content .image img {
    max-width: none;
}
.case-image-content .content {
    margin: 4rem 0 0 -6rem;
    padding: 4rem 6rem;
    background-color: #d5ffef;
}
.case-image-content .content h2 {
    font-size: 3.6rem;
}
.app-screens .screens {
    margin: 0 6rem;
}
.request-for-service .case-study-form {
    padding: 3rem 6rem 2rem 6rem;
}
.case-studies {
    position: relative;
    padding-top: 4.8rem;
}
.case-studies:before {
    content: "";
    width: 100%;
    height: 39rem;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #ebebeb;
}
.case-studies .case {
    display: flex;
    height: 100%;
}
.case-studies .case a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.case-studies .case .case-thumb {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.case-studies .case .case-thumb img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.case-studies .case .case-excerpt {
    padding: 2rem;
    background: var(--white);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex: 1;
}
.solution-approach .image.padding {
    padding: 5.5rem 0 0 0;
}
.solution-approach .content h2 {
    font-size: 3.6rem;
}
.solution-approach .content-left {
    background: #fe6969;
    padding: 5rem;
    position: relative;
    margin-top: -17rem;
}
.solution-approach .content-left h3 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 2.8rem;
}
.solution-approach .content-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.solution-approach .content-left ul li {
    max-width: 35.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 2.6rem 0;
    margin: 0;
    line-height: 1.65;
}
.solution-approach .content-left ul li::before {
    content: "";
    position: absolute;
    border-top: 6px dashed #fff;
    top: -0.56rem;
    left: 0;
    width: 100%;
    opacity: 0.5;
}
.solution-approach .content-left ul li:first-child {
    padding-top: 0;
}
.solution-approach .content-left ul li:first-child::before {
    content: none;
}
.solution-approach .content-left .text-bold {
    font-weight: 700;
}
.solution-approach .content-right {
    margin: -6rem -3rem 0 -5rem;
    padding: 10rem 6rem;
    background: #deedfa;
    position: relative;
    z-index: -1;
}
.solution-approach .content-right:before {
    content: "";
    height: 100%;
    width: 0;
    bottom: 4rem;
    left: -43rem;
    position: absolute;
    border-left: 1px solid #ebebeb;
}
.the-result .image {
    position: relative;
    z-index: 1;
}
.the-result .image img {
    max-width: none;
}
.the-result .content {
    margin: 4rem 0 0 -3rem;
    padding: 4rem 6rem;
    background-color: #fff8cd;
}
.the-result .content .title {
    font-size: 4rem;
}
.the-result .content ul li {
    margin: 0;
}
.the-result .app-links {
    margin-bottom: 6rem;
}
.the-result .app-links a {
    max-width: 11rem;
    display: inline-block;
    margin-top: 0.5rem;
}
.the-result .app-links a + a {
    margin-left: 1rem;
}
.the-result .app-links a img {
    width: auto;
}
.challenges-and-solutions {
    padding-bottom: 6rem;
}
.case-excerpt p {
    margin-bottom: 0;
    font-size: 1.8rem;
}
.about-inspector {
    background: #ebebeb;
    padding: 4rem 6rem;
    margin: -7rem 0 0 45%;
}
.four-column-box .box {
    height: 100%;
    text-align: center;
    padding: 1rem 3rem 1rem;
    border: 1px solid #ebebeb;
}
.four-column-box .box .icon {
    position: relative;
    max-width: 14rem;
    margin: 0 auto;
}
.four-column-box .box .icon img {
    width: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0.8);
}
.four-column-box .box .icon:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.four-column-box .box h4 {
    font-size: 2.2rem;
    position: relative;
    margin: 0 0 2.5rem;
}
.four-column-box .box h4:after {
    content: "";
    width: 4rem;
    height: 0.2rem;
    display: block;
    background: #ccc;
    left: 50%;
    bottom: -1.5rem;
    position: absolute;
    transform: translateX(-50%);
}
.four-column-box .box p {
    font-size: 1.6rem;
}
.case-result .number {
    font-size: 2.8rem;
    font-weight: 400;
}
.new-kc img {
    width: auto;
}
.knowledge-center-content.blog-sidebar .box.sticky {
    position: fixed;
    width: 348px;
    top: 100px;
}
.knowledge-center-content.blog-sidebar .box.sticky .box-body {
    height: 450px;
    max-height: 450px;
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.knowledge-center-content .size-full {
    max-width: 100%;
    width: auto;
}
.knowledge-center-content .lazyloaded {
    margin-bottom: 20px;
}
.knowledge-center-content img {
    margin-bottom: 2rem;
    border-radius: 10px;
}
.knowledge-center-content p {
    color: var(--dark-gray);
}
.knowledge-center-content a {
    color: var(--primary);
}
.knowledge-center-content a:hover {
    text-decoration: underline;
}
.knowledge-center-content .product-box {
    padding: 2rem 2rem 1rem;
    margin-bottom: 4rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.knowledge-center-content .product-box .product-pic {
    margin: 1rem 0;
}
body.page-template-reviews {
    padding-top: 7rem;
}
.page-top-text {
    margin: 3rem 0 1rem;
}
.page-top-text p {
    font-weight: 600;
    padding: 0 14rem 2rem;
}
.page-top-text p a {
    color: #fe6666;
}
.reviews-section {
    margin: 2rem 0;
}
.reviews-section .col-md-4 {
    margin: 0 0 6rem;
}
.reviews-section .review-box {
    border-radius: 1rem;
    background-color: #fff;
    border: 2px solid #e4e4e4;
    padding: 3rem 4rem;
    position: relative;
    height: 100%;
}
.reviews-section .review-box::after {
    font-family: Muli, sans-serif;
    display: block;
    content: "“";
    font-size: 13rem;
    position: absolute;
    left: 35px;
    top: -83px;
    color: #fe6666;
    font-weight: 800;
}
.reviews-section .review-box .ratings {
    margin: 1rem 0 2rem;
}
.reviews-section .review-box .ratings span {
    font-size: 2rem;
    margin: 0 0.2rem;
}
.reviews-section .review-box .ratings span.icon-star-fill {
    color: #ffc400;
}
.reviews-section .review-box .review-title {
    font-size: 1.8rem;
    line-height: 1.75;
}
.reviews-section .review-box p {
    font-size: 1.8rem;
    margin: 0 0 5rem;
}
.reviews-section .review-box .review-by {
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
}
.industry-coverage .container-max .section {
    padding: 6rem 0 0;
}
.get-it-done .section-head .title {
    color: var(--dark-gray);
    font-size: 2.4rem;
    font-weight: 400;
}
.get-it-done .new-grid {
    margin: 2rem 1rem;
}
.get-it-done .new-grid .icon {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0.8rem;
    text-align: center;
}
.get-it-done .new-grid .icon img {
    width: auto;
    max-height: 100%;
}
.get-it-done .new-grid p {
    width: calc(100% - 5.2rem);
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding-left: 1rem;
    line-height: 1.2;
}
.development-process .two-column-grid .row > div:nth-child(2n + 2) {
    border-left: none;
}
.development-process .two-column-grid .grid-item .icon {
    width: 10rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
}
.development-process .two-column-grid .grid-item .icon img {
    width: auto;
}
.development-process .two-column-grid .grid-item .grid-contnet {
    display: inline-block;
    color: var(--dark-gray);
    width: calc(100% - 13rem);
    margin: 0 0 0 2rem;
    vertical-align: top;
}
.why-techahead .two-column-grid {
    margin-top: 5rem;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.why-techahead .two-column-grid .row > div:nth-child(2n + 2) {
    border-left: 1px solid #ebebeb;
}
.why-techahead .two-column-grid .grid-item {
    padding: 3rem;
}
.why-techahead .two-column-grid .grid-item .icon {
    width: 12rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2rem 0 0;
}
.why-techahead .two-column-grid .grid-item .icon img {
    width: auto;
    border-radius: 1rem;
}
.why-techahead .two-column-grid .grid-item .grid-contnet {
    display: inline-block;
    width: calc(100% - 15rem);
    vertical-align: middle;
}
.why-techahead .two-column-grid .grid-item .grid-contnet h5 {
    font-size: 2.2rem;
}
.why-techahead .two-column-grid .grid-item .grid-contnet h6 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dark-gray);
}
.why-techahead .two-column-grid .grid-item .grid-contnet p {
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.4;
}
.why-techahead .two-column-grid .grid-item p {
    line-height: 1.6;
}
.client-testimonials .owl-carousel {
    padding: 0 8rem;
}
.client-testimonials .owl-carousel .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.client-testimonials .owl-carousel .owl-item .item {
    text-align: center;
    padding: 1rem;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.client-testimonials .owl-carousel .owl-item .item .testimonial-top {
    display: inline-block;
    width: 8.4rem;
    height: 8.4rem;
    position: relative;
    bottom: -3.5rem;
}
.client-testimonials .owl-carousel .owl-item .item .testimonial-top .testimonial-pic {
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
}
.client-testimonials .owl-carousel .owl-item .item .testimonial-top::after {
    font-family: Muli, sans-serif;
    display: block;
    content: "“";
    font-size: 7.5rem;
    position: absolute;
    left: -15px;
    top: -37px;
    color: #fe6666;
    font-weight: 800;
}
.client-testimonials .owl-carousel .owl-item .item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
.client-testimonials .owl-carousel .owl-item .testimonial-box {
    background-color: rgba(235, 235, 235, 0.5);
    padding: 5.5rem 8rem 3.8rem;
    border-radius: 10px;
}
.client-testimonials .owl-carousel .owl-item .testimonial-box p {
    font-family: inherit;
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 0 0 3rem 0;
    font-weight: 300;
    color: var(--dark-gray);
}
.client-testimonials .owl-carousel .owl-item .client-detail {
    font-size: 2rem;
    color: var(--dark-gray);
}
.client-testimonials .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.client-testimonials .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    line-height: 1;
    margin: 0 0.5rem;
}
.client-testimonials .owl-carousel .owl-dots .owl-dot.active span {
    background: #999;
}
.client-testimonials .owl-carousel .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 1rem;
    background: #ccc;
}
.client-testimonials .thumbnails-wrapper {
    padding: 0 8rem;
    display: inline-block;
    margin-bottom: 5rem;
}
.client-testimonials .thumbnails-wrapper .thumbnail {
    width: 25%;
    height: 100px;
    float: left;
}
.client-testimonials .thumbnails-wrapper .thumbnail:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.client-testimonials .thumbnails-wrapper .thumbnail.active img {
    opacity: 1;
    filter: grayscale(0);
}
.client-testimonials .thumbnails-wrapper .thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
}
.client-testimonials .thumbnails-wrapper .thumbnail a img {
    opacity: 0.6;
    filter: grayscale(1);
    transition: all 0.2s ease;
}
.client-testimonials.new-test .owl-carousel .owl-item .testimonial-box {
    background-color: transparent;
    border: 1px solid #b9b9b9;
    position: relative;
}
.client-testimonials.new-test .owl-carousel .owl-item .testimonial-box::after {
    content: "";
    width: 94%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 0;
}
.client-testimonials.new-test .owl-carousel .owl-item .testimonial-box::before {
    content: "";
    width: 94%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 0;
}
.client-testimonials.new-test .owl-carousel .owl-item .testimonial-box p {
    position: relative;
    z-index: 1;
}
.client-testimonials.new-test .owl-carousel .owl-item .client-detail {
    position: relative;
    z-index: 1;
}
.client-testimonials.new-test .owl-carousel .owl-item .client-detail::after {
    content: "";
    width: 6.3rem;
    border-bottom: 1px solid #b9b9b9;
    position: absolute;
    bottom: -3.9rem;
    left: 50%;
    transform: translateX(-50%);
}
.client-testimonials.new-test .owl-carousel .owl-item .item .testimonial-top {
    bottom: -4.5rem;
    z-index: 2;
}
.client-testimonials.new-test .owl-carousel .owl-item .item .testimonial-top::before {
    content: "";
    width: 20rem;
    border-bottom: 1px solid #b9b9b9;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
}
.mobile-app-services .section-head {
    margin: 0 0 3.5rem;
}
.mobile-app-services .three-column-grid .grid-item {
    text-align: left;
    float: left;
    padding: 0;
    border-right: none;
    padding-bottom: 3rem;
}
.mobile-app-services .three-column-grid .grid-item .icon {
    float: left;
    width: 6.6rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 1.5rem;
    vertical-align: top;
}
.mobile-app-services .three-column-grid .grid-item .grid-contnet {
    float: left;
    width: 100%;
}
.mobile-app-services .three-column-grid .grid-item .grid-contnet h5 {
    font-size: 2.2rem;
    color: var(--dark-gray);
}
.mobile-app-services .three-column-grid .grid-item .grid-contnet p {
    font-size: 1.8rem;
    line-height: 1.6;
}
.accordion {
    width: 100%;
    height: auto;
    padding-bottom: 6rem;
}
.accordion .accordion-item {
    width: 100%;
    -webkit-border: 1px solid #989898;
    -moz-border: 1px solid #989898;
    border: 1px solid #989898;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.accordion .accordion-item.active .accordion-marker::after {
    transform: rotate(225deg);
}
.accordion .accordion-item.active .question {
    color: #000;
}
.accordion .accordion-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 7rem;
    padding: 1rem 6rem 1rem 4rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.accordion .accordion-button .accordion-heading {
    flex: 1;
}
.accordion .accordion-button .accordion-heading h3 {
    font-size: 2.2rem;
    margin: 0;
    font-weight: 400;
    color: var(--dark-gray);
}
.accordion .accordion-marker {
    width: 6rem;
    height: 100%;
    float: left;
    color: #9aa7af;
    font-size: 2rem;
    position: absolute;
    right: 0;
}
.accordion .accordion-marker::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4rem;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion-inner {
    display: none;
}
.accordion .accordion-inner p {
    font-size: 1.8rem;
    margin: 0 4rem 3rem;
    line-height: 1.65;
}

#cookie-law-info-bar {
    max-width: calc(100% - 300px);
    width: 100%;
    left: 150px;
    border-radius: 0.5rem;
  }
  
  #cookie_action_close_header {
    border-radius: 3rem;
    padding: 0.8rem 1.6rem;
    background: #ff1816!important;
  }
  #cookie_action_close_header_reject {
    border-radius: 3rem;
    padding: 0.8rem 1.6rem;
    background: #222222!important;
  }

@media (max-width: 100em) {
    .page-banner.nd-banner {
        padding-bottom: 25%;
    }
    .right-img-content .right-img {
        right: 18%;
    }
    .left-img-content .left-img {
        left: 18%;
    }
    .boxed-thumbs .boxed-400 {
        width: 32rem;
        height: 32rem;
    }
    .boxed-thumbs .boxed-360 {
        width: 32rem;
        height: 32rem;
    }
    .boxed-thumbs .boxed-300 {
        width: 28rem;
        height: 28rem;
    }
    .boxed-thumbs .boxed-280 {
        width: 24rem;
        height: 24rem;
    }
    .engineer-consulting .boxed-thumbs .boxed-300 {
        width: 24rem;
        height: 24rem;
        margin-left: 3rem;
    }
}
@media (max-width: 90em) {
    .md-br {
        display: none;
    }
    html {
        font-size: 56%;
    }
    .container-max {
        max-width: 136rem;
    }
    .footer .footer-menu li {
        font-size: 1.3rem;
    }
    .footer p {
        font-size: 1.3rem;
    }
    .site-footer.footer .container {
        max-width: 1170px;
    }
    .page-banner.review-banner {
        padding-bottom: 30%;
    }
    .page-banner-wrap .banner-image {
        padding-bottom: 32%;
    }
    .blog-carousel .item {
        padding-bottom: 32%;
    }
    .contact-form {
        margin-top: -4rem;
    }
    .blog-content blockquote::before {
        left: -9px;
        top: 12px;
    }
    .left-img-content::before {
        width: calc(100% - 30px);
    }
    .right-img-content .right-img {
        right: 12%;
    }
    .left-img-content .left-img {
        left: 12%;
    }
    .our-foucs .industire-list {
        width: 80%;
    }
    .case-studies::before {
        top: 0;
        height: 38rem;
    }
    .solution-approach .content-right:before {
        left: -39.5rem;
    }
    .mobile-app-landing-page .trusted-platforms .right-img {
        transform: translateX(6%);
    }
    .mobile-app-landing-page .trusted-platforms .section-head h2.title {
        font-size: 5.5rem;
    }
    .mobile-app-landing-page .trusted-platforms .btn-primary {
        padding: 1.3rem 2.75rem;
    }
    .mobile-app-landing-page .engineering-solition .section-head h2.title {
        font-size: 5.5rem;
    }
}
@media (max-width: 80em) {
    .h2,
    h2 {
        font-size: 4rem;
    }
    .slider .slider-caption {
        padding: 2rem 0 4rem;
    }
    .slider .slider-caption .caption-head {
        font-size: 5rem;
        margin: 0 0 2rem;
    }
    .home-services .services-box .service-description {
        padding: 4rem 5rem 2rem 1rem;
    }
    .home-services .services-box a {
        right: 1rem;
    }
    .portfolio-slider-wrap .content {
        padding: 0;
        transform: none;
    }
    .footer .footer-menu li {
        font-size: 1.2rem;
    }
    .footer p {
        font-size: 1.2rem;
    }
    .entry-content {
        padding: 4rem 10rem 0 0;
    }
    .page-banner {
        padding-bottom: 32%;
    }
    .page-banner .container-max .page-title-wrap {
        padding: 0 18rem;
    }
    .page-banner .container-max .page-title-wrap h1 {
        font-size: 4rem;
    }
    .page-banner .container-max .page-title-wrap i {
        font-size: 17rem;
    }
    .page-banner-wrap .banner-image {
        padding-bottom: 40%;
    }
    .page-banner-wrap .banner-caption .page-title-wrap h1 {
        font-size: 4rem;
    }
    .blog-carousel .item {
        padding-bottom: 40%;
    }
    .blog-carousel .item .caption .caption-text h2 {
        font-size: 3.2rem;
        margin: 0 0 0.5rem;
    }
    .leaders {
        margin: 2rem 0;
    }
    .global-presence .office-address {
        margin: 6rem 0;
    }
    .global-presence .office-address h3 {
        font-size: 3.6rem;
    }
    .global-presence .give-wings .text {
        right: 10rem;
    }
    .page-header .page-title-wrap {
        margin-top: -8rem;
    }
    .case-study-banner svg {
        bottom: 2rem;
    }
    .app-screens .screens {
        margin: 0 3rem;
    }
    .solution-approach .content-right {
        margin: -4rem -3rem 0 -5rem;
    }
    .case-studies:before {
        height: 34.2rem;
        top: 0;
    }
    .page-banner.nd-banner {
        padding-bottom: 28%;
    }
    .page-banner.nd-banner .container-max .page-title-wrap h1 {
        font-size: 5rem;
    }
    .left-img-content::before {
        width: calc(100% - 20px);
    }
    .right-img-content .right-img {
        right: 23%;
    }
    .left-img-content .left-img {
        left: 23%;
    }
    .page-title-text .section p {
        padding: 0 8rem;
    }
}

@media (max-width: 105em) {
  .site-footer .footer-bottom .container {
      max-width: 144rem;
  }
}

@media (max-width: 90em) {
      .site-footer .footer-menu ul li {
        font-size: 2.89rem; }
      .site-footer .footer-bottom {
        padding: 0 0 3.5rem; }
        .site-footer .footer-bottom .container {
        max-width: 1170px;
    }
    .site-footer .footer-bottom .container .quick-links a {
        font-size: 1.49rem;
        line-height: 1.35;
        display: inline-block;
    }
    .site-footer .footer-bottom .container .all-rights p {
        font-size: 1.54rem;
    }
}

@media (max-width: 74.9375em) {

    .md-br {
        display: none;
    }
    .page-banner.review-banner {
        padding-bottom: 35%;
    }
    .page-banner.nd-banner {
        padding-bottom: 30%;
    }
    .page-banner.nd-banner .container-max .page-title-wrap h1 {
        font-size: 5rem;
    }
    .left-img-content::before {
        width: calc(100% - 10px);
    }
    .right-img-content .right-img {
        right: 28%;
    }
    .left-img-content .left-img {
        left: 28%;
    }
    .boxed-thumbs.thumbs-type-one .boxed-400 {
        width: 31rem;
        height: 31rem;
    }
    .boxed-thumbs.thumbs-type-one .boxed-300 {
        width: 24rem;
        height: 24rem;
    }
    .boxed-thumbs.thumbs-type-one .boxed-360 {
        width: 25rem;
        height: 25rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-300 {
        width: 22rem;
        height: 22rem;
        margin-left: 1rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-400 {
        width: 32rem;
        height: 32rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-280 {
        width: 20rem;
        height: 20rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-360 {
        width: 28rem;
        height: 28rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-two-content {
        padding: 1rem;
        line-height: 1.2;
        font-size: 2rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-three-content {
        font-size: 2.2rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-four-content .text-lg {
        font-size: 3rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-four-content .text-md {
        font-size: 2rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-400 {
        width: 26rem;
        height: 26rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-360 {
        width: 22rem;
        height: 22rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-300 {
        width: 20rem;
        height: 20rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-300 .thumb-inne {
        padding: 1rem;
    }
    .top-page-banner .title-section {
        padding: 5rem 0 5rem;
    }
    .top-page-banner .title-section .ring-top-wide {
        display: none;
    }
    .blog-wrap .knowledge-center.blog-sidebar .box.sticky {
        width: 32.22rem;
    }
    .solution-approach .content-left {
        padding: 5rem 4rem;
        margin-top: -8rem;
    }
    .mobile-app-landing-page .trusted-platforms .right-img {
        transform: translateX(4%);
    }
    .mobile-app-landing-page .trusted-platforms .section-head h2.title {
        font-size: 4rem;
    }
    .mobile-app-landing-page .engineering-solition .section-head h2.title {
        font-size: 4rem;
    }
    .header {
        padding: 3.2rem 5.52rem;
        left: 0; }
        .header .logo {
          max-width: 19.2rem; }
        .header > div {
          min-height: 7rem;
          background-color: var(--white); }
        .header .nav {
          display: none; }
          .header .nav.open {
            transform: translateY(0); }
          .header .nav ul.menu {
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb; }
            .header .nav ul.menu > li {
              padding: 0 4rem;
              line-height: 6rem !important;
              position: relative;
              display: block; }
              .header .nav ul.menu > li:nth-child(2) {
                padding: 0 10rem 0 4rem; }
              .header .nav ul.menu > li > .caret {
                display: inline-block;
                right: 6rem; }
              .header .nav ul.menu > li a {
                display: block;
                padding: 0 1rem; }
              .header .nav ul.menu > li + li {
                margin-left: 0 !important;
                border-top: 1px solid #ebebeb; }
              .header .nav ul.menu > li.hover .mega-menu {
                display: block; }
              .header .nav ul.menu > li.hover > .caret {
                transform: rotate(180deg);
                top: 2rem; }
          .header .nav .mega-menu {
            position: static;
            width: calc(100% + 6rem);
            display: none;
            height: auto;
            border: none;
            padding: 0;
            box-shadow: none;
            max-height: 20rem;
            overflow: auto; }
            .header .nav .mega-menu > li.mega-menu-row {
              margin: 0; }
              .header .nav .mega-menu > li.mega-menu-row.mega-heading {
                display: none; }
            .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column > .mega-sub-menu > li.mega-menu-item {
              border-top: 1px solid #ebebeb;
              line-height: 5rem; }
            .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
              width: 100%; }
              .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 li.mega-menu-item:nth-child(4n+1) {
                margin: 0; }
            .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-2-of-12 {
              display: none; }
        .header.scrolled {
          background: transparent;
          transition: none; }
        .header.header-fixed .nav .menu a {
          color: var(--black); }
        .header.header-fixed .nav .menu > li .tel .primary {
          display: inline-block !important; }
        .header.header-fixed .nav .menu > li .tel .white {
          display: none !important; }
        .header.header-fixed:not(.scrolled) > div {
          background-color: transparent; }
        .header #menu-toggle {
          display: block; }
        .header.menu-open .logo-menu {
          display: block; }
    
      .header .header-inner #menu-toggle #cross span {
        background-color: #222; }
    .site-footer .footer-bottom .container {
      max-width: 960px;
  }
  .site-footer .project-in-mind .container p {
      font-size: 4.3rem;
  }
  .site-footer .project-in-mind {
      padding: 2.95rem 0;
  }
  .site-footer .footer-menu {
      padding: 2.6rem 0;
  }
  .site-footer .footer-menu ul li {
      font-size: 2.47rem;
  }
  .site-footer .footer-bottom {
      padding: 0 0 3.1rem;
  }
  .site-footer .footer-bottom .container .all-rights p {
      font-size: 1.37rem;
  }
  .site-footer .footer-bottom .container .quick-links a {
      font-size: 1.37rem;
  }
  .project-in-mind a {
      font-size: 1.9rem;
      line-height: 2.2rem;
      padding: 1.42rem 1.85rem 0.94rem 2.2rem;
  }
  .site-footer .footer-bottom .container .bottom-links .left ul li a {
      line-height: 1.2rem;
      font-size: 1.2rem;
  }
  .site-footer .footer-bottom .container .bottom-links .right p {
      font-size: 1.3rem;
  }

  #cookie-law-info-bar {
    max-width: calc(100% - 200px);
    left: 100px;
  }

}

@media (max-width: 61.9375em) {
    .site-footer .footer-bottom .container .bottom-links {
        order: 4;
        margin-top: 1.5rem; }
        .site-footer .footer-bottom .container .bottom-links .left {
          width: 100%;
          order: 3;
          text-align: center;
          margin-top: 1rem; }
          .site-footer .footer-bottom .container .bottom-links .left ul li {
            font-size: 1.125rem; }
            .site-footer .footer-bottom .container .bottom-links .left ul li:first-child {
              display: block; }
            .site-footer .footer-bottom .container .bottom-links .left ul li a {
              font-size: 1.125rem;
              margin: 0 0 0.5rem; }
            .site-footer .footer-bottom .container .bottom-links .left ul li:first-child {
              margin: 1rem 0 0.4rem; }
        .site-footer .footer-bottom .container .bottom-links .right {
          width: 100%;
          display: block;
          margin-top: 0; }
          .site-footer .footer-bottom .container .bottom-links .right p {
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.8; }
      .site-footer .footer-bottom .container .all-rights {
        width: 100%;
        order: 2; }
        .site-footer .footer-bottom .container .all-rights p {
          font-size: 1.125rem;
          text-align: center; }
      .site-footer .footer-bottom .container .quick-links {
        width: 100%;
        text-align: center;
        order: 2;
        margin-top: 1.5rem; }
        .site-footer .footer-bottom .container .quick-links a {
          font-size: 1.125rem;
          color: #FFFFFF; }
      .site-footer .footer-bottom .container #quick-links-large {
        display: none; }
      .site-footer .footer-bottom .container #quick-links-small {
        display: block; }
      .site-footer .footer-bottom .container .social {
        width: 100%;
        margin-bottom: 1.5rem; }
        .site-footer .footer-bottom .container .social ul li {
          margin: 0 0.5rem; }
    .mobile-app-landing-page .trusted-platforms .right-img {
        transform: translateX(4%);
    }
    .mobile-app-landing-page .trusted-platforms .section-head h2.title {
        font-size: 4rem;
    }
    .mobile-app-landing-page .engineering-solition .section-head h2.title {
        font-size: 4rem;
    }
    .h1,
    .h2,
    h1,
    h2 {
        font-size: 3.6rem;
        letter-spacing: -0.2rem;
    }
    .h3,
    h3 {
        font-size: 3rem;
    }
    .h4,
    h4 {
        font-size: 2.6rem;
    }
    .btn {
        font-size: 1.6rem;
    }
    .section {
        padding: 4rem 0;
    }
    .header > div {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .nav ul.menu > li + li {
        margin-left: 1rem;
    }
    .header .nav .mega-menu {
        left: 0;
        right: 0;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column .wp-caption .wp-caption-text {
        left: 1rem;
        font-size: 2rem;
    }
    .image-shadow {
        margin: 2rem 0 0 2rem;
    }
    .image-shadow:before {
        top: -2rem;
        left: -2rem;
    }
    .entry-content {
        padding: 2rem 0 0;
    }
    .home-services .services-box .service-description .service-title {
        font-size: 2.6rem;
    }
    .section-head br {
        display: none;
    }
    .section-head.text-center {
        max-width: 86%;
    }
    .portfolio-slider-wrap {
        padding: 0 0 0 4rem;
    }
    .home-partners .partners {
        width: 100%;
    }
    .get-in-touch p br {
        display: none;
    }
    
    .page-banner.review-banner {
        padding-bottom: 40%;
    }
    .page-banner .container-max .page-title-wrap {
        padding: 0 6rem;
    }
    .page-banner .container-max .page-title-wrap h5 {
        font-size: 1.4rem;
    }
    .page-banner .container-max .page-title-wrap h1 {
        font-size: 3.6rem;
        letter-spacing: -0.2rem;
    }
    .page-banner .container-max .page-title-wrap p {
        font-size: 1.8rem;
    }
    .page-banner .container-max .page-title-wrap i {
        font-size: 14rem;
    }
    .page-banner.nd-banner {
        padding-bottom: 38%;
    }
    .page-banner.nd-banner .container-max .page-title-wrap img {
        width: 10.8rem;
        margin: 0 0 2rem;
    }
    .page-banner.nd-banner .container-max .page-title-wrap h1 {
        font-size: 4.6rem;
    }
    .page-title-text .section p {
        padding: 0 6rem;
        font-size: 1.8rem;
    }
    .page-banner-wrap .banner-caption {
        padding: 2rem 0;
    }
    .page-banner-wrap .banner-caption .page-title-wrap h5 {
        font-size: 1.4rem;
    }
    .page-banner-wrap .banner-caption .page-title-wrap h1 {
        font-size: 3.6rem;
        letter-spacing: -0.2rem;
    }
    .page-banner-wrap .banner-caption .page-title-wrap p {
        font-size: 1.8rem;
    }
    .blog-carousel .item .caption {
        padding: 2rem 0;
    }
    .blog-carousel .item .caption .caption-text h2 {
        font-size: 2.8rem;
    }
    .two-column-grid .grid-item.odd {
        margin-right: 3rem;
    }
    .two-column-grid .grid-item.even {
        margin-left: 3rem;
    }
    .three-column-grid .grid-item {
        padding: 2rem;
    }
    .three-column-grid .grid-item:after {
        left: 2rem;
        right: 2rem;
    }
    .three-column-grid .grid-item .icon {
        width: 12rem;
        margin: 0 0 1rem;
    }
    .four-column-grid .grid-item {
        padding: 2rem;
    }
    .four-column-grid .grid-item:after {
        left: 2rem;
        right: 2rem;
    }
    .tools ul li {
        width: 33.33%;
        text-align: center;
    }
    .tools ul li:nth-child(5n + 1):before {
        display: block;
    }
    .tools ul li:nth-child(3n + 1):before {
        display: none;
    }
    .achievement .praised-by {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .icons-with-text ul li {
        width: 18rem;
    }
    .icons-with-text ul li:before {
        width: 6rem;
        left: -3rem;
    }
    .team-up-with-techahead br {
        display: none;
    }
    .three-column-box .box {
        padding: 2rem;
    }
    .middle-banner .text {
        right: 5rem;
    }
    .team-main-wrap .classic-btn {
        bottom: 3rem;
    }
    .blog-header .blog-title h1 {
        font-size: 3.6rem;
    }
    .blog-sidebar .box {
        padding: 1.5rem;
    }
    .blog-sidebar .advertisement .content {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }
    .blog-wrap .knowledge-center.blog-sidebar .box.sticky {
        width: 23.5rem;
    }
    .recent-blogs .blog-excerpt {
        padding: 2rem 1rem 1.5rem;
    }
    .recent-blogs .blog-excerpt h4 {
        font-size: 1.8rem;
    }
    .blog-header .blog-title h5 {
        font-size: 1.4rem;
    }
    .blog-listing-large .blog-excerpt h4 {
        font-size: 1.6rem;
    }
    .blog-listing-small .blog-excerpt h4 {
        font-size: 1.6rem;
        margin: 0 0 1rem;
    }
    .blog-listing-small {
        margin: 0 0 2rem;
    }
    .global-presence .office-address h3 {
        font-size: 3rem;
    }
    .global-presence .office-address p br {
        display: none;
    }
    .global-presence .office-address address {
        margin: 2rem 0 0 0;
    }
    .global-presence .give-wings .text {
        right: 6rem;
    }
    .global-presence .give-wings .text h4 {
        font-size: 3rem;
    }
    .contact-form {
        padding: 3rem;
        margin-top: -3rem;
    }
    .portfolio-masonry {
        grid-gap: 1rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info {
        padding: 0.5rem 1rem 4rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info h5 {
        font-size: 1.6rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .portfolio-title {
        font-size: 2rem;
        margin: 0 0 0.5rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info p {
        font-size: 1.6rem;
        line-height: 1.25;
    }
    .portfolio-masonry .masonry-item .portfolio-info .links {
        width: calc(100% - 2rem);
        bottom: 0.5rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .links .store-link a {
        width: 3rem;
        height: 3rem;
    }
    .page-header .page-header-image {
        padding-bottom: 36%;
    }
    .page-header .page-title-wrap {
        margin-top: -8rem;
        padding: 1rem 3rem 3rem;
    }
    .page-header .page-title-wrap h1 {
        font-size: 3.6rem;
        letter-spacing: -0.2rem;
    }
    .page-header .page-title-wrap p {
        font-size: 1.8rem;
    }
    .awards .awards-logo li {
        margin: 0 3rem 2rem;
    }
    .case-study-banner {
        padding-bottom: 54%;
    }
    .case-study-banner svg {
        bottom: 0.5rem;
    }
    .app-screens .screens {
        margin: 0 1rem;
    }
    .four-column-box .box {
        height: auto;
        margin: 1.5rem 0;
    }
    .about-inspector {
        margin: -7rem 0 0 30%;
    }
    .solution-approach .content-right {
        margin: -2rem 0 0 16rem;
    }
    .solution-approach .content-right:before {
        display: none;
    }
    .case-studies:before {
        height: 100%;
    }
    .case-studies .case {
        margin: 1.5rem 0;
        width: 90%;
        margin: 1.5rem auto;
        padding-bottom: 2rem;
    }
    .the-result br {
        display: none;
    }
    .page-top-text p {
        padding: 0 5rem 2rem;
    }
    .left-img-content::before {
        width: 100%;
    }
    .right-img-content .right-img {
        right: 28%;
    }
    .left-img-content .left-img {
        left: 28%;
    }
    .our-foucs .industire-list {
        max-width: 70rem;
        width: 100%;
    }
    .client-testimonials .thumbnails-wrapper {
        padding: 0 4rem;
    }
    .client-testimonials .owl-carousel {
        padding: 0;
    }
    .client-testimonials .owl-carousel .owl-item .testimonial-box {
        padding: 6.7rem 4rem 3.8rem;
    }
    .boxed-thumbs.thumbs-type-one,
    .boxed-thumbs.thumbs-type-two {
        max-width: 60rem;
        margin: 0 auto;
    }
    .boxed-thumbs.thumbs-type-three {
        max-width: 62rem;
        margin: 0 auto;
    }
    .top-page-banner .page-title-wrap h1 {
        font-size: 4rem;
    }
    .global-presence {
        margin-top: 0;
    }
    .the-result .image {
        margin: -9rem 0;
    }
    .the-result .image img {
        width: 100%;
        margin-left: 0;
    }
    .the-result::after {
        content: none;
    }
    .case-studies::before {
        content: none;
    }
    .footer-social {
        text-align: center !important;
    }
    .footer-social .social li {
        margin: 0 0.1rem !important;
    }
    .footer-social .social li.menu-item {
        display: none;
    }
    .solution-approach .content-left {
        display: none;
    }
    .solution-approach .content-right {
        margin: 0;
        margin-top: 4rem;
        padding: 6rem 5rem;
    }
    .the-result .image {
        margin: 0;
    }
}
@media (max-width: 47.9375em) {
        .site-footer .footer-menu {
          display: none; }
        .site-footer .project-in-mind {
          padding: 2.1rem 1rem;
          text-align: center; }
          .site-footer .project-in-mind .container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .site-footer .project-in-mind .container p {
              margin: 0 0 1.5rem 0;
              font-size: 2.6rem; }
        .site-footer .footer-menu ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .site-footer .footer-menu ul li {
            padding: 0; }
        .site-footer .footer-bottom {
          padding: 3rem 1rem 2rem; }
          .site-footer .footer-bottom .container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            display: flex; }
            .site-footer .footer-bottom .container .all-rights {
              width: 100%;
              order: 2;
              margin: 0; }
              .site-footer .footer-bottom .container .all-rights p {
                font-size: 1.125rem;
                text-align: center; }
            .site-footer .footer-bottom .container .social ul li a img {
              max-width: 2.8rem; }
            .site-footer .footer-bottom .container .quick-links a {
              font-size: 1.125rem;
              color: #FFFFFF; }
    .mobile-app-landing-page .trusted-platforms .section-head h2.title {
        font-size: 3.6rem;
    }
    .mobile-app-landing-page .engineering-solition .section-head h2.title {
        font-size: 3.6rem;
    }
    br {
        display: none;
    }
    .h1,
    .h2,
    h1,
    h2 {
        font-size: 3rem;
        letter-spacing: -0.1rem;
    }
    .h3,
    h3 {
        font-size: 2.8rem;
    }
    .h4,
    h4 {
        font-size: 2.4rem;
    }
    p {
        font-size: 1.8rem;
    }
    .hamburger {
        display: block;
    }
    .header > div {
        min-height: 5rem;
    }
    .header .logo {
        max-width: 14rem;
    }
    .header .nav {
        left: 0;
        top: 100%;
        position: absolute;
        width: 100%;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    .header .nav ul.menu {
        border-top: 1px solid #ebebeb;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    }
    .header .nav ul.menu > li {
        float: none;
        padding: 0 15px;
        line-height: 6rem;
        position: relative;
    }
    .header .nav ul.menu > li > .caret {
        display: inline-block;
    }
    .header .nav ul.menu > li + li {
        margin: 0;
        border-top: 1px solid #ebebeb;
    }
    .header .nav ul.menu > li.hover .mega-menu {
        display: block;
    }
    .header .nav ul.menu > li.hover > .caret {
        transform: rotate(180deg);
    }
    .header .nav .mega-menu {
        position: static;
        display: none;
        height: auto;
        border: none;
        padding: 0;
        box-shadow: none;
        max-height: 20rem;
        overflow: auto;
    }
    .header .nav .mega-menu > li.mega-menu-row {
        margin: 0;
    }
    .header .nav .mega-menu > li.mega-menu-row.mega-heading {
        display: none;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column > .mega-sub-menu > li.mega-menu-item {
        border-top: 1px solid #ebebeb;
        line-height: 5rem;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
        width: 100%;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 li.mega-menu-item:nth-child(4n + 1) {
        margin: 0;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-2-of-12 {
        display: none;
    }
    .header .nav.open {
        transform: translateX(0);
    }
    .slider {
        height: auto;
    }
    .slider .item {
        height: auto;
        padding-bottom: 120%;
    }
    .slider .slider-caption {
        padding: 2rem 0 4rem;
    }
    .slider .slider-caption .caption-head {
        font-size: 4rem;
        margin: 0 0 2rem;
        letter-spacing: -0.2rem;
    }
    .slider .owl-dots {
        left: 1rem;
        bottom: 0.6rem;
    }
    .slider .social {
        right: 1rem;
        bottom: 0.6px;
    }
    .slider .social li {
        font-size: 2.4rem;
    }
    .home-clients .clients li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        margin: 2rem 2%;
    }
    .home-blog .blog-bg {
        padding: 2rem 0;
    }
    .home-blog .blog-bg:before {
        left: 20%;
    }
    .home-blog .home-blog-carousel .owl-nav {
        left: -4.5rem;
        display: none;
    }
    .home-blog .more-blog {
        padding: 2rem 0 0;
        text-align: center;
    }
    .page-banner {
        padding: 0 0 38%;
    }
    .page-banner .container-max .page-title-wrap {
        padding: 0 4rem;
    }
    .page-banner .container-max .page-title-wrap h1 {
        font-size: 3rem;
    }
    .page-title-text .section p {
        padding: 0 4rem;
    }
    .page-banner.nd-banner {
        padding-bottom: 40%;
    }
    .page-banner.nd-banner .container-max .page-title-wrap img {
        width: 10.8rem;
    }
    .page-banner.nd-banner .container-max .page-title-wrap h1 {
        font-size: 3rem;
    }
    .page-banner-wrap .banner-image {
        padding-bottom: 52%;
    }
    .page-banner-wrap .banner-caption .page-title-wrap h1 {
        font-size: 3rem;
    }
    .section-head p {
        font-size: 1.8rem;
    }
    .section-head ul li {
        margin-bottom: 0.5rem;
    }
    .left-img-content::before {
        top: 0;
    }
    .left-img-content .left-img {
        margin-bottom: 3rem;
        position: static;
        transform: none;
    }
    .right-img-content .col-md-5 {
        order: 2;
    }
    .right-img-content .col-md-5 .section-head {
        margin-top: 3rem;
    }
    .right-img-content .right-img {
        position: static;
        transform: none;
    }
    .blog-carousel .item {
        padding-bottom: 52%;
    }
    .blog-carousel .item .caption .caption-text h2 {
        font-size: 2.6rem;
    }
    .two-column-grid .grid-item {
        padding: 2rem 0 1rem;
    }
    .two-column-grid .grid-item.odd {
        margin-right: 0;
    }
    .two-column-grid .grid-item.even {
        margin-left: 0;
    }
    .two-column-grid .row > div:nth-child(2n + 2) {
        border-left: none;
    }
    .two-column-grid .row.even-items > div:nth-last-child(-n + 2) .grid-item {
        border-bottom: 1px solid #ebebeb;
    }
    .two-column-grid .row.even-items > div:nth-last-child(-n + 1) .grid-item {
        border-bottom: none;
    }
    .three-column-grid .grid-item {
        padding: 2rem 1rem;
    }
    .three-column-grid .grid-item:after {
        left: 1rem;
        right: 1rem;
    }
    .three-column-grid .grid-item .icon {
        width: 8rem;
        margin: 0 0 1rem;
    }
    .four-column-grid .grid-item {
        padding: 2rem 1rem;
    }
    .four-column-grid .grid-item:after {
        left: 1rem;
        right: 1rem;
    }
    .four-column-grid .grid-item .icon {
        width: 8rem;
    }
    .icons-with-text ul li {
        width: 28rem;
    }
    .icons-with-text ul li:before {
        width: 12rem;
        left: -6rem;
    }
    .icons-with-text ul li:nth-child(4n + 1):before {
        display: block;
    }
    .icons-with-text ul li:nth-child(2n + 1):before {
        display: none;
    }
    .three-column-box .box {
        height: auto;
    }
    .team-main-wrap .classic-btn {
        bottom: 6rem;
    }
    .middle-banner .text h4 {
        font-size: 3rem;
        letter-spacing: -0.15rem;
    }
    .middle-banner .text h4 br {
        display: block;
    }
    .blog-header .blog-title h1 {
        font-size: 3rem;
    }
    .blog-navigation {
        margin: 0 0 6rem;
    }
    .blog-sidebar .box {
        padding: 3rem;
    }
    .blog-sidebar .advertisement .content {
        left: 3rem;
        right: 3rem;
        bottom: 3rem;
    }
    .blog-wrap .knowledge-center.blog-sidebar .box.sticky {
        position: static;
        width: 100%;
        top: inherit;
    }
    .recent-blogs {
        height: auto;
        margin: 0 0 4rem;
    }
    .recent-blogs .blog-excerpt {
        padding: 2rem 2rem 1.5rem;
    }
    .recent-blogs .blog-excerpt h4 {
        font-size: 1.9rem;
    }
    .global-presence .office-address .image-shadow {
        margin-bottom: 4rem;
    }
    .global-presence .office-address .image-shadow.right-dots {
        margin: 2rem 4rem 4rem 0;
    }
    .global-presence .office-address .image-shadow.left-dots {
        margin: 2rem 0 4rem 4rem;
    }
    .global-presence .give-wings .text {
        right: 6rem;
    }
    .global-presence .give-wings .text h4 {
        font-size: 2.6rem;
        letter-spacing: -0.1rem;
    }
    .global-presence .give-wings .text h4 br {
        display: block;
    }
    .page-header .page-header-image {
        padding-bottom: 40%;
    }
    .page-header .page-title-wrap {
        margin-top: -2rem;
    }
    .portfolio-masonry {
        grid-gap: 2rem;
    }
    .portfolio-masonry .col-1-row-2,
    .portfolio-masonry .col-2-row-1,
    .portfolio-masonry .col-2-row-2,
    .portfolio-masonry .col-3-row-2,
    .portfolio-masonry .col-4-row-2,
    .portfolio-masonry .masonry-item {
        grid-column-end: span 4;
        grid-row-end: span 4;
    }
    .portfolio-masonry .col-1-row-2:before,
    .portfolio-masonry .col-2-row-1:before,
    .portfolio-masonry .col-2-row-2:before,
    .portfolio-masonry .col-3-row-2:before,
    .portfolio-masonry .col-4-row-2:before,
    .portfolio-masonry .masonry-item:before {
        padding-top: 68%;
    }
    .portfolio-masonry .masonry-item .portfolio-info {
        height: 100%;
    }
    .portfolio-masonry .masonry-item .portfolio-info {
        padding: 3rem 3rem 6rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info h5 {
        font-size: 1.8rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .portfolio-title {
        font-size: 3rem;
        margin: 0 0 0.5rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info p {
        max-width: 100%;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .portfolio-masonry .masonry-item .portfolio-info .links {
        width: calc(100% - 6rem);
        bottom: 1rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .links .store-link a {
        width: 4rem;
        height: 4rem;
    }
    .case-study-banner svg {
        bottom: 0;
        transform: translate(-50%) scale(0.6);
    }
    .case-study-banner .caption {
        bottom: 14%;
    }
    .case-image-content .content {
        margin: -4rem 0 0 2rem;
        padding: 2rem 3rem;
    }
    .app-screens .screens {
        margin: 0;
    }
    .solution-approach .content-right {
        margin: -4rem 0 0 2rem;
        padding: 2rem 3rem;
        z-index: 2;
    }
    .the-result .content {
        margin: -2rem 0 0 2rem;
        padding: 2rem 3rem;
    }
    .the-result .content .title {
        font-size: 3rem;
    }
    .the-result .app-links {
        margin-bottom: 1rem;
    }
    .case-image-content .content h2 {
        font-size: 3rem;
    }
    .solution-approach .content h2 {
        font-size: 2.8rem;
    }
    .about-inspector {
        padding: 2rem 3rem;
        margin: -2rem 0 0 0;
    }
    .reviews-section .review-box {
        padding: 3rem;
    }
    .industry-coverage .six-column-grid .grid-item {
        margin: 0 2rem 2rem;
    }
    .industry-coverage .six-column-grid .grid-item .icon {
        width: 8rem;
    }
    .industry-coverage .six-column-grid .grid-item:after {
        right: -2rem;
    }
    .industry-coverage .six-column-grid .row > div:nth-last-child(-n + 6) .grid-item {
        margin: 0 2rem 2rem;
    }
    .get-it-done {
        text-align: center;
    }
    .get-it-done .section-head {
        text-align: left;
    }
    .get-it-done .new-grid {
        text-align: left;
        display: inline-block;
        width: 20rem;
    }
    .six-column-grid .row > div:nth-last-child(2n + 1) .grid-item:after {
        display: none;
    }
    .our-foucs .focus-logos ul li {
        width: 33.33%;
    }
    .client-testimonials .thumbnails-wrapper {
        padding: 0 1rem;
    }
    .client-testimonials .thumbnails-wrapper .thumbnail a {
        padding: 0.6rem;
    }
    .client-testimonials .owl-carousel .owl-item .testimonial-box p {
        font-size: 2rem;
    }
    .client-testimonials .owl-carousel .owl-item .client-detail {
        font-size: 1.8rem;
    }
    .top-page-banner .page-title-wrap h1 {
        font-size: 3.2rem;
    }
    .portfolio-slider-wrap .image-wrap {
        margin-top: 2rem !important;
    }
    .portfolio-slider-wrap .image-wrap .main-image {
        padding: 0 13.5% 2rem 0 !important;
    }
    .portfolio-slider-wrap .image-wrap .main-image .main-image-pos {
        padding-bottom: 80%;
    }
    .portfolio-slider-wrap .image-wrap .mobile-screen {
        width: 26.6% !important;
    }
    .portfolio-slider-wrap .image-wrap .main-image-left {
        padding: 0 0 2rem 13.5% !important;
    }
    .portfolio-slider-wrap .content .app-links a {
        margin-bottom: 2rem;
    }
    .portfolio-slider-wrap .content .app-links a img {
        width: 100px;
    }
    .image-three-box .three-thumb {
        display: none;
    }
    .brand-section {
        margin-bottom: 5rem;
    }
    br {
        display: none;
    }
    .portfolio-slider-wrap .image-wrap .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .portfolio-slider-wrap .image-wrap {
        margin-top: 4rem;
    }
    .image-three-box {
        margin: 0;
    }
    .section-head h2 {
        font-size: 3.4rem;
    }
    .image-three-box {
        margin-bottom: 2rem;
    }
    .image-three-box img {
        height: 200px;
        object-fit: cover;
    }
    .home-brands .brand-content {
        margin-top: 3.5rem;
    }
    .home-brands .brand-content img {
        max-width: 242px;
        width: 100%;
    }
    .award-wrap {
        margin: 2rem 3rem 0;
    }
    .brand-section {
        margin-bottom: 3rem;
    }
    .home-brands .brand-section .brand-icon img {
        width: 3rem;
    }
    .contact-top-banner .title-section .page-title-wrap {
        padding-right: 0 !important;
    }
    .contact-top-banner .page-title-wrap p {
        padding-right: 0 !important;
    }
    .contact-top-banner .page-title-wrap h1 {
        font-size: 3.4rem !important;
    }
    .contact-top-banner {
        margin-bottom: 0 !important;
    }
    .solution-approach .image.padding {
        margin-right: 2rem;
    }
    .case-image-content .image {
        margin-right: 2rem;
    }
    .the-result .image {
        margin-right: 2rem;
    }
    .blog-box a {
        padding: 1.5rem 1.5rem;
        justify-content: center;
        font-size: 2.2rem;
        text-align: center;
        flex-wrap: wrap;
    }
    .blog-box a .blog-box-icon {
        margin-top: 2rem;
    }
}
@media (max-width: 35.9375em) {
    .h2,
    h2 {
        font-size: 2.8rem;
    }
    .h3,
    h3 {
        font-size: 2.6rem;
    }
    .service-headings h2 {
        font-size: 2.8rem;
    }
    .slider .slider-caption {
        padding: 2.5rem 1rem;
    }
    .slider .slider-caption .hash-tag {
        font-size: 1.4rem;
    }
    .slider .slider-caption .caption-head {
        font-size: 2.8rem;
        line-height: 1.25;
        margin: 0 0 1rem;
        letter-spacing: 0;
    }
    .slider .slider-caption .btn {
        padding: 0.75rem 2rem;
        font-size: 1.4rem;
    }
    .slider .owl-dots {
        display: none;
    }
    .slider .social {
        width: 100%;
        text-align: center;
        display: none;
    }
    .section-head.text-center {
        max-width: 100%;
    }
    .home-clients .clients li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
    }
    .home-partners .partners li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        margin: 1rem 2%;
    }
    .footer .footer-menu li {
        margin: 0 0 0.6rem;
    }
    .footer .footer-menu li + li {
        margin-left: 0;
        margin-right: 1rem;
    }
    .footer .footer-menu li:first-child {
        display: block;
    }
    .footer p {
        line-height: 2.5rem;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-banner {
        padding: 0;
    }
    .page-banner.review-banner {
        padding: 0;
    }
    .page-banner .container-max {
        position: static;
        transform: none;
        padding: 2rem 0;
    }
    .page-banner .container-max .page-title-wrap {
        padding: 0 2rem;
    }
    .page-banner .container-max .page-title-wrap img {
        width: 8rem;
    }
    .page-banner .container-max .page-title-wrap h1 {
        font-size: 2.8rem;
        letter-spacing: -0.1rem;
    }
    .page-banner .container-max .page-title-wrap i {
        display: none;
    }
    .page-banner.nd-banner {
        padding: 0;
    }
    .page-banner.nd-banner .container-max {
        position: static;
        transform: none;
        padding: 2rem 0;
    }
    .page-banner.nd-banner .container-max .page-title-wrap img {
        width: 8rem;
    }
    .page-banner.nd-banner .container-max .page-title-wrap h1 {
        font-size: 3rem;
    }
    .page-title-text .section p {
        padding: 0;
    }
    .page-banner-wrap .banner-image {
        padding-bottom: 120%;
    }
    .page-banner-wrap .banner-caption .page-title-wrap h1 {
        font-size: 2.8rem;
        letter-spacing: -0.1rem;
        margin: 0 0 0.5rem;
    }
    .page-banner-wrap .banner-caption .page-title-wrap p {
        line-height: 1.25;
    }
    .blog-carousel .item {
        padding-bottom: 120%;
    }
    .footer-map {
        margin: -8rem 0 -4rem;
    }
    .footer-map img.mobile {
        display: block;
    }
    .footer-map img.desktop {
        display: none;
    }
    .three-column-grid .grid-item {
        padding: 2rem 0.5rem;
    }
    .three-column-grid .grid-item:after {
        left: 0.5rem;
        right: 0.5rem;
    }
    .three-column-grid .grid-item .icon {
        width: 8rem;
        margin: 0 0 1rem;
    }
    .three-column-grid .row > div:nth-child(3n + 3) .grid-item {
        border-right: 1px solid #ebebeb;
    }
    .three-column-grid .row > div:nth-child(2n + 2) .grid-item {
        border-right: none;
    }
    .three-column-grid .row > div:nth-last-child(-n + 3) .grid-item:after {
        display: block;
    }
    .three-column-grid .row > div:nth-last-child(-n + 2) .grid-item:after {
        display: none;
    }
    .section-head.statement h2 {
        font-size: 4rem;
        line-height: 1.1;
    }
    .four-column-grid .grid-item {
        padding: 2rem 0.5rem;
    }
    .four-column-grid .grid-item:after {
        left: 0.5rem;
        right: 0.5rem;
    }
    .four-column-grid .grid-item .icon {
        width: 8rem;
    }
    .four-column-grid .row > div:nth-child(4n + 4) .grid-item {
        border-right: none;
    }
    .four-column-grid .row > div:nth-child(2n + 2) .grid-item {
        border-right: none;
    }
    .four-column-grid .row > div:nth-last-child(-n + 4) .grid-item:after {
        display: block;
    }
    .four-column-grid .row > div:nth-last-child(-n + 2) .grid-item:after {
        display: none;
    }
    .tools ul li {
        width: 50%;
        text-align: center;
    }
    .tools ul li:nth-child(2n + 1):before {
        display: none;
    }
    .tools ul li:nth-child(2n + 2):before {
        display: block;
    }
    .achievement .praised-by {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .eight-column-box .image {
        padding-bottom: 56.25%;
    }
    .icons-with-text ul li {
        width: 50%;
    }
    .icons-with-text ul li:before {
        width: 4rem;
        left: -2rem;
    }
    .teams {
        width: 50%;
    }
    .middle-banner .text {
        right: 2rem;
    }
    .middle-banner .text h4 {
        font-size: 2rem;
        margin: 0 0 0.5rem;
        letter-spacing: -0.1rem;
    }
    .middle-banner .text h4 br {
        display: block;
    }
    .blog-header .blog-title h1 {
        font-size: 2.8rem;
    }
    .blog-header .blog-title p {
        font-size: 1.4rem;
    }
    .global-presence .office-address h3 {
        font-size: 2.6rem;
    }
    .global-presence .office-address address {
        font-size: 1.8rem;
    }
    .global-presence .office-address address br {
        display: block;
    }
    .give-wings {
        display: none;
    }
    .page-header .page-header-image {
        padding-bottom: 44%;
    }
    .page-header .page-title-wrap {
        margin-top: -2rem;
    }
    .page-header .page-title-wrap h1 {
        font-size: 3rem;
        letter-spacing: -0.1rem;
    }
    .page-header .page-title-wrap p {
        font-size: 1.8rem;
    }
    .page-header .page-title-wrap:before {
        height: 20px;
        top: -19px;
    }
    .btn {
        font-size: 1.4rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info {
        padding: 2rem 2rem 4rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info h5 {
        font-size: 1.6rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .portfolio-title {
        font-size: 2.6rem;
        margin: 0 0 0.5rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info p {
        font-size: 1.6rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .links {
        width: calc(100% - 4rem);
        bottom: 1rem;
    }
    .portfolio-masonry .masonry-item .portfolio-info .links .store-link a {
        width: 3.4rem;
        height: 3.4rem;
    }
    .app-screens .screens {
        margin: 1.5rem 0;
    }
    .case-study-banner {
        padding-bottom: 68%;
        margin-bottom: 4rem;
    }
    .case-study-banner svg {
        display: none;
    }
    .case-study-banner .caption h4 {
        font-size: 2rem;
        margin: 0 0 0.75rem;
    }
    .case-study-banner .caption h2 {
        font-size: 2.4rem;
        margin: 0 0 1rem;
    }
    .case-study-banner .caption p {
        margin: 0 0 0.5rem;
    }
    .awards .awards-logo li {
        margin: 0 1rem;
    }
    .request-for-service .case-study-form {
        padding: 3rem 0 2rem;
    }
    .case-image-content .content h2 {
        font-size: 2.8rem;
    }
    .solution-approach .content h2 {
        font-size: 2.6rem;
    }
    .reviews-section .col-md-4:last-child {
        margin: 0;
    }
    .page-top-text p {
        padding: 0 1rem 0;
    }
    .section-head ul li {
        width: 100%;
    }
    .left-img-content .left-img {
        margin-bottom: 3rem;
    }
    .left-img-content .section-head {
        text-align: center;
    }
    .mobile-app-services .section-head {
        text-align: center;
    }
    .mobile-app-services .three-column-grid .grid-item {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .mobile-app-services .three-column-grid .grid-item:after {
        display: none;
    }
    .mobile-app-services .three-column-grid .grid-item .icon {
        margin: 0 auto 2rem;
    }
    .mobile-app-services .three-column-grid .grid-item .grid-contnet {
        width: 100%;
        margin: 0;
    }
    .mobile-app-services .three-column-grid .row > div:nth-last-child(-n + 3) .grid-item:after {
        display: none;
    }
    .mobile-app-services .three-column-grid .row > div:nth-child(3n + 3) .grid-item {
        border-right: none;
    }
    .industry-coverage .section-head {
        text-align: center;
    }
    .development-process .two-column-grid .grid-item {
        text-align: center;
    }
    .development-process .two-column-grid .grid-item .icon {
        width: 8rem;
        margin-bottom: 2rem;
    }
    .development-process .two-column-grid .grid-item .grid-contnet {
        width: 100%;
        margin: 0;
    }
    .get-it-done .section-head {
        text-align: center;
    }
    .why-techahead .two-column-grid .grid-item {
        text-align: center;
    }
    .why-techahead .two-column-grid .grid-item .icon {
        margin: 0 0 2rem;
    }
    .why-techahead .two-column-grid .grid-item .grid-contnet {
        width: 100%;
    }
    .our-foucs .chart span {
        margin: 0 4.5rem;
    }
    .client-testimonials {
        padding: 4rem 0 0;
    }
    .client-testimonials .section-head {
        margin: 0;
    }
    .client-testimonials .thumbnails-wrapper {
        padding: 0;
        margin-bottom: 0;
    }
    .boxed-thumbs.thumbs-type-one {
        max-width: 42rem;
    }
    .boxed-thumbs.thumbs-type-one .boxed-400 {
        width: 21rem;
        height: 21rem;
        margin: 10rem 0.5rem 0.5rem;
    }
    .boxed-thumbs.thumbs-type-one .boxed-300 {
        width: 16rem;
        height: 16rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-one .boxed-360 {
        width: 17rem;
        height: 17rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-two {
        max-width: 51rem;
        margin-top: 5rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-300 {
        width: 18rem;
        height: 18rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-400 {
        width: 27rem;
        height: 27rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-280 {
        width: 16rem;
        height: 16rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-two .boxed-360 {
        width: 25rem;
        height: 25rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-three {
        max-width: none;
    }
    .boxed-thumbs.thumbs-type-three .three-thumbs {
        display: none;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-one-content {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-two-content {
        font-size: 1.5rem;
        padding-bottom: 25%;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-two-content span {
        font-size: 2rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-two-content span sup {
        top: -1rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-three-content {
        font-size: 1.4rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-three-content span {
        font-size: 1.2rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-four-content .text-md {
        font-size: 1.5rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-four-content .text-lg {
        font-size: 2rem;
    }
    .boxed-thumbs.thumbs-type-three > div:nth-child(1) {
        width: calc(53% - 0.5rem);
        height: auto;
        padding: 7% 0;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-three > div:nth-child(2) {
        width: calc(43% - 0.5rem);
        height: auto;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-three > div:nth-child(3) {
        width: calc(48% - 0.5rem);
        height: auto;
        padding: 7% 1rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-three > div:nth-child(4) {
        width: calc(38% - 0.5rem);
        height: auto;
        padding: 5% 1rem;
        margin: 0.5rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-360 .box-four {
        padding: 1rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-360 .box-four p {
        font-size: 1.2rem;
    }
    .boxed-thumbs.thumbs-type-three .boxed-300 .thumb-inner {
        padding: 1rem;
    }
    .boxed-thumbs > div img {
        border-radius: 0.5rem;
    }
    .home-brands p {
        margin: 0 0 3rem 0;
        line-height: 1.5;
    }
    .home-brands .brand-bottom-section {
        margin-top: 0;
    }
    .services-wrap .service-listing {
        margin: 0 0 4rem;
    }
    .services-wrap .service-listing .title {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }
    .services-wrap .service-listing p {
        line-height: 1.6;
    }
    .services-wrap .service-listing .image-shadow {
        margin: 0;
    }
    .services-wrap .service-listing .image-shadow .three-thumbs {
        display: none;
    }
    .portfolio-banner {
        padding: 0 1.5rem;
    }
    .portfolio-banner .give-wings {
        margin: 0;
        display: block;
    }
    .portfolio-banner .give-wings::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #4175f4;
        border-radius: 5px;
        z-index: 1;
    }
    .portfolio-banner .give-wings::after {
        content: "";
        display: block;
        padding-bottom: 31%;
    }
    .portfolio-banner .give-wings img {
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .portfolio-banner .give-wings .text {
        right: auto;
        left: 2rem;
        max-width: 25rem;
        z-index: 2;
    }
    .portfolio-banner .give-wings .text h4 {
        font-size: 2.8rem;
        margin-bottom: 0.5rem;
        line-height: 1;
    }
    .blog-banner {
        padding: 0 1.5rem;
    }
    .blog-banner .give-wings {
        margin: 0 0 4rem;
        display: block;
    }
    .blog-banner .give-wings::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #4175f4;
        border-radius: 5px;
        z-index: 1;
    }
    .blog-banner .give-wings::after {
        content: "";
        display: block;
        padding-bottom: 31%;
    }
    .blog-banner .give-wings img {
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .blog-banner .give-wings .text {
        right: auto;
        left: 2rem;
        max-width: 25rem;
        z-index: 2;
    }
    .blog-banner .give-wings .text h4 {
        font-size: 2.8rem;
        margin-bottom: 0.5rem;
        line-height: 1;
    }
    .image-shadow {
        margin: 0;
    }
    .image-shadow .three-thumbs {
        display: none;
    }
    .accordion .accordion-button {
        min-height: 6rem;
        padding: 1rem 3rem 1rem 1rem;
    }
    .accordion .accordion-button .accordion-heading h3 {
        font-size: 2rem;
    }
    .accordion .accordion-marker {
        width: 3rem;
    }
    .accordion .accordion-marker::after {
        right: 1rem;
        width: 1rem;
        height: 1rem;
    }
    .accordion .accordion-inner p {
        margin: 0 1rem 1rem;
    }
    .solution-approach .content-left ul li {
        max-width: 100%;
    }
    .author-wrap {
        flex-wrap: wrap;
        margin-top: 11rem;
    }
    .author-wrap .author-avatar {
        position: relative;
        top: -11rem;
        margin-bottom: -11rem;
        margin-right: auto;
        margin-left: auto;
    }
    .author-wrap .author-description {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 0.2rem;
    }
    .author-wrap .author-description p {
        text-align: center;
    }
    .author-wrap .author-description p strong {
        display: block;
    }
    .home .slider {
        padding-bottom: 3rem;
    }
    .home .section {
        padding: 0;
        margin-bottom: 3rem;
    }
    .home .section.home-services {
        padding-bottom: 0;
    }
    .home .home-clients .clients li {
        margin: 1.4rem 2%;
    }
    .home .home-partners .partners li {
        margin: 1.4rem 2%;
    }
}
@media (max-width: 30em) {
    .mobile-app-landing-page .trusted-platforms .section-head h2.title {
        font-size: 3.6rem;
    }
    .mobile-app-landing-page .engineering-solition .section-head h2.title {
        font-size: 3.6rem;
    }
    .top-page-banner .title-section {
        padding: 1rem 0 3rem;
    }
    .top-page-banner .title-section .page-title-wrap {
        padding-right: 14rem;
    }
    .top-page-banner .title-section .page-title-wrap h1 {
        font-size: 3.6rem;
        line-height: 1.3;
    }
    .top-page-banner .page-title-wrap p {
        font-size: 2.1rem;
        padding-right: 4rem;
    }
    .section-head.new-sec-head h2 {
        font-size: 2.8rem;
        margin: 0 0 1rem;
    }
    .section-head.statement h2 {
        font-size: 3.2rem;
        line-height: 1.1;
    }
    .global-leaders .section {
        padding: 0 0 4rem;
    }
    .boxed-thumbs.thumbs-type-one {
        max-width: none;
        text-align: center;
    }
    .boxed-thumbs.thumbs-type-one .three-thumbs {
        display: none;
    }
    .boxed-thumbs.thumbs-type-one .boxed-400 {
        width: calc(53% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-one .boxed-300 {
        width: calc(43% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-one .boxed-360 {
        width: calc(43% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-two {
        max-width: none;
        margin-top: 2rem;
        text-align: center;
    }
    .boxed-thumbs.thumbs-type-two .three-thumbs {
        display: none;
    }
    .boxed-thumbs.thumbs-type-two .boxed-300 {
        width: calc(43% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-two .boxed-400 {
        width: calc(53% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-two .boxed-280 {
        width: calc(43% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-two .boxed-270 {
        width: calc(43% - 0.5rem);
        height: auto;
    }
    .boxed-thumbs.thumbs-type-two .boxed-360 {
        width: calc(53% - 0.5rem);
        height: auto;
    }
    .engineer-consulting .section {
        padding: 0 0 4rem;
    }
    .engineer-consulting .boxed-thumbs .boxed-280 {
        margin-left: 0;
    }
    .our-foucs .chart span::before {
        font-size: 1.6rem;
    }
    .our-foucs .focus-logos ul {
        margin-top: 3rem;
        padding: 3rem 0 0;
    }
    .our-foucs .focus-logos ul li {
        margin-bottom: 0;
        padding: 1rem;
    }
    .ta-awards .awards-box {
        width: 75%;
        display: inline-block;
    }
    .ta-awards .awards-text {
        width: 75%;
        display: inline-block;
        padding: 1rem 0;
    }
    .global-presence .global-text p {
        font-size: 1.8rem;
    }
    .get-it-done .new-grid {
        width: 100%;
    }
}
@media (max-width: 26.1875em) {
    .top-page-banner .title-section .page-title-wrap {
        padding-right: 3rem;
    }
    .page-template-contact-us .page-banner .container-max .page-title-wrap a {
        display: block;
    }
    .blog-carousel .item .caption p {
        font-size: 1.3rem;
    }
    .slider .slider-caption {
        padding: 7.5rem 1rem;
    }
    .slider .slider-caption .caption-head {
        font-size: 2.8rem;
    }
    .case-study-banner {
        padding-bottom: 88%;
    }
    .case-study-banner .caption {
        bottom: 8%;
    }
    .page-top-text p {
        padding: 0;
    }
    .six-column-grid .grid-item {
        margin: 0 1rem 6rem;
    }
    .six-column-grid .row > div:nth-last-child(-n + 6) .grid-item {
        margin: 0 1rem 6rem;
    }
    .our-foucs .chart span {
        margin: 0 3rem;
    }
    .our-foucs .industire-list ul li {
        width: 42%;
        font-size: 1.4rem;
    }
    .our-foucs .focus-logos ul li {
        width: 33%;
    }
    .client-testimonials .thumbnails-wrapper .thumbnail a {
        padding: 0.4rem;
    }
    .boxed-thumbs.thumbs-type-three .three-thumbs {
        width: 2.6rem;
        height: 2.6rem;
        top: -4.6rem;
        left: -4.6rem;
    }
    .boxed-thumbs.thumbs-type-three .three-thumbs::before,
    .boxed-thumbs.thumbs-type-three .three-thumbs:after {
        width: 4rem;
        height: 4rem;
    }
    .boxed-thumbs.thumbs-type-three .three-thumbs::before {
        left: -1.3rem;
        top: 4rem;
    }
    .boxed-thumbs.thumbs-type-three .three-thumbs::after {
        left: 4rem;
        top: -1.4rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-one-content {
        font-size: 1.4rem;
    }
    .boxed-thumbs.thumbs-type-three .thumb-inner .box-three-content {
        font-size: 1.2rem;
    }
}
@-webkit-keyframes header {
    from {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes header {
    from {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.blog-conatct-form {
    margin: 5rem 0;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    position: relative;
}
.blog-conatct-form::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    right: 1.5rem;
    width: 12rem;
    height: 4rem;
    background: #fff;
}
.blog-conatct-form .contact-form {
    margin-top: 0;
    padding: 2rem 0 0;
}
.blog-conatct-form .contact-form .form-group {
    margin: 0 0 3.5rem;
}
.blog-conatct-form .form-group .form-control {
    height: 40px;
    border-bottom: 1px solid #ccc;
}
.blog-conatct-form .form-group .label-wrap:after {
    height: 1px;
}
.blog-conatct-form h3 {
    font-size: 2.2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.blog-conatct-form .btn {
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
    position: absolute;
    right: 2rem;
    z-index: 2;
}
section.contact.case-stydy p {
    margin: 0;
}
.footer .have-a-question {
    position: relative;
    padding-bottom: 33%;
    background-image: url(/wp-content/uploads/2020/02/footer.svg);
    background-size: cover;
    margin-bottom: 2rem;
}
.footer .have-a-question .text {
    top: 50%;
    left: 8rem;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.footer .have-a-question .text h2 {
    margin: 0 0 1rem;
}
.footer .have-a-question .text :not(.btn) a {
    color: var(--black);
    font-weight: 400;
}
.footer .have-a-question .text :not(.btn) a:hover {
    box-shadow: inset 0 -1px var(--black);
}
.footer .have-a-question .text .btn {
    margin: 0 0 6rem;
}
.footer .have-a-question .text .location {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .have-a-question .text .location li {
    text-align: center;
}
.footer .have-a-question .text .location li .flag {
    width: 4.8rem;
    display: inline-block;
    max-width: 4.8rem;
    position: relative;
}
.footer .have-a-question .text .location li .flag::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.footer .have-a-question .text .location li .flag img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.footer .have-a-question .text .location li .country {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    display: block;
}
.footer .have-a-question .text .location li + li {
    margin-left: 2.4rem;
}
.footer .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}
.footer .footer-menu li {
    padding: 0 0.5rem;
    display: inline-block;
}
.footer .footer-menu li:first-child {
    font-weight: 500;
}
.footer .footer-menu li:first-child a {
    color: #333;
    font-weight: 600;
}
.footer .footer-menu li + li {
    margin-left: 1.2rem;
}
.footer .footer-menu li a {
    text-decoration: none;
    color: #666;
    line-height: 2rem;
    font-size: 1.5rem;
    margin: 0 0 1.6rem;
    display: inline-block;
}
.footer .info {
    color: #666;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 0 0 1.6rem;
    text-align: right;
}
.footer .info strong {
    color: #333;
    font-weight: 600;
    margin-right: 0.6rem;
}
.footer .info span {
    color: #333;
}
.footer .info .contry-logo {
    width: 1.8rem;
    margin-right: 0.4rem;
}
.footer .footer-logo {
    max-width: 10rem;
    display: inline-block;
    vertical-align: bottom;
}
.have-a-question .text p {
    font-size: 22px !important;
    font-weight: 300 !important;
    text-align: left !important;
    line-height: 1.7 !important;
}
.bottom-popup {
    position: fixed;
    width: 6rem;
    height: 6rem;
    bottom: 1.5rem;
    right: 2.5rem;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    z-index: 100;
    transition: all 0.3s linear;
}
.bottom-popup.open .popup-screen {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}
.bottom-popup.open .popup-screen .popup-content img {
    transform: translateY(calc(-50% - 2rem)) scale(1);
}
.bottom-popup.open .popup-screen .popup-content h2,
.bottom-popup.open .popup-screen .popup-content p {
    opacity: 1;
}
.bottom-popup.open .popup-screen .popup-content a {
    transform: translateY(0);
    opacity: 1;
}
.bottom-popup.open .popup-screen .popup-content .popup-link a {
    transform: translateY(0);
    opacity: 1;
}
.bottom-popup a {
    display: block;
    flex-grow: 1;
    text-align: center;
}
.bottom-popup a img {
    max-width: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bottom-popup .popup-screen {
    width: 36.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
    transform: translate(50%, 100%) scale(0);
    opacity: 0;
}
.bottom-popup .popup-screen .popup-content {
    background-color: #f5f6fa;
    margin-top: 12rem;
    padding: 1.5rem;
    padding-bottom: 3rem;
}
.bottom-popup .popup-screen .popup-content img {
    max-width: 15rem;
    display: block;
    margin: 0 auto;
    transform: translateY(calc(-50% - 2rem)) scale(0.7);
    transition: all 0.3s linear 0.5s;
}
.bottom-popup .popup-screen .popup-content h2 {
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: -7.5rem;
    transition: all 0.3s linear 0.6s;
    opacity: 0;
    line-height: 1.1;
}
.bottom-popup .popup-screen .popup-content h2 span {
    font-size: 3.3rem;
}
.bottom-popup .popup-screen .popup-content p {
    color: var(--gray);
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 2rem;
    transition: all 0.3s linear 0.6s;
    opacity: 0;
}
.bottom-popup .popup-screen .popup-content a {
    display: inline-block;
    padding: 1.2rem 3rem;
    transition: all 0.4s ease-out 1s;
    transform: translateY(1rem);
    text-transform: uppercase;
    opacity: 0;
}
.bottom-popup .popup-screen .popup-content .popup-link a {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--light-gray);
    padding: 0 3rem;
    text-transform: inherit;
    transition: all 0.4s ease-out 1.2s;
    transform: translateY(1rem);
    opacity: 0;
    font-size: 1.6rem;
}
.bottom-popup .popup-screen .popup-content .popup-link a:hover {
    text-decoration: none;
}
.bottom-popup .popup-screen .close {
    position: absolute;
    top: 0;
    right: 1rem;
}
.bottom-popup .popup-screen .close a {
    color: var(--light-gray);
    font-size: 3rem;
}
.bottom-popup .popup-screen .close a:hover {
    text-decoration: none;
}
.blog-service {
    margin: 20rem 0;
}
.blog-service h3 {
    margin: 0;
}
.blog-service p {
    margin: 0 65% 3.6rem 0;
}
.blog-service .carousel-wrapper {
    margin: 0 0 3rem;
    padding: 4rem 0 6rem 12rem;
    position: relative;
}
.blog-service .carousel-wrapper::after {
    content: "";
    position: absolute;
    left: 25rem;
    top: 0;
    width: 200%;
    height: 100%;
    display: block;
    z-index: -1;
    border-radius: 10px;
    background: #f4f4f4;
}
.blog-service .carousel-wrapper .blog-carousel .blog-item .thumbnail {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    border-radius: 1rem 1rem 0 0;
}
.blog-service .carousel-wrapper .blog-carousel .blog-item .thumbnail::before {
    content: "";
    display: block;
    padding-bottom: 58%;
}
.blog-service .carousel-wrapper .blog-carousel .blog-item .thumbnail img {
    object-fit: cover;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}
.blog-service .carousel-wrapper .blog-carousel .blog-item .blog-title {
    margin: 0;
    color: #333;
    background-color: var(--white);
    font-size: 2rem;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-top: none;
    padding: 2rem 3rem;
    border-radius: 0 0 1rem 1rem;
}
.blog-service .carousel-wrapper .blog-carousel .blog-item .blog-title a {
    color: #333;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
}
.blog-service .carousel-wrapper .blog-carousel .blog-item .blog-title a:hover {
    box-shadow: inset 0 -1px #333;
}
.blog-service .carousel-wrapper .blog-carousel .blog-item:hover .thumbnail img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
}
.blog-service .carousel-wrapper .prev {
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -2.4rem;
    width: 4.8rem;
    height: 4.8rem;
    display: inline-block;
    background-image: url(assets/images/prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 9;
}
.blog-service a.link {
    font-size: 1.5rem;
    color: #999;
    line-height: 2;
}
.footer-breadcrumb {
    margin: 0 0 1rem;
    padding-left: 0.5rem;
}
.footer-breadcrumb > span > span {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 1.5rem;
}
.footer-breadcrumb a {
    text-decoration: none;
    display: inline-block;
    padding-right: 7px;
    margin: 0;
    font-size: 1.5rem;
}
.footer-breadcrumb a:hover {
    color: var(--gray);
    text-decoration: none;
}
.footer-breadcrumb > span > span > span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 51rem;
    padding-left: 7px;
    font-size: 1.5rem;
    color: var(--gray);
}
.footer-breadcrumb ol li + li::before {
    content: "";
    width: 8px;
    background-image: url(assets/images/separator.svg);
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-breadcrumb ol li:last-child {
    color: var(--gray);
}
.footer-breadcrumb ol li a {
    font-size: 1.5rem;
    color: var(--gray) !important;
}
.footer-breadcrumb ol li a:hover {
    box-shadow: none !important;
}
.case-stydy {
    margin: 0 0 16rem;
}
.case-stydy {
    margin: 0 0 16rem;
}
.case-stydy .row [class*=" col-"],
.case-stydy .row [class^="col-"] {
    margin-bottom: 3rem;
}
.contact.case-stydy p {
    color: var(--white);
}
.contact.case-stydy a:hover {
    text-decoration: none;
}
.contact.case-stydy .service-box {
    min-height: 35rem;
}
.contact.case-stydy h2.title {
    text-align: center;
    position: relative;
    color: #000;
    font-size: 4rem;
    margin-top: 5rem;
}
.case-stydy .service-box {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 47rem;
    height: 100%;
}
.case-stydy .service-box img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    object-fit: cover;
    z-index: -2;
    transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.case-stydy .service-box .title {
    position: relative;
    color: var(--white);
    padding: 5rem;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.contact.case-stydy .service-box .title {
    padding: 3rem;
}
.blog-post {
    padding: 4rem 0 0;
}
.blog-post a {
  display: block;
}
.blog-post h2 {
  text-align: center;
}
.blog-post .blog-listing {
    transition: all 0.3s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-post .blog-listing .image {
    position: relative;
    padding-bottom: 56.56%;
    overflow: hidden;
}
.blog-post .blog-listing .image img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
}
.blog-post .blog-listing .listing-content {
    padding: 1.5rem 0;
    border: 0;
}
.blog-post .blog-listing .listing-content .title {
    font-size: 2.1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin-right: 4rem;
}
.blog-post .blog-listing:hover {
    transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
}
.case-stydy .service-box .title::before {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.contact.case-stydy .service-box .title h2 {
    font-size: 3.1rem;
    margin-bottom: 7.5rem;
}
.case-stydy .service-box .title .case-detail {
    margin-top: auto;
}
.case-stydy .service-box .title .case-detail p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.contact.case-stydy .service-box .title .case-detail h3 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.link::after {
    content: ">";
    font-family: "Marck Script", cursive;
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 0.8rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    display: inline-block;
}
.case-stydy .service-box:hover img {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.case-stydy .service-box:hover .title::before {
    opacity: 0.3;
}
.header #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.header #menu-toggle.open #hamburger span {
    width: 0%;
}
.header #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}
.header #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}
.header #menu-toggle.open #cross span:nth-child(1) {
    height: 100%;
    transition-delay: .5s;
}
.header #menu-toggle.open #cross span:nth-child(2) {
    width: 100%;
    transition-delay: .25s;
}
.full-menu.active {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    -o-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    -webkit-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    visibility: visible;
    opacity: 1;
}
.full-menu.active .full-menu-inner {
    opacity: 1;
    transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
    -o-transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
    -webkit-transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
}
.header.menu-open {
    background-color: transparent;
}
.header.menu-open {
    position: fixed;
    z-index: 9999;
    padding: 0.9rem 5rem;
}
.header.menu-open .nav {
    display: none;
}
.header.menu-open .logo {
    display: none;
}
.header.menu-open .logo-menu {
    max-width: 5.2rem;
    opacity: 1;
    transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
    -o-transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
    -webkit-transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
}
.header #menu-toggle.open #cross span {
    background: white;
}

@media (max-width: 991px) {
    .full-menu .full-menu-inner .top .menu li .toggle::before {
        background-color: #222!important;
    }
    .full-menu .full-menu-inner .top .menu li .toggle::after {
        background-color: #222!important;
    }
    .header {
        padding: 3.2rem 5.52rem;
        left: 0; }
        .header .logo {
          max-width: 19.2rem; }
        .header > div {
          min-height: 7rem;
          background-color: var(--white); }
        .header .nav {
          display: none; }
          .header .nav.open {
            transform: translateY(0); }
          .header .nav ul.menu {
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb; }
            .header .nav ul.menu > li {
              padding: 0 4rem;
              line-height: 6rem !important;
              position: relative;
              display: block; }
              .header .nav ul.menu > li:nth-child(2) {
                padding: 0 10rem 0 4rem; }
              .header .nav ul.menu > li > .caret {
                display: inline-block;
                right: 6rem; }
              .header .nav ul.menu > li a {
                display: block;
                padding: 0 1rem; }
              .header .nav ul.menu > li + li {
                margin-left: 0 !important;
                border-top: 1px solid #ebebeb; }
              .header .nav ul.menu > li.hover .mega-menu {
                display: block; }
              .header .nav ul.menu > li.hover > .caret {
                transform: rotate(180deg);
                top: 2rem; }
          .header .nav .mega-menu {
            position: static;
            width: calc(100% + 6rem);
            display: none;
            height: auto;
            border: none;
            padding: 0;
            box-shadow: none;
            max-height: 20rem;
            overflow: auto; }
            .header .nav .mega-menu > li.mega-menu-row {
              margin: 0; }
              .header .nav .mega-menu > li.mega-menu-row.mega-heading {
                display: none; }
            .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column > .mega-sub-menu > li.mega-menu-item {
              border-top: 1px solid #ebebeb;
              line-height: 5rem; }
            .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
              width: 100%; }
              .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 li.mega-menu-item:nth-child(4n+1) {
                margin: 0; }
            .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-2-of-12 {
              display: none; }
        .header.scrolled {
          background: transparent;
          transition: none; }
        .header.header-fixed .nav .menu a {
          color: var(--black); }
        .header.header-fixed .nav .menu > li .tel .primary {
          display: inline-block !important; }
        .header.header-fixed .nav .menu > li .tel .white {
          display: none !important; }
        .header.header-fixed:not(.scrolled) > div {
          background-color: transparent; }
        .header #menu-toggle {
          display: block; }
        .header.menu-open .logo-menu {
          display: block;max-width: 19.2rem; }
    
      .header .header-inner #menu-toggle #cross span {
        background-color: #222; }

        .full-menu {
            display: block;
            background-color: #fff; }
            .full-menu .full-menu-inner .top {
              overflow-y: auto; }
              .full-menu .full-menu-inner .top .menu {
                max-width: 100%;
                margin-left: 3rem;
                display: flex;
                -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                min-height: calc(100% - 2rem); }
                .full-menu .full-menu-inner .top .menu li {
                  position: relative;
                  margin-right: 8rem;
                  font-size: 5.5rem;
                  line-height: 1.5;
                  font-weight: 600;
                    margin-bottom: 0 }
                  .full-menu .full-menu-inner .top .menu li a {
                    font-family: "Open Sans", sans-serif;
                    color: #222;
                    line-height: 1; }
                  .full-menu .full-menu-inner .top .menu li .toggle {
                    position: absolute;
                    width: 8rem;
                    height: 10.1344rem;
                    float: left;
                    font-size: 2rem;
                    right: -8rem;
                    top: 0;
                    z-index: 1; }
                    .full-menu .full-menu-inner .top .menu li .toggle::before {
                      content: "";
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      height: 1.2rem;
                      background-color: #222;
                      width: 0.2rem;
                      transform: translate(-50%, -50%);
                      -moz-transform: translate(-50%, -50%);
                      -webkit-transform: translate(-50%, -50%);
                      transition: all 0.2s linear;
                      -o-transition: all 0.2s linear;
                      -webkit-transition: all 0.2s linear; }
                    .full-menu .full-menu-inner .top .menu li .toggle::after {
                      content: "";
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      width: 1.2rem;
                      background-color: #222;
                      height: 0.2rem;
                      transform: translate(-50%, -50%);
                      -moz-transform: translate(-50%, -50%);
                      -webkit-transform: translate(-50%, -50%);
                      transition: all 0.2s linear;
                      -o-transition: all 0.2s linear;
                      -webkit-transition: all 0.2s linear; }
                  .full-menu .full-menu-inner .top .menu li:hover .fullmenu-dropdown {
                    display: none; }
              .full-menu .full-menu-inner .top .fullmenu-dropdown {
                display: none;
                position: static;
                width: 100%;
                transition: unset;
                -o-transition: unset;
                -webkit-transition: unset;
                overflow: visible; }
                .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li {
                  max-width: 50% !important; }
                  .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li .heading {
                    font-size: 2.56rem;
                    color: #000;
                    text-transform: uppercase;
                    margin: 0 0 2rem; }
                  .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li {
                    font-size: 1.35rem; }
                    .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li a {
                      font-weight: 600;
                      color: #666; }
                    .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li:before {
                      content: none; }

  .site-footer .project-in-mind {
    padding: 2.75rem 2rem;
    margin: 0 -1.5rem; }
    .site-footer .project-in-mind .container p {
      font-size: 3.8rem; }
  .site-footer .footer-menu {
    padding: 2.15rem 1.05rem;
    margin: 0 -1.5rem; }
    .site-footer .footer-menu ul li {
      font-size: 2.27rem; }
  .site-footer .footer-bottom {
    padding:0 1.5rem 2.6rem;
    margin: 0 -1.5rem; }
    .site-footer .footer-bottom .container .bottom-links {
      order: 4;
      margin-top: 2.4rem; }
      .site-footer .footer-bottom .container .bottom-links .left {
        width: 100%;
        order: 3;
        text-align: center;
        margin-top: 1.6rem;
    display: none }
    
        .site-footer .footer-bottom .container .bottom-links .left ul li {
          font-size: 1.8rem; }
          .site-footer .footer-bottom .container .bottom-links .left ul li:first-child {
            display: block; }
          .site-footer .footer-bottom .container .bottom-links .left ul li a {
            font-size: 1.8rem;
            margin: 0 0 0.8rem; }
          .site-footer .footer-bottom .container .bottom-links .left ul li:first-child {
            margin: 1.6rem 0 0.64rem; }
      .site-footer .footer-bottom .container .bottom-links .right {
        width: 100%;
        display: block;
        margin-top: 0; }
        .site-footer .footer-bottom .container .bottom-links .right ul {
            text-align: center;
        }
        .site-footer .footer-bottom .container .bottom-links .right ul li {
            font-size: 1.8rem;
        }
        .site-footer .footer-bottom .container .bottom-links .right ul li a {
            font-size: 1.8rem;
        }
        .site-footer .footer-bottom .container .bottom-links .right p {
          text-align: center;
          font-size: 1.8rem;
          line-height: 1.5; }
    .site-footer .footer-bottom .container .all-rights {
      width: 100%;
      order: 2; }
      .site-footer .footer-bottom .container .all-rights p {
        font-size: 1.5rem;
        text-align: center; }
    .site-footer .footer-bottom .container .quick-links {
      width: 100%;
      text-align: center;
      order: 2;
      margin-top: 2.4rem; }
      .site-footer .footer-bottom .container .quick-links a {
        font-size: 1.5rem;
        color: #fff; }
    .site-footer .footer-bottom .container #quick-links-large {
      display: none; }
    .site-footer .footer-bottom .container #quick-links-small {
      display: block;
          margin-top: 1rem; }
    .site-footer .footer-bottom .container .social {
      width: 100%;
      margin-bottom: 2.4rem; }
      .site-footer .footer-bottom .container .social ul li {
        margin: 0 0.8rem; }
    .hamburger {
        display: block;
    }
    .header {
        padding: 0 3.6rem;
    }
    .header > div {
        padding: 0 !important;
    }
    .header .nav {
        left: -3.6rem;
        top: 100%;
        position: absolute;
        width: calc(100% + 7.2rem);
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    .header .nav.open {
        transform: translateX(0);
    }
    .header .nav ul.menu {
        border-top: 1px solid #ebebeb;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    }
    .header .logo {
        max-width: 16.1rem;
    }
    .header .nav ul.menu > li {
        display: block;
        padding: 0 15px;
        line-height: 5.4rem;
        position: relative;
    }
    .header .nav ul.menu > li a:not(.btn) {
        display: block;
        font-size: 2rem;
    }
    .header-fixed .header:not(.scrolled) .nav .menu > li .tel {
        color: var(--primary) !important;
    }
    .header-fixed .header:not(.scrolled) .nav .menu > li .tel img.primary {
        display: inline-block;
    }
    .header:not(.scrolled) .nav .menu > li .tel img.white {
        display: none !important;
    }
    .header .nav ul.menu > li + li {
        margin-left: 0;
    }
    .header .nav ul.menu > li > .caret {
        display: inline-block;
    }
    .header .nav ul.menu > li a {
        display: block;
    }
    .header .nav ul.menu > li + li {
        margin-left: 0 !important;
        border-top: 1px solid #ebebeb;
    }
    .header .nav ul.menu > li.hover .mega-menu {
        display: block;
    }
    .header .nav ul.menu > li.hover > .caret {
        transform: rotate(180deg);
    }
    .header .nav .mega-menu {
        position: static;
        width: 100%;
        display: none;
        height: auto;
        border: none;
        padding: 0;
        box-shadow: none;
        max-height: 20rem;
        overflow: auto;
    }
    .header .nav .mega-menu > li.mega-menu-row {
        margin: 0;
    }
    .header .nav .mega-menu > li.mega-menu-row.mega-heading {
        display: none;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column > .mega-sub-menu > li.mega-menu-item {
        border-top: 1px solid #ebebeb;
        line-height: 5rem;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
        width: 100%;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 li.mega-menu-item:nth-child(4n + 1) {
        margin: 0;
    }
    .header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-2-of-12 {
        display: none;
    }
    .footer-breadcrumb > span > span {
        justify-content: center;
    }
    .footer {
        padding: 0 1.5rem 3rem;
    }
    .footer .have-a-question {
        padding-bottom: 37.5%;
        margin-bottom: 3rem;
    }
    .footer .have-a-question .text {
        left: 4rem;
    }
    .footer .have-a-question .text h2 {
        font-size: 3rem;
        line-height: 1.4;
    }
    .footer .have-a-question .text .btn {
        margin: 0 0 3rem;
    }
    .footer .info {
        text-align: center;
        line-height: 3rem;
        margin: 0 0 1rem;
        font-size: 1.8rem;
    }
    .footer .info .footer-logo {
        display: block;
        margin: 0 auto 1rem;
        max-width: 14rem;
    }
    .footer .quick-link {
        margin: 2rem 0 0;
        text-align: center;
    }
    .footer .quick-link a {
        color: var(--primary);
    }
    .footer .footer-menu-wrap {
        display: none;
    }
    .footer .footer-menu {
        text-align: center;
    }
    .footer .footer-menu li:first-child {
        display: block;
    }
    .footer .footer-menu li a {
        margin: 1.6rem 0 0;
        font-size: 1.8rem;
    }
    .footer .footer-menu li + li {
        margin: 0;
    }
    .footer .footer-menu li + li a {
        margin: 0.4rem 0;
    }
    .header .nav ul.menu > li > a {
        padding: 0 0.5rem;
        display: inline-block;
    }
    .footer .footer-breadcrumb {
        margin: 1rem 0 0;
    }
    .footer .footer-breadcrumb ol {
        justify-content: center;
    }
    .footer .footer-breadcrumb ol li {
        font-size: 1.8rem;
        padding-left: 5px;
    }
    .footer .footer-breadcrumb ol li + li::before {
        content: "";
        width: 7px;
        height: 16px;
        background-size: contain;
        margin-right: 3px;
    }
    .footer .footer-breadcrumb ol li a {
        font-size: 1.8rem;
    }
    .contact.case-stydy .service-box .title {
        padding: 1.5rem;
    }
    .modal .modal-wrapper.right-bottom {
        max-width: 320px;
        width: 97%;
        left: auto;
        margin: 0 auto;
        top: 50%; }
    
      .modal.is-visible .right-bottom {
        transform: translate(0, -50%) scale(1); }
}
@media screen and (max-width: 767px) {
    
  .chat-popup .chat-screen {
    width: 38.4rem; }
    .site-footer.footer .footer-content .right img {
        margin: 0 auto;
        display: block;
    }
    .site-footer.footer .footer-content .left .content-details .content ul li {
        margin: 0;
        font-size: 1.6rem;
    }
    .site-footer.footer .links-copyright .copyright ul {
        list-style: none;
        margin: 0 0 0.5rem;
        margin-right: 0;
        padding: 0;
    }
    .site-footer.footer .links-copyright .copyright {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .site-footer.footer {
        padding: 0 1rem; }
    
      .site-footer.footer .footer-content {
        padding: 2rem 0 3rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    
      .site-footer.footer .footer-content .left {
        flex: 0 0 100%;
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 2rem; }
    
      .site-footer.footer .footer-content .left .content-details {
        width: 100%; }
    
      .site-footer.footer .footer-content .left .content-details .title {
        font-size: 1.28rem;
        margin: 1.5rem 0 0.5rem; }
    
      .site-footer.footer .footer-content .left .content-details .content {
        font-size: 1.15rem;
        letter-spacing: -0.01rem;
        margin: 0 0 0.5rem;
        font-weight: 600;
        max-width: 24rem; }
    
      .site-footer.footer .footer-content .right {
        flex: 0 0 100%;
        padding-left: 0; }
    
      .site-footer.footer .footer-content .right .footer-tagline {
        font-size: 2.4rem;
        margin-top: 0;
        max-width: 19rem; }
    
      .site-footer.footer .links-copyright {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 3rem; }
    
      .site-footer.footer .links-copyright .links {
        flex: 0 0 auto;
        margin: 0 0 1.5rem; }
    .header.menu-open .logo-menu {
        max-width: 14rem!important;
    }
    .full-menu .full-menu-inner .top .menu {
        justify-content: flex-start;
    }
    .full-menu .full-menu-inner .top .menu li {
        font-size: 3.8rem;
        margin-right: 5.25rem;
    }
    .header #menu-toggle {
    width: 28px;
    height: 28px;
}
.header #menu-toggle #hamburger span {
    width: 28px;
    height: 3px;
    margin: 5px 0;
}
.header #menu-toggle #cross span:nth-child(1) {
    width: 3px;
    left: 12.5px;
}
.header #menu-toggle #cross span:nth-child(2) {
    height: 3px;
    top: 12.5px;
}
    .header-fixed .header:not(.scrolled) .nav .menu > li .tel {
        color: var(--primary) !important;
    }
    .header-fixed .header:not(.scrolled) .nav .menu > li .tel img.primary {
        display: inline-block;
    }
    .header:not(.scrolled) .nav .menu > li .tel img.white {
        display: none !important;
    }
    .full-menu .full-menu-inner .top .menu {
        margin-left: 1.5rem!important;
    }
    .full-menu .full-menu-inner .top .menu li {
        font-size: 3rem!important; }
        .full-menu .full-menu-inner .top .menu li .toggle {
          width: 5.25rem;
          height: 6.375rem;
          font-size: 2rem;
          right: -5.25rem; }
      .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li h4 {
        font-size: 2.3rem;
        margin: 0 0 2.5rem; }
        .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li h4::before {
            width: 6rem;
            height: 6rem;
        }
      .full-menu .full-menu-inner .bottom .social {
        margin: 0 auto; }
        .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li {
            max-width: 100% !important;
            margin: 0 0 3.8rem; }
    .footer .have-a-question {
        padding: 2rem 1.5rem 4rem;
        text-align: center;
        background-image: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .have-a-question .text {
        position: static;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .footer .have-a-question .text h2 {
        font-size: 3.5rem;
    }
    .footer .have-a-question .text .location {
        justify-content: center;
    }
    .footer .have-a-question .text .btn {
        margin: 0 0 5rem;
    }
    .bottom-popup {
        width: 5rem;
        height: 5rem;
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .bottom-popup .popup-screen {
        position: fixed;
        width: 37rem;
        right: 50%;
        bottom: 3rem;
        transform: translate(150%, 100%) scale(0);
    }
    .bottom-popup.open .popup-screen {
        transform: translate(50%, 0) scale(1);
    }
    .bottom-popup.open .popup-screen + .popup-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.05);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .blog-service {
        margin: 0 0 6rem;
        padding: 0 1.5rem;
    }
    .blog-service h3 {
        margin: 0 0 2rem;
        max-width: 33rem;
    }
    .blog-service p {
        margin: 0 0 2rem;
        max-width: 34rem;
    }
    .blog-service .carousel-wrapper {
        margin: 0 0 2rem;
        padding: 3rem 0;
    }
    .blog-service .carousel-wrapper::after {
        left: 6rem;
        border-radius: 0.6rem;
    }
    .blog-service .carousel-wrapper .prev {
        display: none;
    }
    .footer .footer-breadcrumb {
        position: static;
    }
    .footer .footer-breadcrumb ol li {
        max-width: 171px;
    }
    .footer-breadcrumb > span > span {
        justify-content: center;
    }
    .case-stydy {
        margin: 0 0 4rem;
    }
    .contact.case-stydy h2.title {
        margin-top: 0;
    }
    .contact.case-stydy .service-box {
        min-height: 30rem;
    }
    
  #cookie-law-info-bar {
    max-width: 100%;
    left: 0;
  }
  .cli-bar-btn_container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cli_settings_button {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 0.6rem!important;
  }
}
@media (max-width: 991px) {
    .blog-post .col-md-6:last-child {
        display: none;
    }
    .blog-post .blog-listing .listing-content .title {
    margin-right: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .back-to-top {
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px; }
        .back-to-top img {
            width: 12px }
    .blog-post .blog-listing .listing-content .title {
    font-size: 2rem;
    margin-right: 0rem;
}
    .header {
        padding: 0 16px;
        min-height: 6.25rem;
    }
    .header.menu-open {
    padding: 0.9rem 1.6rem;
    }
    .header.menu-open .logo-menu {
    max-width: 3.5rem;
    }
    .full-menu .full-menu-inner {
        padding-top: 13rem;
    }
    .full-menu .full-menu-inner .top .menu li {
    font-size: 4.3rem;
    }
    .full-menu .full-menu-inner .top .fullmenu-dropdown > ul > li ul li {
        font-size: 1.2rem;
    }
    .full-menu .full-menu-inner .bottom .social {
    margin-left: auto;
    margin-right: auto;
    }
    .full-menu .full-menu-inner .bottom .social li {
    margin: 0;
    }

    .full-menu .full-menu-inner .top .menu {
    margin-left: 2.5rem;
    }

    .header > div {
        min-height: 6.25rem;
    }
    .header .logo {
        max-width: 12.5rem;
    }
    .contact.case-stydy .col-md-6:last-child {
        display: block;
    }
    .site-footer .project-in-mind .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-footer .project-in-mind .container p {
      margin: 0 0 2.4rem 0;
      font-size: 3.5rem;
    flex: 0 0 100%; }
    .site-footer .project-in-mind .container p strong{
        display: block;
    }
  .site-footer .footer-menu {
    display: none; }
  .site-footer .footer-bottom .social ul li a img {
    max-width: 3.7rem; }
    .site-footer .footer-bottom .container {
        flex-wrap: wrap;
        display: flex; }
        .site-footer .footer-bottom .container .location {
            max-width: 34.83rem;
            width: 100%;
            margin-top: 2.5rem; }
            .site-footer .footer-bottom .container .location .image {
              width: 12.5rem; }
            .site-footer .footer-bottom .container .location p {
              font-size: 1.44rem;
              margin: 0 0 1.5rem; }
              .site-footer .footer-bottom .container .location p strong {
                display: block; }
          .site-footer .footer-bottom .container .links {
            width: 100%;
            border-top: 1px solid #444;
            flex-wrap: wrap;
            margin-top: 2.25rem; }
            .site-footer .footer-bottom .container .links ul {
              width: 100%; }
              .site-footer .footer-bottom .container .links ul li {
                font-size: 1.44rem;
                padding: 0 0.45rem;
                display: inline-block; }
                .site-footer .footer-bottom .container .links ul li:first-child {
                  display: block; }
                  .site-footer .footer-bottom .container .links ul li:first-child a {
                    margin-top: 1.5rem;
                    margin-bottom: 0; }
          .site-footer .footer-bottom .container .bottom {
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 1.5rem;
            padding-top: 1.5rem; }
            .site-footer .footer-bottom .container .bottom .social-small {
              order: 2;
              margin-top: 1.5rem; }
              .site-footer .footer-bottom .container .bottom .social-small ul li {
                width: 2.68rem; }
            .site-footer .footer-bottom .container .bottom .copyright {
              width: 100%;
              border-top: 0; }
              .site-footer .footer-bottom .container .bottom .copyright p {
                font-size: 1.44rem;
                text-align: center;
                width: 100%; }
    .site-footer .footer-bottom .container .bottom-links {
      padding: 2rem 1rem 0;
  }
  .site-footer .footer-bottom .container .bottom-links .right{
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 2.5rem;
}
    .site-footer .footer-bottom .container .bottom-links .right p {
        font-size: 1.6rem;
        text-align: left;
  }
  .site-footer .footer-bottom .container .bottom-links .right p br{
    display: block;
}
.site-footer .footer-bottom .container .bottom-links .left {
    display: block;
    text-align: left;
}
.site-footer .footer-bottom .container .bottom-links .left ul li{
    font-size: 1.7rem;
    padding-left: 0;
    padding-right: 0.6rem;
}
  .site-footer .footer-bottom .container .bottom-links .left ul li a {
      font-size: 1.6rem;
      margin: 0;
  }
  .site-footer .footer-bottom .container .bottom-links .left ul li + li {
    margin-left: 0;
}
  .site-footer .footer-bottom .container .bottom-links .right ul {
    text-align: left;
}
  .site-footer .footer-bottom .container .bottom-links .left ul li:first-child {
      margin: 1rem 0 0.4rem;
  }
  .site-footer .footer-bottom .container .bottom-links .right ul li:first-child {
    display: block;
}
.site-footer .footer-bottom .container .bottom-links .right ul li:first-child {
    margin: 1rem 0 0.4rem;
}
.site-footer .footer-bottom .container .bottom-links .right ul li {
    font-size: 1.7rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0.6rem;
}
.site-footer .footer-bottom .container .bottom-links .right ul li a {
    font-size: 1.6rem;
    margin: 0;
}
.site-footer .footer-bottom .container #quick-links-small {
    display: none;
}
}
.menu-item-hide-f {
    display: none !important;
}
div.wpcf7 .ajax-loader {
    background-image: url("https://www.techaheadcorp.com/wp-content/uploads/2021/01/loader.gif");
    background-position: center center;
    background-size: 300%;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: all 0.3s ease;
}
div.wpcf7 .ajax-loader.is-active {
    opacity: 1;
}
