@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.hide {
  display: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #FFFFFF;
}

.btn {
  padding: 1rem 0;
  max-width: 18rem;
  height: 4rem;
}
.btn.btn-default {
  border: 0.1rem solid #e22424;
  border-radius: 0;
  background-color: #e22424;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .btn.btn-default {
    width: 14rem;
    height: 4rem;
  }
}
.btn.btn-default:after1 {
  content: "";
  background-image: url(../img/btn-arrow-right-green.svg);
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn.btn-default:hover {
  color: #e22424;
  background-color: #FFFFFF;
}
.btn:focus {
  box-shadow: none;
}

header {
  height: 10rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
header.fixed-top {
  padding: 0rem;
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  header.fixed-top {
    padding: 0;
  }
}
header.fixed-menu {
  position: fixed !important;
  background-color: #000000;
  z-index: 999999 !important;
}
header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97%;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar {
  top: 20px;
}
@media (min-width: 768px) {
  .navbar {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .navbar {
    top: 0px;
  }
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler .mobile-nav-toggle {
  display: block;
}
.navbar .navbar-toggler .mobile-nav-toggle img {
  width: 2.5rem;
  height: auto;
}
.navbar .collapse.navbar-collapse {
  justify-content: flex-end;
  z-index: 999;
}
.navbar .navbar-brand img {
  height: auto;
  width: 16rem;
}
.navbar .navbar-nav .nav-item:hover {
  cursor: pointer;
  font-weight: 700;
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .nav-link {
  transition: none;
  color: #b5b5b5;
  text-transform: uppercase;
  padding: 3.8rem 2rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item.dropdown ul {
  font-family: "Red Hat Display", sans-serif;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
}
.navbar .navbar-nav .nav-item.dropdown ul li {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.navbar .navbar-nav .nav-item.dropdown ul li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item.dropdown ul .dropdown-item {
  padding: 0.8rem 1.5rem;
  color: #484747;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
}
.navbar .navbar-nav .nav-item.dropdown ul .dropdown-item:hover, .navbar .navbar-nav .nav-item.dropdown ul .dropdown-item.active, .navbar .navbar-nav .nav-item.dropdown ul .dropdown-item:active {
  color: #000;
  background-color: #FFFFFF;
}
.navbar .navbar-nav .nav-item.dropdown ul:before {
  content: "";
  background-color: transparent;
  height: 20px;
  position: absolute;
  top: -11px;
  width: 100%;
}
.navbar #collapseExample {
  top: 10rem;
  left: 0rem;
}
@media (min-width: 768px) {
  .navbar .navbar-nav li.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .dropdown-submenu {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar .navbar-collapse {
    background-color: #FFFFFF;
    margin: 1rem 0;
    border-radius: 1%;
    box-shadow: 2px 0px 18px 7px rgba(42, 53, 31, 0.51);
  }
  .navbar .navbar-collapse .nav-item {
    width: 100%;
  }
  .navbar .navbar-collapse .nav-item .nav-link {
    color: #484747;
    padding: 1rem 2rem;
  }
  .navbar .navbar-collapse .nav-item .nav-link.active {
    color: #e22424;
  }
  .navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #e22424;
  }
  .navbar .navbar-collapse .nav-item {
    padding: 1rem 1rem;
  }
  .navbar .navbar-collapse .nav-item.dropdown ul {
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navbar .navbar-collapse .nav-item.dropdown li {
    list-style-type: none;
    padding: 0;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-item {
    color: #000000;
    text-transform: uppercase;
    padding: 0 1rem;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-item:active {
    background-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    background-color: #FFFFFF;
    margin: 2rem 0;
    border-radius: 1%;
    box-shadow: 2px 0px 18px 7px rgba(42, 53, 31, 0.51);
  }
  .navbar .navbar-collapse .nav-item {
    width: 100%;
  }
  .navbar .navbar-collapse .nav-item .nav-link {
    color: #484747;
    padding: 1rem;
  }
  .navbar .navbar-collapse .nav-item .nav-link.active {
    color: #FFFFFF;
    background-color: #e22424;
  }
  .navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #e22424;
    background-color: #FFFFFF;
  }
  .navbar .navbar-collapse .nav-item {
    padding: 1rem 1rem;
  }
  .navbar .navbar-collapse .nav-item.dropdown ul {
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navbar .navbar-collapse .nav-item.dropdown li {
    list-style-type: none;
    padding: 0;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-item {
    color: #000000;
    text-transform: uppercase;
    padding: 0 1rem;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-item:active {
    background-color: #FFFFFF;
  }
  .navbar .navbar-collapse .nav-item.dropdown:hover {
    background-color: #FFFFFF;
  }
}

.hero-banner {
  width: 100%;
  height: 100vh;
  background: url(../img/home-video-cover.jpg) center;
  background-size: cover;
  position: relative;
  padding: 0;
  background-attachment: fixed;
}
.hero-banner video {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-banner .hero-content {
  position: absolute;
  width: 100%;
  width: 100%;
  top: 40%;
  left: 0;
  bottom: 0;
  z-index: 99;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-banner .hero-content {
    padding: 0 2rem;
    left: 3px;
    top: 40%;
    width: 99%;
  }
}
.hero-banner .hero-content .item {
  display: none;
}
.hero-banner .hero-content .slick-initialized .item {
  display: block;
}
.hero-banner .hero-content .hero-content-item h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 400;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-banner .hero-content .hero-content-item h2 {
    font-size: 2rem;
  }
}
.hero-banner .hero-content .btn-link {
  background-color: rgba(235, 29, 9, 0.5);
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
}
.hero-banner .hero-content .btn-link:hover {
  background-color: #000000;
}
.hero-banner h1 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .hero-banner h1 {
    font-size: 3.6rem;
  }
}

.banner {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.banner.about-banner {
  background: url(../img/about-us.png) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.data-ai-banner {
  background: url(../img/data-ai/hero-data-ai.png) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.mobile-app-banner {
  background: url(../img/hero-mobile-apps.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.software-engineering-banner {
  background: url(../img/hero-software-engineering.png) top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.services-banner {
  background: url(../img/experience-mobility-banner.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.careers-banner {
  background: url(../img/hero-careers.png) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.contact-banner {
  background: url(../img/hero-contact.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-content {
  position: relative;
}
.banner .banner-content:after {
  content: "";
  width: 100%;
  max-width: 120px;
  height: 3px;
  display: flex;
  background-color: #e22424;
  position: absolute;
  bottom: -40px;
}
@media (max-width: 768px) {
  .banner .banner-content:after {
    bottom: -22px;
  }
}
.banner .banner-container {
  display: flex;
  height: 100vh;
  align-content: center;
  align-items: center;
}
.banner .banner-container span {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 300;
}
.banner .banner-container h1 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 992) {
  .banner .banner-container h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .banner .banner-container h1 {
    font-size: 3rem;
  }
}
.banner .banner-container h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .banner .banner-container h2 {
    font-size: 2rem;
  }
}
.banner .banner-container p {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .banner .banner-container p {
    font-size: 2rem;
  }
}

.home-welcome {
  padding: 10rem 0;
  background-image: url(../img/our-vosion-bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .home-welcome {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .home-welcome {
    padding: 2rem 0;
  }
}
.home-welcome figure {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  margin: 0;
}
.home-welcome figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-welcome figure figcaption {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 1.5;
  background-color: rgba(68, 139, 18, 0.8);
  font-style: italic;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 50px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .home-welcome figure figcaption {
    width: 436px;
  }
}
@media (max-width: 768px) {
  .home-welcome .about-figure {
    padding: 0 0 2rem 0;
  }
}
.home-welcome .about-figure figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .home-welcome .about-figure figure {
    text-align: end;
  }
}
@media (min-width: 992px) {
  .home-welcome .about-figure figure {
    text-align: center;
  }
}
.home-welcome .about-figure figure img {
  width: 75%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home-welcome .about-figure figure img {
    width: 80%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .home-welcome .about-figure figure img {
    width: 80%;
    height: auto;
  }
}
.home-welcome .about-content {
  font-style: normal;
}
@media (max-width: 768px) {
  .home-welcome .about-content {
    display: block;
    text-align: center;
  }
}
.home-welcome .about-content h2 {
  margin: 0;
  padding: 0;
  color: #484747;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .home-welcome .about-content h2 {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .home-welcome .about-content h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
.home-welcome .about-content h5 {
  margin: 0;
  padding: 0;
  color: #484747;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .home-welcome .about-content h5 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .home-welcome .about-content h5 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.home-welcome .about-content p {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #484747;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home-welcome .about-content .aboutbtn {
    display: flex;
    justify-content: center;
  }
}

.our-vision {
  padding: 3rem 0;
  background: url(../img/white-pattern.png) center no-repeat;
  width: 100%;
  background-size: cover;
}
@media (max-width: 768px) {
  .our-vision {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .our-vision {
    padding: 10rem 0;
  }
}
.our-vision figure {
  width: 100%;
  height: 350px;
  object-fit: cover;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .our-vision figure {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .our-vision figure {
    height: 600px;
  }
}
.our-vision figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-vision figure figcaption {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 1.5;
  background-color: rgba(68, 139, 18, 0.8);
  font-style: italic;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .our-vision figure figcaption {
    width: 50%;
    padding: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .our-vision figure figcaption {
    width: 436px;
    padding: 50px;
    font-size: 2rem;
  }
}

.our-purpose-wrap {
  padding: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .our-purpose-wrap {
    padding: 0 0 8rem 0;
  }
}
@media (min-width: 992px) {
  .our-purpose-wrap {
    padding: 0 0 4rem 0;
  }
}
.our-purpose-wrap h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .our-purpose-wrap h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .our-purpose-wrap h2 {
    font-size: 3.6rem;
  }
}
.our-purpose-wrap p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 3rem;
  line-height: 1.5;
  width: 50%;
}
@media (max-width: 768px) {
  .our-purpose-wrap p {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.our-purpose-wrap h6 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}
.our-purpose-wrap .our-purpose-plans-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .our-purpose-wrap .our-purpose-plans-wrap {
    display: flex;
  }
}
@media (min-width: 992px) {
  .our-purpose-wrap .our-purpose-plans-wrap {
    flex-direction: row;
  }
}
.our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans {
  display: block;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans {
    flex: 0 0 33.33%;
    display: flex;
  }
}
@media (min-width: 992px) {
  .our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans {
    flex: 0 0 33.33%;
    display: flex;
  }
}
.our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 263px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans figure:hover img {
  transform: scale(1.3);
}
.our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
}
.our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans figure img:before {
  content: "";
}
.our-purpose-wrap .our-purpose-plans-wrap .our-purpose-plans figure figcaption {
  position: absolute;
  bottom: 0px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 3rem 2.5rem;
}

.what-we-do {
  padding: 0 0 8rem 0;
}
@media (max-width: 768px) {
  .what-we-do {
    padding: 0;
  }
}
.what-we-do h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}
.what-we-do .border-right {
  border-right: none;
}
@media (min-width: 768px) {
  .what-we-do .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .what-we-do .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.what-we-do .what-we-do-items {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2rem;
  transition: all 1s;
}
@media (min-width: 768px) {
  .what-we-do .what-we-do-items {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .what-we-do .what-we-do-items {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
  }
}
.what-we-do .what-we-do-items p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.what-we-do .what-we-do-items i img {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .what-we-do .what-we-do-items i {
    display: flex;
    justify-content: center;
  }
}
.what-we-do .what-we-do-items.border-none {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .what-we-do .what-we-do-items.border-none {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .what-we-do .what-we-do-items.border-none {
    border-bottom: none;
  }
}
.what-we-do .what-we-do-items:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .what-we-do .what-we-do-items:hover.bg-red {
    position: relative;
    background-color: rgba(217, 217, 217, 0.2);
  }
  .what-we-do .what-we-do-items:hover.bg-red:after {
    content: "";
    background: url(../img/icon-what-we-do-leverage-bg-red.svg) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .what-we-do .what-we-do-items:hover.bg-green {
    position: relative;
    background-color: rgba(217, 217, 217, 0.2);
  }
  .what-we-do .what-we-do-items:hover.bg-green:after {
    content: "";
    background: url(../img/icon-what-we-do-tech-services-bg-green.svg) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
  }
  .what-we-do .what-we-do-items:hover.bg-yellow {
    position: relative;
    background-color: rgba(217, 217, 217, 0.2);
  }
  .what-we-do .what-we-do-items:hover.bg-yellow:after {
    content: "";
    background: url(../img/icon-what-we-do-digital-bg-yellow.svg) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
  }
  .what-we-do .what-we-do-items:hover.bg-blue {
    position: relative;
    background-color: rgba(217, 217, 217, 0.2);
  }
  .what-we-do .what-we-do-items:hover.bg-blue:after {
    content: "";
    background: url(../img/icon-what-we-do-ineraction-bg-blue.svg) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
  }
}

.techno-stack {
  padding: 8rem 0;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .techno-stack {
    padding: 4rem 0 0 0;
  }
}
.techno-stack h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .techno-stack h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .techno-stack h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}
.techno-stack ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .techno-stack ul {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .techno-stack ul {
    margin-bottom: 1rem;
  }
}
.techno-stack .technology-stack-list-item {
  position: relative;
  padding: 0 5px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .techno-stack .technology-stack-list-item {
    padding: 0 0.3rem 0 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list-item {
    padding: 0 2.6rem 0 0;
  }
}
.techno-stack .technology-stack-list-item img {
  flex: 0 0 33.3333%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .techno-stack .technology-stack-list-item img {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list-item img {
    max-width: 250px;
  }
}
.techno-stack .technology-stack-list-item:last-child {
  padding: 0;
}
.techno-stack .technology-stack-list-item span {
  padding: 0;
  margin: 0rem;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
@media (max-width: 992px) {
  .techno-stack .technology-stack-list-item span {
    font-size: 1.6rem;
    bottom: 5px;
  }
}
.techno-stack .technology-stack-list-item i {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 992px) {
  .techno-stack .technology-stack-list-item i {
    left: 16px;
    top: 8px;
  }
}
.techno-stack .technology-stack-list-item i img {
  width: 40px !important;
  height: 40px !important;
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list-item i img {
    width: 60px !important;
    height: 60px !important;
  }
}
.techno-stack .technology-stack-list-item.ml span {
  bottom: 8px;
}
@media (max-width: 992px) {
  .techno-stack .technology-stack-list-item.ml span {
    bottom: 0px;
  }
}
.techno-stack .technology-stack-list-item.mobile i {
  top: 37px !important;
}
.techno-stack .technology-stack-list-item.mobile i img {
  width: 60px !important;
  height: 60px !important;
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list-item.mobile i img {
    width: 80px !important;
    height: 80px !important;
  }
}
.techno-stack .technology-stack-list-item.mobile img {
  max-width: 270px !important;
}
@media (max-width: 768px) {
  .techno-stack .technology-stack-list-item.mobile img {
    max-width: 248px !important;
  }
}
@media (max-width: 992px) {
  .techno-stack .technology-stack-list-item.mobile img {
    max-width: 200px !important;
  }
}
.techno-stack .technology-stack-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .techno-stack .technology-stack-list {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.techno-stack .technology-stack-list .technology-stack-list-item:nth-child(1) span {
  color: #000000;
}
.techno-stack .technology-stack-list-reverse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .techno-stack .technology-stack-list-reverse {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list-reverse {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.techno-stack .technology-stack-list-reverse .technology-stack-list-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .techno-stack .technology-stack-list-reverse .technology-stack-list-item {
    padding-right: 2rem;
    margin-bottom: 0;
  }
}
.techno-stack .technology-stack-list-reverse .technology-stack-list-item:nth-child(3) span {
  color: #000000;
}

.why-join-us {
  padding: 8rem 0;
  text-align: center;
  background: url(../img/why-joinus-white-pattern.png) no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-position: bottom;
  position: relative;
  top: 0;
  background-size: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .why-join-us {
    padding: 4rem 0 0 0;
  }
}
.why-join-us h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .why-join-us h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .why-join-us h2 {
    font-size: 3.6rem;
  }
}
.why-join-us h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .why-join-us h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .why-join-us h3 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.why-join-us p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  width: 83%;
  line-height: 1.5;
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  .why-join-us p {
    margin: 0 0 2rem 0;
    width: 100%;
  }
}
.why-join-us .our-software-services figure {
  width: 100%;
  height: auto;
}
.why-join-us .our-software-services figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-join-us .our-software-services .service-details .hero-grid-content h2 {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details .hero-grid-content h2 {
    margin-bottom: 1rem !important;
  }
}
.why-join-us .our-software-services .service-details .hero-grid-image {
  height: 250px !important;
}
@media (min-width: 768px) {
  .why-join-us .our-software-services .service-details .hero-grid-image {
    height: 250px !important;
  }
}
@media (min-width: 992px) {
  .why-join-us .our-software-services .service-details.cultur figure img {
    height: 473px !important;
  }
}
.why-join-us .our-software-services .service-details.cultur .hero-grid-content {
  bottom: -20px;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.cultur .hero-grid-content {
    bottom: -4px !important;
  }
}
@media (max-width: 992px) {
  .why-join-us .our-software-services .service-details.cultur .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -10px, 0) !important;
    transform: translate3d(0, -10px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details.change .hero-grid-content {
  bottom: -20px;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.change .hero-grid-content {
    bottom: -10px !important;
  }
}
.why-join-us .our-software-services .service-details.change .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, 10px, 0) !important;
  transform: translate3d(0, 10px, 0) !important;
}
@media (max-width: 992px) {
  .why-join-us .our-software-services .service-details.change .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, 30px, 0) !important;
    transform: translate3d(0, 30px, 0) !important;
  }
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.change .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -38px, 0) !important;
    transform: translate3d(0, -38px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details.excellence .hero-grid-content {
  bottom: -15px;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.excellence .hero-grid-content {
    bottom: -50px !important;
  }
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.excellence .hero-grid-content p {
    -webkit-line-clamp: 8 !important;
    line-clamp: 8 !important;
  }
}
.why-join-us .our-software-services .service-details.excellence .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -10px, 0) !important;
  transform: translate3d(0, -10px, 0) !important;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.excellence .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -60px, 0) !important;
    transform: translate3d(0, -60px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details.work .hero-grid-content {
  bottom: -30px !important;
}
@media (min-width: 768px) {
  .why-join-us .our-software-services .service-details.work .hero-grid-content {
    bottom: -30px !important;
  }
}
@media (min-width: 992px) {
  .why-join-us .our-software-services .service-details.work .hero-grid-content {
    bottom: -15px !important;
  }
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.work .hero-grid-content p {
    -webkit-line-clamp: 8 !important;
    line-clamp: 8 !important;
  }
}
.why-join-us .our-software-services .service-details.work .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -20px, 0) !important;
  transform: translate3d(0, -20px, 0) !important;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.work .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -55px, 0) !important;
    transform: translate3d(0, -55px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details.explore .hero-grid-content {
  bottom: -15px;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.explore .hero-grid-content {
    bottom: -5px !important;
  }
}
.why-join-us .our-software-services .service-details.explore .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, 25px, 0) !important;
  transform: translate3d(0, 25px, 0) !important;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.explore .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -5px, 0) !important;
    transform: translate3d(0, -5px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details.fun .hero-grid-content {
  bottom: -50px;
}
@media (min-width: 768px) {
  .why-join-us .our-software-services .service-details.fun .hero-grid-content {
    bottom: -20px !important;
  }
}
@media (min-width: 992px) {
  .why-join-us .our-software-services .service-details.fun .hero-grid-content {
    bottom: -15px !important;
  }
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.fun .hero-grid-content p {
    -webkit-line-clamp: 8 !important;
    line-clamp: 8 !important;
  }
}
.why-join-us .our-software-services .service-details.fun .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -15px, 0) !important;
  transform: translate3d(0, -15px, 0) !important;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.fun .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -70px, 0) !important;
    transform: translate3d(0, -70px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details.benefit .hero-grid-content {
  bottom: -15px;
}
@media (max-width: 768px) {
  .why-join-us .our-software-services .service-details.benefit .hero-grid-content {
    bottom: -10px !important;
  }
}
.why-join-us .our-software-services .service-details.benefit .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, 20px, 0) !important;
  transform: translate3d(0, 20px, 0) !important;
}
@media (min-width: 768px) {
  .why-join-us .our-software-services .service-details.benefit .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, 60px, 0) !important;
    transform: translate3d(0, 60px, 0) !important;
  }
}
@media (min-width: 992px) {
  .why-join-us .our-software-services .service-details.benefit .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, 30px, 0) !important;
    transform: translate3d(0, 30px, 0) !important;
  }
}
.why-join-us .our-software-services .service-details .hero-grid-content .effect-target {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.why-join-us .our-software-services .service-details .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
}

.why-join-us-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .why-join-us-wrapper {
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .why-join-us-wrapper {
    --gap: 0;
    --num-cols: 4;
    --row-height: 238px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    margin-bottom: 0;
  }
}
.why-join-us-wrapper .our-software-services {
  padding: 0;
}
@media (min-width: 768px) {
  .why-join-us-wrapper .our-software-services {
    flex: 0 0 50%;
  }
  .why-join-us-wrapper .our-software-services:last-child {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .why-join-us-wrapper .our-software-services:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .why-join-us-wrapper .our-software-services:nth-child(2) {
    grid-column: span 2;
  }
  .why-join-us-wrapper .our-software-services:nth-child(3) {
    grid-column: span 2;
  }
  .why-join-us-wrapper .our-software-services:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .why-join-us-wrapper .our-software-services:nth-child(5) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .why-join-us-wrapper .our-software-services:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .why-join-us-wrapper .our-software-services:nth-child(7) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .why-join-us-wrapper .our-software-services:not(:nth-child(1)) {
    height: 236px;
  }
  .why-join-us-wrapper .our-software-services:not(:nth-child(1)) figure {
    height: 236px;
  }
  .why-join-us-wrapper .our-software-services:not(:nth-child(1)) figure img {
    height: 100%;
  }
  .why-join-us-wrapper .our-software-services .service-details {
    margin-bottom: 0px;
    padding: 0;
  }
  .why-join-us-wrapper .our-software-services .service-details .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@media (min-width: 992px) and (max-width: 768px) {
  .why-join-us-wrapper .our-software-services .service-details .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }
}

.leadership {
  padding: 8rem 0 14rem;
  background-color: rgb(250, 250, 250);
}
@media (max-width: 768px) {
  .leadership {
    padding: 4rem 0 0 0;
  }
}
.leadership p {
  padding: 0;
  margin: 0 0 2rem 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .leadership p {
    margin-bottom: 1rem;
  }
}
.leadership h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .leadership h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .leadership h2 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.leadership .leadership-items-lists {
  align-items: flex-start;
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .leadership .leadership-items-lists {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .leadership .leadership-items-lists {
    display: flex;
    margin-bottom: 0;
  }
}
.leadership .leadership-items {
  flex: 0 0 100%;
  max-width: 100%;
  height: 400px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .leadership .leadership-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .leadership .leadership-items {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.leadership .leadership-items .leadership-bottom-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.45%, #e22424 61.59%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 0.5s ease 0s;
  height: 98px;
}
.leadership .leadership-items .leadership-grid {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  height: 100%;
  background-color: #000;
}
@media (min-width: 768px) {
  .leadership .leadership-items .leadership-grid {
    width: 100%;
  }
}
.leadership .leadership-items .leadership-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership .leadership-items .leadership-grid-content {
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -100%;
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .leadership .leadership-items .leadership-grid-content {
    bottom: -18px;
  }
}
@media (max-width: 768px) {
  .leadership .leadership-items .leadership-grid-content.bt-content {
    bottom: -148px !important;
    margin: 0 1rem;
  }
}
.leadership .leadership-items .leadership-grid-content::after, .leadership .leadership-items .leadership-grid-content::before {
  pointer-events: none;
}
.leadership .leadership-items .leadership-grid-content p {
  opacity: 1;
  overflow: hidden;
  min-height: 126px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.leadership .leadership-items .leadership-grid-content h2 {
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
  padding: 0.25em 0;
  line-height: 1;
}
.leadership .leadership-items .leadership-grid-content h2 span {
  font-weight: 400;
  padding-left: 5px;
}
.leadership .leadership-items .leadership-grid-content h2.effect-target {
  text-align: start;
}
.leadership .leadership-items .leadership-grid-content ul {
  padding: 15px 0;
  margin: 0;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap {
  display: flex;
  position: relative;
  bottom: 0;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li {
  padding-right: 15px !important;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li a img {
  display: none;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li a img.white {
  display: block;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li a:hover {
  background-color: #FFFFFF;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li a:hover img.white {
  display: none;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap li a:hover img.red {
  display: block;
}
.leadership .leadership-items .leadership-grid-content ul.social-icon-wrap:last-child li {
  padding-right: 0;
}
.leadership .leadership-items .leadership-grid-content span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 400;
}
.leadership .leadership-items .leadership-grid-content h2.effect-target {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .leadership .leadership-items .leadership-grid-content h2.effect-target {
    margin-bottom: 0.5rem;
  }
}
.leadership .leadership-items .leadership-grid-content .effect-target {
  -webkit-transform: translate3d(0, 400px, 0);
  transform: translate3d(0, 400px, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.leadership .leadership-items .leadership-grid-content p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, transform 0.5s;
}
.leadership .leadership-items figure.leadership-grid:hover .leadership-bottom-gradient {
  background: rgba(226, 36, 36, 0.7);
  transform: translateY(0);
  top: 0;
  bottom: 0;
  height: 100%;
}
.leadership .leadership-items .leadership-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -26px, 0);
  transform: translate3d(0, -26px, 0);
}
@media (min-width: 768px) {
  .leadership .leadership-items .leadership-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
}
@media (min-width: 992px) {
  .leadership .leadership-items .leadership-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
  }
}
.leadership .leadership-items .leadership-grid:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  color: #FFFFFF;
}

.our-software-services {
  background-color: #F5F5F5;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .our-software-services {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .our-software-services {
    padding: 2rem 0;
  }
}
@media (min-width: 1400px) {
  .our-software-services .container {
    max-width: 113rem;
  }
}
.our-software-services .services-title {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .our-software-services .services-title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .our-software-services .services-title {
    margin-bottom: 4rem;
  }
}
.our-software-services .services-title h2 {
  margin: 0;
  padding: 0;
  color: #484747;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .our-software-services .services-title h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .our-software-services .services-title h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
.our-software-services .services-title p {
  padding: 0;
  margin: 0;
  color: #6E6E6E;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .our-software-services .services-title p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .our-software-services .services-title p {
    font-size: 1.8rem;
  }
}
.our-software-services .title {
  text-decoration: none;
}
@media (max-width: 768px) {
  .our-software-services .title {
    padding: 0 0 3rem 0;
  }
}
.our-software-services .title h3 {
  margin: 0;
  padding: 0;
  color: #484747;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .our-software-services .title h3 {
    font-size: 3.2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .our-software-services .title h3 {
    font-size: 3.6rem;
  }
}
.our-software-services .bottom-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 5.45%, rgb(0, 0, 0) 61.59%);
  bottom: 0px;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 0.5s ease 0s;
  top: 100%;
  height: 98px;
}
.our-software-services .bottom-gradient.bt-grid {
  bottom: 85px;
}
.our-software-services .service-details-wrap {
  display: flex;
  flex-wrap: wrap;
}
.our-software-services .service-details {
  display: flex;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .our-software-services .service-details {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .our-software-services .service-details {
    flex: 0 0 33.333%;
    display: flex;
    justify-content: center;
  }
}
.our-software-services .service-details .hero-grid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  background-color: #000;
}
.our-software-services .service-details .hero-grid::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.45%, rgba(0, 0, 0, 0.5) 61.59%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.our-software-services .service-details .hero-grid-image {
  width: 100%;
  height: auto;
}
.our-software-services .service-details .hero-grid-content {
  padding: 0rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -30px;
  margin: 0 2rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .our-software-services .service-details .hero-grid-content {
    bottom: -18px;
  }
}
@media (max-width: 768px) {
  .our-software-services .service-details .hero-grid-content.bt-content {
    bottom: -20px !important;
    margin: 0 1rem;
  }
}
.our-software-services .service-details .hero-grid-content.bt-content h2.effect-target {
  text-align: start;
}
.our-software-services .service-details .hero-grid-content::after, .our-software-services .service-details .hero-grid-content::before {
  pointer-events: none;
}
.our-software-services .service-details .hero-grid-content p {
  width: 100%;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  min-height: 126px;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
}
.our-software-services .service-details .hero-grid-content h2 {
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
  padding: 0.25em 0;
  line-height: 1;
}
.our-software-services .service-details .hero-grid-content h2 span {
  font-weight: 800;
}
.our-software-services .service-details .hero-grid-content h2.effect-target {
  text-align: center;
}
.our-software-services .service-details .hero-grid-content h3 {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}
.our-software-services .service-details .hero-grid-content h2.effect-target {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .our-software-services .service-details .hero-grid-content h2.effect-target {
    margin-bottom: 0.5rem;
  }
}
.our-software-services .service-details .hero-grid-content .effect-target {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.our-software-services .service-details .hero-grid-content .effect-target {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.our-software-services .service-details .hero-grid-content p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, transform 0.5s;
}
.our-software-services .service-details figure.hero-grid:hover .bottom-gradient {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
  transform: translateY(0);
  top: 0;
  bottom: 0;
  height: 100%;
}
.our-software-services .service-details .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
@media (max-width: 768px) {
  .our-software-services .service-details .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }
}
.our-software-services .service-details .hero-grid:hover::after {
  height: 100%;
}
.our-software-services .service-details .hero-grid:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  color: #FFFFFF;
}

.end-software-services {
  padding: 8rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .end-software-services {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .end-software-services {
    padding: 2rem 0;
  }
}
.end-software-services h2 {
  margin: 0;
  padding: 0;
  color: #484747;
  font-size: 3rem;
  font-weight: 600;
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .end-software-services h2 {
    font-size: 3.2rem;
    padding: 0 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .end-software-services h2 {
    font-size: 4.2rem;
    padding: 0 4rem 5rem 4rem;
  }
}
.end-software-services p {
  padding: 0;
  margin: 0 0 2rem 0;
  color: #6E6E6E;
  font-size: 1.8rem;
  font-weight: 400;
}
.end-software-services .service-steps-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 992px) {
  .end-software-services .service-steps-wrap {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .end-software-services .service-steps-wrap {
    width: 87%;
    justify-content: center;
  }
}
.end-software-services .service-steps-wrap .service-steps {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .end-software-services .service-steps-wrap .service-steps {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .end-software-services .service-steps-wrap .service-steps {
    flex: 0 0 20rem;
    max-width: 20rem;
  }
}
@media (min-width: 1200px) {
  .end-software-services .service-steps-wrap .service-steps:not(:last-child) {
    margin-right: 3rem;
  }
}
.end-software-services .service-steps-wrap .service-steps:not(:last-child):after {
  content: "";
  position: absolute;
  right: -55px;
  top: 5rem;
  background-image: url(../img/steps-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 50px;
  background-size: 100%;
  display: none;
}
@media (min-width: 992px) {
  .end-software-services .service-steps-wrap .service-steps:not(:last-child):after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .end-software-services .service-steps-wrap .service-steps:not(:last-child):after {
    right: -55px;
    top: 20px;
  }
}
.end-software-services .service-steps-wrap .service-steps i {
  border: 2px solid #e22424;
  border-radius: 100%;
  padding: 3px 7px;
  font-size: 12px;
  color: #e22424;
  font-style: normal;
  font-weight: 700;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.end-software-services .service-steps-wrap .service-steps img {
  opacity: 0.5;
  margin-top: 1rem;
}
.end-software-services :last-child .service-steps {
  margin-right: 0;
}
.end-software-services .service-steps {
  padding: 2rem 1.5rem;
  border-radius: 25px;
  margin-right: 6rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .end-software-services .service-steps {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .end-software-services .service-steps {
    margin: 0;
  }
}
.end-software-services .service-steps h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
.end-software-services .service-steps p {
  padding: 0;
  margin: 0;
  color: #6E6E6E;
  font-size: 1.6rem;
  font-weight: 400;
}

.our-journey {
  background-color: #ffffff;
  padding: 0;
}
@media (min-width: 768px) {
  .our-journey {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 992px) {
  .our-journey {
    padding: 8rem 0 8rem;
  }
}
.our-journey h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .our-journey h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .our-journey h2 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.our-journey .our-journey-wrap {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .our-journey .our-journey-wrap {
    display: block;
  }
}
.our-journey .our-journey-wrap .our-journey-items {
  flex: 0 0 33.333%;
  padding: 2rem 2rem 0 2rem;
  margin-right: 3rem;
  border: 1px solid #e7e7e7;
}
.our-journey .our-journey-wrap .our-journey-items:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .our-journey .our-journey-wrap .our-journey-items {
    flex: 0 0 100%;
    margin: 0 auto;
  }
}
.our-journey .our-journey-wrap .our-journey-items h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.our-journey .our-journey-wrap .our-journey-items figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-journey .our-journey-wrap .our-journey-items figcaption ul {
  list-style: none;
  padding-left: 3rem;
}
.our-journey .our-journey-wrap .our-journey-items figcaption li {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .our-journey .our-journey-wrap .our-journey-items figcaption li {
    margin-bottom: 0rem;
  }
}
.our-journey .our-journey-wrap .our-journey-items figcaption li::before {
  content: "•";
  color: #e22424;
  font-weight: 800;
  display: inline-block;
  width: 1rem;
  align-items: center;
  margin-left: -1em;
  font-size: 3rem;
  padding-right: 2rem;
}
.our-journey .our-journey-wrap .our-journey-items figcaption p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #808080;
}
.our-journey .history-slider-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .our-journey .history-slider-item {
    display: block;
  }
}
.our-journey .history-slider-item figure {
  flex: 0 0 435px;
  height: 475px;
}
.our-journey .history-slider-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-journey .history-slider-item figcaption {
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .our-journey .history-slider-item figcaption {
    text-align: center;
    padding: 2rem;
  }
}
.our-journey .history-slider-item figcaption h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.our-journey .history-slider-item figcaption ul {
  padding-bottom: 3rem;
}
.our-journey .history-slider-item figcaption li {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: block;
  list-style-type: circle;
}
@media (max-width: 768px) {
  .our-journey .history-slider-item figcaption li {
    margin-bottom: 2rem;
  }
}
.our-journey .history-slider-item figcaption p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #808080;
}

footer {
  background-color: #1e1e1e;
  padding: 2.5rem 0 0;
}
@media (min-width: 768px) {
  footer {
    padding: 4.5rem 0 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 6.5rem 0 0;
  }
}
footer .footer-logo {
  display: block;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  footer .footer-logo {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  footer .footer-logo {
    margin-bottom: 8.5rem;
  }
}
footer .address {
  margin-bottom: 5rem;
}
footer .address li {
  text-align: center;
  font-size: 1.6rem;
  font-family: 500;
  line-height: 1.2;
  color: #ffffff;
  list-style: none;
}
footer .address li h3 {
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 0 1rem;
}
footer .address li a {
  color: #ffffff;
  text-decoration: none;
}
footer .address li a:hover {
  text-decoration: underline;
}
footer .address li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .get-free-quote {
  width: 22.5rem;
  height: 4.8rem;
  background-color: rgba(217, 217, 217, 0.4);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
footer .get-free-quote:hover {
  background-color: #ffffff;
  color: #000000;
}
footer .get-free-quote:after, footer .get-free-quote:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 12.2rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  footer .get-free-quote:after, footer .get-free-quote:before {
    width: 9.2rem;
  }
}
footer .get-free-quote:after {
  left: -48%;
}
@media (max-width: 768px) {
  footer .get-free-quote:after {
    left: -30%;
  }
}
footer .get-free-quote:before {
  right: -48%;
}
@media (max-width: 768px) {
  footer .get-free-quote:before {
    right: -30%;
  }
}
footer .social-icon {
  margin-bottom: 4.5rem;
}
footer .social-icon li .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
  display: block;
}
footer .social-icon li .icon.fb {
  background-image: url(../img/social-icon-facebook-red.svg);
}
footer .social-icon li .icon.fb:hover {
  background-image: url(../img/social-icon-facebook.svg);
}
footer .social-icon li .icon.in {
  background-image: url(../img/social-icon-linkedin-red.svg);
}
footer .social-icon li .icon.in:hover {
  background-image: url(../img/social-icon-linkedin.svg);
}
footer .social-icon li .icon.pin {
  background-image: url(../img/social-icon-pintrest-red.svg);
}
footer .social-icon li .icon.pin:hover {
  background-image: url(../img/social-icon-pintrest.svg);
}
footer .social-icon li:not(:last-child) {
  margin-right: 2.5rem;
}
footer .copyrights {
  position: relative;
}
footer .copyrights:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .copyrights p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 4rem 0;
  color: #ffffff;
}

.user-expereience {
  padding: 2rem 0;
  background-image: url(../img/our-vosion-bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .user-expereience {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .user-expereience {
    padding: 8rem 0;
  }
}
.user-expereience .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .user-expereience .top {
    margin-bottom: 4rem;
  }
}
.user-expereience .top .user-expereience-title,
.user-expereience .top .ux-and-retention {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .user-expereience .top .user-expereience-title,
.user-expereience .top .ux-and-retention {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
.user-expereience .top .user-expereience-title h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .user-expereience .top .user-expereience-title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .user-expereience .top .user-expereience-title h2 {
    font-size: 3.6rem;
  }
}
.user-expereience .top .user-expereience-title ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.user-expereience .top .user-expereience-title ul li {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .user-expereience .top .user-expereience-title ul li {
    font-size: 2.4rem;
  }
}
.user-expereience .top .user-expereience-title ul li:after {
  content: "";
  width: 3px;
  height: 1.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
}
.user-expereience .top .user-expereience-title ul li:first-child {
  padding-left: 0;
}
.user-expereience .top .user-expereience-title ul li:last-child {
  padding-right: 0;
}
.user-expereience .top .user-expereience-title ul li:last-child:after {
  display: none;
}
.user-expereience .top .user-expereience-title p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.user-expereience .top .ux-and-retention {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.user-expereience .top .ux-and-retention .box {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .user-expereience .top .ux-and-retention .box {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .user-expereience .top .ux-and-retention .box {
    height: 26rem;
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    padding: 3rem 2rem;
    margin-bottom: 0;
  }
}
.user-expereience .top .ux-and-retention .box h4,
.user-expereience .top .ux-and-retention .box p {
  color: #ffffff;
}
.user-expereience .top .ux-and-retention .box h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.user-expereience .top .ux-and-retention .box p {
  font-size: 1.6rem;
  font-weight: 400;
}
.user-expereience .user-expereience-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.user-expereience .user-expereience-box .box {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  height: 16rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .user-expereience .user-expereience-box .box {
    flex: 0 0 calc(16.6666% - 17px);
    max-width: calc(16.6666% - 17px);
    margin-bottom: 0;
  }
}
.user-expereience .user-expereience-box .box img {
  display: block;
  margin-bottom: 1rem;
}
.user-expereience .user-expereience-box .box p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  max-width: 65%;
  text-align: center;
}
.user-expereience .user-expereience-box .box.ar p {
  color: #000000;
}
.user-expereience .user-expereience-box .box.yellow {
  background-color: #eecb12;
}
.user-expereience .user-expereience-box .box.blue {
  background-color: #0066ff;
}
.user-expereience .user-expereience-box .box.red {
  background-color: #e22424;
}
.user-expereience .user-expereience-box .box.green {
  background-color: #6baf14;
}

.why-us {
  padding: 3rem 0;
  background: url(../img/why-joinus-white-pattern.png) center;
  width: 100%;
  background-size: cover;
}
@media (min-width: 768px) {
  .why-us {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .why-us {
    padding: 8rem 0;
  }
}
.why-us .why-us-content {
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .why-us .why-us-content {
    padding: 2rem 0 0 0;
  }
}
@media (min-width: 992px) {
  .why-us .why-us-content {
    padding: 5rem 0 0 0;
  }
}
.why-us .why-us-content p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .why-us .why-us-content p {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .why-us .why-us-content p {
    padding: 0;
    margin: 0 0 2rem 0;
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.3rem;
  }
}
.why-us h2 {
  margin: 0;
  padding: 0;
  color: #0066ff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.why-us h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .why-us h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    padding: 0 0 2rem 0;
  }
}
@media (min-width: 992px) {
  .why-us h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3.6rem;
    font-weight: 400;
    padding: 0 13rem 0 0;
  }
}
.why-us .why-us-wrap {
  display: flex;
  flex-wrap: wrap;
}
.why-us .why-us-wrap .why-us-box {
  position: relative;
  flex: 0 0 100%;
  height: 200px;
  padding: 2rem;
  margin: 0 0 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .why-us .why-us-wrap .why-us-box {
    flex: 0 0 48%;
    height: 225px;
    text-align: center;
  }
  .why-us .why-us-wrap .why-us-box:nth-child(-n+2) {
    margin-bottom: 1rem;
  }
  .why-us .why-us-wrap .why-us-box:nth-child(odd) {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .why-us .why-us-wrap .why-us-box {
    flex: 0 0 48%;
    height: 260px;
    text-align: initial;
    padding: 2rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.why-us .why-us-wrap .why-us-box p {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 100%;
}
@media (min-width: 768px) {
  .why-us .why-us-wrap .why-us-box p {
    font-size: 2.2rem;
    font-weight: 700;
    max-width: 100%;
    bottom: 5px;
  }
}
@media (min-width: 992px) {
  .why-us .why-us-wrap .why-us-box p {
    font-size: 2.4rem;
    font-weight: 700;
    bottom: 5px;
    line-height: 3.1rem;
    max-width: 40px;
    left: 21px;
  }
}
.why-us .why-us-wrap .why-us-box.yellow {
  background-color: #eecb12;
}
.why-us .why-us-wrap .why-us-box.blue {
  background-color: #0066ff;
}
.why-us .why-us-wrap .why-us-box.red {
  background-color: #e22424;
}
.why-us .why-us-wrap .why-us-box.green {
  background-color: #6baf14;
}

.our-approch {
  position: relative;
}
.our-approch .our-approach-content {
  padding: 0;
}
@media (min-width: 768px) {
  .our-approch .our-approach-content {
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 992px) {
  .our-approch .our-approach-content {
    padding: 0 4rem 0 0;
  }
}
.our-approch .our-approach-content h2 {
  margin: 0;
  padding: 0;
  color: #e22424;
  font-size: 2rem;
  font-weight: 800;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .our-approch .our-approach-content h2 {
    margin: 0;
    padding: 0;
    color: #e22424;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .our-approch .our-approach-content h2 {
    margin: 0;
    padding: 0;
    color: #e22424;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-top: 15rem;
  }
}
.our-approch .our-approach-content h3 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .our-approch .our-approach-content h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .our-approch .our-approach-content h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3.6rem;
    font-weight: 400;
    padding-bottom: 2.5rem;
  }
}
.our-approch .our-approach-content .accordion-item h2 {
  padding: 0;
  margin: 0;
}
.our-approch .our-approach-content .accordion-item h2 button.accordion-button {
  font-size: 2rem;
  font-weight: 700;
  height: 6rem;
}
@media (min-width: 768px) {
  .our-approch .our-approach-content .accordion-item h2 button.accordion-button {
    height: 6rem;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .our-approch .our-approach-content .accordion-item h2 button.accordion-button {
    height: 8rem;
    font-size: 2rem;
    padding: 2rem;
  }
}
.our-approch .our-approach-content .accordion-item h2 button.accordion-button:after {
  background: url(../img/data-ai/icon-down-arrow.svg) no-repeat right;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}
.our-approch .our-approach-content .accordion-item h2 button.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
}
.our-approch .our-approach-content .accordion-item h2 button.accordion-button:not(.collapsed):after {
  margin-right: 8px !important;
}
.our-approch .our-approach-content .accordion-item h2 button.accordion-button:focus {
  border-color: rgba(245, 245, 245, 0.5);
  box-shadow: none;
}
.our-approch .our-approach-content .accordion-item .accordion-body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2rem 1rem;
}
@media (min-width: 768px) {
  .our-approch .our-approach-content .accordion-item .accordion-body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .our-approch .our-approach-content .accordion-item .accordion-body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 2rem 2rem;
  }
}
.our-approch .approach-figure {
  background: url(../img/data-ai/img-our-approach.jpg) top no-repeat;
  width: 100%;
  height: 600px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .our-approch .approach-figure {
    height: 600px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .our-approch .approach-figure {
    height: 846px;
    top: 0;
    width: 50%;
  }
}

.product-service {
  margin: 0 0 8rem 0;
}
.product-service:before {
  display: block;
  height: 29rem;
  margin-top: -18rem;
  visibility: hidden;
  content: "";
}
@media (min-width: 768px) {
  .product-service:before {
    height: 28rem;
    margin-top: -18rem;
  }
}
@media (min-width: 992px) {
  .product-service:before {
    height: 34rem;
    margin-top: -18rem;
  }
}
.product-service h2 {
  margin: 0;
  padding: 0;
  color: #7CB342;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .product-service h2 {
    margin: 0;
    padding: 0;
    color: #7CB342;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .product-service h2 {
    margin: 0;
    padding: 0;
    color: #7CB342;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.product-service h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .product-service h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto 4rem;
  }
}
@media (min-width: 992px) {
  .product-service h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3.4rem;
    font-weight: 400;
    max-width: 60%;
    margin: 0 auto 7rem;
  }
}
.product-service p {
  padding: 0;
  margin: 0 0 1rem 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .product-service p {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.3rem;
  }
}
@media (min-width: 992px) {
  .product-service p {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.3rem;
  }
}
.product-service .product-service-wrap {
  display: block;
  padding: 0rem 0 2rem 0;
}
@media (min-width: 768px) {
  .product-service .product-service-wrap {
    display: flex;
    padding: 0rem 0 2rem 0;
  }
}
@media (min-width: 992px) {
  .product-service .product-service-wrap {
    display: flex;
    padding: 2rem 0 4rem 0;
  }
}
.product-service .product-service-wrap .card {
  flex: 0 0 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .product-service .product-service-wrap .card {
    flex: 0 0 33.333%;
    margin-right: 1rem;
    border-color: #F5F5F5;
  }
}
@media (min-width: 992px) {
  .product-service .product-service-wrap .card {
    flex: 0 0 33.333%;
    margin-right: 1rem;
    border-color: #F5F5F5;
  }
}
.product-service .product-service-wrap .card .card-header {
  background: transparent;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-color: #F5F5F5;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-service .product-service-wrap .card .card-header {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .product-service .product-service-wrap .card .card-header {
    padding: 2rem 3rem;
    justify-content: flex-start;
  }
}
.product-service .product-service-wrap .card .card-header h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .product-service .product-service-wrap .card .card-header h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 2.4rem;
    font-weight: 700;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .product-service .product-service-wrap .card .card-header h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 2.6rem;
    font-weight: 700;
    padding-left: 2rem;
  }
}
.product-service .product-service-wrap .card .card-body {
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .product-service .product-service-wrap .card .card-body {
    padding: 1.5rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .product-service .product-service-wrap .card .card-body {
    padding: 2.5rem 3rem;
  }
}
.product-service .product-service-wrap .card .card-body p {
  padding: 0;
  margin: 0 0 1rem 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-service .product-service-wrap .card .card-body p {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .product-service .product-service-wrap .card .card-body p {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.product-service .product-service-wrap .card .card-body ul {
  position: relative;
}
.product-service .product-service-wrap .card .card-body ul li {
  list-style-type: none;
  padding-left: 1rem;
}
.product-service .product-service-wrap .card .card-body ul li::before {
  content: "";
  background: url(../img/data-ai/icon-tick.svg) no-repeat !important;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 5px;
  margin-top: 5px;
}
.product-service ul li {
  padding: 0;
  margin: 0 0 1rem 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: disc;
}
@media (min-width: 768px) {
  .product-service ul li {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    list-style-type: disc;
  }
}
@media (min-width: 992px) {
  .product-service ul li {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    list-style-type: disc;
  }
}

.benefits {
  background: rgba(245, 245, 245, 0.5);
  padding: 4rem 0 4rem;
}
@media (min-width: 768px) {
  .benefits {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .benefits {
    padding: 8rem 0;
  }
}
.benefits .benefits-title {
  text-align: center;
}
.benefits .benefits-title h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .benefits .benefits-title h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .benefits .benefits-title h2 {
    font-size: 2.4rem;
  }
}
.benefits .benefits-title h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .benefits .benefits-title h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 992px) {
  .benefits .benefits-title h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3.6rem;
    font-weight: 400;
    margin: 0 auto 5rem;
  }
}
.benefits .benefits-grid {
  display: flex;
  flex-wrap: wrap;
}
.benefits .benefits-grid:hover {
  cursor: pointer;
}
.benefits .benefits-grid .benefits-item {
  display: block;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .benefits .benefits-grid .benefits-item {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .benefits .benefits-grid .benefits-item {
    flex: 0 0 50%;
  }
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  background-color: #000;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 61.59%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
@media (max-width: 768px) {
  .benefits .benefits-grid .benefits-item .benefits-hero-grid {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .benefits .benefits-grid .benefits-item .benefits-hero-grid {
    width: 100%;
  }
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content {
  padding: 0rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -30px;
  margin: 0 2rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .benefits .benefits-grid .benefits-item .benefits-hero-grid-content {
    bottom: -18px;
  }
}
@media (max-width: 768px) {
  .benefits .benefits-grid .benefits-item .benefits-hero-grid-content.bt-content {
    bottom: -20px !important;
    margin: 0 1rem;
  }
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content.bt-content h2.effect-target {
  text-align: start;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content::after, .benefits .benefits-grid .benefits-item .benefits-hero-grid-content::before {
  pointer-events: none;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content p {
  width: 100%;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  min-height: 126px;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content h2 {
  font-weight: 300;
  padding: 0.25rem 0;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content h2.effect-target {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .benefits .benefits-grid .benefits-item .benefits-hero-grid-content h2.effect-target {
    margin-bottom: 0.5rem;
  }
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content .effect-target {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content .effect-target {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid-content p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, transform 0.5s;
}
.benefits .benefits-grid .benefits-item figure.benefits-hero-grid:hover .benefits-gradient {
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  transform: translateY(0);
  top: 0;
  bottom: 0;
  height: 100%;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
@media (max-width: 768px) {
  .benefits .benefits-grid .benefits-item .benefits-hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid:hover::after {
  height: 100%;
}
.benefits .benefits-grid .benefits-item .benefits-hero-grid:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  color: #FFFFFF;
}

.data-arena {
  padding: 2rem 0 0rem;
}
@media (min-width: 768px) {
  .data-arena {
    padding: 4rem 0 0rem 0;
  }
}
@media (min-width: 992px) {
  .data-arena {
    padding: 8rem 0 5rem 0;
  }
}
.data-arena .data-arena-team {
  text-align: center;
  margin-bottom: 2.8rem;
}
.data-arena .data-arena-team h2 {
  margin: 0;
  padding: 0;
  color: #0066ff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.data-arena .data-arena-team h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto 2.5rem;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 3.6rem;
    font-weight: 400;
    max-width: 70%;
    margin: 0 auto 2.5rem;
  }
}
.data-arena .data-arena-team p {
  padding: 0;
  margin: 0 auto;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 100%;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team p {
    padding: 0;
    margin: 0 auto;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team p {
    padding: 0;
    margin: 0 auto;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 92%;
  }
}
.data-arena .data-arena-team-wrap {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}
.data-arena .data-arena-team-wrap .card {
  margin-right: 0rem;
  padding: 2rem 1rem;
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team-wrap .card {
    flex: 0 0 49%;
    padding: 2rem 1rem;
  }
  .data-arena .data-arena-team-wrap .card:nth-child(odd) {
    margin-right: 1rem;
  }
  .data-arena .data-arena-team-wrap .card:nth-child(-n+2) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team-wrap .card {
    flex: 0 0 24.2%;
    margin-right: 1rem;
    padding: 3rem 1rem 4rem 1rem;
  }
  .data-arena .data-arena-team-wrap .card:nth-child(even) {
    margin-right: 1rem;
  }
  .data-arena .data-arena-team-wrap .card:last-child {
    margin-right: 0;
  }
}
.data-arena .data-arena-team-wrap .card figure {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team-wrap .card figure {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team-wrap .card figure {
    margin-bottom: 2.5rem;
  }
}
.data-arena .data-arena-team-wrap .card figcaption h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team-wrap .card figcaption h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team-wrap .card figcaption h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.data-arena .data-arena-team-wrap .card figcaption p {
  padding: 0;
  margin: 0 auto 0.5rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 100%;
}
@media (min-width: 768px) {
  .data-arena .data-arena-team-wrap .card figcaption p {
    padding: 0;
    margin: 0 auto 0.5rem;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .data-arena .data-arena-team-wrap .card figcaption p {
    padding: 0;
    margin: 0 auto 0.5rem;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 88%;
  }
}

.ready-to-talk,
.mail-to-us {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .ready-to-talk,
.mail-to-us {
    width: 50%;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .ready-to-talk,
.mail-to-us {
    width: 50%;
    height: 325px;
  }
}
.ready-to-talk:before,
.mail-to-us:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 200px;
  z-index: -1;
}
@media (min-width: 768px) {
  .ready-to-talk:before,
.mail-to-us:before {
    height: 250px;
    width: 8%;
  }
}
@media (min-width: 850px) {
  .ready-to-talk:before,
.mail-to-us:before {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .ready-to-talk:before,
.mail-to-us:before {
    height: 325px;
    width: calc(50% - 480px);
  }
}
@media (min-width: 1200px) {
  .ready-to-talk:before,
.mail-to-us:before {
    height: 325px;
    width: calc(50% - 535px);
  }
}

.ready-to-talk {
  background-color: #0066ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .ready-to-talk {
    background-color: #0066ff;
    justify-content: left;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .ready-to-talk {
    background-color: #0066ff;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: left;
  }
}
.ready-to-talk:before {
  background-color: #0066ff;
  left: 0;
}

.mail-to-us {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eecb12;
}
@media (min-width: 768px) {
  .mail-to-us {
    background-color: #eecb12;
  }
}
@media (min-width: 992px) {
  .mail-to-us {
    background-color: #eecb12;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 8rem;
  }
}
.mail-to-us:before {
  background-color: #eecb12;
  right: 0;
}

.footer-contact {
  position: relative;
}
.footer-contact h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .footer-contact h2 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .footer-contact h2 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
.footer-contact p {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer-contact p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 400;
  }
}
.footer-contact a {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer-contact a {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 400;
  }
}
.footer-contact a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.technologies-services {
  padding: 2rem 0 4rem;
}
@media (min-width: 768px) {
  .technologies-services {
    padding: 2rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .technologies-services {
    padding: 8rem 0;
  }
}
.technologies-services .technologies-services-title {
  text-align: center;
}
.technologies-services .technologies-services-title h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .technologies-services .technologies-services-title h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .technologies-services .technologies-services-title h2 {
    font-size: 3.6rem;
  }
}
.technologies-services .technologies-services-title .sub-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .technologies-services .technologies-services-title .sub-info {
    margin-bottom: 8.5rem;
  }
}
.technologies-services .technologies-services-title .sub-info li {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 1rem;
  position: relative;
  text-transform: capitalize;
}
.technologies-services .technologies-services-title .sub-info li:after {
  content: "";
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
}
.technologies-services .technologies-services-title .sub-info li:first-child {
  padding-left: 0;
}
.technologies-services .technologies-services-title .sub-info li:last-child {
  padding-right: 0;
}
.technologies-services .technologies-services-title .sub-info li:last-child:after {
  display: none;
}
.technologies-services .technologies-services-grid {
  display: flex;
  flex-wrap: wrap;
}
.technologies-services .technologies-services-grid:hover {
  cursor: pointer;
}
.technologies-services .technologies-services-grid .item {
  display: flex;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .technologies-services .technologies-services-grid .item {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .technologies-services .technologies-services-grid .item {
    flex: 0 0 33.333%;
  }
}
.technologies-services .technologies-services-grid .item .hero-grid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  background-color: #000;
}
.technologies-services .technologies-services-grid .item .hero-grid::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 61.59%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
@media (max-width: 768px) {
  .technologies-services .technologies-services-grid .item .hero-grid {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .technologies-services .technologies-services-grid .item .hero-grid {
    width: 100%;
  }
}
.technologies-services .technologies-services-grid .item .hero-grid-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.technologies-services .technologies-services-grid .item .hero-grid-content {
  padding: 0rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -30px;
  margin: 0 2rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .technologies-services .technologies-services-grid .item .hero-grid-content {
    bottom: -18px;
  }
}
@media (max-width: 768px) {
  .technologies-services .technologies-services-grid .item .hero-grid-content.bt-content {
    bottom: -20px !important;
    margin: 0 1rem;
  }
}
.technologies-services .technologies-services-grid .item .hero-grid-content.bt-content h2.effect-target {
  text-align: start;
}
.technologies-services .technologies-services-grid .item .hero-grid-content::after, .technologies-services .technologies-services-grid .item .hero-grid-content::before {
  pointer-events: none;
}
.technologies-services .technologies-services-grid .item .hero-grid-content p {
  width: 100%;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  min-height: 126px;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
}
.technologies-services .technologies-services-grid .item .hero-grid-content h2 {
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
  padding: 0.25em 0;
  line-height: 1;
}
.technologies-services .technologies-services-grid .item .hero-grid-content h2 span {
  font-weight: 800;
}
.technologies-services .technologies-services-grid .item .hero-grid-content h2.effect-target {
  text-align: center;
}
.technologies-services .technologies-services-grid .item .hero-grid-content span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 400;
}
.technologies-services .technologies-services-grid .item .hero-grid-content h2.effect-target {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .technologies-services .technologies-services-grid .item .hero-grid-content h2.effect-target {
    margin-bottom: 0.5rem;
  }
}
.technologies-services .technologies-services-grid .item .hero-grid-content .effect-target {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.technologies-services .technologies-services-grid .item .hero-grid-content .effect-target {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.technologies-services .technologies-services-grid .item .hero-grid-content p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, transform 0.5s;
}
.technologies-services .technologies-services-grid .item figure.hero-grid:hover .bottom-gradient {
  transform: translateY(0);
  top: 0;
  bottom: 0;
  height: 100%;
}
.technologies-services .technologies-services-grid .item .hero-grid:hover .effect-target {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
@media (max-width: 768px) {
  .technologies-services .technologies-services-grid .item .hero-grid:hover .effect-target {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
.technologies-services .technologies-services-grid .item .hero-grid:hover::after {
  height: 100%;
}
.technologies-services .technologies-services-grid .item .hero-grid:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  color: #FFFFFF;
}

.features {
  padding: 0 0 4rem;
}
@media (min-width: 768px) {
  .features {
    padding: 0 0 4rem;
  }
}
@media (min-width: 992px) {
  .features {
    padding: 5rem 0 11rem;
  }
}
.features .title-wrap {
  text-align: center;
}
.features .title-wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .features .title-wrap h2 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .features .title-wrap h2 {
    font-size: 3.6rem;
  }
}
.features .title-wrap .sub-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .features .title-wrap .sub-info {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .features .title-wrap .sub-info {
    margin-bottom: 7.5rem;
  }
}
.features .title-wrap .sub-info li {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 1rem;
  position: relative;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .features .title-wrap .sub-info li {
    font-size: 1.6rem;
  }
}
.features .title-wrap .sub-info li:after {
  content: "";
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
}
.features .title-wrap .sub-info li:first-child {
  padding-left: 0;
}
.features .title-wrap .sub-info li:last-child {
  padding-right: 0;
}
.features .title-wrap .sub-info li:last-child:after {
  display: none;
}
.features .features-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .features .features-list {
    align-items: initial;
  }
}
@media (min-width: 992px) {
  .features .features-list {
    align-items: center;
  }
}
.features .features-list figcaption,
.features .features-list figure {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .features .features-list figcaption,
.features .features-list figure {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .features .features-list figcaption,
.features .features-list figure {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.features .features-list figure {
  width: 380px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .features .features-list figure {
    height: auto;
  }
}
@media (min-width: 992px) {
  .features .features-list figure {
    display: flex;
    align-items: center;
    height: 600px;
  }
}
.features .features-list figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .features .features-list figcaption {
    padding-top: 4rem;
  }
}
.features .features-list figcaption ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .features .features-list figcaption ul li h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .features .features-list figcaption ul li h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.features .features-list figcaption ul li p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .features .features-list figcaption ul li p {
    min-height: 8rem;
  }
}
@media (min-width: 992px) {
  .features .features-list figcaption ul li p {
    min-height: 8rem;
  }
}
.features .features-list figcaption ul li:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .features .features-list figcaption ul li:not(:last-child) {
    margin-bottom: 7rem;
  }
}

.any-questions {
  padding: 0 0 5rem;
}
@media (min-width: 992px) {
  .any-questions {
    padding: 0 0 8rem;
  }
}
.any-questions .black-box {
  width: 100%;
  min-height: 275px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0;
}
.any-questions .black-box p {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .any-questions .black-box p {
    font-size: 4rem;
  }
}
.any-questions .black-box p strong {
  font-weight: 700;
}
.any-questions .black-box .btn {
  width: 14rem;
  height: 4rem;
  background-color: #e22424;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.any-questions .black-box .btn:hover {
  background-color: #ffffff;
  color: #e22424;
}

.btn-small {
  width: 16.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1.5px solid transparent;
  transition: all 0.5s ease-in;
}

.btn-red-filled {
  background-color: #e22424 !important;
  color: #ffffff !important;
}
.btn-red-filled:hover {
  background-color: transparent !important;
  color: #e22424 !important;
  border-color: #e22424 !important;
}

.btn-blue-filled {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.btn-blue-filled:hover {
  background-color: transparent !important;
  color: #0066ff !important;
  border-color: #0066ff !important;
}

.btn-green-filled {
  background-color: #6baf14 !important;
  color: #ffffff !important;
}
.btn-green-filled:hover {
  background-color: transparent !important;
  color: #6baf14 !important;
  border-color: #6baf14 !important;
}

.btn-yellow-filled {
  background-color: #eecb12 !important;
  color: #000000 !important;
}
.btn-yellow-filled:hover {
  background-color: transparent !important;
  color: #eecb12 !important;
  border-color: #eecb12 !important;
}

.technology-stack {
  background-color: #f7f7f7;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .technology-stack {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .technology-stack {
    padding: 8rem 0;
  }
}
.technology-stack h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .technology-stack h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .technology-stack h2 {
    font-size: 3.6rem;
  }
}
.technology-stack .sub-info {
  text-align: center;
  max-width: 64%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .technology-stack .sub-info {
    max-width: 90%;
    margin-bottom: 2rem;
  }
}
.technology-stack h5 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 100%;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .technology-stack h5 {
    font-size: 3.2rem;
    margin: 0 auto 2rem;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .technology-stack h5 {
    font-size: 3.6rem;
    margin: 0 auto 4rem;
    max-width: 80%;
  }
}
.technology-stack .btn-small {
  margin: 0 auto;
}
.technology-stack .stack-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .technology-stack .stack-logos {
    margin-bottom: 6rem;
  }
}
.technology-stack .stack-logos li {
  margin: 0 1rem 1.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .technology-stack .stack-logos li {
    margin: 0 1rem 4rem;
  }
}

.explore-job {
  padding: 5rem 0 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .explore-job {
    padding: 8rem 0 8rem;
  }
}
.explore-job h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .explore-job h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .explore-job h2 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
.explore-job .sub-info {
  text-align: center;
  max-width: 64%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .explore-job .sub-info {
    max-width: 90%;
    margin-bottom: 2rem;
  }
}
.explore-job .opportunities-list {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .explore-job .opportunities-list .col-lg-6 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.explore-job .opportunities-info {
  border: 1px solid #e7e7e7;
  width: 100%;
  min-height: 280px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .explore-job .opportunities-info {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .explore-job .opportunities-info {
    padding: 3rem 2.5rem 2.5rem;
  }
}
.explore-job .opportunities-info h6 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.explore-job .opportunities-info .info {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  min-height: 105px;
  color: #757575;
}
.explore-job .opportunities-info .info.small {
  min-height: 65px;
}
@media (min-width: 992px) {
  .explore-job .opportunities-info .info {
    margin-bottom: 3rem;
  }
}
.explore-job .opportunities-info .apply-info {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 2rem;
}
.explore-job .opportunities-info .apply-info a {
  color: #e22424;
  text-decoration: underline;
}
.explore-job .opportunities-info .apply-info a:hover {
  text-decoration: none;
}
.explore-job .opportunities-info .location-and-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore-job .opportunities-info .location-and-apply .btn-small {
  font-weight: 600;
  display: none;
}
.explore-job .opportunities-info .location-and-apply .location {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 2rem;
}
.explore-job .opportunities-info .location-and-apply .location:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/icon-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 11px;
  height: 15px;
}

.explore-life {
  padding: 0 0 12rem;
}
.explore-life .explore-life-description {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  border-radius: 1rem;
  height: 393px;
}
@media (min-width: 992px) {
  .explore-life .explore-life-description {
    height: 393px;
  }
}
.explore-life .explore-life-description > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 3.5rem;
}
@media (min-width: 992px) {
  .explore-life .explore-life-description > div {
    width: 30rem;
  }
}
.explore-life .explore-life-description > div h3,
.explore-life .explore-life-description > div p {
  color: #ffffff;
}
.explore-life .explore-life-description > div h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.explore-life .explore-life-description > div p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.explore-life .explore-life-description > div .btn-small:hover {
  background-color: #ffffff !important;
  color: #e22424 !important;
}

.clients {
  padding: 6rem 0;
}
.clients h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.clients .clients-logo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.clients .clients-logo img {
  margin: 1rem 3rem;
  height: 60px;
}

.contact-us {
  padding: 8rem 0;
  text-align: center;
  background: url(../img/why-joinus-white-pattern.png) no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-position: bottom;
  position: relative;
  top: 0;
  background-size: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .contact-us {
    padding: 4rem 0 0 0;
  }
}
.contact-us h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-us h2 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-us h2 {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
.contact-us .contact-form {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-us .contact-form {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .contact-us .contact-form {
    max-width: 80%;
  }
}
.contact-us .form-label {
  font-size: 1.6rem;
}
.contact-us .form-control {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
}
.contact-us .form-control:focus {
  border-color: #e22424;
  box-shadow: none;
}
.contact-us .form-group {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-us .form-group {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .contact-us .form-group {
    margin-bottom: 3rem;
  }
}
.contact-us .form-group .error {
  color: #e22424;
  font-size: 1.2rem;
}
.contact-us .btn-area {
  text-align: right;
}
.contact-us .btn-submit {
  padding: 1rem 3rem;
  font-size: 1.6rem;
  height: auto;
  background-color: #e22424;
  border: #e22424 solid 1px;
  color: #FFFFFF;
  font-weight: 500;
}
.contact-us .btn-submit:hover {
  background-color: #FFFFFF;
  color: #e22424;
}
.contact-us .alert {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact-us .alert {
    font-size: 1.5rem;
  }
}
.contact-us .alert .btn {
  font-size: 3rem;
  line-height: 0;
}
.contact-us .alert .btn span {
  position: absolute;
  right: 10px;
}

.office-locations {
  background-color: #FFFFFF;
  padding: 5rem 0 3rem 0;
  font-size: 1.6rem;
  text-align: center;
}
.office-locations h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .office-locations h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .office-locations h2 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.office-locations .office-address {
  border: 1px solid #e7e7e7;
  width: 100%;
  min-height: 176px;
  padding: 2rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .office-locations .office-address {
    min-height: 225px;
  }
}
@media (min-width: 992px) {
  .office-locations .office-address {
    min-height: 220px;
    padding: 3rem 2.5rem 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.office-locations .office-address h6 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.sw-engg {
  padding: 10rem 0;
  background-image: url(../img/our-vosion-bg-pattern.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sw-engg {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .sw-engg {
    padding: 2rem 0;
  }
}
.sw-engg .sw-content {
  position: absolute;
  z-index: 200;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 0;
}
.sw-engg figure {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  margin: 0;
}
.sw-engg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sw-engg figure figcaption {
  height: 100%;
  line-height: 1.5;
  background-color: rgba(68, 139, 18, 0.8);
  font-style: italic;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 50px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .sw-engg figure figcaption {
    width: 500px;
    float: right;
  }
}
@media (max-width: 768px) {
  .sw-engg .about-figure {
    padding: 0 0 2rem 0;
  }
}
.sw-engg .about-figure figure {
  width: 43rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sw-engg .about-figure figure {
    width: 40rem;
    text-align: start;
  }
}
@media (max-width: 768px) {
  .sw-engg .about-figure figure {
    width: 100%;
    height: auto;
  }
}
.sw-engg .about-figure figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .sw-engg .about-figure figure img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .sw-engg .about-figure figure img {
    width: 60%;
    height: auto;
  }
}
.sw-engg .about-content {
  font-style: normal;
}
@media (max-width: 768px) {
  .sw-engg .about-content {
    display: block;
    text-align: center;
  }
}
.sw-engg .about-content h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .sw-engg .about-content h2 {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .sw-engg .about-content h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
.sw-engg .about-content h5 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sw-engg .about-content h5 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .sw-engg .about-content h5 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.sw-engg .about-content p {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .sw-engg .about-content .aboutbtn {
    display: flex;
    justify-content: center;
  }
}

.about-section {
  background-color: #000000;
  height: 70rem;
  position: relative;
}
.about-section .about-image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (min-width: 768px) {
  .about-section .about-image {
    display: block;
  }
}
.about-section .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-section .about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 70rem;
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .about-section .about-content {
    padding: 0 5rem 0 0;
  }
}
.about-section .about-content h2 {
  font-size: 6rem;
  color: #F23503;
  font-weight: 700;
  margin: 0;
}
.about-section .about-content h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 5rem;
}
.about-section .about-content p {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.what-we-offer {
  background-color: #FFF;
  padding: 8rem 0 10rem 0;
}
.what-we-offer .section-header {
  text-align: center;
}
.what-we-offer .section-header h2 {
  font-size: 4rem;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .what-we-offer .section-header h2 {
    font-size: 6rem;
  }
}
.what-we-offer .section-header h3 {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .what-we-offer .section-header h3 {
    font-size: 1.8rem;
  }
}
.what-we-offer .services-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .what-we-offer .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .what-we-offer .services-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.what-we-offer .services-cards .services-card {
  position: relative;
}
.what-we-offer .services-cards .service-photo {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.what-we-offer .services-cards .service-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.what-we-offer .services-cards .service-content h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.what-we-offer .services-cards .service-content p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
  min-height: 10rem;
}

.our-clients {
  /* background: linear-gradient(to right, #000000, #656565); */
  background-color: #F7F7F7;
  padding: 8rem 0 10rem 0;
}
.our-clients .section-header {
  text-align: center;
}
.our-clients .section-header h2 {
  font-size: 4rem;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .our-clients .section-header h2 {
    font-size: 6rem;
  }
}
.our-clients .section-header h3 {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .our-clients .section-header h3 {
    font-size: 1.8rem;
  }
}
.our-clients .client-logos {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
.our-clients .client-logo {
  height: 60px;
  /* filter: brightness(0) invert(1); */
  margin: 0 50px;
}

.why-choose {
  background-color: #F5F5F5;
  background-image: url("../img/new/bg-why-choose-us-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .why-choose {
    padding: 10rem 0;
  }
}
.why-choose .section-header {
  text-align: center;
}
.why-choose .section-header h2 {
  font-size: 4rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .why-choose .section-header h2 {
    font-size: 6rem;
  }
}
.why-choose .why-choose-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 768px) {
  .why-choose .why-choose-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .why-choose .why-choose-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.why-choose .why-choose-card {
  border: 1rem solid #F23503;
  padding: 2rem 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .why-choose .why-choose-card {
    padding: 2rem 2rem 10rem 2rem;
  }
}
.why-choose .why-choose-card--black {
  border-color: #000000;
}
.why-choose .why-choose-card h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .why-choose .why-choose-card h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.why-choose .why-choose-card p {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
}

.testimonials {
  background-color: #FFF;
  /* background-color: #FBF6EF; */
  padding: 8rem 0 10rem 0;
}
.testimonials .section-header {
  text-align: center;
}
.testimonials .section-header h2 {
  font-size: 4rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .testimonials .section-header h2 {
    font-size: 6rem;
  }
}
.testimonials .testimonial-banner {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 5rem;
}
.testimonials .testimonial-card {
  margin: 0 0 20px 0;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .testimonials .testimonial-card {
    padding: 0;
  }
}
.testimonials .testimonial-card p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.testimonials .testimonial-card h4 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 600;
}
.testimonials .testimonial-card h4 span {
  color: #F23503;
}
.testimonials .slick-prev::before,
.testimonials .slick-next::before {
  content: "";
}
.testimonials .slick-prev {
  background-image: url("../img/icon-slider-arrow-left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  left: -50px;
  opacity: 0.5;
}
.testimonials .slick-next {
  background-image: url("../img/icon-slider-arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  right: -50px;
  opacity: 0.5;
}
.testimonials .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  bottom: -50px;
  list-style-type: none;
}
.testimonials .slick-dots li {
  margin: 0 0.25rem;
}
.testimonials .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ddd;
  text-indent: -9999px;
}
.testimonials .slick-dots li.slick-active button {
  background-color: #F23503;
}

.testimonial-item {
  background-image: url("../img/testimonial-left.png");
  background-position: left top;
  background-size: 40px;
  background-repeat: repeat-y;
  padding: 10px 60px;
  min-height: 350px;
  background-color: #FFF;
}
.testimonial-item .testimonial-bubble {
  width: 64px;
}
.testimonial-item .testimonial-text {
  color: #595552;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 50px 0;
}
.testimonial-item .testimonial-text span {
  color: #0F2719;
  font-weight: 500;
}
.testimonial-item .client-info {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 2rem;
}
.testimonial-item .client-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;
}
.testimonial-item .client-info h5 {
  font-size: 2rem;
  color: #0F2719;
  font-weight: 600;
}
.testimonial-item .client-info h6 {
  font-size: 2rem;
  color: #949494;
  font-weight: 600;
}

.cs-footer {
  background-color: #666666;
  min-height: 200px;
  position: relative;
  padding: 6.5rem 0;
}
.cs-footer::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 0;
}
@media (min-width: 768px) {
  .cs-footer::after {
    background-color: #F23503;
  }
}
.cs-footer .footer-left h2 {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cs-footer .footer-left h2 {
    font-size: 6rem;
  }
}
.cs-footer .footer-left p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 3rem;
}
.cs-footer .footer-left .btn-call {
  padding: 10px 20px;
  background-color: #F23503;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  min-width: 220px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.cs-footer .footer-left .btn-call:hover {
  background-color: #000000;
}
.cs-footer .footer-right {
  position: relative;
  z-index: 2;
  background-color: #F23503;
  margin-top: 3rem;
  padding: 3rem;
}
@media (min-width: 768px) {
  .cs-footer .footer-right {
    margin-top: 0;
    padding: 0 0 0 3rem;
    background-color: transparent;
  }
}
.cs-footer .footer-right .office-address {
  margin: 0 0 5rem 0;
  padding: 0;
}
.cs-footer .footer-right .office-address li {
  text-align: left;
  font-size: 1.6rem;
  font-family: 500;
  line-height: 1.2;
  color: #ffffff;
  list-style: none;
}
.cs-footer .footer-right .office-address li h3 {
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 0 1rem;
}
.cs-footer .footer-right .office-address li a {
  color: #ffffff;
  text-decoration: none;
}
.cs-footer .footer-right .office-address li a:hover {
  text-decoration: underline;
}
.cs-footer .footer-right .office-address li:not(:last-child) {
  margin-bottom: 1rem;
}

.approach-section {
  background-color: #FFFFFF;
  position: relative;
}
.approach-section .approach-image {
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (min-width: 768px) {
  .approach-section .approach-image {
    display: block;
  }
}
.approach-section .approach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.approach-section .approach-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem;
}
@media (min-width: 768px) {
  .approach-section .approach-content {
    padding: 8rem 5rem 8rem 0;
  }
}
.approach-section .approach-content h2 {
  font-size: 4rem;
  color: #F23503;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .approach-section .approach-content h2 {
    font-size: 6rem;
  }
}
.approach-section .approach-content h2 span {
  -webkit-text-stroke-width: 1px;
  color: #FFFFFF;
  -webkit-text-stroke-color: black;
}
@media (min-width: 768px) {
  .approach-section .approach-content h2 span {
    -webkit-text-stroke-width: 3px;
  }
}
.approach-section .approach-content h3 {
  font-size: 2rem;
  color: #000000;
  font-weight: 600;
  margin: 1.5rem 0 1rem 0;
}
.approach-section .approach-content p {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.our-culture {
  padding: 5rem 0;
  background-image: url(../img/new/cuture-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-culture .culture-slides-container {
  min-height: 400px;
  position: relative;
  text-align: center;
  margin-top: 100px;
}
.our-culture .culture-slide {
  position: relative;
  text-align: center;
  min-height: 400px;
}
.our-culture .number-count {
  font-size: 30rem;
  line-height: 1;
  color: transparent;
  color: #FFF;
  position: relative;
  z-index: 1;
  opacity: 0.7;
  font-family: "Industry Inc W00 In-N-Out";
  font-weight: 700;
}
@media (min-width: 768px) {
  .our-culture .number-count {
    font-size: 60rem;
  }
}
.our-culture .culture-slide-content {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-culture .culture-slide-content {
    top: 25%;
  }
}
.our-culture .culture-slide-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1.5px;
  color: #FFFFFF;
  -webkit-text-stroke-color: #e22424;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .our-culture .culture-slide-content h2 {
    font-size: 3rem;
    -webkit-text-stroke-width: 1.5px;
  }
}
.our-culture .culture-slide-content p {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .our-culture .culture-slide-content p {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
  }
}
.our-culture .culture-slide-content p span {
  display: block;
  font-weight: 600;
  color: #F23503;
  text-shadow: 1px 1px 0px #FFF;
}
.our-culture .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.our-culture .slick-dots li {
  margin: 0 0.25rem;
}
.our-culture .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #FFF;
  text-indent: -9999px;
}
.our-culture .slick-dots li.slick-active button {
  background-color: #F23503;
}

.culture-reflect {
  background-color: #F7F7F7;
  padding: 10rem 0 8rem 0;
}
.culture-reflect .section-header {
  text-align: center;
}
.culture-reflect .section-header h2 {
  font-size: 2.4rem;
  color: #F23503;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .culture-reflect .section-header h2 {
    font-size: 4rem;
  }
}
.culture-reflect .reflect-card {
  text-align: center;
  padding: 30px 80px;
}
.culture-reflect .reflect-card figure {
  margin-bottom: 2rem;
}
.culture-reflect .reflect-card figure img {
  height: 60px;
}
.culture-reflect .reflect-card p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.our-team {
  background-color: #000000;
  padding: 8rem 0;
}
.our-team .section-header {
  text-align: center;
}
.our-team .section-header h2 {
  font-size: 3.2rem;
  color: #F23503;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .our-team .section-header h2 {
    font-size: 6rem;
  }
}
.our-team .teams-filter {
  margin: 0 0 50px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .our-team .teams-filter {
    margin: 0 0 100px 0;
    gap: 10px 30px;
  }
}
.our-team .teams-filter li {
  margin: 0;
  font-size: 1.4rem;
  color: #FFFFFF;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .our-team .teams-filter li {
    font-size: 1.8rem;
  }
}
.our-team .teams-filter li.active {
  background-color: #F23503;
}
.our-team .teams {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  justify-content: center;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}
.our-team .teams .team-member {
  vertical-align: top;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 180px;
  text-align: center;
  display: none;
}
.our-team .teams .team-member figure {
  margin-bottom: 20px;
}
.our-team .teams .team-member img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  transition: 0.2s;
}
.our-team .teams .team-member h4 {
  color: #F23503;
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 5px 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.our-team .teams .team-member p {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: none;
  margin: 0;
}
.our-team .teams .team-member--big {
  max-width: 250px;
}
.our-team .teams .team-member--big img {
  width: 250px;
  height: 250px;
}
.our-team .teams .team-member:hover img {
  transform: scale(1.1);
}

.tech-stacks {
  /* background: linear-gradient(to right, #000000, #656565); */
  background-color: #f7f7f7;
  padding: 8rem 0 10rem 0;
}
.tech-stacks .section-header {
  text-align: center;
}
.tech-stacks .section-header h2 {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .tech-stacks .section-header h2 {
    font-size: 6rem;
  }
}
.tech-stacks .section-header h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5rem;
}
.tech-stacks-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .tech-stacks-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .tech-stacks-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tech-stacks .tech-stack-col {
  display: grid;
  grid-template-rows: 1fr 2fr;
  gap: 20px;
}
.tech-stacks .tech-stack-col-1 {
  grid-template-rows: 1fr 1fr;
}
@media (min-width: 768px) {
  .tech-stacks .tech-stack-col-1 {
    grid-template-rows: 1fr 2fr;
  }
}
.tech-stacks .tech-stack-col-2 {
  grid-template-rows: 1fr 1fr;
}
.tech-stacks .tech-stack-col-3 {
  grid-template-rows: 2fr 1fr;
}
.tech-stacks .tech-stack {
  padding: 20px;
  color: #FFFFFF;
  background-color: #F23503;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tech-stacks .tech-stack.orange {
  background-color: #FA5300;
  color: #FFFFFF;
}
.tech-stacks .tech-stack.black {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.tech-stacks .tech-stack.white {
  background-color: #DDDDDD;
  color: #000000;
}
.tech-stacks .tech-stack img {
  width: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  transition: 0.2s;
}
.tech-stacks .tech-stack:hover img {
  transform: scale(1.1);
}
.tech-stacks .tech-stack h4 {
  font-size: 2.2rem;
}

.join-us {
  padding: 5rem 0;
  background-image: url(../img/new/bg-join-us-3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-us h2 {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .join-us h2 {
    font-size: 6rem;
  }
}
.join-us .btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.join-us .btn-link {
  padding: 10px 20px;
  border: solid 2px #F23503;
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  min-width: 220px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.join-us .btn-link:hover {
  background-color: #F23503;
  color: #FFFFFF;
}

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