/*
Theme Name: Tech Ahead
Theme URI: https://techaheadcorp.com
Author: Mohd Jabir
Author URI: https://techaheadcorp.com/
Description: Top Mobile App Development Company USA &amp; India | TechAhead
Version: 1.9
*/

@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");
/*variables*/
/*Global CSS*/
html,
body {
  width: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body.header-static {
  padding-top: 7rem;
}

/*Typography*/
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;
}

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;
}

/*Color*/
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%;
}

.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: none;
  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;
}
.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 0rem;
  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;
}

.wrapper {
  width: 100%;
}

.container-max {
  max-width: 144rem;
}

.section {
  padding: 6rem 0;
  position: relative;
}
.section.home-services {
  padding-bottom: 0;
}

.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 {
  margin: 0 0 0.5rem;
}
.section-head p {
  line-height: 1.65;
  margin-bottom: 2.2rem;
}
.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;
}

/*Global Templates*/
.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: 0px;
  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: 0px;
  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%;
}
.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 0rem;
  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 5rem;
}
.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 .ring-inner, .top-page-banner .title-section .ring-top-wide .animate-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-page-banner .title-section .ring-top-wide:before, .top-page-banner .title-section .ring-inner: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 .title-section {
  padding: 7rem 0 6rem;
}
.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;
}

.blog-top-content {
  font-size: 1.8rem;
  text-align: center;
}

.blog-form {
  margin-top: 0 !important;
}
.blog-form .form-group {
  margin: 0px 0 3.5rem !important;
}
.blog-form .blog-form-agreement {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.blog-right-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f0f0f0;
  padding: 7rem 0;
  margin-top: 4rem;
}
.blog-right-section .blog-right-img-title {
  max-width: 40rem;
}
.blog-right-section .blog-right-img-title p {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.4;
}

.career-submit .container-max .page-title-wrap .large-title {
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

.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;
}

.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: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
}
.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;
}

.three-column-grid .grid-item {
  height: 100%;
  padding: 2rem 4rem;
  text-align: center;
  position: relative;
  border-right: 1px solid #ebebeb;
}
.three-column-grid .grid-item:after {
  content: "";
  left: 4rem;
  right: 4rem;
  bottom: 0;
  position: absolute;
  border-bottom: 1px 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;
}

.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 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 #cccccc;
  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 #cccccc;
  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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.seperator .line .circle {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 2rem;
  display: inline-block;
  background: var(--white);
  border: 1px solid #cccccc;
  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: 2rem;
  line-height: 1.8;
  margin: 0 0 0rem;
  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;
}

/*Contact Form 7 Css*/
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 0em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff0000;
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1.3rem;
  font-weight: normal;
  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::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 div.ajax-error {
  display: none;
}

/*Header Style*/
.header {
  width: 100%;
  z-index: 99;
  top: 0;
  position: absolute;
}
.header > div {
  min-height: 7rem;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}
