*,
body,
h1,
h2,
h3,
h4,
h5,
p,
span,
ul,
li strong {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;

  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #154c8c;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

body::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.blue-btn {
  background-color: rgba(21, 76, 140, 0.11);
  color: #154c8c;
}
.navbar {
  max-width: 100%;
}
.yellow-btn {
  background-color: rgba(237, 171, 35, 0.13);
  color: #ecab22;
}
.h1-style {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  width: fit-content;
  z-index: 10;
  color: #154c8c;
  position: relative;
}
.banner-heading .h1-style {
  animation: ani;
  -webkit-animation: ani 3s;
}
@keyframes ani {
  from {
    letter-spacing: 25px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: 0;
  }
  to {
    letter-spacing: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
  }
}
.h1-style::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 5px;
  background-color: #e2edf9;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}
.orange-bg::before {
  background-color: #e3813980;
}
.h1-style:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.text-uppercase {
  text-transform: uppercase;
}
.h1-style-2 {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 40px;
  /* font-weight: 700; */
  line-height: 56.81px;
  color: #fff;
}
.h1-style span {
  color: #edab23;
}
.h1-style .span-2 {
  color: #f5924a;
}
.heading-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading-col p {
  text-align: center !important;
  margin-top: 1rem;
  font-size: 18px;
}
img {
  object-fit: cover;
}
/* navbar */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
}
.main-con {
  margin-top: 5rem;
}
.logo img {
  width: 6rem;
  margin-top: 10px;
}
.ham {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
}

.ham .line {
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}

.ham.active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.ham.active .line:nth-child(2) {
  opacity: 0;
}

.ham.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.sidebar {
  background-color: #162340;
  position: fixed;
  height: 100%;
  width: 280px;
  padding: 15px;
  top: 0;
  right: -280px;
  transition: right 0.3s ease;
  z-index: 1000;
}

.sidebar.active {
  right: 0;
}

.sidebar .cross {
  display: flex;
  margin-top: 1rem;
  padding: 5px;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
}

.sidebar .cross .line {
  width: 1rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease;
}

.sidebar .cross .line:nth-child(1) {
  transform: rotate(45deg);
}

.sidebar .cross .line:nth-child(2) {
  transform: rotate(-45deg);
}

.sidebar .navlinks ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  gap: 5px;
  margin: 20px 0 0 0;
}
.sidebar .navlinks ul li {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0;
  border-bottom: 1px solid #e2edf94b;
}

.sub-menu .sub-menu-list a:hover::before {
  content: none;
}
.sub-menu .sub-menu-list .active h3 {
  color: #f5924a;
}
.sidebar .navlinks ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.sidebar .navlinks ul li .submenu-mobile ul {
  margin-top: 0;
}
.sidebar .navlinks ul li .submenu-mobile ul li {
  padding: 10px 0;
}
.sidebar .navlinks ul li .submenu-mobile a {
  padding: 0;
}
.navlinks ul {
  list-style: none;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}
.navlinks ul li {
  margin: 0 20px;
  display: inline-flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 10px;
}
.navlinks ul li svg path {
  stroke: #154c8c;

  transition: all 0.3s ease;
}
.navlinks ul li svg {
  transition: all 0.5s ease;
}
.navlinks ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #154c8c;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 21.6px;

  position: relative;
  z-index: 1;

  display: block;
  text-align: left;
  transition: all 0.3s ease;
}
.navlinks ul li a:hover {
  color: #edab23;
}

.navlinks ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #edab23;
  border-bottom: 1px solid #edab23;
  transition: all 0.5s;
  transform-origin: left;
  transform: scaleX(0);
}

.navlinks ul li a:hover::before {
  width: 100%;
  transition: all 0.5s;
  transform-origin: left;
  transform: scaleX(1);
  text-shadow: 5px 5px 2px #edab23;
}

.navlinks ul li a.active,
.navlinks ul li a:hover {
  color: #edab23;
}
.navlinks ul li .active svg path{
stroke: #edab23;
}
.sub-menu {
  border-top: 2px solid #f5924a;
  opacity: 0;
  height: 0;
  left: 50%;
  top: 100px;
  overflow: hidden;
  transform: translate(-50%, 0%);
  position: fixed;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: height 0.3s ease-in-out;
}
.navlinks ul li:hover svg {
  transform: rotateX(180deg);
}
.navlinks ul li:hover svg path {
  stroke: #edab23;
}

