/* Lato fonts */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-Thin.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 275;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-Light.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-Medium.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-Bold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Lato"), url("../fonts/Lato/Lato-Black.woff") format("woff");
}
/* Roboto fonts */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Medium.ttf") format("opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Bold.ttf") format("opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Black.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Roboto"), url("../fonts/Roboto/Roboto-Black.ttf") format("opentype"), url("../fonts/Roboto/Roboto-Black.woff") format("woff");
}
/*$default: #202E54;*/
/* Logo color */
/* shadow variable */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fafafa;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label {
  font-family: "Lato", sans-serif;
  color: #0E1839;
  font-weight: 400;
}

p, li {
  font-size: 20px;
}

a {
  transition: all 0.5s;
}

.s-bold {
  font-weight: 800;
}

section {
  padding: 60px 0px;
}

/* Offset for fixed navbar */
section:target {
  scroll-margin-top: 80px; /* Offset value equal to navbar height */
}

.row-align-center {
  align-items: center;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon.bg-shape-1 {
  background-image: url("../images/4.svg");
}
.icon.bg-shape-2 {
  background-image: url("../images/5.svg");
}
.icon.bg-shape-3 {
  background-image: url("../images/6.svg");
}
.icon.bg-shape-4 {
  background-image: url("../images/3.svg");
}

.b-card {
  border: none;
}

.ui-btn {
  background-image: linear-gradient(184.78deg, #0E1839 7.64%, #0E1839 120.07%);
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}
.ui-btn:hover {
  background-image: linear-gradient(184.78deg, #FFDB00 7.64%, #FFA500 120.07%);
}

.title-wrap {
  margin-bottom: 30px;
}
.title-wrap h4 {
  font-family: "Roboto", sans-serif;
  color: #FFA500;
  font-size: 18px;
  font-weight: 700;
}
.title-wrap .title {
  font-family: "Roboto", sans-serif;
  color: #0E1839;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 5px;
  position: relative;
}
.title-wrap .title span {
  color: #FFA500;
}

.shape {
  left: 0px;
  position: relative;
  border-radius: 100% 45%;
  overflow: hidden;
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 100px;
  right: 16px;
  display: none;
  border-radius: 12px;
  text-align: center;
  background-color: #0E1839;
  transition: all 0.6s;
  z-index: 999999;
}

.scrollup img {
  position: relative;
  top: 5px;
  transform: rotate(270deg);
  max-width: 20px;
}

.scrollup:hover {
  background-color: #FFA500;
}

.mouse {
  width: 40px;
  height: 70px;
  border: 3px solid #FFFFFF;
  border-radius: 60px;
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
.highligh {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 3px;
  padding: 0px 5px;
  font-weight: 800;
}

@media (min-width: 1400px) {
  .max-xl {
    max-width: 1400px !important;
  }
}
/* ==================================================
===== Medium devices (tablets, less than 992px) =====
===================================================== */
@media (max-width: 991.98px) {
  section {
    padding: 40px 16px;
  }
  .title-wrap .title {
    font-size: 38px;
  }
}
/* ==========================================================
===== Small devices (landscape phones, less than 768px) =====
============================================================= */
@media (max-width: 767.98px) {
  p, a, li, label {
    font-size: 20px;
  }
  .title-wrap {
    margin-bottom: 20px;
  }
  .title-wrap h4 {
    font-size: 16px;
  }
  .title-wrap .title {
    font-size: 26px;
  }
  .mouse {
    width: 30px;
    height: 60px;
  }
  section:target {
    scroll-margin-top: 0px;
  }
}
.navbar-wrapper {
  background-color: #FFFFFF;
}
.navbar-wrapper .container {
  position: relative;
}
.navbar-wrapper .navbar-expand-lg {
  padding: 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 3.261px 10.87px 2.174px rgba(0, 0, 0, 0.08);
}
.navbar-wrapper .navbar-brand {
  position: absolute;
  top: 5px;
}
.navbar-wrapper .navbar-brand img {
  width: 65px;
}
.navbar-wrapper .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-wrapper .navbar-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navbar-wrapper .navbar-nav li {
  margin-left: 25px;
}
.navbar-wrapper .navbar-nav li a {
  font-family: "Roboto", sans-serif;
  color: #0E1839;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 0px;
  position: relative;
}
.navbar-wrapper .navbar-nav li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0.5rem;
  right: 0.5rem;
  height: 3px;
  background-color: #FFFFFF;
}
.navbar-wrapper .navbar-nav li a:hover {
  color: #FFA500;
}
.navbar-wrapper .navbar-nav li.active a {
  color: #FFA500;
}
.navbar-wrapper .navbar-nav li.active a:after {
  background-color: #FFA500;
}
.navbar-wrapper .navbar-nav li.active .contact-btn {
  background-color: #FFA500;
  color: #FFFFFF;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu {
  border: 1px solid #d9d9d9;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li {
  margin-left: 0px;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li a {
  color: #0E1839;
  padding: 12px 16px;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li a:hover {
  color: #FFA500;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li a:focus {
  color: #FFFFFF;
  background-color: transparent;
  background-color: #FFA500;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li a.active, .navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li a:active {
  background-color: #FFA500;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-menu li a:after {
  display: none;
}
.navbar-wrapper .navbar-nav li.dropdown:hover .dropdown-menu1 {
  display: block;
  margin-top: 0px;
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-toggle img {
  width: 15px;
  transform: rotate(90deg);
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-toggle.show img {
  transform: rotate(270deg);
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-toggle:Hover img {
  filter: invert(68%) sepia(83%) saturate(2761%) hue-rotate(1deg) brightness(104%) contrast(105%);
}
.navbar-wrapper .navbar-nav li.dropdown .dropdown-toggle::after {
  border: none;
}
.navbar-wrapper .navbar-nav li.dropdown.nav-dropdown.active .dropdown-toggle img, .navbar-wrapper .navbar-nav li.dropdown.product-dropdown.active .dropdown-toggle img {
  filter: invert(68%) sepia(83%) saturate(2761%) hue-rotate(1deg) brightness(104%) contrast(105%);
}
.navbar-wrapper .navbar-nav .contact-btn {
  background-color: #0E1839;
  color: #FFFFFF;
  padding: 0.7em 2em;
  border-radius: 8px;
}
.navbar-wrapper .navbar-nav .contact-btn:hover {
  background-color: #FFA500;
  color: #FFFFFF;
}
.navbar-wrapper .navbar-nav .contact-btn:after {
  display: none;
}
.navbar-wrapper .navbar-nav.navbar-bottom {
  background-color: #0E1839;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  padding: 0px 30px;
  width: 100%;
  box-shadow: 0px -3.261px 10.87px 0px rgba(0, 0, 0, 0.08);
  z-index: 99999;
}
.navbar-wrapper .navbar-nav.navbar-bottom li {
  margin-left: 0px;
}
.navbar-wrapper .navbar-nav.navbar-bottom li.dropdown .dropdown-menu li a {
  background-color: #FFFFFF;
}
.navbar-wrapper .navbar-nav.navbar-bottom li.dropdown.nav-dropdown.active .dropdown-toggle img, .navbar-wrapper .navbar-nav.navbar-bottom li.dropdown.product-dropdown.active .dropdown-toggle img {
  filter: none;
}
.navbar-wrapper .navbar-nav.navbar-bottom li a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  padding: 24px 0px;
  /*&:after {
  	background-color: $default;
  }*/
}
.navbar-wrapper .navbar-nav.navbar-bottom li a img {
  max-width: 19px;
}
.navbar-wrapper .navbar-nav.navbar-bottom li a:hover {
  color: #FFFFFF;
}
.navbar-wrapper .navbar-nav.navbar-bottom li a:after {
  display: none;
}
.navbar-wrapper .navbar-nav.navbar-bottom li.home a {
  /*&:after {
  	left: -3px;
  	width: 25px;
  }*/
}
.navbar-wrapper .navbar-nav.navbar-bottom li.home a img {
  filter: invert(100%) sepia(90%) saturate(0%) hue-rotate(141deg) brightness(111%) contrast(101%);
}
.navbar-wrapper .navbar-nav.navbar-bottom li.home.active img {
  filter: none;
}
.navbar-wrapper .navbar-nav.navbar-bottom li.dropdown .dropdown-toggle img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(206%) contrast(202%);
}
.navbar-wrapper .navbar-nav.navbar-bottom li.dropdown .dropdown-toggle:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(271deg) brightness(109%) contrast(101%);
}
.navbar-wrapper .navbar-nav.navbar-bottom li.active a {
  background-color: #FFA500;
  color: #0E1839;
  padding: 24px 10px;
  /*&:after {
  	background-color: $default;
  }*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 991.98px) {
  .navbar-wrapper .navbar-nav.navbar-bottom {
    display: none;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
  .navbar-wrapper .navbar-expand-lg {
    padding: 10px 4px;
    /* position: relative; */
  }
  .navbar-wrapper .navbar-brand img {
    width: 50px;
  }
  .navbar-wrapper .navbar-nav li a {
    padding: 15px 0px;
  }
  .navbar-wrapper .navbar-nav li.dropdown .dropdown-toggle img {
    transform: rotate(-90deg);
  }
  .navbar-wrapper .navbar-nav li.dropdown .dropdown-toggle.show img {
    transform: rotate(90deg);
  }
  .navbar-wrapper .navbar-nav.nav-left {
    display: none;
  }
  .navbar-wrapper .navbar-nav.nav-right {
    margin-left: auto;
  }
  .navbar-wrapper .navbar-nav.nav-right .contact-btn {
    padding: 8px 16px;
  }
  .navbar-wrapper .navbar-nav.navbar-bottom {
    padding: 0px 20px;
  }
  .navbar-wrapper .navbar-nav.navbar-bottom li a:after {
    top: 0px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 575.98px) {
  .navbar-wrapper .navbar-nav.navbar-bottom li a {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 380px) {
  .navbar-wrapper .navbar-nav.navbar-bottom li a {
    font-size: 12px;
  }
}
footer {
  background-color: #000000;
  padding: 40px 0px 20px 0px;
}
footer h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
  position: relative;
}
footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 61px;
  height: 3px;
  background-color: #FFA500;
}
footer h3, footer p, footer a {
  color: #FFFFFF;
}
footer .foot-logo {
  padding-right: 26px;
}
footer .foot-logo a {
  background-color: #FFFFFF;
  padding: 5px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 16px;
}
footer .foot-logo img {
  max-width: 65px;
}
footer .addr p {
  display: flex;
  align-items: start;
}
footer .addr p img {
  margin-right: 10px;
  position: relative;
  top: 8px;
  width: 16px;
}
footer .addr p a {
  text-decoration: none;
}
footer .addr p a:focus, footer .addr p a:hover {
  color: #FFA500;
}
footer .navbar-nav li a {
  color: #FFFFFF;
  padding: 5px 0px 5px 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  word-break: break-all;
  text-decoration: none;
}
footer .navbar-nav li a:focus, footer .navbar-nav li a:hover {
  color: #FFA500;
}
footer .navbar-nav li a:before {
  content: "";
  background-image: url(../images/icon/angle-right.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(106%) contrast(102%);
  background-repeat: no-repeat;
  background-size: 11px;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
footer .social {
  flex-direction: row;
  align-items: center;
}
footer .social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .social li a {
  padding: 5px 0px 5px 0px;
}
footer .social li a:before {
  display: none;
}
footer .social li a img {
  width: 20px;
  margin-right: 25px !important;
}
footer .social li a:hover img {
  filter: invert(75%) sepia(39%) saturate(7500%) hue-rotate(390deg) brightness(102%) contrast(93%);
}
footer .social li:last-child svg {
  margin-right: 0px !important;
}
footer .foot-our-Products {
  display: none;
}
footer .foot-copyright {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  footer {
    padding: 25px 16px 95px 16px;
  }
  footer .foot-our-Products {
    display: block;
    margin-top: 20px;
  }
  footer .foot-col-mt {
    margin-top: 20px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  footer h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.hp-hero-section {
  background: #0E1839 url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  height: 100%;
  position: relative;
  display: flex;
  text-align: center;
}
.hp-hero-section .hero-content {
  display: flex;
  text-align: center;
}
.hp-hero-section .hero-content .content {
  margin-top: 100px;
}
.hp-hero-section .hero-content .content h1 {
  font-size: 65px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hp-hero-section .hero-content .content h1, .hp-hero-section .hero-content .content p {
  color: #FFFFFF;
}
.hp-hero-section .hero-content .content p {
  font-size: 24px;
  max-width: 812px;
  margin: 0 auto 20px auto;
}
.hp-hero-section .hero-content .content p .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #FFFFFF;
}

.hero-section {
  background: #FFFFFF url("../images/new_file.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
}
.hero-section .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section .hero-content .content {
  max-width: 768px;
}
.hero-section .hero-content .content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-section .hero-content .content h1 {
  font-weight: 800;
}
.hero-section .hero-content .content p {
  font-size: 18px;
}
.hero-section .hero-content .content .btn {
  margin-top: 10px;
}

.clients-logo {
  background-color: #FFFFFF;
  padding: 26px 0px;
  margin: -100px auto 0 auto;
  border-radius: 10px;
  max-width: 1024px;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.clients-logo .client-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-logo .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 150px;
  margin-right: 60px;
}
.clients-logo .client-logo:last-child {
  margin-right: 0px;
}

.list {
  margin-bottom: 0px;
}
.list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list li:last-child {
  margin-bottom: 0px;
}
.list li:after {
  content: "";
  background-image: url("../images/icon/checkmark-circle.svg");
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
}

.solutions {
  background-color: #F5F8FA;
}
.solutions .shape {
  width: 78%;
  margin: 0 auto;
}

.our-process {
  background-color: #FFFFFF;
}
.our-process .inline-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.our-process .inline-grid .card {
  border-color: #DADADA;
  position: relative;
  margin-bottom: 40px;
  min-height: 120px;
  width: 30%;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.our-process .inline-grid .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-process .inline-grid .card .card-body span {
  font-family: "Lato", sans-serif;
  color: #0E1839;
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
  background: -webkit-linear-gradient(#FFDB00, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-process .inline-grid .card .card-body p {
  margin: 0px;
  text-align: center;
}
.our-process .inline-grid .card .card-body img {
  position: absolute;
  top: 0;
  right: -15px;
  transform: rotate(90deg);
  max-width: 30px;
}

.our-features {
  background-color: #F5F8FA;
}
.our-features .card {
  border-color: #DADADA;
  padding: 30px;
  border-color: #FFA500;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.our-features .card h3 {
  font-family: "Roboto", sans-serif;
  color: #0E1839;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}
.our-features .card.highlight {
  background-color: #0E1839;
}
.our-features .card.highlight h3, .our-features .card.highlight .list li {
  color: #FFFFFF;
}

.techno-stack {
  background-color: #FFFFFF;
}
.techno-stack .technology {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 992px;
  margin: 0 auto;
}
.techno-stack .technology .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-color: #DADADA;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  width: 22%;
  height: 120px;
}
.techno-stack .technology .logo img {
  object-fit: contain;
  max-width: 150px;
}

.our-team .title-wrap {
  margin-bottom: 50px;
}
.our-team .inner-wrap {
  display: flex;
  align-items: self-start;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  max-width: 992px;
}
.our-team .team-member {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  margin-bottom: 16px;
  width: 100%;
  transition: all 0.5s;
}
.our-team .team-member:hover {
  border-color: #FFA500;
}
.our-team .team-member:hover .info h3 {
  color: #FFA500;
}
.our-team .team-member .avtar img {
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 10px;
}
.our-team .team-member .info {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  -webkit-box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.our-team .team-member .info h3 {
  color: #0E1839;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.our-team .team-member .info p {
  color: #0E1839;
  opacity: 0.6;
  margin-bottom: 0px;
  font-size: 18px;
}

.stripe {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.stripe .text-center p {
  color: #0E1839;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
}
.stripe .text-center p:last-child {
  margin-bottom: 0px;
}

.contact-us {
  background-color: #FFFFFF;
  position: relative;
  background-image: url("../images/Contact-us-form.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-us:before {
  content: "";
  background-image: url("../images/icon/shape.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 126px;
  width: 65px;
}
.contact-us:after {
  content: "";
  background-image: url("../images/icon/shape.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 126px;
  width: 65px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-us .title-wrap, .contact-us .form {
  position: relative;
  z-index: 2;
}
.contact-us .title-wrap h4 {
  color: #0E1839;
}
.contact-us .col-md-6 .img-fluid {
  transform: scale(-1, 1);
}
.contact-us .form {
  background-color: #FFFFFF;
  margin: 16px auto 0px auto;
  padding: 40px;
  border-radius: 6px;
  max-width: 800px;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.contact-us .multiple-checkbox {
  margin-bottom: 20px;
}
.contact-us .multiple-checkbox .lbl {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-us .multiple-checkbox .form-check-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px;
}
.contact-us .multiple-checkbox .form-check-group .form-check {
  margin-bottom: 16px;
}
.contact-us .multiple-checkbox .form-check-group .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #0E1839;
}
.contact-us .multiple-checkbox .form-check-group .form-check .form-check-input:focus {
  outline: medium none;
  box-shadow: none;
}
.contact-us .multiple-checkbox .form-check-group .form-check .form-check-input:checked {
  background-color: #FFA500;
  border-color: #FFA500;
}
.contact-us .multiple-checkbox .form-check-group .form-check .form-check-label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.contact-us .form-floating, .contact-us .form-group {
  margin-bottom: 20px;
}
.contact-us .form-floating .form-control, .contact-us .form-group .form-control {
  color: #0E1839;
  border-color: #DADADA;
  min-height: 50px;
}
.contact-us .form-floating .form-control:focus, .contact-us .form-group .form-control:focus {
  box-shadow: none;
  border-color: #FFA500;
}
.contact-us .form-floating > label, .contact-us .form-group > label {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
.contact-us .form-floating > label span, .contact-us .form-group > label span {
  color: #ff0000;
}
.contact-us .form-floating .btn, .contact-us .form-group .btn {
  background-image: linear-gradient(184.78deg, #FFA500 7.64%, #FFDB00 120.07%);
  color: #0E1839;
  padding: 10px 22px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.contact-us .form-floating .btn:hover, .contact-us .form-group .btn:hover {
  background-image: linear-gradient(184.78deg, #FFDB00 7.64%, #FFA500 120.07%);
}
.contact-us .form-floating .btn:after, .contact-us .form-group .btn:after {
  background-image: linear-gradient(184.78deg, #FFFFFF 7.64%, #FFFFFF 120.07%);
}

.thank-you {
  padding-top: 120px;
}
.thank-you .btn {
  background-color: #0E1839;
  color: #FFFFFF;
  border-radius: 8px;
}
.thank-you .btn img {
  margin-left: 10px;
}
.thank-you .btn:hover {
  background-image: none;
  background-color: #FFA500;
}

.our-recognitions-section {
  padding: 20px 0px;
}
.our-recognitions-section .awards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.our-recognitions-section .awards-wrapper .awards-logo img {
  max-width: 120px;
}

@media (min-width: 1400px) {
  .hp-hero-section {
    min-height: 900px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hp-hero-section {
    min-height: 550px;
  }
  .hp-hero-section .hero-content .content {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .hp-hero-section .hero-content .content h1 {
    font-size: 48px;
  }
  .hp-hero-section .hero-content .content .mouse {
    bottom: 50px;
  }
  .hero-section {
    padding: 50px 16px 45px 16px;
  }
  .clients-logo {
    padding: 20px 0px;
    margin: -32px auto 0 auto;
    max-width: 1024px;
  }
  .our-process .inline-grid .card {
    width: 48%;
  }
  .our-features .card {
    margin-bottom: 26px;
  }
  .contact-us .title-wrap .title {
    font-size: 30px;
  }
  .contact-us .form {
    padding: 26px;
  }
  .thank-you {
    padding-top: 40px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .hp-hero-section {
    padding: 60px 16px;
    min-height: 100%;
  }
  .hp-hero-section .container {
    display: flex;
    align-items: center;
  }
  .hp-hero-section .hero-content .content {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .hp-hero-section .hero-content .content h1 {
    font-size: 32px;
  }
  .hp-hero-section .hero-content .content p {
    font-size: 20px;
    line-height: 1.3em;
    max-width: 100%;
  }
  .hp-hero-section .hero-content .content .mouse {
    bottom: 30px;
  }
  .hero-section {
    background-position: right;
  }
  .hero-section .hero-content {
    flex-direction: column;
  }
  .clients-logo {
    max-width: 90%;
  }
  .our-recognitions-section {
    padding: 30px 0px 10px 0px;
  }
  .solutions .shape {
    margin-top: 20px;
  }
  .our-process .inline-grid .card {
    width: 45%;
  }
  .our-features .card {
    margin-bottom: 26px;
    padding: 0px;
  }
  .our-features .card h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .techno-stack .technology {
    max-width: 100%;
  }
  .techno-stack .technology .logo {
    width: 45%;
  }
  .our-team .title-wrap {
    margin-bottom: 20px;
  }
  .our-team .our-team .team-member .info h3 {
    font-size: 20px;
  }
  .stripe {
    background-position: right center;
  }
  .stripe .text-center p {
    font-size: 20px;
    font-weight: 500;
  }
  .contact-us .col-md-6:first-child img {
    margin-bottom: 20px;
  }
  .contact-us .title-wrap {
    text-align: center;
  }
  .contact-us .title-wrap .title {
    font-size: 26px;
  }
  .contact-us .multiple-checkbox .lbl {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .our-process .inline-grid .card {
    margin-bottom: 20px;
    width: 100%;
  }
  .our-process .inline-grid .card .card-body img {
    right: 15px;
  }
  .clients-logo .client-logo {
    margin-right: 30px;
  }
  .techno-stack .technology {
    max-width: 100%;
  }
  .techno-stack .technology .logo {
    width: 100%;
  }
}
.team-info-section {
  background-color: #FFFFFF;
}
.team-info-section .team-info-row {
  align-items: center;
  justify-content: center;
}
.team-info-section .team-info-row .col:first-child {
  max-width: 260px;
}
.team-info-section .team-info-row .col:last-child {
  position: relative;
}
.team-info-section .team-info-row .channel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-info-section .team-info-row .channel .groups {
  padding: 0px 20px;
  text-align: center;
  width: 33%;
  height: 220px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.team-info-section .team-info-row .channel .groups .icon img {
  width: 60px;
}
.team-info-section .team-info-row .channel .groups h3 {
  font-size: 23px;
  font-weight: 700;
}

.icon-grid .b-card {
  text-align: center;
}
.icon-grid .b-card span {
  margin: 0 auto;
}
.icon-grid .b-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
.icon-grid .b-card p {
  color: #0E1839;
}
.icon-grid .b-card img {
  width: 50px;
}

.client-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-logo-wrap .swiper-wrapper {
  position: relative;
}
.client-logo-wrap .swiper-wrapper .swiper-slide {
  display: flex;
  height: 120px;
}
.client-logo-wrap .swiper-wrapper .swiper-slide .client-logo {
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 140px;
  margin-right: 20px;
}
.client-logo-wrap .swiper-wrapper .swiper-slide .client-logo img {
  object-fit: contain;
}

.industries-experience {
  background: #0E1839;
  padding: 80px 0px;
  position: relative;
}
.industries-experience:before, .industries-experience:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
}
.industries-experience:before {
  background-image: url("../images/dot-pattern-right.svg");
  background-position: top right;
  background-size: 26%;
}
.industries-experience:after {
  background-image: url("../images/dot-pattern-left.svg");
  background-position: bottom left;
  background-size: 26%;
}
.industries-experience .container {
  position: relative;
  z-index: 1;
}
.industries-experience .title-wrap .title {
  color: #FFFFFF;
}
.industries-experience .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #FFFFFF;
}
.industries-experience .row-groups {
  margin-top: 20px;
}
.industries-experience .row-groups .grid-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.industries-experience .row-groups .grid-groups .groups {
  background-color: #0E1839;
  padding: 10px 20px;
  text-align: center;
  width: 17%;
  border-radius: 30px 0px;
  margin: 10px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s;
}
.industries-experience .row-groups .grid-groups .groups img {
  width: 50px;
}
.industries-experience .row-groups .grid-groups .groups h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}
.industries-experience .row-groups .grid-groups .groups .shape {
  display: inline-block;
  background: linear-gradient(to bottom, #FFA500, #FFFFFF);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 28px;
}
.industries-experience .row-groups .grid-groups .groups .shape:before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  background: #0E1839;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -37.5px;
  top: -60px;
}

.tech-we-master {
  background: #FFFFFF url("../images/abstract-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tech-we-master .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #0E1839;
}
.tech-we-master .card {
  border-color: #DADADA;
  padding: 20px;
  margin-bottom: 24px;
  transition: all 0.5s;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.tech-we-master .card .card-img {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tech-we-master .card .card-img img {
  margin-right: 16px;
  width: 50px;
}
.tech-we-master .card .card-img h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.tech-we-master .card .card-body {
  padding: 0px;
}
.tech-we-master .card .card-body h5 {
  font-size: 20px;
  font-weight: 600;
}
.tech-we-master .card .card-body p {
  font-size: 18px;
}
.tech-we-master .card .card-body p:last-child {
  margin-bottom: 0px;
}
.tech-we-master .card:hover {
  background-color: #FFA500;
}

.web-experts, .app-experts {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.web-experts {
  background-image: url("../images/web-expert-bg1.jpg");
}

.app-experts {
  background-image: url("../images/Mobile-Apps-bg.jpg");
}

.pattern-1 {
  background-color: #22D1DD;
}
.pattern-1 .title-wrap .title {
  color: #0E1839;
}
.pattern-1 .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #FFFFFF;
}

.ai-team {
  background-color: #CCF4F7;
}
.ai-team .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #FFFFFF;
}
.ai-team .title-wrap p {
  margin: 0 auto;
  max-width: 768px;
}
.ai-team .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px auto;
  max-width: 768px;
}
.ai-team .counter-wrapper .counter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-team .counter-wrapper .counter-box .shape {
  display: inline-block;
  background: linear-gradient(to bottom, #FFA500, #FFFFFF);
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 50px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 28px;
}
.ai-team .counter-wrapper .counter-box .shape:before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  background: #CCF4F7;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -37.5px;
  top: -60px;
}
.ai-team .counter-wrapper .counter-box .counter {
  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
}
.ai-team .counter-wrapper .counter-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.pattern-2 {
  background-color: #FFFFFF;
}
.pattern-2 .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #0E1839;
}
.pattern-2 .card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pattern-2 .card-wrap .card {
  text-align: center;
  padding: 16px;
  margin: 5px;
  border: none;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  width: 23%;
}
.pattern-2 .card-wrap .card img {
  margin: 0 auto 16px auto;
  width: 50px;
}
.pattern-2 .card-wrap .card h3 {
  font-size: 20px;
  font-weight: 600;
}

.pattern-3 .title-wrap .title {
  color: #FFFFFF;
}
.pattern-3 .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #FFFFFF;
}
.pattern-3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 992px;
  margin: 0 auto;
}
.pattern-3 ul li {
  background-color: #FFFFFF;
  padding: 8px 26px;
  margin: 10px;
  border-radius: 30px 0px;
  font-weight: 600;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pattern-4 .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #0E1839;
}
.pattern-4 .work-slider {
  position: relative;
}
.pattern-4 .work-slider .swiper-control {
  /*position: absolute;
     width: 108px;
     top: 27px;
     right: -3px;*/
}
.pattern-4 .work-slider .swiper-control .swiper-button-next, .pattern-4 .work-slider .swiper-control .swiper-button-prev {
  background-color: #FFA500;
  height: 40px;
  width: 40px;
}
.pattern-4 .work-slider .swiper-control .swiper-button-next:after, .pattern-4 .work-slider .swiper-control .swiper-button-prev:after {
  color: #FFFFFF;
  font-size: 16px;
}
.pattern-4 .work-slider .swiper-control .swiper-button-next:focus-visible, .pattern-4 .work-slider .swiper-control .swiper-button-prev:focus-visible {
  outline: medium none;
}

.ai-benefits {
  background-image: url("../images/switching-to-AI.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ai-benefits .title-wrap .title {
  color: #FFFFFF;
}
.ai-benefits .title-wrap .title .highligh {
  background-image: url("../images/bg-text-highlighter.svg");
  color: #FFFFFF;
}
.ai-benefits ul li {
  background-color: #FFFFFF;
  padding: 14px 14px 14px 20px;
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
}
.ai-benefits ul li:before {
  content: " ";
  background-color: #FFA500;
  position: absolute;
  top: 18px;
  left: -10px;
  width: 24px;
  height: 14px;
  border-bottom-right-radius: 12px;
}
.ai-benefits ul li:after {
  content: " ";
  background-color: #FFFFFF;
  position: absolute;
  top: 21px;
  left: -7px;
  width: 7px;
  height: 7px;
  border-radius: 22px;
}
.ai-benefits ul li h3 {
  color: #0E1839;
  font-size: 22px;
  font-weight: 600;
}
.ai-benefits ul li p {
  color: #0E1839;
  margin-bottom: 0px;
}

.work-wrapper {
  display: flex;
  align-items: center;
  padding: 26px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.work-wrapper.my-suit {
  background-image: url("../images/case-study/1/My-Suit-bg.jpg");
}
.work-wrapper.my-suit .work-content ul li {
  background-color: #a078b4;
  color: #FFFFFF;
}
.work-wrapper.my-suit .btn {
  background-color: #FFA500;
  color: #FFFFFF;
}
.work-wrapper.my-suit .btn img {
  filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(300deg) brightness(117%) contrast(100%);
}
.work-wrapper.global-foundry {
  background-image: url("../images/case-study/1/Global-Foundry-bg.jpg");
}
.work-wrapper.global-foundry .work-content ul li {
  background-color: #fed831;
  color: #0E1839;
}
.work-wrapper.global-foundry .btn {
  background-color: #0E1839;
  color: #FFFFFF;
}
.work-wrapper.global-foundry .btn img {
  filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(300deg) brightness(117%) contrast(100%);
}
.work-wrapper.agri-8farmers {
  background-image: url("../images/case-study/1/8farmers.com-bg.jpg");
}
.work-wrapper.agri-8farmers .work-content ul li {
  background-color: #64ac45;
  color: #FFFFFF;
}
.work-wrapper.agri-8farmers .btn {
  background-color: #64ac45;
  color: #FFFFFF;
}
.work-wrapper.agri-8farmers .btn img {
  filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(300deg) brightness(117%) contrast(100%);
}
.work-wrapper.vr-cricket {
  background-image: url("../images/case-study/1/VR-Cricket-Experience-bg.jpg");
}
.work-wrapper.vr-cricket .work-content ul li {
  background-color: #FFFFFF;
  color: #0E1839;
}
.work-wrapper.vr-cricket .btn {
  background-color: #FFFFFF;
  color: #0E1839;
}
.work-wrapper.vr-cricket .btn img {
  filter: none;
}
.work-wrapper .work-img {
  margin-right: 16px;
  min-width: 400px;
}
.work-wrapper .work-content h3, .work-wrapper .work-content h4, .work-wrapper .work-content p {
  color: #FFFFFF;
}
.work-wrapper .work-content h3 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 800;
}
.work-wrapper .work-content h3 span {
  font-weight: 400;
}
.work-wrapper .work-content h4 {
  font-size: 26px;
  font-weight: 800;
}
.work-wrapper .work-content ul {
  margin: 16px 0px 20px 0px;
  padding-left: 0px;
}
.work-wrapper .work-content ul li {
  background-color: #FFFFFF;
  color: #0E1839;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 28px;
  padding: 8px 26px;
  margin-right: 12px;
  margin-bottom: 20px;
}
.work-wrapper .work-content ul li:last-child {
  margin-right: 0px;
}
.work-wrapper .btn {
  background-color: #FFFFFF;
  color: #0E1839;
  font-size: 20px;
  font-weight: 500;
  border-radius: 28px;
  padding: 8px 26px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.work-wrapper .btn img {
  width: 26px;
  position: relative;
  transition: all 0.5s;
  transform: rotate(45deg);
}
.work-wrapper .btn:hover {
  background-color: #FFA500;
  color: #FFFFFF;
}
.work-wrapper .btn:hover img {
  left: 5px;
  transform: rotate(90deg);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .work-wrapper .btn {
    bottom: 20px;
    right: 20px;
  }
}
/* ==================================================
===== Medium devices (tablets, less than 992px) =====
===================================================== */
@media (max-width: 991.98px) {
  .team-info-section .team-info-row {
    flex-direction: column;
  }
  .team-info-section .team-info-row .col {
    text-align: center;
  }
  .team-info-section .team-info-row .col:first-child {
    max-width: 100%;
  }
  .industries-experience .row-groups .grid-groups .groups {
    width: 30%;
  }
  .pattern-2 .card-wrap .card {
    width: 31%;
  }
  .pattern-3 ul li {
    min-height: 60px;
  }
  .pattern-4 .work-slider {
    position: relative;
  }
  .pattern-4 .work-slider .swiper-control {
    /*position: absolute;
       width: 100px;
       top: 27px;
       right: -3px;*/
  }
  .pattern-4 .work-slider .swiper-control .swiper-button-next, .pattern-4 .work-slider .swiper-control .swiper-button-prev {
    border-radius: 22px;
  }
  .pattern-4 .work-slider .swiper-control .swiper-button-next {
    right: 0px;
  }
  .pattern-4 .work-slider .swiper-control .swiper-button-prev {
    left: 0px;
  }
  .work-wrapper {
    align-items: start;
    flex-direction: column-reverse;
    padding: 26px;
  }
  .work-wrapper .work-img {
    margin-bottom: 60px;
  }
  .work-wrapper .work-content h3 {
    font-size: 26px;
  }
  .work-wrapper .work-content h4 {
    font-size: 22px;
  }
  .work-wrapper .work-content ul {
    margin-bottom: 10px;
  }
  .work-wrapper .btn {
    bottom: 26px;
    right: auto;
  }
}
/* ==========================================================
===== Small devices (landscape phones, less than 768px) =====
============================================================= */
@media (max-width: 767.98px) {
  .team-info-section .team-info-row .channel .groups {
    width: 50%;
  }
  .team-info-section .team-info-row .channel .groups h3 {
    font-size: 22px;
  }
  .client-logo-wrap .swiper-wrapper .swiper-slide {
    height: 100px;
    box-sizing: border-box;
    width: fit-content;
  }
  .client-logo-wrap .swiper-wrapper .swiper-slide .client-logo {
    width: 100%;
  }
  .client-logo-wrap .swiper-wrapper .swiper-slide .client-logo.accenture img {
    width: 60px;
    margin: 0 auto;
  }
  .industries-experience .row-groups .grid-groups .groups {
    margin: 5px;
    width: 46%;
  }
  .industries-experience .row-groups .grid-groups .groups h3 {
    font-size: 20px;
  }
  .pattern-2 .card-wrap .card {
    width: 48%;
  }
  .pattern-3 ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .pattern-3 ul li {
    min-height: 60px;
    text-align: center;
    width: 44%;
  }
  .work-wrapper {
    border-radius: 6px;
    padding: 16px;
  }
  .work-wrapper .work-img {
    min-width: 100%;
    margin: 0px auto 60px auto;
    text-align: center;
  }
  .work-wrapper .work-img img {
    width: 72%;
    margin-right: 0px;
  }
  .work-wrapper .work-content h3 {
    font-size: 20px;
  }
  .work-wrapper .work-content h4 {
    font-size: 18px;
  }
  .work-wrapper .work-content p {
    font-size: 16px;
  }
  .work-wrapper .work-content ul {
    margin: 16px 0px 10px 0px;
  }
  .work-wrapper .work-content ul li {
    font-size: 16px;
    padding: 4px 12px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .work-wrapper .btn {
    font-size: 16px;
    padding: 6px 20px 6px 20px;
  }
}
@media (max-width: 575.98px) {
  .team-info-section .team-info-row .channel .groups {
    width: 100%;
    height: 100%;
  }
  .pattern-2 .card-wrap .card {
    margin: 5px 5px 15px 5px;
    width: 47%;
  }
  .pattern-3 ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .pattern-3 ul li {
    width: auto;
  }
  .ai-team .counter-wrapper {
    flex-direction: column;
    margin: 10px auto;
  }
  .ai-team .counter-wrapper .counter-box .shape {
    margin-bottom: 10px;
  }
  .ai-team .counter-wrapper .counter-box:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .industries-experience .row-groups .grid-groups .groups {
    margin: 5px;
    width: 100%;
  }
  .pattern-2 .card-wrap .card {
    width: 100%;
  }
}
.work-page-header {
  background-image: url("../images/case-study/Case-study-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  height: 100%;
  position: relative;
  display: flex;
  text-align: center;
}
.work-page-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-page-header .title-wrap {
  margin-bottom: 0px;
}
.work-page-header .title-wrap .title {
  color: #FFFFFF;
}
.work-page-header .title-wrap .title span {
  background-image: url(../images/bg-text-highlighter.svg);
  color: #FFFFFF;
}

.case-study-page-header {
  padding: 0px;
}

.our-work-grid .card {
  margin-bottom: 24px;
  border-color: #E0E0E0;
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.our-work-grid .card .card-img {
  position: relative;
}
.our-work-grid .card .card-body .release-info {
  padding-bottom: 16px;
}
.our-work-grid .card .card-body .release-info img {
  margin-right: 6px;
  width: 20px;
}
.our-work-grid .card .card-body .release-info .author {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}
.our-work-grid .card .card-body .title h4 {
  color: #0E1839;
  font-size: 20px;
  font-weight: 700;
}
.our-work-grid .card .card-body .title h4 a {
  text-decoration: none;
  font-weight: 700;
}
.our-work-grid .card:hover a {
  color: #FFA500;
}

.case-study-details .half-cut {
  background-color: #FFFFFF;
  padding: 60px;
  margin-top: -140px;
  box-shadow: 0px 3.261px 10.87px 2.174px rgba(0, 0, 0, 0.08);
}
.case-study-details .half-cut p:last-child {
  margin-bottom: 0px;
}
.case-study-details .list {
  margin-bottom: 24px;
}
.case-study-details .list li:after {
  top: 8px;
  transform: translate(0px, 0px);
}
.case-study-details h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.case-study-details h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.case-study-details .table-responsive table {
  margin-bottom: 24px;
}
.case-study-details .table-responsive table thead tr th {
  background-color: #59606C;
  border-color: #E1F8DC;
  color: #FFFFFF;
}
.case-study-details .table-responsive table tbody, .case-study-details .table-responsive table td, .case-study-details .table-responsive table tfoot, .case-study-details .table-responsive table th, .case-study-details .table-responsive table thead, .case-study-details .table-responsive table tr {
  border-color: #0E1839;
}
.bg-pearl {
  background-color: #FCEDF3;
}

.bg-green-onion {
  background-color: #7B9C27;
}
.bg-green-onion h4, .bg-green-onion p {
  color: #FFFFFF;
}
.bg-green-onion p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .case-study-page-header {
    padding-top: 84px;
  }
}
@media (max-width: 991.98px) {
  .work-page-header {
    min-height: 210px;
  }
  .case-study-details.bg-pearl .list {
    margin-bottom: 0px;
  }
  .case-study-details .half-cut {
    padding: 30px;
    margin-top: -33px;
  }
  .case-study-details .half-cut .title-wrap {
    margin-bottom: 20px;
  }
  .case-study-page-header .work-wrapper .work-img {
    margin-bottom: 0px;
  }
  .case-study-page-header .work-wrapper .work-content {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .case-study-details .half-cut {
    padding: 20px;
    margin-top: 33px;
  }
}
@media (max-width: 575.98px) {
  .work-page-header {
    min-height: 100%;
  }
  .our-work-grid .card .card-body .release-info {
    padding-bottom: 8px;
  }
}

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