.header .logo {
  max-width: 18rem;
  display: inline-block;
}
.header .nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav ul.menu * {
  letter-spacing: normal;
}
.header .nav ul.menu > li {
  float: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 7rem;
  font-weight: 400;
}
.header .nav ul.menu > li + li {
  margin-left: 3rem;
}
.header .nav ul.menu > li > .caret {
  width: 5rem;
  height: 6rem;
  top: 0;
  right: 0;
  vertical-align: middle;
  position: absolute;
  margin-left: -1rem;
  z-index: 2;
  transition: transform 0.2s ease;
  display: none;
}
.header .nav ul.menu > li > .caret:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  font-size: 1rem;
}
.header .nav ul.menu > li > a {
  padding: 0 1rem;
  display: inline-block;
}
.header .nav ul.menu > li > a:hover {
  text-decoration: none;
}
.header .nav ul.menu > li:last-child a {
  color: var(--white) !important;
  padding: 0.6rem 1.8rem;
}
.header .nav ul.menu > li:hover .mega-menu, .header .nav ul.menu > li:focus .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .nav .mega-menu {
  padding: 0 3rem 4rem;
  list-style: none;
  top: 100%;
  left: -1.5rem;
  right: -1.5rem;
  position: absolute;
  visibility: hidden;
  background: var(--white);
  opacity: 0;
  border-top: 1px solid #ccc;
  transform: translateY(5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.15);
}
.header .nav .mega-menu > li:first-child.mega-heading a {
  color: var(--gray);
  display: block;
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: -0.18rem;
  line-height: 0.8;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  text-decoration: none;
}
.header .nav .mega-menu > li > .mega-sub-menu {
  padding: 0;
  list-style: none;
  display: block;
}
.header .nav .mega-menu > li > .mega-sub-menu > li {
  float: left;
  margin: 0;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column {
  padding: 0 1.5rem;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column > .mega-sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column > .mega-sub-menu > li.mega-menu-item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column .wp-caption {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column .wp-caption:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column .wp-caption .wp-caption-text {
  left: 2rem;
  bottom: 2rem;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.12rem;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-1-of-12 {
  width: 8.33333%;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-2-of-12 {
  width: 18.75%;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
  width: 25%;
}
.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-top: 2rem;
}
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 li.mega-menu-item:first-child,
.header .nav .mega-menu > li > .mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 li.mega-menu-item:last-child {
  margin-top: 0rem;
}
.header.scrolled {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  animation: header 0.5s ease;
  -webkit-animation: header 0.5s ease;
}

.header-fixed .header .logo .dark {
  display: none;
}
.header-fixed .header .nav ul.menu > li > a {
  color: var(--white);
}
.header-fixed .header .nav ul.menu > li > a:hover {
  color: var(--primary);
}
.header-fixed .header.scrolled .logo .light {
  display: none;
}
.header-fixed .header.scrolled .logo .dark {
  display: block;
}
.header-fixed .header.scrolled nav ul.menu > li > a {
  color: var(--dark-gray);
}
.header-fixed .header.scrolled nav ul.menu > li:last-child a {
  color: var(--white);
}

.header-static .logo .light {
  display: none;
}
.header-static .header .nav ul.menu > li > a {
  color: var(--dark-gray);
}
.header-static .header .nav ul.menu > li > a:hover {
  color: var(--primary);
}

/*Footer Style*/
.footer-map {
  margin: -8rem 0;
}
.footer-map > div {
  padding: 0;
}
.footer-map img.mobile {
  display: none;
}

.footer {
  padding: 2rem 0 0;
}
.footer ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
}
.footer ul li {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  color: var(--dark-gray);
}
.footer ul li a img {
  max-width: 2rem !important;
}
.footer .footer-social {
  margin: 1rem 0 1.5rem 0;
  text-align: left;
  position: relative;
}
.footer .footer-social ul li {
  font-size: 1.5rem;
  margin: 0;
}
.footer .footer-social ul li a {
  font-size: 1.8rem;
}
.footer .footer-social ul li.menu-item {
  font-weight: 700;
  margin-right: 1.2rem;
}
.footer .footer-social ul li.menu-item a {
  font-size: 1.5rem !important;
}
.footer .footer-social:after {
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: -1;
  border-bottom: 1px solid #cccccc;
}
.footer .footer-social .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  background: var(--white);
}
.footer .footer-social .social li {
  display: inline-block;
  margin: 0;
}
.footer .footer-social .social li a {
  display: block;
  line-height: 1;
}
.footer .quick-link {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 1.6rem;
}
.footer .quick-link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.footer .quick-link a:before {
  content: "+";
  margin-right: 5px;
}
.footer .quick-link a.active:before {
  content: "-";
}
.footer .footer-menu {
  padding: 0;
  list-style: none;
  line-height: 1;
  margin: 0;
}
.footer .footer-menu li {
  color: var(--dark-gray);
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  font-size: 1.5rem;
  margin: 0;
}
.footer .footer-menu li:first-child {
  font-weight: 700;
}
.footer .footer-menu li + li {
  margin-left: 1.2rem;
}
.footer .footer-menu li a {
  text-decoration: none;
  color: var(--dark-gray);
  line-height: 2rem;
  font-size: 1.5rem;
  margin: 0 0 1.6rem;
  display: inline-block;
}
.footer p {
  color: var(--dark-gray);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0 0 1.6rem;
  text-align: right;
}
.footer p strong {
  color: var(--dark-gray);
  margin-right: 1.2rem;
}
.footer p strong:last-child {
  margin-right: 0.5rem;
}
.footer .footer-logo {
  max-width: 10rem;
  display: inline-block;
  vertical-align: text-bottom;
}

/*Home Page*/
.slider {
  position: relative;
}
.slider .item {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.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: none;
  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: 0px;
  padding: 0px;
  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);
}

.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;
}