.navlinks ul li:hover .sub-menu {
  background-color: #fff;
  display: block;
  margin-top: 10px;
  display: flex;
  cursor: initial;
  top: 70px;
  opacity: 1;
  pointer-events: initial;
  height: max-content;
  transition: height 0.3s ease-in-out;
  padding: 3rem 2rem;
  padding-top: 2rem;
  width: 100%;
  z-index: 3;
  /* -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; */
  transition: all 0.3s ease 0s;
}

.sub-menu h3 {
  font-size: 18px;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 24px;

  text-transform: none;
  color: #154c8c;
}
.sub-menu p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  line-height: 21.6px;
}
.sub-menu-list {
  display: flex;

  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.sub-menu-list a {
  padding: 0 !important;
  display: flex;

  margin: 0 !important;
  flex-direction: row;
  flex-basis: 30%;
  gap: 10px;
}
.list-item {
  display: flex;
  flex-direction: row;

  gap: 10px;
}
.list-item .list-item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list-item .list-item-image {
  max-width: 8rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 10px;
}
.list-item:hover img {
  transform: scale(105%);
}
.list-item:hover h3 {
  color: #f5924a;
}

.list-item .list-item-image img {
  width: 100%;
  object-position: right;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 5px;
}
.submenu-mobile ul li {
  border-bottom: 0 !important;
}
.submenu-mobile ul a {
  font-size: 15px !important;

  text-transform: none !important;
}
@media (max-width: 990px) {
  .navbar .navlinks {
    display: none;
  }

  .ham {
    display: flex;
  }
}

/* why us */
.why-us {
  padding: 3rem 0;
}
.why-us-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.why-us-card img {
  width: 5rem;
}
.bg-icons-hover {
  display: none;
}
.why-us-content {
  width: 100%;
}
.why-us-card:hover .bg-icons {
  display: none;
}
.why-us-card:hover .bg-icons-hover {
  display: block;
}
.why-us-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;

  text-align: left !important;

  color: #154c8c;
}
.why-us-card p {
  color: #727272;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left !important;
}
.w-10 {
  width: 8rem !important;
}
.w-12 {
  width: 12rem !important;
}
/* .why-us-card .bg-icons {
  background-size: cover;
  height: 6.5rem;
  flex-basis: 87px;
  width: 100%;
  background-position: center;
} */
.innovative-card-img {
  background-image: url(../img/icon1/icon1-a.png);
}
.why-us-card:hover .innovative-card-img {
  background-image: url(../img/icon1/icon1.gif);
}
.bawarness-card-img {
  background-image: url(../img/icon1/icon2-a.png);
}
.why-us-card:hover .bawarness-card-img {
  background-image: url(../img/icon1/icon2.gif);
}
.customer-card-img {
  background-image: url(../img/icon1/icon3-a.png);
}
.why-us-card:hover .customer-card-img {
  background-image: url(../img/icon1/icon3.gif);
}
/* mission */
.mission {
  padding: 3rem 0;
  background-color: #162340;
}
.mission .row {
  align-items: center;
  justify-content: space-between;
}
.mission h1,
.mission p {
  color: #fff;
}
.mission h1 {
  font-family: Lato;
  font-size: 55px;
  font-weight: 700;
  line-height: 62.49px;
  text-align: left;
}
.mission p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.mission img {
  width: 246px;
}

.mission .mission-image {
  display: flex;
  justify-content: flex-end;
}
/* success */
.success {
  padding: 3rem 0;
}

.success img {
  width: 100%;
  position: relative;
}
.success-bg-img-1,
.success-bg-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: rotate 20s linear infinite;
  img {
    width: 100%;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.success img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: hsl(45, 100%, 70%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}
.success img:hover {
  animation: animation-rtl;
}
.success img:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
/* .success img:hover::before {
  
  animation: revealRTL 1s ease;
}

.success img:hover::after {
  background-color: #f5924a;
  animation-delay: 0.2s;
  animation: revealRTL 1s 0.6s ease;
} */
.success-section-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}
.success-section-btn button {
  border: 0;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 20px;
}
.success .row {
  justify-content: space-between;
  align-items: center;
}
.success p,
.extra-content p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: left !important;
}
.extra-content .h1-style {
  font-size: 40px;
}
.success p strong {
  font-weight: 700;
}

