html,
body,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  overflow-x: hidden;
}
body {
  line-height: 1;
  font-family: "Rajdhani" !important;
  overflow-y: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  font-weight: 500;
}
p,
a {
  font-size: 20px;
  line-height: 30px;
}
li {
  font-size: 20px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  font-family: "Rajdhani";
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
header.sticky {
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
}
header {
  top: 0;
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 40px 40px;
}
.siteLogo img {
  width: 100%;
  max-width: 270px;
}
.nav-link {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 16px !important;
  border-bottom: 2px solid transparent !important;
}
.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}
.headCall img {
  width: 50px;
}
.footCall img {
  width: 40px;
}

.headCall a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.footCall a:hover {
  color: #f3253f;
}
.footCall a {
  font-size: 18px;
  line-height: 26px;
  color: #d6d8e2;
  font-weight: 500;
  font-family: "Rajdhani";
  text-decoration: none;
}
.headCall p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 -6px 0;
}
.footCall p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
  margin: 0 0 -6px 0;
}
.headCall {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footCall {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.navbar-toggler:focus {
  border: none !important;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.m-both-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-both-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-both-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-top-120 {
  padding-top: 120px;
}
.homeBanner {
  background-image: url(/images/Background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0px;
}

.ourBlog,
.custDev,
.ourProduct {
  background-image: url(/images/backgroun3.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.ContactUs {
  background-image: url(/images/ContactUs.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.OurProcess {
  background-image: url(/images/OurProcessBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.OurProjects {
  background-image: url(/images/RecentProjects.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.projectTabContent {
  background-image: url(/images/tabContentBG.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 40px;
  padding: 80px 80px 50px 80px;
}
.features {
  background-image: url(/images/FeatureBanner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.whyUs {
  background-image: url(/images/whyChoose.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.Shopify {
  background-image: url(/images/ShopifyBanner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 150px 0px;
}
.ourSolutions {
  background-image: url(/images/milestoneBanner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.shopifySection {
  background-image: url(/images/backgroun2.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.AboutUs {
  background-image: url(/images/aboutus.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

footer {
  /* padding: 50px 0px 0px 0px; */
  background: #010522;
}

li::marker {
  color: #f3253f;
}
footer p {
  color: #fff;
}
footer ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 20px !important;
}
footer h2 {
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
  margin-bottom: 10px !important;
}
footer ul li a:hover {
  color: #f3253f;
}
footer ul li a {
  font-size: 18px;
  line-height: 31px;
  color: #d6d8e2;
  font-weight: 500;
  font-family: "Rajdhani";
  text-decoration: none;
}
/* .newsletter{
    position: relative;
}

.newsletter:before{
    content: '';
    width: 500px;
    height: 150%;
    position: absolute;
    left: -14px;
    top: -98px;
    background-image: url(/images/fotCol.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
} */
.ourTestimonial {
  background-image: url(/images/ourTestimonial.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.BannData p {
  font-size: 22px;
  line-height: 33px;
  color: #d6d7e1;
  font-weight: 500;
  font-family: "Rajdhani";
  margin-bottom: 30px;
  display: block;
}
.BannData h1 {
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
  margin-bottom: 30px;
  display: block;
}
.BannData span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
button svg {
  width: 30px;
  margin-left: 10px;
  fill: #fff;
}
button {
  height: 62px !important;
  border-radius: 31px !important;
  padding: 0 20px 0 30px !important;
  border: none !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600;
  font-family: "Rajdhani" !important;
}

.blueBtn {
  background-image: linear-gradient(180deg, #196dc8 0%, #0d4d91 100%);
}
.redBtn {
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
}

.line {
  background: #fff;
  display: inline-block;
  width: 72px;
  height: 2px;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

h2.MainTitle {
  font-size: 56px;
  line-height: 54px;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}
.highlight {
  color: #eb1b35;
}

.shopCard:hover {
  cursor: pointer;
  background-color: #1563b7;
  color: #fff;
}
.shopCard {
  border-radius: 20px 0px 20px 0px;
  filter: drop-shadow(-0.139px 0.99px 23px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.shopCard:hover svg {
  background: #fff;
  fill: #1563b7;
}
.shopCard svg {
  width: 44px;
  height: 44px;
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  border-radius: 100%;
  padding: 6px;
  fill: #fff;
}

.shopCard:hover .spArrow {
  filter: brightness(100);
}
.shopCard:hover .spIcon {
  background: #397cc4;
}
.spIcon {
  width: 106px;
  height: 106px;
  border-radius: 53px;
  background-color: #fff7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.shopCard h2 {
  font-size: 26px;
  line-height: 30px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
  margin-bottom: 16px;
}
.shopCard:hover h2 {
  color: #fff;
}

.shopCard:hover .spIcon img {
  filter: invert(1) brightness(100);
}

.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.shopiWrapper {
  padding-left: 60px;
}
.solutionWrapper {
  padding-right: 60px;
}
.testiWrapper {
  padding-left: 60px;
}
.SubHeading {
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #eb1b35;
  font-weight: 500;
  font-family: "Rajdhani";
}

.beforeDot {
  position: relative;
}
.beforeDot:before {
  content: url(/images/blueDots.png);
  position: absolute;
  bottom: 17px;
  left: -30px;
}

.slideContent p {
  color: #656565;
  font-weight: 500;
}
.slideContent h2 {
  font-size: 34px;
  line-height: 54px;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}
/* .mx1050 {
  max-width: 1050px;
  margin: 0 auto;
} */
.slideContent {
  padding-left: 60px;
}
ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  width: 23px;
  height: 23px;
  position: relative;
  top: 4px;
}
.slick-dots {
  position: static !important;
  margin: 50px 0 -50px 0;
}
ul.slick-dots li {
  background: #d3d3d3;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in-out;
}
.aboutWrapper {
  padding-left: 60px;
}
.aboutWrapper p,
.aboutWrapper h2 {
  color: #fff;
}
.aboutTabs .nav-link:hover,
.aboutTabs .nav-link.active {
  background: none !important;
  color: #eb1b35 !important;
}
.aboutTabs .nav-link {
  margin: 0 !important;
  position: relative;
  font-size: 22px;
  border: none !important;
}
.aboutTabs li button {
  text-transform: uppercase;
  margin-right: 16px !important;
  display: inline-block !important;
}
ul.nav.nav-tabs.aboutTabs {
  gap: 40px;
  border-color: #47508f;
}
.tab-content p {
  color: #d6d8e2;
}
.aboutWrapper .tab-content {
  padding-top: 21px;
}

.aboutTabs .nav-link:hover:after,
.aboutTabs .nav-link.active:after {
  background: #eb1b35;
  width: 100%;
}

.aboutTabs .nav-link:after {
  content: "" !important;
  width: 0px;
  height: 6px;
  background: transparent;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.mileStoneCard {
  filter: drop-shadow(-0.139px 0.99px 23px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  padding: 20px;
  aspect-ratio: 1 / 1;
  text-align: center;
  margin: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mc1 {
  border-radius: 0% 50% 50% 50%;
}
.mc2 {
  border-radius: 50% 0% 50% 50%;
}
.mc3 {
  border-radius: 50% 50% 50% 0%;
  margin-top: 50px;
}
.mc4 {
  border-radius: 50% 50% 0% 50%;
}

.mileStoneCard p {
  font-size: 18px;
  line-height: 17px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
  text-align: center;
}
.mileStoneCard:hover img {
  filter: contrast(0) brightness(100);
}
.mileStoneCard:hover p,
.mileStoneCard:hover h2 {
  color: #fff;
}
.mileStoneCard h2 {
  font-size: 30px;
  line-height: 30px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}
.mileStoneCard img {
  width: 54px;
  margin-bottom: 10px;
}
.mileStoneCard:hover {
  background-color: #1563b7;
  color: #fff;
  cursor: pointer;
}
.digitalCard {
  position: relative;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  margin: 14px;
}

.dcData p {
  font-size: 18px;
  line-height: 20px;
}
.dcData h4 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
}
.dcData {
  position: absolute;
  bottom: 0;
  padding: 10px 74px 10px 20px;
  width: 100%;
}

span.dcTag {
  min-width: 80px;
  height: 23px;
  border-radius: 30px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  background: #ffffff8a;
  font-weight: 500;
  font-family: "Rajdhani";
  text-align: center;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.digitalCard:hover .dcData p {
  height: 44px;
  opacity: 1;
}
.dcData p {
  color: #fff;
  margin: 0;
  height: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.digitalCard:hover {
  cursor: pointer;
}
.digitalCard:hover .dcData img {
  filter: contrast(0) brightness(100);
  background: transparent;
}
.digitalCard:hover .overlay {
  background: linear-gradient(180deg, transparent, #eb1b35);
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, #0d4d92);
  top: 0;
  left: 0;
  border-radius: 20px 0px 20px 0px;
}
.digitalCard:hover .dcData svg {
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
  fill: #000;
}
.dcData svg,
.dcData img {
  position: absolute;
  right: 22px;
  bottom: 16px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  width: 44px;
  height: 44px;
  padding: 7px;
  fill: #fff;
}
.clientDetail span {
  font-size: 18px;
  line-height: 26px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
}
.clientDetail h4 {
  font-size: 22px;
  line-height: 30px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
  margin: 0;
}
i.fa.fa-arrow-right.slick-arrow {
  left: 70px;
  border-radius: 50% 50% 0% 50%;
}
.slick-arrow:hover {
  border-color: #f92b45;
  background: #f92b45;
  color: #fff;
}
.slick-arrow {
  cursor: pointer;
  background: #fff;
  position: absolute;
  bottom: -80px;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #545454;
  color: #545454;
  border-radius: 50% 50% 50% 0%;
}
.singleTestimonial p {
  color: #656565;
}
.singleBlog {
  border-radius: 10px;
  background-color: #ffffff;
  margin: 16px;
}
.blogContent p {
  font-size: 18px;
  line-height: 26px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
  text-align: center;
}
.blogContent a svg {
  width: 26px;
  height: 26px;
  fill: #f52740;
}
.blogContent a:hover svg {
  fill: #196dc8;
}
.blogContent a:hover {
  color: #196dc8;
}
.blogContent a {
  font-size: 20px;
  line-height: 30px;
  color: #f52740;
  font-weight: 600;
  font-family: "Rajdhani";
  text-decoration: none;
}
.blogContent h2 {
  font-size: 22px;
  line-height: 26px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
  text-align: center;
}
.blogContent {
  padding: 20px;
  text-align: center;
}
.blogDate h3 span {
  display: block;
  font-size: 18px;
  line-height: 17px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rajdhani";
  text-align: center;
}
.blogDate h3 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
  text-align: center;
}
.blogDate {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #196dc8 0%, #0d4d91 100%);
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  margin-top: -66px;
  margin-bottom: 20px;
  position: relative;
}

footer form button {
  border-radius: 10px !important;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.79) !important;
  width: 100%;
}

.contctForm textarea {
  border-radius: 10px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
  padding: 16px 21px;
}
.contctForm input {
  height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 21px;
  font-size: 16px;
  line-height: 26px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
}
footer form input {
  height: 54px;
  border-radius: 10px;
  filter: drop-shadow(-1.113px 7.922px 10px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  border: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 21px;
  font-size: 16px;
  line-height: 26px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
}
.col4 span {
  font-size: 20px;
  display: block;
}
.col4 p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rajdhani";
}
.col4 h1 {
  font-size: 36px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
}

.bannBtns {
  gap: 16px;
}
ul li svg {
  width: 100%;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  object-fit: contain;
  fill: #ec1d37;
  /* margin-right: 10px; */
  position: relative;
  top: 5px;
}
ul {
  padding: 0 !important;
}

ul.footSocial.BannerSocial li a:hover {
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  color: #fff;
}
ul.footSocial li a:hover {
  background: #ffffff30;
  color: #fff;
}
ul.footSocial li a {
  text-decoration: none;
  color: #fff;
  width: 36px;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

ul.footSocial {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.copyright p {
  font-size: 16px;
  margin: 0;
}
.copyright {
  border-top: 0.5px solid #ffffff3b;
  padding-top: 20px;
  padding-bottom: 20px;
}
.col1,
.col2,
.col3 {
  margin-top: 80px !important;
  margin-bottom: 20px !important;
}
.col3,
.col2 {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.col4:after {
  content: "";
  width: 700%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  display: block;
  top: 0;
  left: 99%;
}
.col4 {
  position: relative;
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  border-radius: 80px 0px 0px 0px;
  padding: 50px 7px 20px 50px;
  margin-top: -50px;
  height: calc(100% + 127px);
}
.whiteDots {
  position: absolute;
  left: 110%;
  z-index: 2;
  top: 120px;
}
.shopiWrapper ul li,
.slideContent ul li {
  margin-bottom: 6px;
}

.offcanvas-header img {
  max-width: 200px;
}
button.btn-close {
  width: auto !important;
  display: inline-block !important;
  color: #fff !important;
  filter: contrast(0) brightness(100);
  opacity: 1;
  margin-left: auto !important;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
}

.menuCall {
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
  text-align: center;
  padding: 10px;
}

.menuCall a {
  font-size: 24px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
  text-decoration: none;
}

.menuCall img {
  width: 40px;
  margin-right: 13px;
}
.modal-title {
  font-size: 34px;
  line-height: 30px !important;
  text-transform: uppercase;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}
button.modalClose:hover {
  background-image: linear-gradient(180deg, #196dc8 0%, #0d4d91 100%);
}
button.modalClose {
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: absolute;
  right: -15px;
  top: -12px;
  background-image: linear-gradient(180deg, #ff334c 0%, #eb1b35 100%);
}
img.bannDot {
  margin-top: 66px;
}

.BannData {
  position: relative;
}

ul.footSocial.BannerSocial {
  position: absolute;
  left: -141px;
  flex-direction: column;
  gap: 11px;
  top: 157px;
}
.shopiWrapper p {
  color: #656565;
}

footer p,
footer a,
footer li {
  color: #d6d8e2;
}
.sectionTitles p {
  line-height: 24px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
}
.DigitalNeedSlider {
  margin-bottom: 0;
}

.abImage1 {
  max-width: 570px;
}

.OurProductSlider .slick-slide img {
  padding: 0 2px;
}
.testimonialSlider.slick-slider {
  margin-bottom: 100px !important;
}
.InnerBanData h1 {
  font-size: 64px;
  line-height: 60px;
  margin-bottom: 16px;
}
.mx800 {
  max-width: 806px;
  margin: 0 auto;
}
.whyLeft {
  color: #fff;
}
.whyUs h2 {
  color: #fff;
}
.wcCard p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
  font-weight: 500;
  font-family: "Rajdhani";
}
.wcCard h3 {
  font-size: 26px;
  line-height: 30px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}
.wcCard {
  max-width: 88%;
  margin: 0 auto;
  border-radius: 10px;
  filter: drop-shadow(-0.139px 0.99px 23px rgba(0, 0, 0, 0.02));
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #eb1b35;
  border-right: 3px solid #eb1b35;
}

.whyRight .row::-webkit-scrollbar {
  width: 0;
}
.whyRight {
  position: relative;
}
.whyRight .row {
  position: relative;
  max-height: 686px;
  overflow: auto;
  padding-bottom: 100px;
}
.whyRight:after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #030d4d, transparent);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
}
.FeatureSlider .slick-slide {
  padding: 20px !important;
}

.OurProjects .projectTab .nav-link.active p {
  color: #eb1b35;
}
.OurProjects .projectTab .nav-link.active {
  background: #fff;
  border: 1px solid #eb1b35 !important;
}
.projectTab .nav-link {
  background: #fff8f9;
  border-radius: 20px 0px 20px 0px !important;
  width: 255px;
  height: 156px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff8f9 !important;
}

.projName img {
  margin-bottom: 10px;
  height: 60px;
  object-fit: contain;
}
.projectTab {
  margin: 40px 0px;
}
.projName p {
  margin: 0;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: "Rajdhani";
  text-align: center;
}
.projName {
  padding: 16px;
}
.projectTab ul.nav.nav-tabs {
  justify-content: center;
  border: none;
}
.OurProcess h4 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Rajdhani";
}
.OurProcess h3,
.OurProcess li,
.OurProcess p,
.OurProcess h2,
.projectTabContent li,
.projectTabContent p,
.projectTabContent h2 {
  color: #fff;
}
.slideNum {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Rajdhani";
}
.fadedTitle {
  font-size: 140px;
  color: #051c4c;
  font-weight: 600;
  font-family: "Rajdhani";
  text-align: center;
}
.procesCard {
  border-radius: 10px;
  filter: drop-shadow(-0.139px 0.99px 23px rgba(0, 0, 0, 0.02));
  background-color: #ffffff;
}

.pcBody {
  padding: 52px 16px 24px 16px;
}

.pcBody h3 {
  /* min-height: 56px; */
  font-size: 20px;
  line-height: 26px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
  text-align: center;
  margin: 0;
}
.pcHeader {
  position: relative;
}
.pNum p {
  font-size: 37px;
  line-height: 63px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Rajdhani";
  margin: 0;
}
.pNum {
  width: 76px;
  height: 76px;
  border-radius: 38px;
  filter: drop-shadow(-1.113px 7.922px 10px rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(-90deg, #ef8b33 0%, #f9611f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.contCard {
  margin-bottom: 20px;
  border-radius: 10px;
  filter: drop-shadow(-0.139px 0.99px 23px rgba(0, 0, 0, 0.04));
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
  max-width: 450px;
}
.contCard h2 svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: #ec1d37;
  margin-right: 10px;
}
.contCard p {
  font-size: 20px;
  line-height: 24px;
  color: #656565;
  font-weight: 500;
  font-family: "Rajdhani";
}
.contCard h2 {
  font-size: 26px;
  line-height: 30px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}

.contForm {
  & h2,
  h3 {
    color: #fff;
  }
}
.contForm {
  border-radius: 10px;
  background-image: linear-gradient(180deg, #196dc8 0%, #0d4d91 100%);
  color: #fff;
  padding: 40px;
}

.form-field input[type="radio"] {
  accent-color: #eb1b35;
  width: 16px;
  height: 16px;
}

.form-field textarea {
  width: 100%;
  filter: drop-shadow(-1.113px 7.922px 10px rgba(0, 0, 0, 0.1));
  height: 130px;
  padding: 20px;
  border: none;
  border-radius: 10px;
}

.form-field input[type="email"],
.form-field input[type="text"] {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  filter: drop-shadow(-1.113px 7.922px 10px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 0 20px;
  border: none;
}

.form-field p {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
}
.form-field label {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
}
.form-field ul li,
.form-field ul {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-field button {
  width: 100%;
  border: 1px solid #fff !important;
  background: none;
  border-radius: 10px !important;
}

.contRight {
  padding-left: 60px;
}

.logoCard h2 {
  font-size: 20px;
  line-height: 24px;
  color: #0e151d;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.logoCard img {
  height: 100px;
  object-fit: contain;
  margin-bottom: 16px;
}

.logoCard {
  padding: 20px 16px 20px 16px;
  border-radius: 0px 20px 20px 20px;
  margin: 10px;
}
.green {
  background: #f1ffd6;
}
.pink {
  background: #fbf7f0;
}
.blue {
  background: #f2f6fc;
}
.gray {
  background: #f5f5f5;
}
.purple {
  background: #fff0fc;
}

.siteNum {
  font-size: 50px;
  line-height: 50px;
  color: #eb1b35;
  font-weight: 700;
  font-family: "Rajdhani";
}

.SiteNumber p {
  font-size: 18px;
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
  margin: 0;
  line-height: normal;
}
.shopCard p {
  margin: 0;
}
.FeatureSlider {
  margin: 0 !important;
}
.InnerBanData {
  padding: 0 30px;
}

.container1700 {
  padding: 0 20px;
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}
.projectTabContent .sectionTitles p {
  max-width: 1110px;
  margin: 0 auto 0 auto;
}
.row.mt50 {
  margin-top: 50px;
}
.emptySpace {
  height: 80px;
}
footer ul li {
  margin: 0;
  display: list-item;
}