.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: 0rem;
}
.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 0rem;
  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 .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: #ffffff;
  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-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 .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 #cccccc;
}
.portfolio-slider-wrap .progress-bar:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  bottom: -12px;
  left: -5px;
  border: 1px solid #cccccc;
}
.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% 2rem 0;
  margin-bottom: 4rem;
}
.portfolio-slider-wrap .image-wrap .main-image .main-image-pos {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
  border-radius: 1rem;
}
.portfolio-slider-wrap .image-wrap .main-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.portfolio-slider-wrap .image-wrap .main-image-left {
  padding: 0 0% 2rem 13.5%;
}
.portfolio-slider-wrap .image-wrap .mobile-screen {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 26.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%);
}

.home-partners .section-head {
  margin: 0;
}
.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: #ffffff;
  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 .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: 0px;
  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 #cccccc;
  font-size: 1.8rem;
  outline: none;
}
.home-blog .home-blog-carousel .owl-nav button.owl-prev {
  display: none;
}
.home-blog .home-blog-carousel .owl-nav button i {
  color: #cccccc;
}
.home-blog .blog-item {
  height: calc(100% - 20px);
  padding: 4rem 3.8rem 6rem;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  margin: 1rem;
  box-shadow: 0px 2px 10px 0px 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;
}

/*Home page ends here*/
/*Portfolio page starts here*/
.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(0rem);
}
.portfolio-masonry .masonry-item:hover .portfolio-info .portfolio-title {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0rem);
}
.portfolio-masonry .masonry-item:hover .portfolio-info p {
  opacity: 1;
  transition: all 0.4s 0.2s ease;
  transform: translateY(0rem);
}
.portfolio-masonry .masonry-item:hover .portfolio-info .links {
  opacity: 1;
  transition: all 0.4s 0.2s ease;
  transform: translateX(0rem);
}
.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;
}

/*Portfolio page ends here*/
/*Contact Page starts here*/
.contact-form {
  margin-top: -8rem;
  padding: 3rem 6rem;
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}
.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 !important;
}
.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 #cccccc;
}
.form-group .form-control:focus {
  outline: none;
}
.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 0.285s 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 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;
}

/*Contact Page ends here*/
/*Services Page starts here*/
.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 0rem;
  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 Page ends here*/
/*Services Detail starts here*/
.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;
}

/*Services Detail ends here*/
/*About Page starts here*/
.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 0rem 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;
}

.more-team {
  display: none;
}

/*About Page ends here*/
/*new abous us page*/
.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: #ffffff;
  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: #cccccc;
  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 .industire-list ul li::before {
  content: "";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  position: absolute;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  left: -2rem;
  top: 0.5rem;
  color: #fff;
  background-color: var(--primary);
}
.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: #ffffff;
  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: #ffffff;
  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 listing starts here*/
.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: none;
  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: white;
}

.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 #cccccc;
}
.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-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: 0rem;
  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;
}

.blog-listing-small {
  margin: 0 0 4rem;
  overflow: hidden;
}
.blog-listing-small .blog-thumbnail {
  width: 8rem;
  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;
}
.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 Detail starts here*/
.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: 0rem;
  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;
}
.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 blockquote {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  width: 100%;
  margin: 1rem 0;
  padding: 3rem 4rem;
  line-height: 2;
  position: relative;
  color: #666666;
  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: #999999;
  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: #666666;
  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;
}
.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 0rem 3rem 3rem;
}