/* expertise */
.expertise {
  padding: 3rem 0;
  position: relative;
  background-color: #162340;
  padding-bottom: 3rem;
}
.exp-bg {
  position: absolute;
  top: -89px;
  left: 0;
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  p {
    font-size: 18px;
  }
}
.expertise-card a {
  opacity: 0;
  /* display: none; */
  color: #fff;
  visibility: hidden;
  transition: all 0.3s ease;
}
.expertise-card:hover a {
  opacity: 1;

  visibility: visible;
  /* display: block; */
}
.expertise .heading h1 {
  color: #fff;
}
.expertise .heading p {
  width: 30%;
  color: #fff;
}
.expertise-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 50px;
  margin-top: 3rem;
}
.expertise-cards-wrapper .expertise-card {
  border-radius: 10px;
  background-color: #e2edf9;
  height: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0, 1);
  /* background-color: #ecab22; */

  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.expertise-bg {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  visibility: hidden;
}
.exp-card-hover-1,
.expertise-img1 {
  background: url(../img/exp-brand.png);
}
.exp-card-hover-2,
.expertise-img2 {
  background: url(../img/exp-value.png);
}
.exp-card-hover-3,
.expertise-img3 {
  background: url(../img/exp-growth.png);
}
.exp-card-hover-4,
.expertise-img4 {
  background: url(../img/exp-business.png);
}
.expertise-cards-wrapper .expertise-image-hover {
  transition: 0.2s all ease-out;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.expertise-cards-wrapper .expertise-card:hover {
  background-color: #243f76;
}
.expertise-cards-wrapper .expertise-card:hover {
  transform: scale(105%);
}
.expertise-card:hover .expertise-image-hover {
  height: 100%;
  opacity: 0.2;
}
.expertise-card:hover .expertise-card-content {
  background-color: transparent;
  position: relative;
}
.expertise-cards-wrapper .expertise-card:hover h3,
.expertise-cards-wrapper .expertise-card:hover p {
  color: #fff;
}
.expertise-cards-wrapper .expertise-card h3 {
  color: #154c8c;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 700;

  line-height: 25px;
  text-align: center;
}
.expertise-cards-wrapper .expertise-card .expertise-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 20px 20px 20px 20px;
  justify-content: center;
}
.expertise-card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}
.expertise-cards-wrapper .expertise-card p {
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.expertise-cards-wrapper .expertise-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

/* capabilities */
.capabilities {
  padding: 3rem 0;
}
.capability-section-wapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

.capability-card {
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  transition: all 0.6s ease-in;
  background-color: #e2edf9;
  flex-direction: row;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.capability-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #162340;
  transition: all 0.6s ease;
}

.capability-card:hover::before {
  left: 0;
}

.capability-card-image,
.capability-card-image img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  overflow: hidden;
}

.capability-card h3 {
  font-size: 22px;
  transition: all 0.5s ease;
  font-weight: 700;
  line-height: 28px;
  color: #154c8c;
  text-align: left;
  position: relative;
  z-index: 1;
}
.capability-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  transition: all 0.5s ease;
  text-align: left;
  position: relative;
  z-index: 1;
}
.capability-card-content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 40px;
  flex-basis: 90%;
  position: relative;
  z-index: 1;
}
.capability-card-content a {
  color: #000;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.capability-card:hover h3,
.capability-card:hover p,
.capability-card:hover a {
  color: #fff;
}
.capability-card a {
  opacity: 0;
  transition: all 0.3s ease;
}
.capability-card:hover img {
  transform: scale(1.1);
}
.capability-card:hover a {
  opacity: 1;
}

/* industries */
.industries {
  padding: 4rem 0;
  background-color: #162340;
}
.industries a {
  text-decoration: none;
  color: #fff;
}
.industries .item h1 {
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.industries .item .h1-stroke {
  color: transparent;
  -webkit-text-stroke: 2px #edab23;
}
.industries .row {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: row;
}

.industries .h1-style,
.industries p {
  color: #fff;
}
.industries .carousal {
  margin-top: 3rem;
}
/* blogs */
.blogs {
  padding: 3rem 0;
}
.blogs-section-wrapper {
  display: grid;
  gap: 20px;
  margin-top: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.628)
  );
  pointer-events: none;
}

.blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
  p {
    background-color: #154c8c;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}
.marquee__group {
  animation: 60s linear infinite scroll;
}

.hover\:pause:hover {
  animation-play-state: paused;
}

.blog-card img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-position: top;
  object-fit: cover;
}
.blog-card-content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;

  p {
    color: #fff;
    width: 80%;
    font-size: 18px;
    text-align: center !important;
  }
}
.blog-card {
  border-radius: 10px;
  position: relative;
  height: 28rem;
  overflow: hidden;
  cursor: pointer;
}
.blog-card:hover .blog-card-content {
  transform: translateY(-20px);
}
.blog-card:hover img {
  transform: scale(105%);
}
/* testimonial */
.testimonial {
  position: relative;
  overflow: hidden;
}
.test-bg-img1 {
  position: absolute;
  left: -60px;
  top: 0;
}
.test-bg-img2 {
  position: absolute;
  right: 20px;
  width: 7rem;
  bottom: 20px;
}
.testimonial .heading-col p {
  color: #fff;
  text-align: left !important;
}

.testimonial-owl-carousel .owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.testimonial .container {
  /* overflow: hidden; */
}
.testimonial .row {
  justify-content: space-between;
  align-items: center;
}
.testimonial-owl-carousel h4 {
  color: #fff;
}
/* .testimonial-owl-carousel .owl-stage-outer{
  display: flex;
  flex-direction: row;
  max-width: 100%;
} */
.testimonial {
  padding: 3rem 0;
  padding-top: 6rem;
  background-color: #162340;
}
.testimonial .h1-style {
  color: #fff;
}
.testimonial-card {
  background-color: #e2edf9;
  border-radius: 10px;
  box-shadow: 0px 10.85px 23.09px 0px rgba(21, 21, 21, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.test-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.test-icon h4 {
  color: #fff;
}
.info-content {
  display: flex;
  flex-direction: column;
}
.test-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin-top: 5rem;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0px 18px 37.5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.bottom-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.info-content p {
  text-align: left !important;
}
.bottom-section svg {
  width: 1rem;
  height: 1rem;
}
.bottom-section svg path {
  fill: rgb(255, 204, 0);
}
.mt3rem {
  margin-top: 5rem;
}
.mt2rem {
  margin-top: 2rem;
}
.test-content .bottom-section p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.test-bg-1 {
  position: absolute;
  top: -12%;
  left: -9%;
  border-radius: 100%;
}
.test-bg-2 {
  position: absolute;
  top: 20%;
  right: -8%;
  border-radius: 100%;
}
.test-bg-col {
  position: relative;
}
.bottom-section .test-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;

  p {
    font-weight: 400;
    font-size: 12px;
  }
}
.bottom-section .test-info h5 {
  font-weight: 600;
  font-size: 14px;
}
.testimonial-section-wrapper {
  display: grid;
  gap: 30px;
  margin-top: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
/* .testimonial-section-wrapper {
  display: grid;
  gap: 30px;
  margin-top: 2rem;
  grid-template-columns: repeat(3, 1fr);
} */
.test-img {
  width: 4rem;
  overflow: hidden;
  border-radius: 100%;
}
/* client */
.clients {
  padding: 3rem 0;
  background-color: rgba(241, 248, 255, 1);
}
.client-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  row-gap: 32px;
  margin-top: 2rem;
  justify-items: center;
}

.client-grid img {
  width: 100%;
  height: auto;
  max-height: 135px;
  object-fit: contain;
}

/* footer */
footer {
  padding: 2rem 0;
  background-color: #e2edf9;
}
.footer-links a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.copyright-section {
  padding: 2rem 0;
  background-color: #162340;
}
.copyright-section p {
  color: #fff;
}
.font-white {
  color: #fff !important;
}
.bg-dark {
  background-color: #162340 !important;
}
footer h2 {
  color: #162340;
  font-size: 40px;
  font-weight: 600;
}
footer p {
  margin-top: 10px;
  color: #000;
}
footer .row {
  justify-content: space-between;
  align-items: center;
}
footer .row > :last-child {
  text-align: right;
}

footer hr {
  background-color: #e2edf9;
  margin: 1.5rem 0;
}
.copyright .social-links ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
footer button {
  border: 0;
  border-radius: 30px;
  width: 80%;
  padding: 10px 20px;
  color: #fff;
  /* background-color: #edab23;
  color: #154c8c; */
  font-size: 15px;
  font-weight: 700;
  z-index: 30;
}

.common-button {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  border: 0;
  transition: all 0.35s ease;
  width: 80%;
  background-color: transparent;
  z-index: 30;
}

.common-button:hover {
  color: #000;
}

.common-button:hover:before {
  background: #fff;
  width: 100%;
  z-index: -10;
  color: #000;
}

.common-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  border-radius: 50px;
  color: #fff;
  background: #edab23;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.common-button span {
  position: relative;
  z-index: 2;
  color: #000;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.copyright svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.copyright svg path {
  fill: #fff;
}

.has-animation {
  position: relative;
}

.has-animation p,
.has-animation img {
  opacity: 0;
}

.has-animation.animate-in p,
.has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in:before,
.has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

/* .has-animation.animate-in:before {
  background-color: #f5924a;
} */

.has-animation.animate-in:after {
  background-color: #f5924a;
  animation-delay: 0.2s;
}

.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s 0.6s ease;
}

.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1s ease;
}

.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s 0.6s ease;
}
.bigger {
  margin: 0;
  font-size: 60px;
  font-weight: 800;
  padding: 20px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  position: relative;
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* about page */
.banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
  background-position: right;
  display: flex;
  align-items: center;
}
.blog1-banner-image {
  background-image: url(../img/blog-banner1.jpg);
}
.blog2-banner-image {
  background-image: url(../img/blog-banner2.jpg);
}
.about-banner-image {
  background-image: url(../img/about-us-banner.png);
}
.expertise-banner-image {
  background-image: url(../img/our-expertise-banner-img.png);
}
.contact-banner-image {
  background-image: url(../img/contact-us-banner.jpg);
}
.education-banner-image {
  background-image: url(../img/education-header-banner.jpg);
}
.thankyou-banner-image {
  background-image: url(../img/thnak-you.jpg);
}
.hospitality-banner-image {
  background-image: url(../img/hospitality-header-banner.jpg);
}
.gtm-banner-image {
  background-image: url(../img/gtm-header-banner.jpg);
}
.strategic-banner-image {
  background-image: url(../img/strategic-header-banner.png);
}
.customer-banner-image {
  background-image: url(../img/customer-exp-header-banner.png);
}
.growth-banner-image {
  background-image: url(../img/growth-header-banner.jpg);
}
.value-banner-image {
  background-image: url(../img/value-mapping-header-banner.jpg);
}
.business-process-banner-image {
  background-image: url(../img/business-process-header-banner.jpg);
}
.business-plan-banner-image {
  background-image: url(../img/business-plan-header-banner.jpg);
}
.banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    292.11deg,
    rgba(9, 43, 77, 0) 35.73%,
    rgba(3, 31, 62, 0.74) 59.33%
  );

  z-index: 1;
}

.banner-heading {
  z-index: 2;
  position: relative;
}

.banner-heading .h1-style {
  font-size: 50px;
  color: #fff;
}
.banner-heading .h1-style::before {
  content: none;
}
/* expertise page */
.expertise-section {
  padding: 3rem 0;
}
.expertise-section a {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}
.expertise-section .expertise-cards-wrapper {
  display: flex;
  margin: 0;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.expertise-section .expertise-cards-wrapper .expertise-card {
  width: 48%;
  height: auto;
}
.expertise-image {
  height: 15rem;
}
.expertise-image img {
  height: 100%;
}

/* contact form */
.company-info-wrapper {
  display: flex;
  padding: 3rem 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.company-info-wrapper .info h3 {
  color: #edab23;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.company-info-wrapper .info a {
  text-decoration: none;
}
.company-info-wrapper .info .content p {
  font-size: 15px;
  font-weight: 700;
  color: #154c8c;
  line-height: 30px;
  text-align: left;
}
.w70 {
  width: 70%;
}
.company-info-wrapper .info {
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 10px;
  flex-basis: 48%;
  align-items: flex-start;
  justify-content: center;
}
.company-info-wrapper .info .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.form-section {
  background: url(../img/teaching-section-bg.jpg);
  display: flex;
  flex-wrap: wrap;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  position: relative;
  justify-content: center;
}

.contact-form {
  background-color: #162340;
  padding: 3rem 0;
}
.contact-form .h1-style {
  color: #fff;
}
.contact-form .form-group {
  /* margin-bottom: 1rem; */
}
.contact-form form {
  margin-top: 2rem;
}

.contact-form label {
  display: block;
  color: #fff;
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 0.5rem;
  font-size: 1rem;
  height: 3rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
}

.contact-form .button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  background-color: #edab23;
  color: white;
  border-radius: 0.25rem;
  cursor: pointer;
}

.form-group {
  display: flex;
  width: 48%;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

.field-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.field-wrapper .checkbox {
  display: flex;
  margin-top: 1rem;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  p {
    color: #fff;
  }
}
.form-wrapper {
  padding: 5rem 0;
  margin: 0 auto;
  width: 90%;
  /* flex: 1; */
  gap: 4rem;
  display: flex;
  justify-content: space-between;
}
.form-container {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 400px;
}

.form-section {
  padding: 30px 40px;
}

.form-group {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}

.form-submit button {
  cursor: pointer;
  background-color: #7f45b9;
  border: 2px solid #7f45b9;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px;
  margin-top: 20px;
  outline: none;
}
.contact-form {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#contactForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.select-box {
  position: relative;
}

.select-box input {
  width: 100%;

  outline: none;
}

.select-box input:focus {
  border: 0;
  outline: 0;
}

.selected-option {
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected-option div {
  position: relative;
  color: #000;
  width: 10rem;
  text-align: center;
  cursor: pointer;
}

.selected-option div::after {
  position: absolute;
  content: "";
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);

  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.12rem solid var(--primary);
  border-bottom: 0.12rem solid var(--primary);

  transition: 0.2s;
}

.selected-option div.active::after {
  transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
  position: absolute;
  top: 4rem;

  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  z-index: 10;
  display: none;
}

.select-box .options.active {
  display: block;
}

.select-box .options::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;

  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
}

input.search-box {
  background-color: var(--primary);
  color: #000;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.4rem 1rem;
}

.select-box ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
  width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 0.4rem;
}

