@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Bold.eot');
  src: url('../fonts/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/HKGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Medium.eot');
  src: url('../fonts/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HKGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/HKGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Light.eot');
  src: url('../fonts/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HKGrotesk-Light.woff2') format('woff2'),
    url('../fonts/HKGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Regular.eot');
  src: url('../fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HKGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-SemiBold.eot');
  src: url('../fonts/HKGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
    url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select::-ms-expand {
  display: none;
}

label {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

section {
  position: relative;
  width: 100%;
}

body {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  font-style: normal;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  transition: 0.2s linear;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.btn-primary:focus {
  box-shadow: none;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.underline {
  text-decoration: underline;
}

.txt-shadow-none {
  text-shadow: none !important;
}

.form-control:focus {
  box-shadow: none;
}

.overflow-hidden {
  overflow: hidden;
}

.txt-clr-1 {
  color: #132547;
}

.txt-clr-2 {
  color: #5e7290;
}

.txt-clr-3 {
  color: #2547b6;
}

.txt-clr-4 {
  color: #1c1c1c;
}

.txt-clr-5 {
  color: #2b1f5d;
}

.txt-clr-6 {
  color: #203f82;
}

.txt-clr-7 {
  color: #777b7f;
}

.bg-clr-1 {
  background-color: #eef1f8;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.lh-16 {
  line-height: 16px;
}

.lh-24 {
  line-height: 24px;
}

.gredient-txt-clr-1 {
  background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.gredient-txt-clr-2 {
  background: radial-gradient(#ffe259 1.38%, #ffa751 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gredient-txt-clr-3 {
  /* background: -webkit-radial-gradient(top, #591a33, #2548b8);
    background: radial-gradient(at bottom, #591a33, #2548b8); */
  background: -moz-radial-gradient(
    76.71% 211.01% at 51.94% 50%,
    #263e7f 0%,
    #ef323a 100%
  );
  background: -webkit-radial-gradient(
    76.71% 211.01% at 51.94% 50%,
    #263e7f 0%,
    #ef323a 100%
  );
  background: radial-gradient(
    76.71% 211.01% at 51.94% 50%,
    #263e7f 0%,
    #ef323a 100%
  );
}

.gredient-txt-clr-4 {
  background: linear-gradient(90deg, #ffe259, #ffa751);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gredient-bg-clr-1 {
  background: #591a33;
  /* background: -moz-linear-gradient(left, #591a33 0, #2548b8 100%);
    background: -webkit-linear-gradient(left, #591a33 0, #2548b8 100%);
    background: linear-gradient(to right, #591a33 0, #2548b8 100%); */
  background: -moz-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: -webkit-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#591a33', endColorstr='#2548b8', GradientType=1);
}

.gredient-bg-clr-2 {
  background: #591a33;
  /* background: -moz-linear-gradient(-45deg, rgba(89, 26, 51, 1) 0, rgba(37, 72, 184, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(89, 26, 51, 1) 0, rgba(37, 72, 184, 1) 100%);
    background: linear-gradient(135deg, rgba(89, 26, 51, 1) 0, rgba(37, 72, 184, 1) 100%); */
  background: -moz-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: -webkit-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#591a33', endColorstr='#2548b8', GradientType=1);
}

.section-title {
  font-size: 60px;
  line-height: 124.96%;
  /* background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%); */
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.header {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  padding: 5px 3.5rem;
  background-color: #f2f6fe;
}

.header .header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header .header-bg .bg-layer {
  /* background: linear-gradient(90deg, #591a33, #2548b8, #2548b8); */
  -webkit-clip-path: polygon(0 0, 52% 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 52% 0, 50% 100%, 0 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.header .black-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  -webkit-clip-path: polygon(0 0, 52% 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 52% 0, 50% 100%, 0 100%);
}

.header .logo {
  width: 300px;
}

.header .logo img {
  width: 100%;
}

.header .navbar-nav a {
  /* color: #003c97 !important; */
  color: #132547 !important;
  font-size: 18px;
  /* font-weight: 500; */
  font-weight: 400;
  transition: 0.2s linear;
}

.header .navbar-nav a:hover {
  color: #003c97 !important;
}

.header .navbar-collapse {
  flex-grow: 0;
  margin-left: 2rem;
}

.top-contact-details {
  position: relative;
}

.top-contact-details .mail-info {
  height: 80px;
  padding: 0 4rem;
}

.top-contact-details .top-request {
  height: 80px;
  padding: 0 3rem;
}

.top-contact-details .top-request .link {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: inline-block;
  height: 100%;
}

.top-contact-details .mail-info .bg-layer {
  position: absolute;
  left: 0;
  background-color: #f2f6fe;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header .top-request {
  position: absolute;
  right: 0;
  padding: 1.5rem 1.5rem 2.5rem;
  top: -0.7rem;
  display: inline-block;
  background: linear-gradient(135deg, #591a33, #2548b8);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
}

.header .header-rq::after {
  content: '';
  background-image: url(../img/RQ-Shadow@2x.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 104px;
  right: -15px;
  top: -30px;
  background-position: center center;
}

.header .top-request p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}

.hero-area {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/index-banner-bg-new.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.before-bg-gredi::before {
  content: '';
  background: linear-gradient(90deg, #591a33, #2548b8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

.hero-area .banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4rem;
}

.banner-section .banner-bg-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, #591a33, #2548b8);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 55% 0, 40% 100%, 0 100%);
  clip-path: polygon(0 0, 55% 0, 40% 100%, 0 100%);
}

.banner-section .detail-box {
  width: 50%;
  z-index: 4;
  color: #fff;
  padding: 7rem 0 12rem;
}

.banner-section .detail-box h1.title-1,
.banner-section .detail-box .heading-title-one.title-1 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  display: inline-block;
}

.banner-section .detail-box h1.title-2 {
  text-transform: uppercase;
  font-size: 94px;
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 94px;
  margin-top: 1rem;
}

.banner-section .img-box {
  width: 73%;
  margin-left: -17%;
  position: relative;
  z-index: 2;
}

.banner-section .explore-it-btn {
  display: inline-block;
  font-size: 18px;
  color: #561c38;
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(90deg, #ffe259, #ffa751);
  margin-right: 1rem;
}

.banner-section .right-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.finest-it-services {
  padding: 4rem 0;
}

.finest-it-services .card {
  margin: 0.5rem;
  padding: 1.5rem 0.5rem;
  text-align: center;
  border: 2px solid #f2f6fe;
  border-radius: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.finest-it-services .card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.finest-it-services .view-services-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2rem;
  border: 2px solid #d9d7ec;
  padding: 0.5rem 1rem;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, #591a33, #2548b8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.finest-it-services .view-services-btn:hover {
  color: #fff;
  -webkit-text-fill-color: aliceblue;
  background: linear-gradient(90deg, #591a33, #2548b8);
}

.what-customers-say {
  position: relative;
  background-color: #eef1f8;
  padding: 2rem 3rem 2rem;
}

.what-customers-say .title-bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background: #591a33;
  /* background: -moz-linear-gradient(left, #591a33 0, #2548b8 100%);
    background: -webkit-linear-gradient(left, #591a33 0, #2548b8 100%);
    background: linear-gradient(to right, #591a33 0, #2548b8 100%); */
  background: -moz-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: -webkit-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#591a33', endColorstr='#2548b8', GradientType=1);
  padding: 1.5rem 0;
}

.what-customers-say .title {
  position: relative;
  font-size: 48px;
  line-height: 48px;
}

.what-customers-say .card {
  border-radius: 10px;
}

.what-customers-say .card p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 2rem;
}

.ratings .fa-star {
  color: #ffce31;
}

#text-testimonial .owl-nav {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

#text-testimonial .owl-nav button {
  margin: 0 0.5rem;
}

#text-testimonial .owl-nav button:hover {
  background: transparent;
}

#text-testimonial .owl-stage-outer {
  margin-top: 7rem;
}

#video-testimonial .owl-nav {
  text-align: center;
  margin-top: 1rem;
}

#video-testimonial .owl-nav button {
  margin: 0 0.5rem;
}

.success-stories {
  padding: 5rem 0 4rem;
}

.success-stories .figure-img-block img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.success-stories .figure:hover .figure-img-block img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.success-stories .figure-img-block {
  height: 320px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.success-stories .figure-caption {
  overflow: hidden;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.success-stories .figure .tag {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
}

.success-stories .story-list-item li {
  padding: 1rem;
  border-bottom: 2px solid #e8e8e8;
}

.success-stories .figure-caption .title {
  border-bottom: 2px solid #e8e8e8;
}

.success-stories .learn-more-btn {
  display: inline-block;
  background-color: #452b66;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #fff;
}

.partners {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  width: 60%;
  padding-left: 2rem;
}

.partners::before {
  content: '';
  background-image: url(../img/BottomBand-BG@2x-Crop.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 270px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(242, 246, 254, 0) 62.34%,
    #dbe7ff 100%
  );
}

.partners .partners-bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f6fe;
  -webkit-clip-path: polygon(0 0, 95% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 90% 100%, 0 100%);
}

.partners h2 {
  position: relative;
  font-size: 28px;
  color: #3b90cb;
  line-height: 28px;
  font-weight: 400;
  text-align: left !important;
  text-transform: uppercase;
  z-index: 2;
}

.partners h2.oc_font {
  line-height: 32px;
}

.partners h2 span {
  font-size: 38px;
  color: #452b66;
}

.partners h2.oc_font span {
  font-size: 32px;
}

.partners .owl-stage {
  display: flex;
  align-items: center;
}

.partners .brand-carousel {
  position: relative;
  top: 15px;
  padding-left: 3rem;
}

.partners .brand-carousel .owl-item .single-logo {
  margin: 0 1rem;
}

.business-processes {
  position: relative;
  display: block;
  width: 100%;
}

.business-processes .business-pro-top {
  padding: 4rem 0;
}

.business-processes .bg-layer {
  content: '';
  background-image: url('../img/business-process-bg-layer.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 548px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.business-processes .business-pro-top h2.main-title {
  font-size: 57px;
  text-align: center;
  line-height: 1;
}

.business-processes .business-pro-top h2.main-title.title_small_font {
  font-size: 50px;
  font-weight: 400;
}

.business-processes .business-pro-top h2.main-title span {
  font-size: 72px;
}

.business-pro-top .process-count {
  font-size: 150px;
  line-height: 120px;
}

.business-pro-top .sub-txt {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.business-pro-bottom .success-story {
  background-color: #003381;
  border: 1px solid #003c97;
  padding: 2rem 1rem;
  height: 100%;
}

.business-pro-bottom .success-story .count-number {
  color: #fff;
  font-size: 48px;
}

.business-pro-bottom .success-story .count-txt {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.business-pro-bottom .success-story .middle-txt {
  color: #fff;
  font-size: 28px;
}

.business-pro-bottom .success-story .middle-txt span {
  font-size: 32px;
  text-transform: uppercase;
}

.services-we-deliver {
  position: relative;
  padding: 6rem 3rem;
}

.services-we-deliver::before {
  content: '';
  background-image: url('../img/mask-layer-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 550px;
  height: 549px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
}

.services-we-deliver::after {
  content: '';
  background-image: url('../img/mask-layer-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 517px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.services-we-deliver .title {
  font-size: 54px;
}

.services-we-deliver h5 {
  color: #132547;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.services-we-deliver p {
  color: #5e7290;
  font-size: 15px;
  margin-bottom: 1rem;
}

.services-we-deliver .explore-now {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2rem;
  background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-image: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%) 1;
  border-width: 1px;
  border-style: solid;
  padding: 0.5rem;
}

.services-we-deliver .explore-now:hover {
  background: linear-gradient(90deg, #591a33, #2548b8);
  color: #fff;
  -webkit-text-fill-color: aliceblue;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.make-request {
  position: relative;
}

.make-request .info-section {
  position: relative;
  display: block;
  width: 100%;
  background-image: url('../img/make-requet-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #eef1f8;
  padding: 3rem 0 5rem;
}

.make-request .info-section .make-request-txt {
  padding-left: 3rem;
}

.make-request .info-section h2 {
  font-size: 48px;
  color: #47285d;
  font-weight: 400;
}

.make-request .info-section h2 span {
  color: #2547b6;
  font-weight: 700;
}

.make-request .info-section p {
  font-size: 24px;
  color: #6c6c6c;
}

.make-request .contact-section {
  padding: 1rem 3rem;
}

.make-request .contact-section p {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.make-request .contact-section h2 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
}

.make-request .contact-section .req-callback {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 600;
  background: #ffe159;
  background: -moz-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe159', endColorstr='#fea751', GradientType=1);
}

.make-request .contact-section .req-callback-btn {
  display: inline-block;
  color: #551c38;
  font-weight: 700;
}

.make-request .side-img {
  position: absolute;
  right: 0;
  bottom: -25px;
}

.trusted-by-companies {
  background-color: #fff;
  padding: 3rem 0;
}

.trusted-by-companies h2 {
  font-size: 48px;
}

.trusted-by-companies .fjkh-heading {
  font-size: 48px;
}

.trusted-by-companies ul li {
  display: flex;
  align-items: center;
  background-color: #eef1f8;
  margin: 0.5rem;
  width: 225px;
  height: 100px;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.trusted-by-companies ul li:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.trusted-by-companies .mobile-clients-view .client-logo {
  background-color: #eef1f8;
  padding: 1rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.mobile-clients-view .owl-nav {
  text-align: center;
  margin-top: 1rem;
}

.mobile-clients-view .owl-nav button {
  margin: 0 0.5rem;
}

.mobile-clients-view .owl-dots {
  margin-top: 1.5rem !important;
}

.mobile-clients-view .owl-dots button.active span {
  background: #003381 !important;
}

.lets-talk {
  padding: 3rem 0;
}

.lets-talk h2 {
  font-size: 60px;
  color: #e5e5e5;
}

.lets-talk .get-idea-heading {
  font-size: 60px;
  color: #e5e5e5;
}

.lets-talk p {
  font-size: 21px;
  color: #e5e5e5;
  width: 65%;
  margin: 0 auto;
}

.lets-talk .contact-us-btn {
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 600;
  background: #ffe159;
  background: -moz-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe159', endColorstr='#fea751', GradientType=1);
}

.lets-talk .contact-us {
  display: inline-block;
  background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.few-steps {
  position: relative;
  padding: 10rem 3rem;
  background-image: url('../img/few-steps-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.few-steps .bg-layer {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}

.few-steps ul li {
  position: relative;
  list-style-type: none;
  font-size: 24px;
  color: #132547;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}

.few-steps ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #000;
  top: 18px;
  left: 10px;
}

.few-steps .form-block {
  background-color: #003381;
  padding: 1.5rem 3rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 400px;
  position: absolute;
  right: 30px;
  z-index: 1;
  bottom: -10rem;
  padding-bottom: 18px;
}

.few-steps .form-block .form-para {
  font-size: 18px;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 18px;
}

.few-steps .form-block input,
.few-steps .form-block textarea {
  position: relative;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  color: #a1a1a1;
  padding: 0.375em 0.75rem 0.375rem 1rem;
}

.few-steps .form-block input {
  font-size: 12px;
  height: 36px;
}

.few-steps .form-block textarea {
  height: 70px;
}

.few-steps .form-block .connect-us {
  background: #ffe159;
  background: -moz-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe159', endColorstr='#fea751', GradientType=1);
  color: #591a33;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 2rem;
  margin: 1rem auto 0;
  border-radius: 24px;
}

.services-hero-area {
  height: 100%;
}

.services-banner .detail-box {
  width: 50%;
  padding: 6rem 0 8rem;
}

.services-hero-area,
.product-hero-area {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/services_page_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 54px;
}

.product-hero-area {
  background-image: url('../img/products-banner.jpg');
  padding-bottom: 0;
}

.services-hero-area .banner-section .detail-box h1.title-1,
.services-hero-area .banner-section .detail-box .heading-title-one.title-1 {
  font-size: 36px !important;
  line-height: 36px !important;
  margin-bottom: 0.5rem;
}

.services-hero-area .banner-section .detail-box h1.title-2 {
  font-size: 78px !important;
  line-height: 78px;
  margin-top: 0;
}

.services-main .services-content-row {
  display: block;
  width: 100%;
  padding: 3rem 0;
}

.services-main .services-content-row h2 span {
  font-size: 38px;
}

.services-main .services-content-row .para {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 2rem;
}

.services-main .services-content-row .list-items li {
  position: relative;
  color: #777b7f;
  padding-left: 1.5rem;
  font-size: 20px;
  margin-bottom: 0.2rem;
}

.services-main .services-content-row .list-items li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #132547;
  top: 15px;
  left: 0;
}

.services-main .services-content-row .read-more-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
  background-color: #203f82;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  color: #fff;
  font-weight: 400;
  margin-top: 3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.services-main .read-more-btn:hover {
  color: #fff;
  background-color: #132547;
}

.call-for-advice {
  background: #2548b8;
  /* background: -moz-linear-gradient(left, rgba(37, 72, 184, 1) 0, rgba(89, 26, 51, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(37, 72, 184, 1) 0, rgba(89, 26, 51, 1) 100%);
    background: linear-gradient(to right, rgba(37, 72, 184, 1) 0, rgba(89, 26, 51, 1) 100%); */
  background: -moz-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: -webkit-linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2548b8', endColorstr='#591a33', GradientType=1);
  padding: 2rem 0;
}

.call-for-advice h1.txt {
  color: #fff;
  font-size: 38px;
}

.call-for-advice h1.contact a {
  color: #fff;
  font-size: 48px;
}

.call-for-advice .request-btn {
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
}

.call-for-advice .request-btn span {
  display: inline-block;
  background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-color: #fff;
}

.services-main-v1 span.service-type {
  display: inline-block !important;
  /* background-image: linear-gradient(90deg, #591a33, #2548b8, #2548b8); */
  background-image: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  text-transform: uppercase;
  margin-bottom: 2.5rem !important;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.services-main-v1 .services-content-row .para {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 2rem;
  font-weight: 700;
}

.services-main-v1 .services-content-row .list-items li {
  color: #132547 !important;
}

.contact-hero-area {
  height: auto !important;
}

.hero-area.contact-hero-area::after {
  display: none;
}

.contact-hero-area .banner-section .banner-bg-container {
  background: linear-gradient(90deg, #591a33, #2548b8);
  -webkit-clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
  clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
}

.contact-hero-area {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/contact_page_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.contact-hero-area .banner-section h1.title-1 {
  font-size: 36px !important;
  line-height: 36px !important;
}

.contact-hero-area .banner-section h1.title-2 {
  text-transform: uppercase;
  font-size: 78px;
  display: inline-block;
  margin-bottom: 2rem;
  margin-top: 0;
}

.contact-hero-area .banner-bg-container {
  height: 100%;
}

.contact-hero-area .detail-box {
  padding: 6rem 0 3rem;
}

.we-here-to-help {
  padding: 3rem 0;
}

.xps-contact-section {
  position: relative;
  padding: 8rem 0 4rem;
}

.xps-contact-section::before {
  content: '';
  background-image: url(../img/mask-layer-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 402px;
  height: 500px;
  position: absolute;
  left: -40px;
  top: -125px;
  z-index: -1;
  opacity: 0.5;
}

.xps-contact-section .contact-info li {
  margin-bottom: 2rem;
}

.xps-contact-section .form-block {
  background-color: #003381;
  padding: 2rem 3rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 500px;
  position: absolute;
  right: 30px;
  z-index: 1;
  bottom: -4rem;
}

.xps-contact-section .form-block .form-para {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto 1rem;
}

.xps-contact-section .form-block input,
.xps-contact-section .form-block textarea {
  position: relative;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  color: #a1a1a1;
  padding: 0.375em 0.75rem 0.375rem 1rem;
}

.xps-contact-section .form-block input {
  font-size: 12px;
  height: 40px;
}

.xps-contact-section .form-block .connect-us {
  background: #ffe159;
  background: -moz-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe159', endColorstr='#fea751', GradientType=1);
  color: #591a33;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 2rem;
  margin: 1rem auto 0;
  border-radius: 24px;
}

.connect-us-new {
  background: #ffe159;
  background: -moz-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe159', endColorstr='#fea751', GradientType=1);
  color: #591a33;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 2rem;
  margin: 10px 0 0;
  border-radius: 24px;
  display: block;
  width: fit-content;
}

.xps-contact-section .contact-info .icon {
  margin-right: 1rem;
}

.xps-contact-section .contact-info p {
  font-size: 21px;
}

.xps-contact-section .view-us {
  display: inline-block;
  background-color: #f1f6ff;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  border-radius: 5px;
}

.xps-contact-section .view-us .txt {
  background: radial-gradient(#1488cc 1.38%, #2b32b2 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 21px;
}

.footer {
  position: relative;
  display: block;
  width: 100%;
}

.footer .footer-menu-block {
  position: relative;
  background-color: #003381;
  padding: 3rem 0;
  overflow: hidden;
}

.footer .footer-menu-block::before {
  /* content: '';
    background-image: url('../img/business-process-bg-layer.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 548px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer .footer-menu-block h4 {
  color: #e5e5e5;
}

.footer .para,
.footer p {
  color: #eef1f8;
}

.footer .menu-list ul li {
  margin-bottom: 0.5rem;
}

.footer .menu-list ul li a {
  font-size: 16px;
  color: #e5e5e5;
}

.footer .social-media ul li {
  margin-right: 1.5rem;
}

.footer .footer-form-block input {
  width: 200px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  height: 40px;
  color: #5e7290;
}

.footer .footer-form-block .submit-btn {
  background-color: #003c97;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
}

.footer .copyright {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.3rem 0;
  background: #003381;
  /* background: -moz-linear-gradient(left, rgba(0, 51, 129, 1) 0, rgba(0, 51, 129, 1) 15%, rgba(89, 26, 51, 1) 50%, rgba(0, 51, 129, 1) 89%, rgba(0, 51, 129, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 51, 129, 1) 0, rgba(0, 51, 129, 1) 15%, rgba(89, 26, 51, 1) 50%, rgba(0, 51, 129, 1) 89%, rgba(0, 51, 129, 1) 100%);
    background: linear-gradient(to right, rgba(0, 51, 129, 1) 0, rgba(0, 51, 129, 1) 15%, rgba(89, 26, 51, 1) 50%, rgba(0, 51, 129, 1) 89%, rgba(0, 51, 129, 1) 100%); */
  background: -moz-radial-gradient(
    33.27% 1945.94% at 51.94% 50%,
    #ef323a 0%,
    #003381 100%
  );
  background: -webkit-radial-gradient(
    33.27% 1945.94% at 51.94% 50%,
    #ef323a 0%,
    #003381 100%
  );
  background: radial-gradient(
    33.27% 1945.94% at 51.94% 50%,
    #ef323a 0%,
    #003381 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1032a7', endColorstr='#1032a7', GradientType=1);
}

.footer .copyright p {
  font-size: 12px;
}

.footer.footer-bg-1 .para {
  color: #132547;
}

.footer.footer-bg-1 h4 {
  color: #2b1f5d;
}

.footer.footer-bg-1 .menu-list ul li a {
  color: #132547;
}

@keyframes gearAnim {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes gearAnim {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.animate {
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
}

.fis-web-main:hover .animate-layer-1 {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
}

.fis-web-main:hover .animate-layer-2 {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
}

.fis-web-main:hover .animate-layer-4 {
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}

.fis-web-main:hover .animate-layer-3 {
  animation: gearAnim 3s linear 0s infinite;
  -moz-animation: gearAnim 3s linear 0s infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

.fis-software-main:hover .animate-layer-1 {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
}

.fis-software-main:hover .animate-layer-2 {
  animation: gearAnim 3s linear 0s infinite;
  -moz-animation: gearAnim 3s linear 0s infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

.fis-software-main:hover .animate-layer-3 {
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
}

.fis-dm-main:hover .animate-layer-1 {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
}

.fis-dm-main:hover .animate-layer-2 {
  transform: translate(10px, -10px);
  -webkit-transform: translate(10px, -10px);
}

.fis-dm-main:hover .animate-layer-3 {
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
}

.fis-dm-main:hover .animate-layer-4 {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
}

.fis-mob-main:hover .animate-layer-1 {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
}

.fis-mob-main:hover .animate-layer-3 {
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
}

.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 100;
  border: 0;
  box-sizing: content-box;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
}

.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 1px;
  /* background: #fff; */
  background: #132547;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  left: 0;
  content: '';
}

.hamburger-menu-button-open::before {
  top: 6px;
}

.hamburger-menu-button-open::after {
  bottom: 6px;
}

.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.ham-menu {
  position: absolute;
  top: 42px;
  left: 48px;
  margin: auto;
  max-width: 570px;
  overflow: hidden;
}

.ham-menu ul {
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  background-color: #3896d3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ham-menu.on ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ham-menu ul {
  font-size: 0;
}

.ham-menu ul li {
  display: inline-block;
}

.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}

.ham-menu ul li a {
  padding: 15px;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}

.ham-menu ul li.active a,
.ham-menu ul li a:hover {
  background-color: #2980b9;
  color: #fff !important;
}

.footer-accordion .card,
.footer-accordion .card .card-header {
  background: 0;
  border: 0;
  text-align: center;
}

.footer-accordion .card {
  border-bottom: 1.7px solid #1f4b8f;
}

.footer-accordion {
  border-top: 1.7px solid #1f4b8f;
}

.footer-accordion button:focus {
  text-decoration: none;
}

.footer-accordion .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  font-size: 24px;
  position: absolute;
}

.footer-accordion button[aria-expanded='true'] i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-accordion button:hover,
.footer-accordion button:active {
  text-decoration: none;
}

.custom_modal_design {
  max-width: 840px;
}

.custom_modal_design .form-group input {
  padding: 12px 15px;
  border-radius: 0;
}

.close_btn button.close {
  float: none;
}

.close_btn {
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 1;
}

.custom_header {
  margin-bottom: 25px;
  text-align: center;
}

.form_sub_heading {
  margin: 15px 0 20px 0;
}

.custom_div_radio label {
  display: inline-block;
  padding: 10px;
  border: solid 1px #ccc;
  transition: all 0.3s;
  text-align: center;
  border-radius: 0;
  font-weight: 300;
  cursor: pointer;
}

.custom_div_radio input[type='radio'],
.custom_div_radio input[type='checkbox'] {
  display: none;
}

.custom_div_radio input[type='radio']:checked + label,
.custom_div_radio input[type='checkbox']:checked + label {
  border: 1px solid #2f3f9d;
  color: #2f3f9d;
}

.radio_div {
  display: inline-block;
}

.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dbdada;
  border-radius: 0;
}

.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom_checkbox input:checked ~ .checkmark {
  background: linear-gradient(135deg, #591a33, #2548b8);
}

.custom_checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom_checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check_box {
  padding: 15px;
  background: whitesmoke;
  border-radius: 0;
  margin: 25px 0;
  margin-top: 10px;
}

.custom_btn_design {
  background: linear-gradient(135deg, #591a33, #2548b8);
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  margin: 0 auto 10px auto;
  display: table;
}

.custom_btn_design:active {
  background: linear-gradient(135deg, #591a33, #2548b8) !important;
}

.custom_btn_design:focus {
  box-shadow: none;
}

.custom_btn_design:focus-visible {
  outline: 0;
}

.video_figure {
  max-width: 900px;
}

.custom_img_big {
  max-width: 450px;
  width: 100%;
}

.custom_img_big img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.testimonial-video .rectvideo img {
  border-radius: 8px;
  overflow: hidden;
  padding: 0 !important;
}

.testimonial-video .rectvideo {
  padding: 16px !important;
}

.trusted-by-companies ul.list-unstyled li img {
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.trusted-by-companies .mobile-clients-view .client-logo img {
  max-height: 85px;
  width: auto;
}

.custom_whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.custom_modal_design .form-control {
  font-weight: 300;
  border-radius: 0;
}

.mobile_fix_btn {
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 10px #ccc;
}

.mobile_fix_btn a {
  background: linear-gradient(
    to right,
    rgba(255, 225, 89, 1) 0,
    rgba(254, 167, 81, 1) 100%
  );
  color: #591a33;
  padding: 7px 25px;
  display: inline-block;
  border-radius: 60px;
}

.mobile_fix_btn {
  display: none;
}

.footer .social-media ul li a img {
  width: 24px;
}

.pc_padding_right {
  padding-right: 90px;
  text-align: justify;
}

#video-testimonial button:hover {
  background: 0;
}

.connect_form {
  text-align: center;
  margin-bottom: 90px;
}

section.few-steps.sfew-step {
  padding-top: 70px;
}

.step_heading {
  color: #2648b8;
  margin-bottom: 15px;
  margin-left: 9px;
}

.connect_form.services_connect_form {
  margin-bottom: 200px;
}

.brand-carousel .single-logo img {
  max-height: 75px;
  width: auto !important;
}

.navbar-nav .nav-item .nav-link.active {
  position: relative;
}

/* .navbar-nav .nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffcf56;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.navbar-nav .nav-item .nav-link.active:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 4px;
    background: #4a285b;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px
} */

.change_header_style .change_header_btn .top-request {
  border-radius: 30px;
  padding: 10px 24px;
  background: linear-gradient(90deg, #ffe259, #ffa751);
  clip-path: none;
  top: initial;
  position: relative;
  left: 30px;
}

.change_header_style .change_header_btn .top-request p {
  color: #561c38;
  font-weight: 600;
  text-transform: capitalize;
}

.change_header_style .header-bg .bg-layer {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.change_header_style .navbar-nav a.nav-link {
  /* color: #fff !important; */
  color: #132547 !important;
  font-weight: 300;
  font-weight: 400;
}

.change_header_style .navbar-nav a:hover {
  /* color: #ffcf56 !important */
  color: #003c97 !important;
}

.change_header_style .navbar-nav .nav-item .nav-link.active:after {
  /* background: #ffcf56; */
  background: #003c97;
}

.change_header_style .navbar-nav .nav-item .nav-link.active:before {
  background: #fff;
}

.change_header_style .navbar-nav .nav-item {
  margin-right: 10px;
}

.change_header_style .custom_right_menu {
  justify-content: end;
  margin-right: 30px;
}

.header.sticky_header.change_header_style {
  position: fixed;
  top: 0;
}

.change_header_style .change_header_btn .top-request p br {
  display: none !important;
}

.change_header_style .change_header_btn:after {
  display: none;
}

.bg_gray {
  background: #fafafa;
}

header nav li.nav-item.dropdown {
  margin-right: 20px;
}

header nav li.nav-item.dropdown i {
  position: absolute;
  top: -1px;
  right: -20px;
  font-size: 22px;
  color: #003c97 !important;
  cursor: pointer;
}

.change_header_style .navbar-nav .nav-item.nav-item.dropdown {
  margin-right: 20px;
}

.change_header_style .navbar-nav .nav-item.nav-item.dropdown i {
  color: #fff !important;
}

.custom_menu a {
  font-weight: 400 !important;
}

a.map-buton {
  background: #f1f6ff;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 5px;
  align-items: center;
}

.map-sizing {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

section.google-map {
  padding-bottom: 64px;
}

span.map-text {
  background: radial-gradient(#1488cc 1.38%, #2b32b2 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 21px;
  font-weight: 700;
}

span.map-imag {
  margin-right: 20px;
}

.view-map-btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.map-sizing iframe {
  border: 1px solid #e1e1e1 !important;
}

a.map-buton:hover {
  background: #eef1f8;
}

h4.office-heading {
  background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 8px;
}

.connect_form .title {
  font-size: 2.5em;
}

.portfolio-hero-banner {
  background-image: url('../img/portfolio/portfolio-banner.jpg');
  background-position: bottom;
}

.portfolio-title,
.mobile-portfolio-title.portfolio-title {
  font-size: 78px;
  font-weight: 300;
}

.portfolio-subtitle {
  font-size: 68px;
  font-weight: 700;
}

.portfolio-pera {
  color: #132547;
  font-size: 34px;
  font-weight: 400;
}

.portfolio-banner-links a {
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 21px;
  font-weight: 500;
  border: 1px solid #591a33;
  border-radius: 70px;
  padding: 10px 16px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}

.portfolio-banner-links .portfolio-pills {
  justify-content: flex-start;
  padding: 0;
  background: 0;
}

.portfolio-banner-links {
  max-width: 650px;
  margin-top: 45px;
}

.add-head.change_header_style .logo img {
  width: 130px;
}

header .navbar-nav .visit-site-link.nav-item {
  padding: 0.4rem 0;
}

a.active-link,
.portfolio-banner-links a:hover {
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-text-fill-color: #fff;
}

a.active-link img {
  filter: brightness(0) invert(1);
}

.portfolio-banner-links a:hover img {
  filter: brightness(0) invert(1);
}

.portfolio-banner-links a img {
  margin-right: 8px;
}

.portfolio-pills .nav-link {
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #591a33;
  border-radius: 70px;
  padding: 8px 16px;
  margin: 5px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}

.portfolio-pills .nav-link:hover {
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-text-fill-color: #fff;
}

.portfolio-pills .nav-link:hover img {
  filter: brightness(0) invert(1);
}

.portfolio-pills .nav-link img {
  margin-right: 8px;
}

.portfolio-pills {
  justify-content: center;
  border-radius: 0 0 40px 40px;
  background: #f2f6fe;
  padding: 8px 0;
  margin-bottom: 40px;
  position: sticky;
  top: 63px;
  z-index: 1;
}

.portfolio-detail-box {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}

.portfolio-detail-content {
  position: absolute;
  left: 50%;
  background: linear-gradient(
    143deg,
    rgb(89 26 51 / 85%) 0,
    rgb(37 72 184 / 85%) 100%
  );
  padding: 10px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s all ease-in;
}

.portfolio-detail-content h4 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.portfolio-detail-content p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.portfolio-detail-content a {
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 400;
}

.portfolio-detail-box:hover .portfolio-detail-content {
  opacity: 1;
  top: 50%;
}

.portfolio-services-box {
  background: linear-gradient(138deg, #591a33 0, #2548b8 100%);
  height: calc(100% - 30px);
  padding: 30px 20px;
  text-align: center;
}

.portfolio-services-box h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.portfolio-services-box h3 span {
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.portfolio-services-links a {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.963%;
  border: 1px solid #fff;
  margin: 6px 3px;
  border-radius: 30px;
  padding: 9px 18px;
  display: inline-block;
  min-width: 65px;
}

.portfolio-services-links {
  margin-top: 20px;
}

.portfolio-container-width {
  padding-left: 4rem;
  padding-right: 4rem;
}

.portfolio-detail-content a:hover {
  background: linear-gradient(90deg, #ffe259, #ffa751);
  color: #561c38;
  border-color: #ffd357;
}

.portfolio-services-links a:hover {
  background-color: #fff;
  color: #561c38;
}

.portfolio-services-links a.active {
  background-color: #fff;
  color: #561c38;
}

.portfolio-pills .nav-link.active {
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-text-fill-color: #fff;
}

.portfolio-pills .nav-link.active img {
  filter: brightness(0) invert(1);
}

.bar_div {
  visibility: hidden;
  margin-bottom: 0;
}

.visible-tab {
  visibility: visible;
  margin-bottom: 40px;
}

.banner_div_hide {
  visibility: hidden;
}

.visit-site-link {
  margin-right: 20px !important;
}

.visit-site {
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-text-fill-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 70px;
  padding: 5px 20px !important;
  margin: 2px 0 0;
}

.change_header_style .change_header_btn .top-request-1 {
  left: 0 !important;
}

.portfolio-show-page {
  display: none;
}

.nav-item.xps_serv_dd .serv-mega-down {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out all;
  transform: translateY(50px);
  left: calc(0px - 600px) !important;
  top: 100%;
  margin: 0;
}

.nav-item.xps_serv_dd .serv-mega-down {
  min-width: 66rem !important;
  padding: 10px;
}

.serv-mega-down h3 {
  font-size: 20px;
  padding: 8px 10px;
  background: linear-gradient(92deg, #591a33 1.38%, #2548b8 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.serv-mega-down .row {
  margin: 0;
  justify-content: center;
  gap: 40px;
}

.dropdown-menu.xps_dm.serv-mega-down .row .column a {
  padding: 8px 10px;
  font-size: 16px;
}

.dropdown-menu.xps_dm.serv-mega-down .row .column h3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffcf56;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.dropdown-menu.xps_dm.serv-mega-down .row .column h3::after {
  position: absolute;
  content: '';
  width: 26px;
  height: 4px;
  background: #4a285b;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}

.services_for_form-testi .hmclient_testimain img {
  width: 150px;
  height: 150px;
}

.services_for_form-testi .hmclient_para p {
  color: #132547;
  font-family: Poppins;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.services_for_form-testi .hmclient_nmloc-1 p {
  color: #132547;
  font-family: Poppins;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 124.963%;
  text-transform: capitalize;
}

.services_for_form-testi {
  padding: 3rem 0 0 !important;
  background-image: url('../img/portfolio/new-bg-port.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.services_for_form-testi .owl-prev {
  background-image: url('../img/portfolio/port-vector.png') !important;
  height: 40px !important;
  width: 40px !important;
  background-repeat: no-repeat !important;
  margin-right: 10px;
  background-position: center !important;
  border: 1px solid #35398d !important;
  position: absolute;
  left: -220px;
}

.services_for_form-testi .owl-next {
  background-image: url('../img/portfolio/port-vector.png') !important;
  height: 40px !important;
  width: 40px !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
  background-position: center !important;
  border: 1px solid #35398d !important;
  position: absolute;
  right: -220px;
}

.services_for_form-testi .owl-theme .owl-dots .owl-dot.active span,
.services_for_form-testi .owl-theme .owl-dots .owl-dot:hover span {
  background: #591a33;
}

.services_for_form-testi .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: 0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #591a33;
}

.services_for_form-testi .hmclients-slider {
  margin-bottom: 78px;
}

.services_for_form-testi .owl-nav {
  position: relative;
  top: -110px;
}

.services_for_form-testi .owl-next span,
.services_for_form-testi .owl-prev span {
  display: none;
}

.services_for_form-testi .bluefoot {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  bottom: -6px;
}

.about-hero-area {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/new-about-us-ban.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.about-page-head .about-heading {
  display: inline-block !important;
  background-image: linear-gradient(90deg, #591a33, #2548b8, #2548b8);
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  text-transform: uppercase;
  margin-bottom: 2.5rem !important;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

.about-page-head .about-subheading {
  color: #132547;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 139.963%;
  margin-bottom: 10px;
}

.about-page-para p {
  color: #132547;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about-page-para .para-red {
  color: #5e7290;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 139.963%;
  margin-bottom: 10px;
}

.about-page-first-sec {
  margin: 80px 0;
}

.about-page-first-sec
  .service-type.d-none.d-md-block.txt-clr-1.fw-300.mb-4.wow.fadeInDown {
  margin-bottom: 16px !important;
}

.about-page-second-sec {
  padding: 80px 0;
  background-image: url('../img/back-bg.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.about-page-first-sec-space {
  margin: 80px 0 40px !important;
}

.about-page-first-sec-space-1 {
  margin: 40px 0 80px !important;
}

.about-page-second-sec .about-page-head-1 h3 {
  color: #132547;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.about-page-second-sec .about-page-para-1 p {
  color: #132547;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  min-height: 235px;
}

.about-page-second-sec .item {
  width: 100%;
  float: left;
  text-align: center;
  padding: 24px;
  background: #ffff;
}

.about-icon-img img {
  height: 56.615px;
  width: auto;
  margin-bottom: 12px;
}

.about-mean-heading {
  display: inline-block !important;
  background-image: linear-gradient(90deg, #591a33, #2548b8, #2548b8);
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  text-transform: uppercase;
  margin-bottom: 2.5rem !important;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

.ab-links a {
  padding: 10px 24px;
  border-radius: 30px;
  color: #551c38;
  margin-top: 24px;
  float: left;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(92deg, #591a33 45.95%, #2548b8 98.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #551c38;
  transition: 0.5s;
}

.ab-links a:hover {
  background: linear-gradient(90deg, #591a33, #2548b8, #2548b8);
  -webkit-text-fill-color: #fff;
}

.text-mid-center {
  margin: auto;
}

.about-hero-area .banner-section h1.title-2 {
  margin-bottom: 0;
}

.about-hero-area .banner-section h1.title-1 {
  margin-bottom: 2rem;
}

.about-page-first-sec .services-content-row {
  display: block;
  width: 100%;
  padding: 0 0 !important;
}

.services-we-deliver-1 .title {
  color: #132547;
  font-family: Poppins;
  font-size: 53px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.963%;
  display: block;
}

.services-we-deliver-1 .make-request-txt li {
  color: #132547;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  list-style-type: disc;
  margin: 0 0 0 15px;
  padding: 0;
}

.services-we-deliver-1 ul li::before {
  content: '';
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  background-color: none;
}

.nav-item.xps_serv_dd .serv-mega-down.serv-mega-down-change {
  min-width: 50rem !important;
  padding: 10px;
}

.portfolio-single-page-content .portfolio-title {
  color: #fff;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 10px;
}

.portfolio-single-page-content .portfolio-subtitle {
  color: #fff;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 17px;
}

.portfolio-single-page-content .portfolio-pera {
  color: #f2f6fe;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.963%;
}

.single-page-hero-areaa {
  background: linear-gradient(94deg, #2548b8 3.12%, #591a33 96.88%);
}

.single-page-hero-areaa {
  padding-top: 89.2px;
}

.portfolio-single-page-content-inner p {
  color: #132547;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 124.963%;
  width: 100%;
}

.portfolio-single-page-content-inner h3 {
  color: #132547;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.963%;
  margin-bottom: 16px;
  width: 100%;
}

.portfolio-single-page-content-inner {
  margin-top: 16px;
}

.single-page-portfolio-second-sec {
  padding: 80px 0 0 0;
}

.single-page-bg {
  float: left;
  margin: 8px 0 24px;
  width: 100%;
}

.single-page-bg-1 {
  height: 8px;
  width: 150px;
  border-radius: 20px;
  background: linear-gradient(91deg, #591a33 31.83%, #2548b8 99.3%);
}

.single-page-portfolio-third-sec {
  padding: 80px 0;
  background: #2548b8;
}

.single-page-portfolio-third-sec .portfolio-single-page-content-inner h3 {
  color: #fff;
}

.single-page-portfolio-third-sec .portfolio-single-page-content-inner p {
  color: #fff;
}

.single-page-portfolio-third-sec .single-page-bg-1 {
  background: #fff;
}

.portfolio-single-page-content-inner .row {
  justify-content: flex-start;
  gap: 48px;
}

.single-page-portfolio-third-sec .portfolio-single-page-img {
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.single-page-portfolio-third-sec .portfolio-single-page-img img {
  width: auto;
  height: 48px;
  position: relative;
  top: 0;
}

.single-page-portfolio-third-sec .fol-change {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: block ruby;
}

.single-page-portfolio-third-sec .single-page-bg {
  margin: 8px 0 48px;
}

.single-page-portfolio-fourth-sec {
  padding: 48px 0;
}

.single-page-portfolio-fourth-sec .single-page-bg {
  margin: 8px 0 48px;
}

.single-page-portfolio-third-sec .portfolio-single-page-new {
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50px;
  height: 100px;
  padding: 0 24px;
  margin: 0 auto 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.portfolio-single-page-new h3 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.portfolio-single-page-new h3 span {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: auto 0 auto 20px;
}

.single-page-portfolio-six-sec {
  background-image: linear-gradient(
    to left,
    #2548b8,
    #57389b,
    #672a7e,
    #6b1f64,
    #671a4c,
    #671a4c,
    #671a4c,
    #671a4c,
    #6b1f64,
    #672a7e,
    #57389b,
    #2548b8
  );
  padding: 40px 0;
}

.single-page-portfolio-six-sec h4 {
  color: #f2f6fe;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.ab-links-up-foot a {
  background: linear-gradient(90deg, #591a33 1.42%, #2548b8 101.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.ab-links-up-foot {
  background-color: #fff;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 40px;
}

.single-page-hero-areaa .ab-links-up-foot {
  background-color: #fff;
  width: fit-content;
  padding: 8px 24px;
  border-radius: 40px;
  margin-top: 35px;
}

.single-page-hero-areaa .ab-links-up-foot a {
  font-weight: 500 !important;
}

.about-page-last-sec {
  background: #f2f6fe;
}

.about-page-last-sec .col-lg-7 .col-lg-6 .about-img img {
  width: 100%;
  object-fit: cover;
  height: 240px;
  margin-bottom: 20px;
}

.about-page-last-sec .col-lg-8.col-md-8.col-sm-12 .about-img img,
.about-page-last-sec .col-lg-4.col-md-4.col-sm-12 .about-img img {
  height: 240px;
  width: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.about-page-last-sec .col-lg-5 .about-img img {
  width: 100%;
  object-fit: cover;
  height: 510px;
}

.mobile-change_colo span {
  font-size: 0;
}

.change_header_style .mobile-change_colo span {
  /* color: #fff; */
  color: #132547;
  font-size: 16px;
  font-weight: 500;
}

.change_header_style .mobile-change_colo {
  text-align: center;
  margin: auto;
}

.change_header_style .mobile-change_colo span font {
  color: #ffac52;
}

.about-page-second-sec.trusted-by-companies .about-page-para .para-red {
  color: #132547;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.963%;
  margin-bottom: 24px;
}

.award-hero-area {
  background-image: url('../img/awards-banner.jpg');
}

.news-hero-area {
  background-image: url('../img/news-media-banner.jpg');
}

.about-page-first-sec .section-title.fw-700.mb-4.wow.fadeInDown {
  text-align: left !important;
}

.award-page-first-sec {
  margin: 0;
  padding: 80px 0;
  background: #f2f6fe;
}

.about-page-second-sec.about-page-second-sec-1 {
  background: #fff;
  background-image: none !important;
}

.about-page-second-sec .about-page-head-2 h3 {
  color: #132547;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 16px;
  padding-left: 15px;
}

.about-page-second-sec .about-page-para-2 p {
  color: #5e7290;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 24px;
  padding-left: 15px;
}

.about-page-second-sec .about-page-para-3 p {
  color: #898989;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 8px 0;
}

.about-page-second-sec-2 .about-page-head-2 h3 {
  margin-top: 0;
  padding-left: 0;
}

.about-page-second-sec-2 .about-page-para-2 p {
  margin-bottom: 0;
  padding-left: 0;
}

.about-page-second-sec-1 .item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(160, 171, 194, 0.2);
  padding: 0 !important;
  margin-bottom: 30px;
  text-align: left;
}

.about-page-second-sec-2 .item {
  padding: 24px !important;
}

.about-page-second-sec.about-page-second-sec-1 .row {
  justify-content: center;
}

.change_header_style {
  animation: slide 0.5s linear forwards;
}

@keyframes slide {
  0% {
    top: -100px;
    opacity: 0.5;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.single-page-portfolio-second-sec .portfolio-single-page-content-inner h2 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 9px;
  line-height: normal;
}

.single-page-portfolio-second-sec .portfolio-single-page-content-inner p {
  line-height: normal;
}

.product-modal .carousel-item img {
  width: 100%;
}

.product-modal button.close-button {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  border: 0;
  background: #e7e7e7;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.product-modal button.close-button img {
  border-radius: 100%;
  max-width: 28px;
}

.modal-dialog.product-modal .modal-body {
  padding-bottom: 40px;
}

.modal-dialog .carousel-control-next,
.carousel-control-prev {
  width: 30px;
  background: #0000005e;
  height: 30px;
  bottom: 0;
  top: 100%;
}

section.table_section {
  background: #eef1f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom-table-design tbody tr:nth-child(even) {
  background: #eef1f8;
}

.custom-table-design {
  background: #fff;
  margin-bottom: 0;
}

.table_bg {
  background: #fff;
  padding: 14px;
  border-radius: 7px;
  border: 1px solid #e1e1e1;
}

.custom-table-design thead tr {
  background: linear-gradient(to right, #591a33 0, #2548b8 100%);
  color: #fff;
}

.custom-table-design thead tr th {
  font-weight: 400;
}

.about-page-para.privacy-page-para p {
  margin-bottom: 20px;
}

.services-main.services-main-v1.about-page-first-sec.privacy-policy-main {
  margin: 50px 0;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.prjct_cntn-after-before {
  background: linear-gradient(91.22deg, #2548b8 1.39%, #2548b8 99.3%);
  padding: 20px;
  text-align: center;
}
.prjct_cntn-after-before h3 {
  font-size: 20px;
  color: #ffd858;
}
.prjct_cntn-after-before h3 span {
  display: block;
}
.prjct_cntn-after-before h3 a {
  color: #ffd858;
  text-decoration: underline;
}
.prjct_cntn-after-before h3 a:hover {
  text-decoration: underline;
}
.seo_cmn_pdg_add .prjct_cntn {
  border-radius: 0;
}
.portfolio-single-page-content-inner .column {
  max-width: 150px;
  text-align: center;
  width: 100%;
}

/* 14 nov 2024  */
footer .footer-logo img {
  filter: brightness(0) invert(1);
}
.nav-item.menu-touch-btn a.nav-link {
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  color: #fff !important;
  border-radius: 88px;
  padding: 8px 20px;
  display: inline-block;
}
.nav-item.menu-touch-btn a.nav-link:hover {
  background: linear-gradient(90deg, #ffe259, #ffa751);
  color: #561c38 !important;
}
.topline-bar {
  background: #263e7f;
  height: 8px;
  width: 100%;
}
section.client-slider .partners {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-left: 0;
}
section.client-slider .partners h2.oc_font {
  max-width: 200px;
  padding: 15px;
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: auto;
}
section.client-slider .partners .partners-bg-layer {
  clip-path: unset;
}
.client-brand-carousel .single-logo img {
  width: auto !important;
  margin: auto !important;
  max-width: 160px;
  padding: 15px;
}
.client-brand-carousel .owl-dots {
  display: none !important;
}
div#text-testimonial .owl-nav.disabled {
  display: none;
}
.what-customers-say .card {
  min-height: 310px;
}
@media (min-width: 1600px) {
  .banner-section .detail-box {
    padding: 5.5rem 0 11rem !important;
  }
  .detail-box.new-banner-launch {
    padding: 8rem 0 8rem !important;
  }
}

@media (min-width: 1600px) {
  .banner-section.port-sec-area .detail-box {
    padding: 10rem 0 7rem !important;
  }
}

@media (max-width: 1601px) {
  .banner-section.port-sec-area .detail-box {
    padding: 11rem 0 8rem !important;
  }
}

@media (max-width: 1600px) {
  .banner-section.port-sec-area .detail-box {
    padding: 6rem 0 6rem !important;
  }
  .header .header-bg .bg-layer {
    width: 80%;
  }
}

@media (max-width: 1366px) {
  .services_for_form-testi .owl-prev {
    left: -50px;
  }

  .services_for_form-testi .owl-next {
    right: -50px;
  }

  .portfolio-single-page-new h3 {
    font-size: 50px;
  }

  .single-page-portfolio-third-sec .portfolio-single-page-new {
    height: 80px;
  }

  .portfolio-single-page-content-inner h3 {
    font-size: 26px;
  }

  .single-page-portfolio-third-sec .fol-change {
    font-size: 20px;
  }

  .single-page-portfolio-third-sec .portfolio-single-page-img img {
    height: 40px;
  }

  .single-page-portfolio-third-sec .portfolio-single-page-img {
    height: 80px;
    width: 80px;
  }

  .change_header_style .mobile-change_colo span {
    /* color: #fff; */
    color: #132547;
    font-size: 14px;
    font-weight: 500;
  }
  .portfolio-single-page-content-inner .column {
    max-width: 150px;
  }
}

@media (min-width: 1366px) and (max-width: 1745px) {
  .change_header_style .col-lg-6.change_colo_width_1 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .change_header_style .col-lg-6.change_colo_width_2 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .change_header_style .col-lg-6.change_colo_width_1 {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .change_header_style .col-lg-6.change_colo_width_2 {
    flex: 0 0 68%;
    max-width: 68%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .change_header_style .col-lg-6.change_colo_width_1 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .change_header_style .col-lg-6.change_colo_width_2 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .nav-item.xps_serv_dd .serv-mega-down {
    left: calc(0px - 550px) !important;
  }

  .serv-mega-down h3 {
    font-size: 20px;
    padding: 8px 10px;
  }

  .nav-item.xps_serv_dd .serv-mega-down {
    min-width: 58rem !important;
    padding: 10px;
  }
}

@media (max-width: 1099px) {
  .nav-item.xps_serv_dd .serv-mega-down {
    left: calc(0px - 410px) !important;
  }

  .portfolio-hero-banner .banner-section .detail-box {
    padding: 4rem 0 4rem !important;
  }
}

@media (max-width: 1215px) {
  .change_header_style .mobile-change_colo span {
    /* color: #fff; */
    color: #132547;
    font-size: 13px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .navbar-light .navbar-nav .nav-link {
    white-space: nowrap;
  }

  .change_header_style .change_header_btn .top-request {
    padding: 10px 10px;
    left: 15px;
    width: 145px;
  }
}

@media (min-width: 1400px) {
  .banner-section .detail-box {
    padding: 6rem 0 6rem;
  }

  .services-banner .detail-box {
    padding: 6rem 0 10rem;
  }

  .contact-hero-area .detail-box {
    padding: 6rem 0 3rem !important;
  }

  .brand-carousel .owl-item .single-logo img {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding: 10px;
  }

  .services-we-deliver-1 .title {
    font-size: 38px;
  }

  .services-we-deliver-1 .make-request-txt li {
    font-size: 20px;
  }

  .header::after {
    display: none;
  }

  .header .header-rq {
    display: none !important;
  }
  .nav-item.menu-touch-btn {
    display: none;
  }

  .header .navbar-collapse {
    margin-right: 0;
  }

  .top-contact-details {
    display: none !important;
  }

  .banner-section .detail-box h1.title-1,
  .banner-section .detail-box .heading-title-one.title-1 {
    font-size: 28px;
    line-height: 28px;
  }

  .banner-section .detail-box h1.title-2 {
    font-size: 64px;
    line-height: 64px;
  }

  .services-hero-area .banner-section .detail-box h1.title-2 {
    font-size: 54px !important;
    line-height: 54px;
    margin-top: 0;
  }

  .header .navbar-nav a {
    font-size: 15px;
  }

  .partners {
    width: 70%;
    padding-left: 1rem;
  }

  .partners .partners h2 {
    font-size: 28px;
  }

  .partners h2 span {
    font-size: 38px;
  }

  .partners .partners-slider {
    padding-left: 2rem !important;
  }

  .partners .partners-slider .col-lg-8 {
    padding-right: 15px !important;
  }

  .what-customers-say .title {
    font-size: 42px;
    line-height: 42px;
  }

  .what-customers-say .title::after {
    right: -50px;
  }

  .what-customers-say .card p {
    font-size: 16px;
    line-height: 24px;
  }

  .business-processes .business-pro-top h2.main-title {
    font-size: 48px;
  }

  .business-pro-bottom .success-story .count-number {
    font-size: 38px;
  }

  .business-pro-bottom .success-story .middle-txt {
    font-size: 24px;
  }

  .business-pro-bottom .success-story .middle-txt span {
    font-size: 34px;
  }

  .services-we-deliver .title {
    font-size: 34px;
  }

  .make-request .side-img {
    position: absolute;
    right: -100px;
    bottom: 118px;
  }

  .make-request .info-section h2 {
    font-size: 48px;
  }

  .make-request .info-section p {
    font-size: 18px;
  }

  .make-request .side-img img {
    width: 70%;
  }

  .lets-talk p {
    width: 80%;
  }

  .few-steps {
    padding: 8rem 2rem;
  }

  .few-steps h2 {
    width: 80%;
  }

  .call-for-advice h1.txt {
    font-size: 28px;
  }

  .call-for-advice h1.contact a {
    font-size: 38px;
  }

  .call-for-advice span {
    font-size: 24px;
  }

  .xps-contact-section .form-block {
    width: 400px;
  }

  .contact-hero-area .banner-section h1.title-1 {
    font-size: 38px !important;
    line-height: 38px !important;
  }

  .contact-hero-area .banner-section .detail-box h1.title-2 {
    font-size: 68px !important;
  }

  .footer .footer-form-block input {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .services-section .main-para {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 10px;
  }

  .portfolio-hero-banner .banner-section .detail-box {
    padding: 1rem 0 1rem !important;
  }

  .header::after {
    display: none;
  }

  .header .logo {
    padding-left: 0;
    width: 135px !important;
  }

  .header .black-layer {
    display: none;
  }

  .header .header-bg .bg-layer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .header .navbar-nav {
    text-align: center;
  }

  .header .navbar-nav .nav-item {
    position: relative;
  }

  .header .navbar-nav .nav-item::after {
    content: '';
    background-image: url(../img/SeperatorLine-01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    opacity: 0.5;
  }

  .header .navbar-nav a {
    /* color: #fff !important; */
    color: #132547 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
  }

  .header .navbar-collapse {
    margin-right: 0;
  }

  .section-title {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 1rem;
  }

  .navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -45px;
    top: -33px;
  }

  .mobile-change_colo-1 .navbar-toggler {
    top: -21px;
    display: none;
  }

  .top-contact-details {
    display: none !important;
  }

  .banner-section .detail-box {
    width: 60%;
    padding: 5rem 0 10rem;
  }

  .services-banner .detail-box {
    padding: 4rem 0 6rem !important;
  }

  .contact-hero-area .detail-box {
    padding: 4rem 0 3rem !important;
  }

  .banner-section .detail-box h1.title-1,
  .banner-section .detail-box .heading-title-one.title-1 {
    font-size: 28px;
    line-height: 28px;
  }

  .banner-section .detail-box h1.title-2 {
    font-size: 56px;
    line-height: 56px;
    margin-top: 0.5rem;
  }

  .hero-area .banner-container {
    padding-left: 2rem;
  }

  .partners {
    width: 65%;
    padding-left: 1rem;
  }

  .partners::before {
    width: 200px;
  }

  .partners h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .partners .partners-slider {
    padding-left: 0 !important;
  }

  .partners h2 span {
    font-size: 34px;
  }

  .partners h2.oc_font span {
    font-size: 30px;
  }

  .partners .brand-carousel {
    padding-left: 0;
  }

  .business-processes .business-pro-top h1.main-title {
    font-size: 34px;
  }

  .business-processes .business-pro-top h1.main-title span {
    font-size: 48px;
  }

  .business-pro-top .process-count {
    font-size: 98px;
  }

  .business-pro-bottom .success-story .count-number {
    font-size: 28px;
    margin-bottom: 0.5rem;
  }

  .business-pro-bottom .success-story .count-txt {
    display: inline-block;
    text-align: center;
    font-size: 16px;
  }

  .business-pro-bottom .success-story .middle-txt {
    font-size: 20px;
  }

  .business-pro-bottom .success-story .middle-txt span {
    font-size: 24px;
  }

  .business-pro-bottom .success-story {
    height: 100%;
  }

  .what-customers-say .title-bar {
    position: relative;
    margin-bottom: 2rem;
  }

  .what-customers-say .title::after {
    right: -70px;
  }

  .what-customers-say .title {
    font-size: 44px;
    padding: 0 2rem;
    text-align: center;
  }

  .what-customers-say .card p {
    font-size: 16px;
    line-height: 28px;
  }

  .success-stories .figure .tag h4 {
    font-size: 18px;
  }

  .services-we-deliver {
    padding: 3rem 2rem;
  }

  .services-we-deliver .title {
    font-size: 46px;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 46px;
  }

  .make-request .side-img {
    display: none;
  }

  .make-request .info-section {
    padding: 3rem 2rem;
  }

  .info-section h2 {
    font-size: 46px;
  }

  .make-request .contact-section {
    padding: 1rem 2rem;
  }

  .make-request .contact-section .req-callback {
    font-size: 16px;
  }

  .make-request .contact-section h2 {
    font-size: 38px;
  }

  .trusted-by-companies ul li {
    width: 210px;
    margin: 0.5rem;
  }

  .lets-talk p {
    font-size: 18px;
    width: 90%;
  }

  .few-steps {
    padding: 4rem 2rem;
  }

  .few-steps .form-block {
    width: auto;
    bottom: -7rem;
  }

  .few-steps ul li {
    font-size: 18px;
    line-height: 24px;
  }

  .trusted-by-companies ul li {
    width: 170px;
  }

  .few-steps ul li::before {
    top: 10px;
  }

  .services-main .services-content-row h2 {
    font-size: 22px;
  }

  .services-main .services-content-row h2 span {
    font-size: 28px;
  }

  .services-main .services-content-row .para {
    font-size: 24px;
  }

  .services-main .services-content-row .list-items li {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0.7rem;
  }

  .services-main .services-content-row .list-items li::before {
    top: 10px;
  }

  .services-main-v1 .services-content-row .para {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-hero-area .banner-section h1.title-1 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .contact-hero-area .detail-box h1.title-2 {
    font-size: 52px !important;
  }

  .services-hero-area .banner-section .detail-box h1.title-2 {
    font-size: 52px !important;
    line-height: 52px;
  }

  .call-for-advice h1.txt {
    font-size: 34px;
  }

  .call-for-advice h1.contact a {
    font-size: 42px;
  }

  .call-for-advice span {
    font-size: 18px;
    margin-top: 1rem;
  }

  .we-here-to-help h3 {
    font-size: 24px;
  }

  .xps-contact-section .form-block {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .lets-talk h1 {
    font-size: 48px;
  }

  .footer .footer-menu-block {
    padding: 2rem;
  }

  .footer .social-media {
    margin-bottom: 2rem;
  }

  .footer .footer-menu-block h4 {
    font-size: 18px;
  }
}

@media (max-width: 1700px) {
  .portfolio-title,
  .mobile-portfolio-title.portfolio-title {
    font-size: 66px;
  }

  .portfolio-subtitle {
    font-size: 60px;
  }

  .portfolio-pera {
    font-size: 30px;
  }

  .portfolio-banner-links {
    margin-top: 35px;
  }

  .portfolio-services-box h3 {
    font-size: 42px;
  }
}

@media (max-width: 1600px) {
  .connect_form {
    margin-bottom: 80px;
  }

  .banner-section .detail-box {
    padding: 4rem 0 10rem !important;
  }

  .portfolio-title,
  .mobile-portfolio-title.portfolio-title {
    font-size: 58px;
  }

  .portfolio-subtitle {
    font-size: 54px;
  }

  .portfolio-pera {
    font-size: 26px;
  }

  .portfolio-hero-banner .banner-section .detail-box {
    padding: 6rem 0 6rem;
  }

  .portfolio-services-box h3 {
    font-size: 36px;
  }

  .portfolio-single-page-content .portfolio-title {
    font-size: 44px;
  }

  .portfolio-single-page-content .portfolio-subtitle {
    font-size: 32px;
  }

  .portfolio-single-page-content .portfolio-pera {
    font-size: 20px;
  }
}

@media (max-width: 1399px) {
  .connect_form {
    margin-bottom: 70px;
  }
  .prjct_cntn-after-before h3 {
    font-size: 20px;
  }
  .banner-section .detail-box {
    padding: 6rem 0 6rem;
  }

  h4.office-heading {
    font-size: 26px;
  }

  .portfolio-title,
  .mobile-portfolio-title.portfolio-title {
    font-size: 52px;
  }

  .portfolio-subtitle {
    font-size: 50px;
  }

  .portfolio-pera {
    font-size: 23px;
  }

  .portfolio-services-box h3 {
    font-size: 32px;
  }

  .portfolio-single-page-content .portfolio-title {
    font-size: 40px;
  }

  .portfolio-single-page-content .portfolio-subtitle {
    font-size: 28px;
  }

  .portfolio-single-page-content .portfolio-pera {
    font-size: 18px;
  }
}

@media (max-width: 1320px) {
  .portfolio-pills .nav-link {
    font-size: 14px;
  }

  .portfolio-pills .nav-link img {
    height: 18px;
  }

  .portfolio-container-width {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .banner-section .detail-box {
    width: 45%;
  }
}

@media (max-width: 1299px) {
  .portfolio-title,
  .mobile-portfolio-title.portfolio-title {
    font-size: 48px;
  }

  .portfolio-subtitle {
    font-size: 46px;
  }

  .portfolio-services-box h3 {
    font-size: 28px;
  }

  .portfolio-services-links a {
    font-size: 14px;
  }

  .nav-item.xps_serv_dd .serv-mega-down {
    left: calc(0px - 500px) !important;
  }
}

@media (max-width: 1199px) {
  .connect_form {
    margin-bottom: 65px;
  }

  .services_for_form-testi .hmclient_testimain img {
    width: 150px;
    height: auto;
  }

  .few-steps.services_for_form .form-block {
    width: auto;
    padding: 1.5rem 1.5rem;
  }

  h4.office-heading {
    font-size: 24px;
  }

  .portfolio-services-box h3 {
    font-size: 28px;
  }

  .portfolio-services-links a {
    font-size: 15px;
    padding: 8px 14px;
    min-width: 75px;
  }

  .portfolio-title,
  .mobile-portfolio-title.portfolio-title {
    font-size: 44px;
  }

  .portfolio-subtitle {
    font-size: 42px;
  }

  .portfolio-pera {
    font-size: 21px;
  }

  .serv-mega-down .row {
    gap: 20px;
  }

  .portfolio-single-page-content .portfolio-pera {
    font-size: 16px;
  }

  .portfolio-single-page-content .portfolio-title {
    font-size: 36px;
  }

  .portfolio-single-page-content .portfolio-subtitle {
    font-size: 24px;
  }

  .ab-links-up-foot a {
    font-size: 16px;
  }

  .single-page-hero-areaa .ab-links-up-foot {
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  footer.footer.for_fix_btn {
    margin-bottom: 60px;
  }
  .header .header-bg .bg-layer {
    width: 100%;
  }
  .mobile-change_colo span font {
    color: #ffac52;
  }

  .mobile_fix_btn {
    display: block;
  }

  .pc_padding_right {
    padding-right: 0;
  }

  .connect_form.services_connect_form {
    margin-bottom: 230px;
  }

  .navbar-nav .nav-item .nav-link.active:before,
  .navbar-nav .nav-item .nav-link.active:after {
    display: none;
  }

  .navbar-nav .nav-item .nav-link.active {
    /* color: #ffcf56 !important */
    color: #003c97 !important;
  }

  .connect_form {
    margin-bottom: 155px;
  }

  header nav li.nav-item.dropdown i {
    color: #fff !important;
  }

  .dropdown-menu.custom_menu {
    background: transparent;
    text-align: center;
    border: 0;
  }

  h4.office-heading {
    font-size: 22px;
  }

  .mobile-change_colo span {
    font-size: 16px;
    color: #fff;
  }

  .col-lg-6.col-md-10.mobile-change_colo.mobile-change_colo-2 {
    margin: auto;
    justify-content: center;
    display: flex;
  }

  .cl-row {
    flex-direction: column-reverse;
  }

  .about-page-first-sec .services-content-row {
    text-align: center;
  }

  .about-page-first-sec .about-img img {
    width: 400px;
  }

  .about-page-first-sec .about-img {
    text-align: center;
  }

  .services-we-deliver-1 .title {
    display: block;
  }

  .serv-mega-down h3 {
    font-size: 18px;
    padding: 8px 10px;
    background: #fff;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .services-we-deliver-1 .make-request-txt li {
    font-size: 18px;
  }

  .nav-item.xps_serv_dd .serv-mega-down {
    min-width: auto !important;
    padding: 10px;
  }

  /* 14 nov 2024  */
  li.nav-item.menu-touch-btn {
    display: none;
  }
}

@media (min-width: 767px) {
  .jap-img-change .modal-dialog {
    max-width: 767px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 767px) {
  .xs-order-1 {
    order: 1;
  }
  .new-sub-menu-add {
    width: 100%;
  }
  .portfolio-show-page-test .new-sub-menu-add .portfolio-services-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px;
  }
  .portfolio-show-page-test .new-sub-menu-add .portfolio-services-links a {
    font-size: 14px;
    background: linear-gradient(138deg, #591a33 0, #2548b8 100%) !important;
  }
  .portfolio-show-page-test
    .new-sub-menu-add
    .portfolio-services-links
    a:hover {
    background: #fff !important;
    border: 1px solid #591a33 !important;
  }

  .header.sticky_header.change_header_style {
    position: sticky;
    top: 0;
  }

  .xs-order-2 {
    order: 2;
  }

  .xs-order-3 {
    order: 3;
  }

  .xs-order-4 {
    order: 4;
  }

  .xs-fs-24 {
    font-size: 24px;
  }

  .xs-fs-28 {
    font-size: 28px;
  }

  .xs-w-100 {
    width: 100% !important;
  }

  .xs-text-center {
    text-align: center !important;
  }

  .xs-direction-column {
    flex-direction: column !important;
  }

  .header::after {
    display: none;
  }

  .hero-area {
    height: 100% !important;
    background-position: center right;
  }

  .hero-area .mob-bg-banner-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
  }

  .hero-area::after {
    display: none;
  }

  .header .header-bg .bg-layer {
    /* background: linear-gradient(135deg, #591a33, #2548b8);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .top-contact-details {
    display: none !important;
  }

  .hero-area .banner-container {
    padding: 0 1rem;
  }

  .header .top-request {
    display: none;
  }

  .banner-section .banner-bg-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
  }

  .banner-section .detail-box {
    width: 100%;
    padding: 5rem 0 !important;
  }

  .connect_form .title {
    font-size: 2em;
  }

  .banner-section .detail-box h1.title-1,
  .banner-section .detail-box .heading-title-one.title-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-hero-area .banner-section h1.title-1 {
    font-size: 26px !important;
    line-height: 26px !important;
    margin-bottom: 0.5rem;
  }

  .contact-hero-area .banner-section h1.title-2 {
    line-height: 52px;
  }

  .banner-section .detail-box h1.title-2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0.5rem;
  }

  .services-hero-area .banner-section .detail-box h1.title-2 {
    font-size: 42px !important;
    line-height: 42px;
  }

  .header {
    width: 100%;
    padding: 10px 0;
  }

  .header .logo {
    max-width: 120px;
    padding-left: 0;
  }

  .header .navbar-menu .req-quote-btn {
    display: none;
  }

  .header .navbar-menu {
    position: relative;
    background: transparent !important;
    padding: 0;
    top: 0;
  }

  .header .navbar-collapse {
    background-color: transparent;
    margin-right: 0;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar-menu .navbar {
    width: 100%;
  }

  .navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    /* top: -45px; */
    top: -32px;
  }

  .header .navbar-nav {
    padding: 1rem 0;
    text-align: center;
  }

  .header .navbar-nav .nav-item {
    position: relative;
  }

  .header .navbar-nav .nav-item::after {
    content: '';
    background-image: url(../img/SeperatorLine-01.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    opacity: 0.5;
  }

  .header .navbar-nav a {
    /* color: #fff !important; */
    color: #132547 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
  }

  .header .navbar-nav span.slogan {
    color: #8683b3;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1rem;
    display: inline-block;
  }

  .header .black-layer {
    display: none;
  }

  .banner-section .explore-it-btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }

  .partners {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .partners .partners-bg-layer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .partners .partners-slider {
    padding-left: 0 !important;
  }

  .partners h2 {
    font-size: 28px;
    text-align: center !important;
    margin-top: 1rem;
    line-height: 30px;
  }

  .partners h2 span {
    font-size: 32px;
  }

  .partners .partners-slider .col-lg-8 {
    padding-right: 15px !important;
  }

  .partners::before {
    display: none;
  }

  .partners .brand-carousel {
    padding-left: 0;
  }

  .section-title {
    font-size: 34px;
    line-height: 34px;
  }

  .finest-it-services p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 1rem;
  }

  .trusted-by-companies h2 {
    font-size: 34px;
    line-height: 48px;
  }

  .success-stories .sub-para {
    font-size: 18px;
    line-height: 22px;
  }

  .what-customers-say .title-bar {
    position: relative;
    margin-bottom: 2rem;
  }

  .what-customers-say .title {
    font-size: 34px;
    line-height: 34px;
    width: 100%;
    text-align: center;
  }

  .what-customers-say .title::after {
    display: none;
  }

  .what-customers-say .card p {
    font-size: 16px;
    line-height: 22px;
  }

  .what-customers-say .card {
    height: auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  #text-testimonial .owl-stage-outer,
  #text-testimonial .owl-nav {
    margin-top: 0;
  }

  .success-stories {
    padding: 3rem 1.5rem;
  }

  .success-stories .figure .tag h4 {
    font-size: 14px;
  }

  .business-pro-top .sub-txt {
    font-size: 24px;
  }

  .business-pro-top .process-count {
    margin-top: 2rem !important;
  }

  .business-processes .business-pro-top h2.main-title {
    font-size: 24px;
  }

  .business-processes .business-pro-top h2.main-title span {
    font-size: 28px;
  }

  .business-pro-bottom .success-story .middle-txt span {
    font-size: 24px;
  }

  .business-pro-top .process-count {
    font-size: 94px;
  }

  .business-pro-bottom .success-story .count-number {
    font-size: 38px;
  }

  .business-pro-bottom .success-story .middle-txt {
    font-size: 20px;
  }

  .business-pro-bottom .success-story.middle-text {
    background: linear-gradient(90deg, #003381, #591a33, #003381);
  }

  .services-we-deliver {
    padding: 3rem 0;
  }

  .services-we-deliver .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 3rem;
  }

  .services-we-deliver .title br {
    display: none;
  }

  .services-we-deliver::before,
  .services-we-deliver::after {
    display: none;
  }

  .services-we-deliver .sd-info-txt {
    text-align: center;
  }

  .make-request .contact-section {
    padding: 3rem 0;
  }

  .make-request .contact-section p {
    font-size: 20px;
    text-align: center;
  }

  .make-request .contact-section h2 {
    font-size: 36px;
    margin-bottom: 2rem;
  }

  .make-request .contact-section .req-callback {
    padding: 0.5rem 2rem;
    font-size: 16px;
    margin-top: 2rem;
  }

  .make-request .info-section h2 {
    font-size: 30px;
    text-align: center;
  }

  .make-request .info-section p {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
  }

  .make-request .side-img {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 1rem;
    text-align: center;
  }

  .make-request .info-section .make-request-txt {
    padding: 0;
  }

  .trusted-by-companies ul li {
    margin: 0.5rem;
    width: 130px;
    padding: 1rem;
  }

  .lets-talk h2 {
    font-size: 38px;
  }

  .lets-talk p {
    font-size: 16px;
    width: 100%;
  }

  .lets-talk .contact-us-btn {
    font-size: 16px;
  }

  .few-steps {
    padding: 3rem 0;
  }

  .few-steps h2 {
    font-size: 26px;
    text-align: center;
  }

  .few-steps ul li {
    font-size: 18px;
    line-height: 22px;
  }

  .few-steps ul li::before {
    top: 10px;
  }

  .few-steps .form-block {
    position: relative;
    width: auto;
    padding: 1.5rem;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    margin-top: 2rem;
    right: 0;
  }

  .services-main img {
    margin-bottom: 2rem;
  }

  .services-main h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .services-main .services-content-row h1 span {
    font-size: 34px;
  }

  .services-main .services-content-row .para {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }

  .services-main .services-content-row .list-items li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0.5rem;
  }

  .services-main .services-content-row .list-items li::before {
    top: 12px;
  }

  .services-main .services-content-row .read-more-btn {
    display: table;
    margin: 2rem auto 0 !important;
  }

  .services-main .services-content-row h2 {
    font-size: 20px;
    text-align: center;
  }

  .services-main .services-content-row h2 span {
    font-size: 28px;
  }

  .call-for-advice h1.txt {
    font-size: 28px;
  }

  .call-for-advice h1.contact a {
    font-size: 34px;
  }

  .call-for-advice span {
    font-size: 16px;
    margin-top: 1rem;
  }

  .xps-contact-section {
    padding: 4rem 0;
  }

  .xps-contact-section .form-block {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 3rem;
  }

  .xps-contact-section::before {
    width: 350px;
  }

  .xps-contact-section .contact-info p {
    font-size: 16px;
  }

  .xps-contact-section .view-us .txt {
    font-size: 18px;
  }

  .we-here-to-help p {
    margin-bottom: 2rem;
  }

  .xps-contact-section .contact-info .icon .address-icon {
    max-width: inherit;
  }

  .footer .footer-logo {
    text-align: center;
  }

  .footer .footer-menu-block {
    padding: 2rem 0;
  }

  .footer p {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer h4 {
    text-align: center;
  }

  .footer .social-media {
    margin-bottom: 2rem !important;
  }

  .footer .menu-list {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer .footer-form-block,
  .footer .social-media {
    display: table;
    margin: 0 auto;
  }

  .footer .social-media ul li {
    margin: 0 0.7rem;
  }

  .footer .footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .copyright p {
    margin: 0;
  }

  .services-main-v1 span.service-type {
    margin: 0 auto;
  }

  .custom_header .modal-title {
    font-size: 24px;
  }

  .connect_form {
    margin-bottom: 30px;
  }

  .connect_form.services_connect_form {
    margin-bottom: 30px;
  }

  .map-sizing.mobile-map-margin {
    margin-top: 35px;
  }
  .portfolio-single-page-content-inner .column {
    max-width: 135px;
  }
  /* 14 nov  */
  .client-brand-carousel.section-padding {
    padding: 20px 0 !important;
  }
  .client-brand-carousel .single-logo img {
    padding: 4px 20px;
  }
}

.xps_serv_dd:hover .xps_dm {
  display: block;
}

.nav-item.xps_serv_dd:hover img {
  transform: rotateX(190deg);
}

.nav-item.xps_serv_dd {
  position: relative;
}

.nav-item.xps_serv_dd img {
  transition: 0.2s ease-in all;
  max-width: 10px;
}

.nav-item.xps_serv_dd .dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out all;
  transform: translateY(50px);
  left: calc(0px - 117px);
  top: 100%;
  margin: 0;
}

.nav-item.xps_serv_dd:hover .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  border: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
}

header .navbar-nav li.nav-item {
  padding: 0.7rem 0;
}

.header .nav-item.xps_serv_dd .dropdown-menu a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #400d22 !important;
}

.header .nav-item.xps_serv_dd .dropdown-menu a:hover {
  color: #fff !important;
  /* background: linear-gradient(90deg, #591a33, #2548b8); */
  background: linear-gradient(90deg, #263e7f 32.2%, #ef323a 103.87%);
}

.nav-item.xps_serv_dd .dropdown-menu:focus-visible {
  outline: unset;
}

.nav-item.xps_serv_dd .dropdown-menu:hover {
  outline: unset;
  border: 0;
}

.banner-section .detail-box h1.title-1,
.banner-section .detail-box .heading-title-one.title-1 {
  display: none !important;
}

.header.sticky_header.change_header_style .bg-layer {
  width: 100%;
}

/* .header.sticky_header ul.navbar-nav.ml-auto {
    padding-right: 100px
} */

.header.sticky_header.change_header_style ul.navbar-nav.ml-auto {
  padding-right: 0;
}

.custom_div_radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 14px;
}

.custom_div_radio label {
  width: 100%;
}

.change_header_style .nav-item.xps_serv_dd img.only-down {
  /* filter: brightness(0) invert(1) */
}

.portfolio-services-box-sticky {
  width: 100%;
  float: left;
  position: sticky;
  top: 180px;
}

@media (min-width: 1200px) and (max-width: 1414px) {
  .change_colo_width_1 {
    float: 0 0 20%;
    max-width: 20%;
  }

  .change_colo_width_2 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .header .header-bg .bg-layer {
    width: 50% !important;
  }

  .header.sticky_header.change_header_style .bg-layer {
    width: 100% !important;
  }

  .banner-section .detail-box h1.title-2 {
    font-size: 79px;
    line-height: 89px;
  }
}

@media (min-width: 1200px) {
  .nav-item.xps_serv_dd .dropdown-menu {
    min-width: 22rem;
  }

  header .navbar-nav li.nav-item {
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .header-bg .bg-layer {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .g-recaptcha {
    transform: scale(1.1) translateX(14px);
  }
}

@media (max-width: 991.98px) {
  .nav-item.xps_serv_dd .dropdown-menu {
    position: static;
    display: none;
    background: transparent;
    text-align: center;
  }

  .about-page-second-sec {
    padding: 50px 0 50px 0;
  }

  .about-page-second-sec .about-img-1 img {
    width: 150px;
    margin-bottom: 10px;
  }

  .about-page-second-sec {
    text-align: center;
  }

  .nav-item.xps_serv_dd img {
    display: none;
  }

  .header .nav-item.xps_serv_dd .dropdown-menu a:hover {
    background: initial;
  }

  .header .nav-item.xps_serv_dd .dropdown-menu a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
  }

  .nav-item.xps_serv_dd:hover .dropdown-menu {
    position: static;
    background: transparent;
    box-shadow: initial;
    display: block;
  }

  .nav-item.xps_serv_dd {
    flex-direction: column;
  }

  .header.sticky_header ul.navbar-nav.ml-auto {
    padding-right: 0;
  }

  .header .nav-item.xps_serv_dd .dropdown-menu a {
    /* color: #fff !important; */
    color: #132547 !important;
  }

  .header .navbar-nav a:hover {
    color: #ffcf59 !important;
  }

  .header .navbar-collapse {
    width: 100%;
  }

  .about-page-second-sec .item {
    width: 100%;
    float: left;
    text-align: center;
    padding: 24px;
    background: #ffff;
    margin: 15px 0;
  }
}

@media (max-width: 800px) {
  .custom_div_radio {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .check_box {
    margin-top: 22px !important;
  }
}

@media (max-width: 767.98px) {
  .business-processes .business-pro-top h2.main-title.title_small_font {
    font-size: 22px;
    line-height: 32px;
  }

  .mobile-portfolio-section.portfolio-show-page.software_mobile_Page
    .portfolio-detail-box
    img {
    height: 100%;
    object-fit: inherit;
    object-position: initial;
    width: 100%;
  }

  .mobile-portfolio-section.portfolio-show-page.graphic_mobile_Page
    .portfolio-detail-box
    img {
    height: 100%;
    object-fit: inherit;
    object-position: initial;
  }

  .about-page-first-sec {
    margin: 60px 0;
  }

  .col-lg-6.col-md-10.mobile-change_colo.mobile-change_colo-2 {
    display: none;
  }

  .double-sec {
    margin-top: 40px;
    background: #591a33;
    padding: 40px 0 0 0;
  }

  .ab-links {
    margin: auto;
    width: fit-content;
  }

  .about-page-first-sec-space {
    margin: 40px 0 20px !important;
  }

  .about-page-first-sec-space-1 {
    margin: 40px 0 40px !important;
  }

  .about-page-second-sec {
    background: linear-gradient(to top, #591a33 0 50%, #2548b8 50% 100%);
    padding: 50px 0;
  }

  .about-page-head {
    text-align: center;
  }

  .about-page-para {
    text-align: center;
  }

  .cl-row-1 {
    flex-direction: column-reverse;
  }

  .about-page-second-sec .about-page-head-1 h3 {
    font-size: 30px;
  }

  .about-page-second-sec .about-page-para-1 p {
    min-height: 295px;
  }

  .portfolio-hide-page {
    display: none;
  }

  .portfolio-show-page {
    display: block;
  }

  .mobile-portfolio-first-sec {
    background: linear-gradient(138deg, #591a33 0, #2548b8 100%) !important;
    text-align: center;
  }

  .mobile-portfolio-first-sec .detail-box {
    text-align: center;
    color: #fff;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-title {
    font-size: 24px;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-subtitle {
    font-size: 36px;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-pera {
    color: #fff;
  }

  .mobile-portfolio-first-sec .portfolio-pills {
    margin-bottom: 0;
  }

  .mobile-portfolio-first-sec .detail-box {
    text-align: center;
    padding: 12px 0;
  }

  .mob-logo {
    width: 152.104px;
    height: 64px;
    margin-bottom: 27px;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-subtitle {
    margin-bottom: 12px;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-pills .nav-link {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    border: 1px solid #fff;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-pills .nav-link img {
    filter: brightness(0) invert(1);
  }

  .mobile-portfolio-first-sec
    .detail-box
    .portfolio-pills
    .nav-link.active
    img {
    filter: inherit;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-pills .nav-link.active {
    border: 1px solid #591a33;
    background: #fff;
    -webkit-text-fill-color: #4d2552;
  }

  .mobile-portfolio-first-sec
    .detail-box
    .portfolio-banner-links
    .portfolio-pills {
    justify-content: center;
  }

  .mobile-portfolio-section
    .portfolio-detail-box:hover
    .portfolio-detail-content {
    opacity: 1;
    top: 100%;
  }

  .mobile-portfolio-section .portfolio-detail-content {
    position: relative;
    left: 0;
    background: linear-gradient(
      143deg,
      rgb(89 26 51 / 85%) 0,
      rgb(37 72 184 / 85%) 100%
    );
    padding: 10px;
    width: 100%;
    height: 100%;
    transform: none;
    display: inherit;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    top: 100%;
    transition: 0.3s all ease-in;
  }

  .mobile-portfolio-section .portfolio-detail-box img {
    height: 405.117px;
    object-fit: none;
    object-position: top;
  }

  .mobile-portfolio-section .portfolio-detail-box {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile-portfolio-section.portfolio-show-page {
    margin: 30px 0 10px;
  }

  .mobile-portfolio-section .tab-content .portfolio-title {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .mobile-portfolio-section .portfolio-detail-box-second img {
    height: auto;
    object-fit: contain;
    object-position: top;
    width: 100%;
  }

  .mobile-portfolio-section .portfolio-detail-box-third img {
    height: auto;
    object-fit: contain;
    object-position: top;
    width: 100%;
  }

  .mobile-change_colo .nav-link img {
    filter: brightness(0) invert(1);
    margin-right: 5px;
    height: 16px;
  }

  .mobile-change_colo .nav-link.active img {
    filter: inherit;
  }

  .mobile-change_colo .nav-link:hover img {
    filter: inherit;
  }

  .mobile-change_colo .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 70px;
    padding: 8px 8px;
    margin: 5px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
  }

  .mobile-change_colo .navbar-nav .nav-item .nav-link.active {
    border: 1px solid #591a33;
    background: #fff;
    -webkit-text-fill-color: #4d2552;
  }

  .change_header_style .mobile-change_colo .navbar-nav .nav-item {
    margin-right: 0;
  }

  .mobile-change_colo .visit-site-link {
    margin-right: 0 !important;
  }

  .mobile-change_colo .nav-item.visit-site-link a {
    width: 100%;
    text-align: center;
    margin: auto;
    justify-content: center;
    padding: 10px 10px !important;
    margin-top: 20px !important;
  }

  .mobile-change_colo .nav-item.visit-site-link {
    width: 100%;
    max-width: 100%;
  }

  .mobile-change_colo .navbar-nav li.nav-item {
    padding: 0;
  }

  .mobile-change_colo .navbar-nav a:hover {
    border: 1px solid #591a33;
    background: #fff;
    -webkit-text-fill-color: #4d2552;
  }

  .mobile-change_colo .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bgcolor-gray-add {
    background-color: #f2f6fe;
    padding: 20px 0 20px 0;
  }

  .mobile-portfolio-section .container-fluid {
    padding: 0;
  }

  .mobile-portfolio-section .container-fluid .col-lg-12 {
    padding: 0 15px;
  }

  .services_for_form-testi .hmclient_testimain img {
    margin: auto;
  }

  .services_for_form-testi .hmclient_para p {
    margin: 15px 0;
    font-size: 16px;
  }

  .services_for_form-testi .hmclients-slider {
    text-align: center;
  }

  .services_for_form-testi .connect_form .title {
    font-size: 24px;
  }

  .services_for_form-testi .hmclient_nmloc-1 p {
    font-size: 18px;
    line-height: 100%;
  }

  .services_for_form-testi .hmclients-slider {
    margin-bottom: 30px;
  }

  .mobile-change_colo.mobile-change_colo-2 {
    display: none;
  }

  .single-page-hero-areaa .mob-bg-banner-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0;
    opacity: 0.7;
  }

  .single-page-hero-areaa {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-page-portfolio-second-sec {
    padding: 50px 0 50px 0;
  }

  .single-page-portfolio-third-sec {
    padding: 40px 0;
  }

  .portfolio-single-page-content-inner h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .single-page-portfolio-third-sec .portfolio-single-page-img img {
    width: auto;
    height: 30px;
  }

  .single-page-portfolio-third-sec .portfolio-single-page-img {
    height: 70px;
    width: 70px;
  }

  .single-page-portfolio-third-sec .fol-change {
    font-size: 16px;
  }

  .portfolio-single-page-content-inner .row {
    justify-content: center !important;
    gap: 48px;
  }

  .portfolio-single-page-new h3 span {
    font-size: 16px;
    margin: auto 0 auto 5px;
  }

  .single-page-portfolio-third-sec .portfolio-single-page-new {
    height: 50px;
  }

  .single-page-portfolio-six-sec h4 {
    color: #f2f6fe;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
  }

  .single-page-portfolio-six-sec {
    text-align: center;
  }

  .ab-links-up-foot {
    margin: auto;
  }

  .portfolio-single-page-content {
    text-align: center;
  }

  .portfolio-single-page-content-inner {
    text-align: center;
  }

  .single-page-bg-1 {
    margin: auto;
  }

  .portfolio-single-page-content-inner p {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .about-page-para .para-red {
    text-align: center;
  }

  .services-main.services-main-v1.about-page-first-sec.award-page-first-sec.trusted-by-companies {
    margin: 0;
  }

  .about-page-para .para-red {
    font-size: 20px;
  }

  .about-page-first-sec .section-title.fw-700.mb-4.wow.fadeInDown {
    text-align: center !important;
    line-height: 20px;
  }

  .award-page-first-sec {
    padding: 50px 0;
  }

  .about-page-last-sec .col-lg-8.col-md-8.col-sm-12 .about-img img,
  .about-page-last-sec .col-lg-4.col-md-4.col-sm-12 .about-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 576px) {
  .mobile-portfolio-section .portfolio-detail-box {
    margin-bottom: 0;
  }

  .mobile-portfolio-first-sec .detail-box .portfolio-pills .nav-link {
    font-size: 14px;
  }

  .mobile-portfolio-section .portfolio-detail-box-third img {
    height: auto;
    object-fit: contain;
    object-position: top;
    width: 60%;
    margin: auto;
  }

  .services_for_form-testi .hmclient_testimain img {
    width: 100px;
    height: 100px;
  }

  .about-page-second-sec .about-page-head-1 h3 {
    font-size: 24px;
  }

  .single-page-portfolio-six-sec h4 {
    font-size: 20px;
  }

  .ab-links-up-foot {
    padding: 10px 24px;
  }

  .portfolio-single-page-content-inner p {
    font-size: 16px;
    text-align: justify;
  }

  .services-we-deliver-1 .title {
    font-size: 30px;
  }

  .about-page-para p {
    text-align: justify;
  }

  .about-page-para p {
    font-size: 16px;
  }

  .about-page-second-sec .item {
    margin: 15px 0;
  }

  .about-page-second-sec .about-page-para-1 p {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .custom_div_radio {
    grid-template-columns: 1fr 1fr;
  }

  h4.office-heading {
    font-size: 20px;
  }

  span.map-imag img {
    max-height: 30px;
  }

  span.map-imag {
    margin-right: 12px;
  }

  span.map-text {
    font-size: 19px;
    position: relative;
    top: -2px;
  }

  .services_for_form-testi .owl-nav {
    position: relative;
    top: 0;
  }

  .services_for_form-testi .owl-prev {
    left: 0;
    position: relative;
  }

  .services_for_form-testi .owl-next {
    left: 0;
    position: relative;
  }

  .services_for_form-testi .owl-dots {
    display: none;
  }
}

@media (max-width: 480.98px) {
  .custom_div_radio label {
    display: inline-block;
    padding: 8px 4px;
    border: solid 1px #ccc;
    transition: all 0.3s;
    text-align: center;
    border-radius: 0;
    font-weight: 300;
    cursor: pointer;
    font-size: 12px;
  }

  h4.office-heading {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .single-page-portfolio-third-sec .column {
    max-width: 100%;
    float: left;
    width: 40%;
  }

  .single-page-portfolio-third-sec .fol-change {
    font-size: 14px;
    font-weight: 500;
  }
  /* 14 nov 2024  */
  .client-brand-carousel .single-logo img {
    max-height: 50px;
  }
}

#top_button {
  display: inline-block;
  background: linear-gradient(90deg, #ffe259, #ffa751);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 88px;
  right: 23px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#top_button::after {
  content: '\f106';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#top_button:hover {
  cursor: pointer;
  background-color: #333;
}

#top_button:active {
  background-color: #555;
}

#top_button.show {
  opacity: 1;
  visibility: visible;
}

body .what-customers-say .owl-nav button {
  background: linear-gradient(90deg, #ffe259, #ffa751) !important;
  border-radius: 100px !important;
  width: 45px;
  height: 45px;
  transition: 1s ease;
}

body .what-customers-say .owl-nav button img {
  width: 16px;
}

body .what-customers-say .owl-nav button:hover {
  background: linear-gradient(90deg, #ffa751, #ffe259) !important;
}

#request-quote .custom_btn_design {
  border-radius: 100px;
}

.contact-hero-area .banner-section .detail-box h1.title-1,
.contact-hero-area .banner-section .detail-box .heading-title-one.title-1 {
  display: block !important;
}

.contact-hero-area .banner-section .detail-box br {
  display: none;
}

.services-hero-area .banner-section .detail-box h1.title-2 {
  text-transform: capitalize;
}

.cog_icon {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

.cog_icon img {
  width: 20px;
}

.header .nav-item.xps_serv_dd .dropdown-menu a:hover .cog_icon img {
  filter: brightness(0) invert(1);
}

@keyframes cog {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sidebar-nav .active .nav-link {
  border-radius: 5px;
  color: #fff !important;
  background: linear-gradient(91.63deg, #591a33 1.38%, #2548b8 98.62%);
}