.blog-sidebar * {
  letter-spacing: 0;
}
.blog-sidebar .box {
  padding: 3rem;
  margin: 0 0 4rem;
  border-radius: 1rem;
  border: 1px solid #cccccc;
  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: 1.6rem 0;
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.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;
}

.author-wrap {
  padding: 1.5rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.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 #cccccc;
}
.author-wrap .author-description p {
  font-size: 1.4rem;
  line-height: 1.78;
  margin: 0;
}

.blog-navigation {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.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 #cccccc;
}

.recent-blog-wrap {
  margin: 10rem 0 0 0;
}

.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 Pages*/
/*Volatiles*/
.case-study-banner {
  padding-bottom: 44%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.case-study-banner.curve:after {
  content: "";
  bottom: -0.5rem;
  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: 0px 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;
}
.case-studies:before {
  content: "";
  width: 100%;
  height: 22rem;
  z-index: -1;
  top: 28rem;
  left: 0;
  position: absolute;
  background-color: #ebebeb;
}
.case-studies .case a {
  text-decoration: none;
}
.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 #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.solution-approach .image.padding {
  padding: 5.5rem 0 0 0;
}
.solution-approach .content h2 {
  font-size: 3.6rem;
}
.solution-approach .content-right {
  margin: -6rem -3rem 0 36rem;
  padding: 10rem 8rem;
  background: #deedfa;
  position: relative;
  z-index: -1;
}
.solution-approach .content-right:before {
  content: "";
  height: 100%;
  width: 0px;
  bottom: 4rem;
  left: -32rem;
  position: absolute;
  border-left: 1px solid #ebebeb;
}

.the-result {
  padding: 2rem 0 3rem;
  margin: 9rem 0;
  position: relative;
}
.the-result .image {
  margin: -9rem 3em;
  margin-right: 0;
}
.the-result .image img {
  width: 80%;
  margin-left: auto;
  display: block;
}
.the-result h2 {
  font-size: 3.6rem;
  margin-bottom: 0;
}
.the-result p {
  margin-bottom: 1rem;
  width: 90%;
}
.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;
}
.the-result::after {
  content: "";
  position: absolute;
  background: #ebebeb;
  top: 0;
  bottom: 0;
  left: 12rem;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.case-excerpt p {
  margin-bottom: 0;
  font-size: 1.8rem;
}

/*Inspector Booking*/
.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;
}

/*Knowledge Center*/
.new-kc img {
  width: auto;
}

.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;
}

/*Reviews page*/
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 #cccccc;
  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;
}
.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 h6 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-gray);
}
.why-techahead .two-column-grid .grid-item .grid-contnet p {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.4;
}

.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 #cccccc;
  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: white;
  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: #ffffff;
  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: #ffffff;
  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 7.5rem;
}
.mobile-app-services .three-column-grid .grid-item {
  text-align: left;
  float: left;
  padding: 0;
  border-right: none;
  margin-bottom: 3rem;
}
.mobile-app-services .three-column-grid .grid-item .icon {
  float: left;
  width: 7.6rem;
  border-radius: 50%;
  border: 1px solid #cccccc;
  padding: 1.5rem;
  vertical-align: top;
}
.mobile-app-services .three-column-grid .grid-item .grid-contnet {
  float: left;
  width: calc(100% - 9.8rem);
  margin-left: 2rem;
}
.mobile-app-services .three-column-grid .grid-item .grid-contnet h5 {
  color: var(--dark-gray);
}