.select-box ol li {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #000;
}

.select-box ol li.hide {
  display: none;
}

.select-box ol li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
}

.select-box ol li:hover {
  background-color: lightcyan;
}

.select-box ol li .country-name {
  margin-left: 0.4rem;
}

.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
/* education */
.gtm-section {
  padding: 3rem 0;
  /* background-color: #f1f8ff; */
}
.gtm-section .expertise-cards-wrapper {
  grid-template-columns: repeat(3, 1fr);
}

.education-extra {
  padding: 3rem 0;
}
.bg-blue {
  background-color: rgba(241, 248, 255, 1);
}
.gtm-section .expertise-card {
  background-color: #e2edf9;
}
.gtm-section .expertise-card p,
.gtm-section .expertise-card h3 {
  text-align: left;
  width: 100%;
}
.pointers ul {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}
.pointers li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;

  font-size: 18px;
  /* font-weight: 600; */
  line-height: 24px;
  cursor: pointer;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
  text-align: left;
}

.pointers li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #1e5a99;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.pointers li:hover::before {
  background-color: #ecab23;
}
.pointers li:hover {
  color: #ecab23;
}
.pointers li::after {
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  left: 6px;
  top: 47%;
  transform: translateY(-50%) rotate(-45deg);
}

/* branding */
.branding .col-md-6 {
  margin-top: 1rem;
}
.branding-card {
  background-color: #fff;
  border-radius: 5px;
  /* padding: 20px; */
  margin-top: 1rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.branding {
  padding: 3rem 0;
}
.branding .container .row {
  justify-content: space-between;
}

.branding > :last-child {
  gap: 1rem;
}
.branding .col-lg-3 {
  /* width: 23%; */
}

.branding-card h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  padding-bottom: 0;
  color: #154c8c;
  transition: all 0.5s;
}
.branding-card img {
  width: 100%;
  height: 14rem;
  object-fit: fill;
  transition: all 0.3s ease-in;
}
.branding-card p {
  margin-top: 1rem;
  font-size: 18px;
  padding: 0 20px;
}

.branding-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ecab23;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.5s;
}
.branding-card:hover h3 {
  color: #ecab23;
}
.branding-card:hover img {
  transform: scale(105%);
}
@media (max-width: 990px) {
  .branding .col-lg-3 {
    /* width:0; */
  }
}
.branding-card:hover::before,
.branding-card:focus::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.domains {
  padding: 3rem 0;
}
.domain-card-container {
  perspective: 1000px;
}

.domain-card {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.1s, filter 0.5s;
}

.domain-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.domain-card:hover img {
  transform: scale(1.1);
}

.domain-card:hover .domain-text {
  transform: translateY(-20px);
}

.domain-overlay {
  position: absolute;
  height: 100%;
  left: 0;
  display: flex;
  right: 0;
  text-align: center;
  color: white;
  top: 0;
  transition: all 0.5s;
  font-weight: bold;
  background: linear-gradient(
    1deg,
    rgba(0, 0, 0, 0.66) 14.68%,
    rgba(255, 255, 255, 0) 57.2%
  );
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  align-items: flex-end;
  justify-content: center;
}

.domain-text {
  font-size: 1.2em;
  transition: transform 0.5s;
}

.domain-section-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 50px;
  margin-top: 2rem;
}

.domain-card:hover {
  cursor: pointer;
}

.domain-card:hover .domain-overlay {
  background: linear-gradient(
    1deg,
    rgba(0, 0, 0, 0.66) 31.68%,
    rgba(255, 255, 255, 0) 100.2%
  );
}

.domain-section-wrapper:hover .domain-card {
  filter: grayscale(100%);
}

.domain-section-wrapper:hover .domain-card:hover {
  filter: none;
}

/* industries */
.industries {
  padding: 4rem 0;
  background-color: #162340;
}
.industries a {
  text-decoration: none;
  color: #fff;
}
 
 .industries  h1, h2 {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 4px;
  white-space: nowrap;
  /* text-overflow: clip; */
  padding: 0px 20px;
}
.industries  .h1-stroke {
  color: transparent;
  -webkit-text-stroke: 2px #edab23;
}
 
.industries .h1-style,
.industries p {
  color: #fff;
  width: 100%;
  position: relative;
}
 
.industries .carousal {
  margin-top: 3rem;
}
.slider-container {
  width: 100%;
  overflow: hidden;
}
 
.slider {
  /* display: flex; */
  align-items: flex-start;
  justify-content: flex-start;
  transition: transform 0.5s ease;
  animation: 60s linear infinite scroll;
  display: inline-flex;
 
}
 
.slide {
  flex: 0 auto;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
 
}
 


.slide h2 {
  font-size: 3rem;
  font-weight: 800;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-transform: uppercase;
   line-height: initial !important;
}
.carousel-caption h2 {
  font-size: 3rem;
  font-weight:500;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-transform: initial;
   line-height: initial !important;
   letter-spacing: 2px;
   padding: 0px;
}

/*wasi*/
.carousel-caption h4{font-size:23px;}
.xs-block{display: inline;}
.carousel-caption .intro{width:78%;}
.h2-ui{
  font-size: 3rem;
  font-weight: 500;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: initial;
  line-height: initial !important;
  letter-spacing: 2px;
  padding: 0px;
  text-align: left;
    color: #fff;
}


@media (max-width: 1200px) {
  .client-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
@media (max-width: 992px) {
  .client-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .capability-card {
    flex-direction: column;
  }
  .testimonial .heading-col p {
    color: #fff;
    text-align: center !important;
  }
  .bottom-section {
    align-items: center;
    p {
      text-align: center;
    }
  }
  .testimonial .row {
    gap: 4rem;
  }
  .success p,
  .extra-content p {
    text-align: center;
  }
  .success .h1-style,
  .extra-content .h1-style {
    text-align: center;
  }
  .capability-card-image {
    height: 15rem;
  }
  .capability-card-content {
    flex-basis: unset;
  }
  .expertise-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 990px) {
  .blogs-section-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .heading {
    flex-direction: column;
    p {
      text-align: center;
      width: 100% !important;
    }
  }
}
@media (max-width: 700px) {
  .h1-style {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .client-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .h1-style {
    font-size: 40px;
  }
  .h1-style-2 {
    font-size: 35px;
  }
  .success img {
    width: 60%;
  }
  .gtm-section .expertise-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .h1-style,
  .h1-style-2 {
    text-align: center;
  }
  .testimonial-section-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .mission h1,
  .mission p {
    text-align: center;
  }

  .success .row > :last-child {
    text-align: center;
  }
  .mission .mission-image {
    margin-top: 2rem;
    justify-content: center;
  }
  .success .h1-style,
  .extra-content .h1-style {
    text-align: left;
  }
  .success .row {
    gap: 2rem;
  }
}
.mobile-banner {
  display: none !important;
}

@media (max-width: 767px) {
  .blogs-section-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .copyright .row {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .row > :last-child {
    text-align: center;
  }
  footer .row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
  footer .col {
    text-align: center;
  }

  .social-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .pointers li::after {
    width: 9px;
  }
  .pointers li::before {
    width: 20px;
    height: 20px;
  }
  footer h2 {
    text-align: center;
  }
  footer p {
    text-align: center;
  }
  .domain-section-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  footer ul {
    justify-content: center;
  }
}
.download-links {
  padding: 3rem 0;
}
.download-links button {
  border: 0;
  background-color: #f5924a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.links-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: center;
}
@media (max-width: 576px) {

  .intro{width: 100% !important;}
  .intro .h1-style {font-size: 24px !important; line-height: inherit;}

  .carousel-caption .intro h4 {
    font-size: 20px;
    line-height: inherit;
    text-align: left;
}

.intro-wp{top: 30% !important;}

.xs-none{display: none;}

  .xs-block{display: inline-block;}
.success-bg-img-1,
.success-bg-img-2 {
 
  animation: none;
 
}.pointers li {

    font-size: 14px;
     letter-spacing: 0; 
}
  .client-grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  .links-wrapper {
    flex-direction: column;
  }
  .desktop-banner {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
  }
  .banner-image {
    height: 23vh;
  }
  .why-us .row {
    gap: 1rem;
  }

  .testimonial .row {
    gap: 2rem;
  }
  .industries .item h1 {
    font-size: 60px;
  }
  .mission img {
    width: 165px;
  }
  .test-bg-1,
  .test-bg-2 {
    display: none;
  }
  .company-info-wrapper {
    gap: 1rem;
    flex-direction: column;
  }
  .testimonial-section-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .company-info-wrapper .info {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .company-info-wrapper .content p {
    text-align: center !important;
  }
  .company-info-wrapper .content {
    align-items: center;
    flex-direction: column;
  }
  .container {
    padding: 0 20px !important;
  }
  .gtm-section .expertise-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .h1-style {
    font-size: 40px !important;
  }
  .domain-section-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .h1-style-2 {
    text-align: center;
    font-size: 30px;
  }
  .capability-section-wapper,
  .expertise-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .exp-bg{display: none;}

  .testimonial {padding-top: 3rem;}
  .test-bg-img1{display: none;}
  .expertise-cards-wrapper{margin-top: 0px;}
  .slide h2 {
    font-size: 2rem;
    line-height: inherit;
  }



}
@media (max-width: 530px) {
  .expertise-section .expertise-cards-wrapper .expertise-card {
    width: 100%;
    height: auto;
  }
  .navlinks ul li a {
    font-size: 16px;
  }
  .submenu-mobile li a {
    font-size: 14px;
  }
  .form-group {
    width: 100%;
  }
  .form-group {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .rc-anchor-normal .rc-anchor-pt {
    display: none;
  }
  .field-wrapper {
    margin-bottom: 10px;
  }
  .capability-card-content {
    padding: 40px 20px;
  }
  .success img {
    width: 80%;
  } .exp-bg{display: none;}
}

@media (max-width: 425px) {
  h1 {
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }

  .h1-style {
    line-height: 50px;
    font-size: 30px !important;
  }
  .industries .item h1 {
    font-size: 40px;
  } .exp-bg{display: none;}
}

@media (max-width: 375px) {
  .h1-style-2 {
    font-size: 20px !important;
  } .exp-bg{display: none;}
}

.expertise-img-strat,
.exp-card-hover-strat {
  background: url(../img/gtm-not-strat.jpg);
}
.expertise-img-marketing,
.exp-card-hover-marketing {
  background: url(../img/gtm-not-marketing.jpg);
}
.expertise-img-pricing,
.exp-card-hover-pricing {
  background: url(../img/gtm-not-pricing.jpg);
}
.expertise-img-market,
.exp-card-hover-market {
  background: url(../img/gtm-not-market.jpg);
}
.expertise-img-stp,
.exp-card-hover-stp {
  background: url(../img/gtm-not-stp.jpg);
}

.expertise-img-value-dev,
.exp-card-hover-value-dev {
  background: url(../img/value-dev.jpg);
}
.expertise-img-product,
.exp-card-hover-product {
  background: url(../img/value-product.jpg);
}
.expertise-img-analysis,
.exp-card-hover-analysis {
  background: url(../img/value-ROI.jpg);
}
.expertise-img-current,
.exp-card-hover-current {
  background: url(../img/business-current-state.jpg);
}
.expertise-img-redesign,
.exp-card-hover-redesign {
  background: url(../img/business-design.jpg);
}
.expertise-img-change,
.exp-card-hover-change {
  background: url(../img/business-change.jpg);
}
.expertise-img-performance,
.exp-card-hover-performance {
  background: url(../img/business-performance.jpg);
}
.education-img-strat,
.edu-card-hover-strat {
  background: url(../img/education-gtm-strategy.jpg);
}
.education-img-partnership,
.edu-card-hover-partnership {
  background: url(../img/education-gtm-partnership.jpg);
}
.education-img-perform,
.edu-card-hover-perform {
  background: url(../img/education-gtm-transformation.jpg);
}

.hover-animation {
  position: relative;
}

.hover-animation img {
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.hover-animation img.image-front:hover {
  opacity: 0;
  cursor: pointer;
}