@media (max-width: 118.75em) {
  /*1900px*/
}
@media (max-width: 100em) {
  /*1600px*/
  .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) {
  /*1440px*/
  html {
    font-size: 56%;
  }

  .container-max {
    max-width: 136rem;
  }

  .footer .footer-menu li {
    font-size: 1.3rem;
  }
  .footer p {
    font-size: 1.3rem;
  }

  .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: 27rem;
  }
}
@media (max-width: 80em) {
  /*1280px*/
  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 36rem;
  }

  .case-studies:before {
    height: 25rem;
    top: 26.7rem;
  }

  .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: 74.9375em) {
  /*1199px*/
  .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;
  }
}
@media (max-width: 61.9375em) {
  /*991px*/
  h1, .h1,
h2, .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 0rem 0rem 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;
  }

  .footer-map {
    margin: -8rem 0 -2rem;
  }

  .footer .footer-menu-wrap {
    display: none;
  }
  .footer .footer-menu {
    text-align: center;
  }
  .footer .footer-menu li {
    font-size: 1.4rem;
  }
  .footer .footer-menu li:first-child {
    display: block;
  }
  .footer p {
    font-size: 1.4rem;
    text-align: center;
  }
  .footer p .footer-logo {
    display: block;
    margin: 0px auto 10px auto;
  }
  .footer .quick-link a {
    font-size: 1.4rem;
  }

  .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 0rem 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;
  }

  .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: 0rem;
  }

  .the-result .image {
    margin: -9rem 0em;
  }
  .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;
  }
}
@media (max-width: 47.9375em) {
  /*767px*/
  br {
    display: none;
  }

  h1, .h1,
h2, .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 a:not(.btn) {
    display: block;
    color: var(--secondary) !important;
  }
  .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: 0rem;
  }
  .two-column-grid .grid-item.even {
    margin-left: 0rem;
  }
  .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 0rem;
  }
  .global-presence .office-address .image-shadow.left-dots {
    margin: 2rem 0rem 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 .masonry-item,
.portfolio-masonry .col-1-row-2,
.portfolio-masonry .col-2-row-2,
.portfolio-masonry .col-4-row-2,
.portfolio-masonry .col-3-row-2,
.portfolio-masonry .col-2-row-1 {
    grid-column-end: span 4;
    grid-row-end: span 4;
  }
  .portfolio-masonry .masonry-item:before,
.portfolio-masonry .col-1-row-2:before,
.portfolio-masonry .col-2-row-2:before,
.portfolio-masonry .col-4-row-2:before,
.portfolio-masonry .col-3-row-2:before,
.portfolio-masonry .col-2-row-1: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 0rem 0 2rem;
    padding: 4rem 3rem;
    z-index: 2;
  }

  .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 0rem;
  }

  .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;
  }
  .portfolio-slider-wrap .image-wrap .main-image .main-image-pos {
    padding-bottom: 80%;
  }
  .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: 0rem !important;
  }

  .solution-approach .image.padding {
    margin-right: 2rem;
  }

  .case-image-content .image {
    margin-right: 2rem;
  }
}
@media (max-width: 35.9375em) {
  /*575px*/
  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: 0rem;
  }
  .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;
  }

  .the-result .image {
    margin: 0 3rem 2rem;
  }

  .app-screens .screens {
    margin: 1.5rem 0;
  }

  .case-study-banner {
    padding-bottom: 68%;
  }
  .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 0rem 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: 0rem 0 3rem 0;
    line-height: 1.5;
  }
  .home-brands .brand-bottom-section {
    margin-top: 0rem;
  }
}
@media (max-width: 30em) {
  /*480px*/
  .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-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) {
  /*419px*/
  .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;
  }
}
/*Header Animation Start*/
@-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);
  }
}
/*Header Animation End*/
/*Icomoon*/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?j9w0ge");
  src: url("assets/fonts/icomoon.eot?j9w0ge#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?j9w0ge") format("truetype"), url("assets/fonts/icomoon.woff?j9w0ge") format("woff"), url("assets/fonts/icomoon.svg?j9w0ge#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-fill:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-web:before {
  content: "";
}

.icon-down-caret:before {
  content: "";
}

.icon-mobile-app-development:before {
  content: "";
}

.icon-artificial-intelligence:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-right-circle:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-dribble:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */
