@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Black.woff2") format("woff2"),
    url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-BlackItalic.woff2") format("woff2"),
    url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Bold.woff2") format("woff2"),
    url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-BoldItalic.woff2") format("woff2"),
    url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-ExtraBoldItalic.woff2") format("woff2"),
    url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Heavy.woff2") format("woff2"),
    url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-HeavyItalic.woff2") format("woff2"),
    url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Light.woff2") format("woff2"),
    url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-LightItalic.woff2") format("woff2"),
    url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Medium.woff2") format("woff2"),
    url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-MediumItalic.woff2") format("woff2"),
    url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Regular.woff2") format("woff2"),
    url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-RegularItalic";
  src:
    url("../font/Gilroy-RegularItalic.woff2") format("woff2"),
    url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-SemiBold.woff2") format("woff2"),
    url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-SemiBoldItalic.woff2") format("woff2"),
    url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-Thin.woff2") format("woff2"),
    url("../font/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-ThinItalic.woff2") format("woff2"),
    url("../font/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-UltraLight.woff2") format("woff2"),
    url("../font/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../font/Gilroy-UltraLightItalic.woff2") format("woff2"),
    url("../font/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

.mobile-show,
.mobile-show-800 {
  display: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.512vw;
  scroll-behavior: smooth;
}
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;
  font-family: "Gilroy";
  color: #000;
}

body {
  background-color: #fcfbfc;
  scroll-behavior: smooth;
  font-family: "Gilroy";
}
span,
blockquote {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Gilroy";
}
blockquote {
  font-size: 1.8rem;
  line-height: 1.6;
  font-style: italic;
  color: #333;
  padding: 20px 30px;
  margin: 4rem 0;
  position: relative;
  border-left: 4px solid #ec1f27;
  background: #f9f9f9;
  border-radius: 8px;
}
blockquote::before {
  content: "“";
  font-size: 4rem;
  position: absolute;
  top: -10px;
  left: 10px;
  color: #ec1f27;
  opacity: 0.6;
}
blockquote::after {
  content: "”";
  font-size: 4rem;
  position: absolute;
  bottom: -20px;
  right: 15px;
  color: #ec1f27;
  opacity: 0.6;
}
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
}
table b,
table strong {
  font-weight: 600;
}
thead th,
tbody td {
  padding: 2rem;
  border: 0.0625rem solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  font-size: 2.3rem;
  font-weight: 500;
}
thead th {
  font-weight: 600;
}
tbody td:first-child {
  text-align: left;
  font-weight: 500;
}

tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
b,
strong {
  font-weight: 600;
}
i {
  font-style: italic;
}

/* 

h1 => 100px => 10rem

h2 => 75px => 7.5rem

h3 =>  =>  5.5rem

h4 => 35px  => 3.5rem 

h5 =>  =>  

h6 =>  => 

p => 30px => 3rem

font-22 => 22px => 2.2rem

font-25 => 25px => 2.5rem

font-32 => 32px => 3.2rem

a, li => 22px => 2.2rem



*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy";
}
h1,
header.entry-header h1.entry-title {
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.1;
}
h2 {
  font-size: 7.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.15;
  letter-spacing: -0.2rem;
  color: #212529;
}

h3 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
}
h5 {
  font-weight: 400;
  font-size: 3rem;
}
h6 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0d0000;
  line-height: 1.4;
}
p {
  color: #656565;
  line-height: 1.35;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Gilroy";
}
.font-32,
.font-32 p {
  font-size: 3.2rem;
}
.font-28,
.font-28 p {
  font-size: 2.8rem;
}
.font-25,
.font-25 p {
  font-size: 2.5rem;
}
.font-22,
.font-22 p {
  font-size: 2.2rem;
}
a,
li {
  font-size: 2.2rem;
  text-decoration: none;
  font-weight: 500;
}

/* Common Classes Start */
section {
  margin: 0 auto;
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.container {
  /* width: 83%; */
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20rem;
}
.com-padding {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.com-pd-12 {
  padding: 12rem 0;
}
.uppercase {
  text-transform: uppercase;
}
.flex {
  display: flex;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-justify {
  text-align: justify;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-zero {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.pt-zero {
  padding-top: 0 !important;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 5rem;
}
.pt-10 {
  padding-top: 10rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.fw-300,
.fw-300 p {
  font-weight: 300;
}
.fw-400,
.fw-400 p {
  font-weight: 400;
}
.fw-500,
.fw-500 p {
  font-weight: 500;
}
.fw-600,
.fw-600 p {
  font-weight: 600;
}
/* width  */
.max-content {
  width: max-content;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-42 {
  width: 42%;
}
.w-45 {
  width: 45%;
}
.w-47 {
  width: 47%;
}
.w-50 {
  width: 50%;
}
.w-53 {
  width: 53%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}

/* color  */
.text-white,
.text-white *,
.text-white p {
  color: #fff;
}
.text-red,
.text-red p strong {
  color: #ed1f27;
  font-weight: inherit;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #181818;
}
.bg-grey {
  background-color: #f8f8f8;
}
.bg-red,
.bg-red-bg {
  background-color: #ec1f27;
}
.bg-blue,
.header-menu-right li:last-child a {
  background-color: #098fd0;
}

.section-underline {
  border-bottom: 1px solid #d2d2d2;
}
.section-top-underline {
  border-top: 1px solid #b5b5b5;
}

/* button  */
.btn-with-img .btn,
.btn,
.header-menu-right li:last-child a {
  font-size: 2.2rem;
  padding: 1.8rem 2.5rem;
  border-radius: 5rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: inline-block;
  min-width: 18rem;
  text-align: center;
  cursor: pointer;
}
.btn-with-img {
  width: max-content;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.btn-with-img .icon-box img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  transition: all 0.3s;
}
.bg-white-transparent {
  border-color: #fff;
}
.bg-transparent-red {
  border-color: #ed1c24;
  color: #ed1c24;
}
.bg-transparent-black {
  border-color: #000;
  color: #000;
}
.btn.bg-white {
  color: #000;
  cursor: pointer;
}

.btn-with-img:hover .btn {
  background: transparent;
  border-color: #101a3b;
  color: #101a3b;
  transition: all 0.3s;
}
.btn.bg-white:hover,
.btn-with-img:hover:hover .btn.bg-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: all 0.3s;
}
.btn.bg-blue:hover,
.header-menu-right li:last-child a:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: all 0.3s;
  text-decoration: none;
}
.btn-with-img:hover img {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.bg-white-transparent:hover {
  background-color: #fff;
  color: #101a3b;
}
.bg-transparent-black:hover {
  background-color: #000;
  color: #fff;
}
.bg-transparent-black:hover img {
  filter: invert(100%);
}
.bg-red:hover {
  background-color: #333333;
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.up {
  opacity: 0;
}

/* lenis recommended css  */

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* scroll bar css  */

.scroll-wrapper::-webkit-scrollbar {
  width: 0.5rem !important;
}
.scroll-wrapper::-webkit-scrollbar-track {
  background: #ecf1ec !important;
  border-radius: 2rem !important;
  margin-top: 3rem;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #ec7048 !important;
  border-radius: 2rem !important;
}

/* header  */

.header-box .header-logo img {
  width: 15.2rem;
}
.main-header {
  padding: 2rem 8rem;
  width: 100%;
  margin: auto;
  max-width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  background: transparent;
}
.header-menu-box .btn-box {
  margin-left: 3rem;
}
.header-menu-box {
  margin: auto;
  width: 100%;
}
.navbar-wrapper {
  width: 100%;
}
.header-right li:last-child {
  margin: 0;
}
.header-box nav ul li a {
  font-family: "Gilroy";
  font-size: 2.2rem;
  text-underline-offset: 0.1rem;
  transition: all 0.3s;
  color: #fff;
}
.header-box nav ul li {
  margin: 0 3.5rem;
}
.header-box nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  opacity: 1;
  transition: all 0.3s;
}
button.sub-menu-toggle {
  display: none !important;
}
.sub-menu {
  position: absolute;
  display: block;
  width: max-content;
  left: 0;
  top: 6rem;
  opacity: 0;
  border-radius: 0.8rem;
  box-shadow: 0px 4px 13px 0px #00000040;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-item-has-children span {
  display: none;
}
.header-menu-box .navbar-wrapper .menu-item-has-children li {
  border-bottom: 1px solid rgb(123 123 123 / 30%);
  transition: 0.2s ease-in-out;
  margin: 0;
}
.header-menu-box .navbar-wrapper .menu-item-has-children li a {
  padding: 2rem 7rem 2rem 3rem;
  width: 100%;
  display: block;
  color: #000;
  border-bottom: 0;
}
.header-menu-box .navbar-wrapper .sub-menu li a::after,
.header-menu-box .navbar-wrapper .menu-item-has-children a::after {
  display: none;
}
.menu-item-has-children > .sub-menu .menu-item-has-children::after {
  top: 2.8rem;
  right: 1.5rem;
  filter: none;
}
.header-menu-box .navbar-wrapper .menu-item-has-children li a:hover {
  text-decoration: none;
}
.menu-item-has-children {
  outline: none;
  background-color: transparent;
  border: none;
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -2.5rem;
  background-image: url(../img/chevron-down.webp);
  width: 1.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
  filter: invert();
}
.bottom-banner {
  min-height: 105vh;
  position: relative;
}
.services-list {
  padding-top: 12rem;
  margin-bottom: 12rem;
}
.services-list-main p {
  color: #5a5a5a;
}
.services-list-main p strong {
  font-weight: 600;
  color: #5a5a5a;
}
.services-list-img img {
  border-radius: 1.5rem;
}
.services-list-content {
  margin-right: 6rem;
}
.services-list-content h2 {
  letter-spacing: -2px;
}
.services-list-content p {
  margin-top: 3.3rem;
}
.services-list-content ul,
.pointers ul {
  margin: 3.3rem 0 0;
}
.services-list-content ul li,
.pointers ul li {
  font-size: 3rem;
  color: #5d5d5d;
  line-height: 1.45;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 7.5rem;
  font-weight: 400;
}
.services-list-content ul li::before,
.pointers ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  background-image: url(../img/double-check-red.png);
  width: 5.2rem;
  height: 2.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.services-list:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.services-list:last-child {
  margin-bottom: 0;
}
.services-list:nth-child(even) .services-list-content {
  margin: 0 0rem 0 6rem;
}
.services-list-content strong,
.pointers ul li strong {
  color: #5d5d5d;
  font-weight: 600;
}
.hp-banner-section.services-banner .text-box p {
  margin-top: 2rem;
}
.banner-images {
  height: 100% !important;
}
.services-banner .text-box {
  position: absolute;
  left: 20rem;
  top: calc(50% + 3rem); /* 40px ≈ half header height (adjust) */
  transform: translateY(-50%);
  width: 66%;
}
.service-intro-two:not(:last-child) {
  margin-bottom: 6rem;
}
.service-intro-two img {
  margin: 4rem 0;
  border-radius: 3.6rem;
}
.related-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 2.8rem;
}
.related-list-tem {
  position: relative;
  min-height: 70rem;
  display: flex;
  align-items: flex-end;
  transform: translate3d(0, 0, 0);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: transform 0.4s;
}
.related-list-tem:hover .services-list-image img {
  transform: scale(1.1);
}
.related-list-tem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 61%,
    rgba(0, 0, 0, 0.613042) 84.11%,
    #000000 111%
  );
  z-index: 9;
}
.related-list-tem .services-list-image,
.related-list-tem img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.services-content {
  position: relative;
  padding: 5rem 4rem;
  z-index: 9;
  width: 100%;
}

/* our process page css start */

.our-proces-main {
  counter-reset: section;
}
.our-process-list-image,
.our-process-list-content {
  width: 37%;
}
.our-process-list-content {
  margin-right: 10rem;
}
.our-process-list-content p {
  font-size: 2.5rem;
}
.our-process-list-image {
  margin-left: 9rem;
}
.our-process-list-image img {
  z-index: 9;
  position: relative;
}
.our-process-list-image::before {
  counter-increment: section;
  content: "0" counter(section) "";
  position: absolute;
  font-size: 26.3rem;
  font-weight: 600;
  color: #eeeeee;
  letter-spacing: -1px;
  top: -10rem;
  line-height: 80%;
  left: -9rem;
  font-family: "Inter", sans-serif;
}
.our-process-list:first-child {
  margin-top: 22rem;
}
.our-process-list {
  margin-top: 18rem;
}
.our-process-list:nth-child(even) {
  flex-direction: row-reverse;
}
.our-process-list:nth-child(even) .our-process-list-image {
  margin: 0 10rem 0 0;
}
.our-process-list:nth-child(even) .our-process-list-content {
  margin: 0 0 0 10rem;
}
.our-process-list:nth-child(even) .our-process-list-image::before {
  right: -10rem;
  left: auto;
}
.our-process-list-content h2 {
  line-height: 1.05;
}
.process-line-box {
  text-align: center;
  position: absolute;
  left: 47%;
  top: 43%;
}
.process-circle-icon {
  width: 9rem;
  height: 9rem;
  background-color: #fe0000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.4rem solid #fcfbfc;
}
.process-circle-icon img {
  height: 3rem;
  object-fit: contain;
}
.our-process-list:last-child .process-line-box .process-line {
  display: none;
}
.process-line img {
  height: 75.8rem;
}
.services-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.8rem;
}
.solution-slider .slick-list {
  margin: 0 -1.5rem;
}
.solution-slider .slick-slide {
  padding: 0 1.5rem;
}
.circle-slider-btn,
.hp-banner-slider .slick-arrow {
  width: 7rem;
  height: 7rem;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  outline: none;
  border: 1px solid;
}
.circle-slider-btn img {
  width: 1.1rem;
  object-fit: contain;
}
.circle-slider-btn.solution-next {
  margin-left: 1rem;
}

.circle-slider-btn.solution-next img {
  transform: rotate(-175deg);
}
.services-listing-content h6 {
  line-height: 100%;
}
.services-listing-content img {
  margin-left: 2rem;
  height: 1.6rem;
  object-fit: contain;
  transition: 0.2s ease-in-out;
}
.services-listing-item,
.services-listing-image,
.services-listing-image img {
  overflow: hidden;
  transition: transform 0.4s;
}
.services-listing-item:hover .services-listing-image img {
  transform: scale(1.1);
}
.services-listing-image img {
  height: 60rem;
  object-fit: cover;
}
.services-listing-item:hover .services-listing-content h6 img {
  margin-left: 3rem;
}
/* our process page css end */

.border-top {
  padding-top: 12rem;
  border-top: 1px solid #797979;
}
.technologies-list.border-top:first-child {
  border-top: 0;
}
.about-execution-usps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}
.about-execution-item {
  border-radius: 4rem;
  background-color: #fff;
  padding: 7rem 4rem;
}
.about-execution-item p {
  margin-top: 1.5rem;
  font-size: 2.5rem;
}
.com-module-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.com-module-listing .com-module-list-item {
  position: relative;
  min-height: 47.5rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
}
.com-module-list-img,
.com-module-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com-module-list-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.82%, #000000 100.53%);
  z-index: 9;
  transition: 0.2s ease-in-out;
}
.com-module-list-img img {
  transition: all 0.7s ease;
}
.com-module-list-cont {
  position: relative;
  padding: 4rem;
  z-index: 9;
  width: 100%;
}
.com-module-listing .com-module-list-item:hover .com-module-list-img img {
  transform: scale(1.1);
}
.casestudies-template-default .header-box nav ul li a,
.post-template-default .header-box nav ul li a {
  color: #000;
}
.casestudies-template-default .menu-item-has-children::after,
.post-template-default .menu-item-has-children::after {
  filter: brightness(0);
}
.casestudies-template-default .header-box .header-menu-right li:last-child a,
.post-template-default .header-box .header-menu-right li:last-child a {
  color: #fff;
}
.casestudies-template-default
  .header-box
  .header-menu-right
  li:last-child
  a:hover,
.post-template-default .header-box .header-menu-right li:last-child a:hover {
  border-color: #098fd0;
  color: #000;
}
.case-studies-list .com-module-list-img,
.case-studies-list .com-module-list-img img {
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  height: auto;
  overflow: hidden;
}
.case-studies-list {
  grid-row-gap: 6rem;
}
.case-studies-list .com-module-list-item::before {
  display: none;
}
.case-studies-list .case-studies-iten {
  display: block;
  min-height: auto;
}
.case-studies-list .com-module-list-cont {
  padding: 0;
}
div#comments,
nav.navigation.post-navigation {
  display: none;
}
.blog-list-pagination .page-numbers {
  width: 7.6rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d6d6d6;
  font-size: 1.8rem;
  color: #333333;
  font-weight: 500;
  margin: 0 1rem;
  background-color: #fff;
  margin-top: 7rem;
  border-radius: 1rem;
}
.blog-list-pagination .page-numbers.current,
.blog-list-pagination .page-numbers:hover {
  background-color: #ef1b1e;
  border-color: #ef1b1e;
  color: #fff;
}
.blog-list-pagination .prev.page-numbers,
.blog-list-pagination .next.page-numbers {
  border-color: #ef1b1e;
}
.blog-detail-wrapper {
  padding: 25rem 0 13rem;
}
/* Show on hover (Desktop only) */
@media (min-width: 1025px) {
  .menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    left: 100%;
    top: -1px;
    visibility: hidden;
    opacity: 0;
  }
  .menu-item-has-children:hover::after {
    transform: rotate(180deg);
  }
  .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .sub-menu .menu-item-has-children {
    position: relative;
  }
}
.banner-text-box p {
  width: 90%;
}

/* ================================ */
/* Home page start  */
/* ================================ */

/* banner css start  */
.hp-banner-slider {
  overflow: hidden;
}
.hp-banner-slider .slick-arrow {
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  left: -1.5%;
  z-index: 9;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 50%; /* circle */
  backdrop-filter: blur(5px);
  padding: 0;
}
.hp-banner-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4.5rem;
  bottom: 0;
  margin: auto;
  background-image: url(../img/slider-arrow-left.png);
  width: 1.1rem;
  height: 1.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
.hp-banner-slider .slick-next.slick-arrow {
  left: auto;
  right: -1.5%;
}
.hp-banner-slider .slick-next.slick-arrow::before {
  transform: rotate(180deg);
  right: 4.5rem;
  left: auto;
}
.hp-banner-section .text-box h1 {
  letter-spacing: -2px;
}
.hp-banner-section .img-box img {
  width: 100%;
}

.hp-banner-section video {
  filter: brightness(0.5);
  height: 100%;
  object-fit: cover;
}

/* banner css end  */

/*hp partners start */

.partners {
  padding: 8rem 0;
}
.hidden-overflow {
  overflow: hidden;
}
.hidden,
.wpcf7-text.hidden {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 1.7rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.wpcf7-response-output {
  color: #fff;
  font-size: 2rem;
}
.banner-marquee {
  display: flex;
}
.marquee {
  overflow: hidden;
  width: 100%;
  padding-top: 7rem;
  position: relative;
}
.marquee-content {
  display: flex;
  animation: marquee 50s linear infinite;
}
.banner-marquee .marquee-box {
  margin: 0 5rem;
}
.marquee-box {
  flex: 0 0 auto;
  padding: 0 1rem;
}
.brand-logo-list-item {
  flex-shrink: 0;
  display: inline-block;
  margin: 0 5rem;
}
.brand-logo-list-item img {
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  filter: grayscale(1);
  height: 6rem;
}

/*hp partners end*/

/* what we do list */

.what-we-do-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
}
.what-we-do-item {
  position: relative;
  min-height: 75.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.2s ease-in-out;
}
.what-we-do-item::after,
.bottom-banner::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.68%,
    rgba(0, 0, 0, 0.886371) 71.68%,
    #000000 100%
  );
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2rem;
}
.bottom-banner::before {
  background: linear-gradient(
    276deg,
    rgba(0, 0, 0, 0) 38.68%,
    rgba(0, 0, 0, 0.886371) 71.68%,
    #000000 100%
  );
  border-radius: 0;
}
.what-we-do-img,
.what-we-do-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.what-we-do-content {
  position: relative;
  padding: 5rem 10rem 5rem 5rem;
  z-index: 99;
}
.what-we-do-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    max-height 0.5s ease,
    opacity 0.5s ease,
    transform 0.5s ease;
}
.what-we-do-description p {
  line-height: 1.4;
  margin-top: 2rem;
  font-size: 2.5rem;
}
.what-we-do-item:hover .what-we-do-description {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
/* what we do list end */

/* hp service css start  */
.hp-service-box .head-box p span {
  line-height: 1.35;
  font-size: 3rem;
  font-weight: 500;
}
ul.hp-service-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
ul.hp-service-listing li {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
ul.hp-service-listing li .text-box {
  position: absolute;
  /* bottom: -47%; */
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.36%, rgba(0, 0, 0, 0.491408) 41.29%, #000000 104.08%); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 65.31%,
    rgba(0, 0, 0, 0.394108) 75.49%,
    #000000 104.08%
  );
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 3.5rem;
  transition: all 0.3s;
}
ul.hp-service-listing li:hover .text-box {
  bottom: 0%;
  transition: all 0.3s;
}
ul.hp-service-listing li img {
  width: 100%;
  transition: all 0.7s ease;
}
ul.hp-service-listing li .text-box p {
  margin-top: 7rem;
  transition: all 0.3s;
}
ul.hp-service-listing li:hover .text-box p {
  margin-top: 2rem;
  transition: all 0.3s;
}
ul.hp-service-listing li:hover .img-box img {
  transform: scale(1.1);
}
.hp-service-form-box {
  background: #ec1f27;
  padding: 6rem 3.5rem;
  border-radius: 2rem;
}
.hp-service-form-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hp-service-form-box input::placeholder {
  color: #fcfbfc;
  font-size: 2.2rem;
  font-family: "Gilroy";
}
.hp-service-form-box input,
.hp-service-form-box select {
  background: none;
  border: none;
  color: #fcfbfc;
  font-size: 2.2rem;
  font-family: "Gilroy";
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fcfbfc;
  width: 100%;
  padding-bottom: 2.3rem;
  margin: 0 2rem;
  outline: none;
}
.hp-service-form-box select {
  cursor: pointer;
}
.hp-service-form-box select option {
  color: black;
}
.hp-service-text {
  background: #2f2f2f;
  box-shadow: 0px 20px 80px 0px #0000000f;
  padding: 4rem 5rem;
  border-radius: 1.5rem;
}
.hp-service-text img {
  width: 8rem;
}
.hp-service-text p {
  color: #e1e1e1;
  width: 92%;
  border-left: 1px solid #191919;
  padding-left: 4rem;
}
/* hp service css end  */

/* hp case study css start  */
.hp-case-listing .hp-case-list h2 {
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: -0.2rem;
}
.hp-case-listing .hp-case-list h2 strong {
  color: #ec1f27;
  font-weight: 800;
}
.hp-case-listing .hp-case-list {
  width: 70%;
  padding: 6rem;
  border-radius: 4rem;
  margin: 0 5rem;
  background: #fff;
}
.hp-case-box {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  margin-top: 10rem;
}
.hp-case-box .slider-btn {
  position: absolute;
  width: 10rem;
  top: -20rem;
  cursor: pointer;
}
.hp-case-box .slider-btn.left-slider {
  right: 30rem;
}
.hp-case-box .slider-btn.right-slider {
  right: 18rem;
}
.hp-case-box ul.slick-dots {
  display: flex;
  justify-content: center;
  width: 83%;
  margin: auto;
  max-width: 1920px;
  margin-top: 12rem;
}
.hp-case-box ul.slick-dots li {
  width: stretch;
}
.hp-case-box ul.slick-dots li button {
  font-size: 0;
  height: 0.3rem;
  background: #858585;
  border: none;
  width: 100%;
  cursor: pointer;
}
.hp-case-box ul.slick-dots li.slick-active button {
  background: #ec1f27;
}
/* hp case study css end  */
/* hp team css start  */
.about-team-head {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
.about-team-head h3 {
  position: relative;
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}
.about-team-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #b5b5b5;
}
ul.hp-team-listing,
.events-listing {
  display: grid;
  column-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 6rem;
}
ul.hp-team-listing li {
  cursor: pointer;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
ul.hp-team-listing li:hover .img-box img {
  transform: scale(1.1);
}
ul.hp-team-listing li h4 {
  margin-bottom: 1rem;
}
.team-list-cont img {
  width: 2.5rem;
  margin-top: 1rem;
}
ul.hp-team-listing li .img-box {
  overflow: hidden;
  border-radius: 1.5rem;
}
ul.hp-team-listing li .img-box img {
  width: 100%;
  transition: all 0.7s ease;
  border-radius: 1.5rem;
}
ul.hp-team-listing li h4 + p {
  font-size: 2.2rem;
}
.hp-team-box.com-padding {
  padding-top: 0;
}
ul.hp-team-usp-box {
  border-radius: 2rem;
  padding: 5rem;
  justify-content: space-between;
}
ul.hp-team-usp-box li {
  width: max-content;
  max-width: 22.8%;
  padding-right: 4rem;
  margin-right: 4rem;
  border-right: 1px solid #ff8e92;
}
ul.hp-team-usp-box li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
ul.hp-team-usp-box li h5 {
  margin: 1rem 0 2rem 0;
}
ul.hp-team-usp-box li p {
  opacity: 0.8;
}
ul.hp-team-usp-box li:last-child .btn {
  width: 90%;
  margin-top: 3rem;
}
.about-team-list-main:not(:first-child) {
  margin-top: 8rem;
}

/*team popop css start*/
.popup-main {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  display: none;
}
.popup-main.is-visible {
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.82);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.popup-content-wrapper {
  max-width: 90%;
  margin: 1.75rem auto;
  width: 180rem;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-transition {
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0;
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  justify-content: center;
}
.popup-main.is-visible .popup-content-wrapper {
  transform: translateY(0);
  opacity: 1;
}
.popup-content-inner {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 6rem 1.5rem 6rem 4.5rem;
  width: 100%;
}
.toggle-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.2rem;
  cursor: pointer;
}
.team-popup-wraper * {
  color: #000;
}
.team-popup-wraper ul {
  margin-top: 2rem;
}
.team-popup-wraper .team-list-img {
  margin-bottom: 0;
  width: 20%;
}
.team-list-item {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  cursor: pointer;
}
.team-list-img,
.team-list-img img {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.7s ease;
}
.team-list-item:hover .team-list-img img {
  transform: scale(1.1);
}
.team-popup-content .speakers-list li {
  list-style-type: none;
  display: inline-block;
  width: auto !important;
  min-width: auto !important;
  margin: 0.5rem;
  font-size: 1.7rem;
  border: 1px solid #ababab;
  padding: 0.5rem 1.8rem;
  border-radius: 1rem;
  font-weight: 600;
}
.team-popup-content {
  margin-left: 5rem;
  width: 75%;
  padding-right: 3rem;
}
.close-popup {
  position: absolute;
  right: 0;
  top: auto;
  cursor: pointer;
  bottom: -4%;
  left: 0;
  margin: auto;
  text-align: center;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #9a0606;
}
.close-popup img {
  width: 2.2rem;
  filter: invert(1);
}
.team-popup-content {
  height: 50rem;
  overflow: auto;
}
.team-popup-content h6 {
  margin-top: 3rem;
}
.team-popup-wraper h4 {
  text-transform: capitalize;
}
.team-popup-content p {
  margin-top: 1.3rem;
  font-size: 2.1rem;
  color: #222222;
  text-transform: capitalize;
}
.team-popup-content ul li {
  line-height: 1.4;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 2rem;
  width: 100% !important;
  min-width: 100% !important;
  font-weight: 400;
}
.team-popup-content strong {
  font-weight: 600;
}
.team-popup-content::-webkit-scrollbar {
  width: 7px;
}
.team-popup-content::-webkit-scrollbar-track {
  background-color: #000;
}

.team-popup-content::-webkit-scrollbar-thumb {
  background: red;
}
body.overflowhidden {
  width: 100%;
  overflow: hidden;
}
/* team popup css end */
/* hp team css end  */

/* EVENTS CSS START */

.events-listing {
  grid-template-columns: repeat(3, 1fr);
}
.events-popup .team-popup-content {
  height: 37rem;
  overflow: auto;
}
.events-popup .team-popup-content h6 {
  color: #9a0606;
}
a.events-link-cta {
  font-weight: 600;
  color: #9a0606;
  display: inline-block;
  border: 1px solid;
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
a.events-link-cta:hover img {
  margin-left: 1.5rem;
}
.events-link-cta img {
  vertical-align: middle;
  width: 2.7rem;
  margin-left: 0.7rem;
  transition: 0.2s ease-in-out;
}
/* EVENTS CSS END */

/* hp footer css start  */

footer {
  background-color: #181818;
  padding: 5rem 0;
}
.footer-top-box {
  margin-bottom: 4rem;
}
.hp-footer-box .footer-logo-box img {
  width: 14rem;
}
ul.footer-icon-listing {
  gap: 2rem;
}
ul.footer-icon-listing li {
  width: 5rem;
}
ul.footer-icon-listing li img {
  width: 100%;
  transition: all 0.3s;
}
ul.footer-icon-listing li:hover img {
  scale: 1.05;
  transition: all 0.3s;
}
.footer-mid-box {
  margin-bottom: 5rem;
  border-top: 1px solid #d9d9d975;
  border-bottom: 1px solid #d9d9d975;
  padding-top: 5rem;
  padding-bottom: 5rem;
  gap: 2rem 0;
}
.footer-mid-listing li {
  margin: 2rem 0;
}
.footer-mid-listing li a {
  color: #c0c0c0;
}
.footer-mid-listing li a:hover {
  color: rgb(202, 24, 48);
}
.footer-link-box {
  width: 25%;
  padding-right: 2rem;
}
.footer-bottom-box .text-box p a {
  color: #2727278c;
  text-decoration: underline;
}
footer a:hover,
.footer-bottom-box .text-box p a:hover {
  color: #303030;
}
/* hp footer css end  */

/* ================================ */
/* Home page End  */
/* ================================ */
/* ================================ */
/* Case Stufy Detail start  */
/* ================================ */

.case-banner-box {
  padding-top: 25rem;
}
.common-content-box img {
  max-width: 100%;
  width: 100%;
  border-radius: 1.6rem;
  margin-top: 12rem;
}
.common-content-box h2 + p + p > img,
.common-content-box h3 + p + p > img,
.common-content-box h4 + p + p > img,
.common-content-box h5 + p + p > img,
.common-content-box h2 + p > img,
.common-content-box h3 + p > img,
.common-content-box h4 + p > img,
.common-content-box h2 + p + blockquote + p > img,
.common-content-box h3 + p + blockquote + p > img,
.common-content-box h4 + p + blockquote + p > img {
  margin-top: 2rem;
}
.common-content-box p + ul,
.common-content-box p + ol {
  margin-top: 4rem;
}
.common-content-box h2,
.common-content-box h3,
.common-content-box h4,
.common-content-box h5,
.common-content-box h6 {
  margin-top: 12rem;
  margin-bottom: 3rem;
}
.common-content-box p,
.common-content-box p span {
  margin: 2rem 0;
}
.common-content-box p b,
.common-content-box p b span,
.common-content-box p strong span {
  font-weight: 600;
}
.common-content-box ul,
.common-content-box ol {
  margin: 2rem 0;
  padding-left: 3rem;
}
.common-content-box ul {
  list-style: disc;
}
.common-content-box .wp-video {
  margin: 5rem 0;
  width: 100% !important;
}
.common-content-box a {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
}
.common-content-box li {
  margin-bottom: 1.5rem;
  color: #656565;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 500;
}
.common-content-box strong {
  font-weight: 600;
}
.case-detail-box .hp-service-form-box form {
  flex-direction: column;
  align-items: start;
}
.case-detail-box .hp-service-form-box h3 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.case-detail-box .hp-service-form-box input,
.case-detail-box .hp-service-form-box select {
  margin: 0;
  margin-bottom: 2rem;
}
.case-detail-box .hp-service-form-box {
  position: sticky;
  top: 10rem;
  height: auto;
}
.case-detail-section,
.case-banner-section {
  background: #fff;
}

/* ================================ */
/* Case Stufy Detail End  */
/* ================================ */
/* ================================ */
/* Contact start  */
/* ================================ */

.contact-info-box .call a + a {
  margin-left: 1rem;
}
.contact-info-box .call a {
  font-size: 3rem;
}
.c-team-box .call a {
  font-size: 2.5rem;
}
.contact-info-box .call a:hover,
.c-team-box .call a:hover {
  text-decoration: underline;
}
.contact-info-box .call,
.c-team-box .call {
  margin-bottom: 2rem;
  font-size: 3rem;
}
.contact-info-box .call img,
.c-team-box .call img {
  width: 3.5rem;
  margin-right: 1.7rem;
}
.contact-media-box a {
  margin-right: 3rem;
  transition: all 0.3s;
}
.contact-media-box a:hover {
  scale: 1.1;
  transition: all 0.3s;
}
.contact-media-box img {
  width: 5.5rem;
}
.contact-form-box .hp-service-form-box input,
.contact-form-box .hp-service-form-box select {
  margin: 0;
  margin-bottom: 3rem;
  height: 6rem;
}
.contact-form-box .hp-service-form-box .two-field input {
  width: 48%;
}
.contact-form-box .hp-service-form-box form {
  flex-direction: column;
  align-items: start;
}
.hp-service-form-box textarea {
  background: none;
  border: none;
  color: #fcfbfc;
  font-size: 2.2rem;
  font-family: "Gilroy";
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fcfbfc;
  width: 100%;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
  outline: none;
  height: 12rem;
}
.hp-service-form-box textarea::placeholder {
  color: #fcfbfc;
  font-size: 2.2rem;
  font-family: "Gilroy";
}
.contact-form-box .c-team-box h4 + p {
  font-size: 2.2rem;
  margin-top: 5px;
}
.contact-form-box .c-team-box > li {
  background: #fff;
  box-shadow: 0px 18px 34px 0px #0000000a;
  padding: 4rem 7rem;
  border-radius: 3rem;
}
.contact-form-box .c-team-box li .intro {
  width: 40%;
  padding-right: 3rem;
  border-right: 1px solid #d9d9d9;
}
.contact-form-box .c-team-box li .img-box {
  text-align: center;
  width: 15.7rem;
  height: 15.7rem;
  border-radius: 50%;
  border: 0.4rem solid #f41828;
  margin-right: 3rem;
}
.contact-form-box .c-team-box li .img-box img {
  display: block;
  object-fit: cover;
}
.contact-form-box .c-team-box {
  gap: 2rem;
}
.contact-form-box .c-team-box li .text-box {
  padding-left: 7rem;
  width: 60%;
}
.c-team-box li .text-box h5 {
  margin-bottom: 2rem;
}
.c-team-box li .text-box h5 span {
  color: #f41828;
}
.c-team-box li .text-box h5,
.c-team-box li .text-box h5 span {
  font-weight: 600;
  font-size: 3.8rem;
}
.c-team-box .contact-lines a {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}

.c-team-box .contact-lines a span {
  font-size: 3rem;
  color: #656565;
  line-height: 1;
  font-weight: 500;
}
.c-team-box .contact-lines img {
  max-height: 3rem;
  max-width: 3.5rem;
  object-fit: contain;
  display: inline-block;
  margin-right: 1rem;
}
ul.c-location-listing li {
  width: 23.9%;
  background: #fff;
  box-shadow: 0px 46px 66.3px 0px #00000008;
  border-radius: 2rem;
}
ul.c-location-listing li:hover span img {
  transform: rotate(45deg);
  transition: all 0.3s;
}
ul.c-location-listing {
  gap: 2rem;
}
ul.c-location-listing li .img-box {
  height: 30rem;
}
ul.c-location-listing li .img-box img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
  transition: transform 0.4s;
}
ul.c-location-listing a,
ul.c-location-listing a .img-box {
  overflow: hidden;
  transition: transform 0.4s;
  border-radius: 2rem;
}
ul.c-location-listing a:hover .img-box img {
  transform: scale(1.1);
  border-radius: 2rem;
}
ul.c-location-listing li p {
  font-size: 2.2rem;
  margin-top: 1rem;
}
ul.c-location-listing li .text-box {
  padding: 2rem;
}

/* ================================ */
/* Contact End  */
/* ================================ */
/* ================================ */
/* FAQ Start  */
/* ================================ */
ul.faq-listing li .faq-question {
  cursor: pointer;
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.faq-listing li h3 {
  font-size: 4rem;
}
.faq-answer {
  display: none;
  margin-top: 1.5rem;
}
ul.faq-listing li {
  border-bottom: 1px solid grey;
  padding: 4rem 0;
}
ul.faq-listing li .faq-question .icon {
  font-size: 5rem;
}
/* ================================ */
/* FAQ End  */
/* ================================ */

.about-cip-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem;
  margin-top: 8rem;
  grid-row-gap: 5rem;
}
.about-cip-usps-item {
  background-color: #2f2f2f;
  padding: 7rem 5rem;
  border-radius: 3rem;
}
.about-cip-usps-icon img {
  width: 5.5rem;
}
.difference-progress-list {
  align-items: flex-end;
  margin-top: 10rem;
}
.difference-progress-item {
  background-color: #181818;
  border-radius: 3rem;
  color: #fff;
  width: 50%;
  padding-bottom: 3rem;
}
.progress-tagline {
  padding: 3rem 2rem;
  background-color: #e11212;
  border-radius: 3rem 3rem 0rem 0rem;
  text-align: center;
}
.difference-progress-head {
  padding: 7rem;
}
.difference-progress-head img {
  margin-bottom: 3rem;
  height: 7.8rem;
}
.difference-progress-item:nth-child(2) .difference-progress-head img {
  width: 13.2rem;
  height: 9.3rem;
}
.difference-progress-item:nth-child(2) {
  background-color: #ec1f27;
}
.difference-progress-item-list li::before {
  content: "";
  background: url(../img/icon-list.webp) no-repeat center;
  width: 2.8rem;
  height: 2.8rem;
  top: 3.8rem;
  left: 7rem;
  position: absolute;
  background-size: contain;
}
.difference-progress-content {
  border-top: 1px solid rgb(255 255 255 / 60%);
  padding: 4rem 0 4rem 7rem;
  margin: auto;
  margin-left: 7rem;
  margin-right: 7rem;
}
.difference-progress-content h5 {
  line-height: 1.3;
}
.difference-progress-item-list li p {
  font-size: 2.1rem;
  opacity: 0.9;
  margin-top: 1.5rem;
}
.about-team-sec .about-team-head::after {
  opacity: 0.4;
}
.about-team-sec .team-list-cont img {
  filter: invert(1);
}
.team-head-cont h6 {
  font-size: 2.1rem;
  text-transform: capitalize;
}
.read-more-banner {
  border-radius: 3rem;
  width: 100%;
}
.read-more-content {
  padding: 4rem 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.read-more-content h2 {
  width: 50%;
}
.tabs {
  display: flex;
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #474747;
  grid-row-gap: 2rem;
}

.tab {
  padding: 1.8rem 3rem;
  cursor: pointer;
  border-radius: 2rem 2rem 0rem 0rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #474747;
}

.tab.active {
  background-color: #ffffff;
  color: #000;
}

.tab.active * {
  color: #000;
}

/* Content */
.tab-content {
  display: none;
  margin-top: 3rem;
}

.tab-content.active {
  display: block;
}
.form-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}
.hp-service-form-box p {
  width: 100%;
}

.wpcf7-form .btn {
  font-size: 2.2rem;
  padding: 2rem 2.5rem;
  border-radius: 5rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: inline-block;
  min-width: 18rem;
  text-align: center;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  height: auto !important;
  width: max-content;
}
.wpcf7-form .btn.bg-white {
  background-color: #fff;
}
.wpcf7-form .btn.bg-white:hover {
  border-color: #ffffff;
  background-color: transparent;
}
.hp-service-form-box .wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1921px) {
  html {
    font-size: 9.85px;
  }
}
@media (max-width: 1060px) {
  .our-process-list-image::before {
    font-size: 17.3rem;
  }
  .our-process-list-content {
    margin-right: 0;
    width: 41%;
  }
  .our-process-list:nth-child(even) .our-process-list-content,
  .our-process-list-content,
  .our-process-list:nth-child(even) .our-process-list-image,
  .our-process-list-image {
    margin: 0;
    width: 45%;
  }
  .our-process-list-image::before {
    left: 2%;
  }
  .our-process-list:nth-child(even) .our-process-list-image::before {
    right: -2rem;
  }
  .process-line-box {
    top: 38%;
  }
}
@media (max-width: 1023px) {
  .close-popup {
    top: 1rem;
    bottom: auto;
    right: 1rem;
    left: auto;
    width: 3.5rem;
    height: 3.5rem;
  }
  .close-popup img {
    width: 1.3rem;
  }
  .collapse-navbar.visible {
    right: 0;
    transition: right 0.7s ease;
  }
  .mobile-show {
    display: block;
  }
  .main-header {
    left: 0;
    transform: none;
  }
  .toggle-menu {
    width: 3.2rem;
    height: 3.2rem;
    background-color: transparent;
    position: absolute;
    right: 2.8rem;
    top: 0;
    z-index: 999;
    cursor: pointer;
    display: block;
    bottom: 0;
    margin: auto;
  }
  .toggle-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .toggle-menu span:nth-child(3) {
    top: 18px;
  }
  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }
  .toggle-menu.closesidebar span {
    background-color: #000;
  }
  .toggle-menu span:nth-child(2) {
    top: 9px;
  }
  .casestudies-template-default .toggle-menu span,
  .post-template-default .toggle-menu span {
    background-color: #000;
  }
  .collapse-navbar {
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    transition: 0.5s;
    border-radius: 0;
    z-index: 99;
    transform: none;
    display: block;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
  }
  ul#primary-menu {
    padding-top: 35vw;
  }
  .header-box nav ul li a {
    color: #000000;
    font-size: 2.4rem;
    display: block;
  }
  .menu-item-has-children {
    position: relative;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    display: none;
    visibility: visible;
    width: 100%;
    transition: none;
    border-radius: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    margin-top: 2rem;
  }

  .menu-item-has-children.open::after {
    transform: rotate(180deg);
    transition: 0.2s ease-in-out;
  }
  .menu-item-has-children::after {
    top: 3.5rem;
    right: 3rem;
    width: 2.4rem;
    height: 1.4rem;
    filter: brightness(0);
  }
  .header-menu-box .navbar-wrapper .menu-item-has-children li {
    padding: 0;
  }
  .header-box nav ul li a:hover {
    text-decoration: none;
  }
  .header-menu-box .navbar-wrapper .menu-item-has-children li a {
    padding: 2rem 1rem;
  }
  .header-menu-box .navbar-wrapper ul li {
    padding: 2.5rem 0;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    padding-left: 6vw;
    padding-right: 6vw;
    margin: 0;
  }
  .header-menu-box .navbar-wrapper .menu-item-has-children li:last-child {
    border-bottom: 0;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children ul {
    margin: 1vw 0 4vw;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children ul li a {
    padding: 2.5vw 1rem;
  }
  .collapse-navbar .header-menu-right li:last-child a {
    color: #fff;
  }
}
@media (min-width: 799px) {
  .desktop-none {
    display: none !important;
  }
  .hp-case-listing .slick-list.draggable {
    padding-left: 12rem !important;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 1.2vw;
  }
  table {
    overflow: scroll !important;
    width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 -2rem;
    padding: 0 2rem;
    display: block;
  }
  .mt-8 {
    margin-top: 6rem;
  }
  .mob-text-center {
    text-align: center;
    justify-content: center;
  }
  .pointers ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .com-module-listing .com-module-list-item {
    min-height: 90vw;
  }
  .pointers ul li {
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .case-detail-section {
    overflow: hidden;
  }
  .mobile-none {
    display: none !important;
  }
  .mobile-show-800 {
    display: block;
  }
  .services-list-content {
    margin: 0 !important;
  }
  .services-list-content .mobile-show-800 {
    margin: 4rem 0;
  }
  .services-list-content h2 {
    letter-spacing: -1px;
  }
  br {
    display: none;
  }
  .com-padding {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .technologies-list.border-top:first-child {
    padding-top: 10rem;
  }
  .btn {
    font-size: 1.8rem;
    padding: 1.5rem 4rem;
  }
  .team-popup-wraper .team-list-img {
    display: none;
  }
  .team-popup-content {
    width: 100%;
    margin: 3rem 0 0;
  }
  .popup-content-inner {
    padding: 2rem 2.5rem 4rem 2.5rem;
  }
  .what-we-do-list,
  ul.hp-team-listing,
  ul.hp-service-listing,
  .related-services,
  .about-cip-usps,
  .related-blogs {
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
  }
  .what-we-do-item,
  ul.hp-team-listing > li,
  ul.hp-service-listing > li,
  .related-services .related-list-tem,
  .about-cip-usps-item,
  .related-blogs .com-module-list-item {
    min-height: 100vw;
    scroll-snap-align: start;
    min-width: 85vw;
    margin-right: 2rem;
    max-width: 85vw;
  }
  .what-we-do-item {
    min-height: 100vw;
  }
  .about-cip-usps-item {
    display: flex;
    padding: 5rem 3.5rem;
    align-items: center;
    min-height: 43vw;
  }
  .about-cip-usps-content {
    margin-left: 3rem;
  }
  .related-blogs .com-module-list-item {
    min-height: 82vw;
  }
  .what-we-do-content {
    padding: 3rem 3rem 5rem 3rem;
  }
  .m-w-100 {
    width: 100%;
  }
  .m-w-95 {
    width: 95%;
  }
  .m-w-90 {
    width: 90%;
  }
  .com-pd-12 {
    padding: 10rem 0;
  }
  .services-list {
    margin-bottom: 8rem;
  }
  .common-content-box h2,
  .common-content-box h3,
  .common-content-box h4,
  .common-content-box h5,
  .common-content-box h6 {
    margin-top: 8rem;
  }
  .border-top {
    padding-top: 8rem;
  }
  .services-intro {
    padding: 8rem 0;
  }
  /* font  */
  h1,
  header.entry-header h1.entry-title {
    font-size: 4.7rem;
    letter-spacing: -0.2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 3.8rem;
  }
  h2 span {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.3rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.3rem;
  }
  p,
  .services-list-content ul li,
  .pointers ul li,
  .about-execution-item p {
    font-size: 2.2rem;
  }

  .font-32,
  .font-32 p {
    font-size: 2.2rem;
  }
  .font-28,
  .font-28 p {
    font-size: 2.2rem;
  }

  .btn-with-img .btn,
  .btn {
    padding: 1.7rem 2rem;
  }

  .container {
    padding: 0 2rem;
  }
  .main-header {
    padding: 1.5rem 2rem;
  }
  .header-box .header-logo img {
    width: 13rem;
  }
  .hp-banner-section,
  .banner-images {
    height: 90vh !important;
  }
  .hp-banner-section .img-box,
  .hp-banner-section .img-box img {
    height: 100%;
    object-fit: cover;
  }
  .hp-banner-section .text-box {
    width: 100%;
    left: 0;
    padding: 0 2rem;
  }
  .what-we-do-list,
  ul.hp-team-listing,
  ul.hp-service-listing {
    /* Hide scrollbar */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .what-we-do-list::-webkit-scrollbar,
  ul.hp-team-listing::-webkit-scrollbar,
  ul.hp-service-listing::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  ul.hp-service-listing li .text-box {
    bottom: 0%;
    padding: 3rem;
  }
  ul.hp-service-listing li .text-box p {
    margin-top: 2rem;
  }
  .hp-service-form-box {
    padding: 4.5rem 3.5rem;
    margin-top: 3rem;
  }
  .hp-service-form-box form {
    flex-direction: column;
    align-items: start;
  }
  .hp-service-form-box input,
  .hp-service-form-box select {
    margin: 0;
    margin-bottom: 3.2rem;
  }

  .hp-case-listing .hp-case-list h2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .hp-case-listing .hp-case-list {
    padding: 3rem;
    margin: 0 1rem;
    border-radius: 2rem;
  }
  .hp-case-box,
  .hp-case-box ul.slick-dots,
  .difference-progress-list {
    margin-top: 5rem;
  }
  .hp-case-box .btn-box {
    margin-top: 2rem;
  }
  .footer-mid-listing li:first-child {
    border: none;
  }
  .footer-mid-listing li {
    padding: 0;
    width: 100%;
    border: none;
    margin: 1.3rem 0;
  }
  .hp-footer-box .footer-logo-box img {
    width: 10rem;
  }
  ul.footer-icon-listing li {
    width: 4.5rem;
  }
  .footer-bottom-box .font-22 + .font-22,
  .pointers {
    margin-top: 1rem;
  }
  .footer-link-box {
    width: 100%;
  }
  .footer-logo-box .font-25 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  /* Case Study Detail  */
  .common-content-box li {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .common-content-box a {
    font-size: 2.2rem;
  }
  .common-content-box ul,
  .common-content-box ol {
    padding-left: 3rem;
  }

  .case-banner-box,
  .blog-detail-wrapper {
    padding-top: 17rem;
  }
  .blog-detail-wrapper {
    padding-bottom: 8rem;
  }
  .case-detail-box.com-padding {
    padding-top: 5rem;
  }
  .hp-team-box .head-box {
    flex-direction: column;
    align-items: self-start;
  }
  .hp-service-text p {
    width: 100%;
    padding-left: 0;
    border: none;
    margin-top: 2rem;
  }
  .hp-service-text {
    padding: 3rem 3.5rem;
  }
  ul.hp-team-usp-box {
    padding: 3.5rem;
  }
  ul.hp-team-usp-box li h5 {
    margin-left: 2rem;
    font-size: 2.7rem;
    font-weight: 500;
  }
  ul.hp-team-usp-box li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  ul.hp-team-usp-box li {
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ff8e92;
  }
  ul.hp-team-usp-box {
    padding: 3.5rem;
  }
  .hp-service-box .head-box p span {
    font-size: 2.2rem;
  }

  /* contact us  */

  .contact-banner-section.hp-banner-section {
    height: 50vh;
  }
  .contact-info-box .call a {
    font-size: 2.2rem;
  }
  .contact-info-box {
    margin-top: 3rem;
  }
  .contact-info-box .call img,
  .c-team-box .call img {
    width: 2.7rem;
    margin-right: 1.2rem;
  }
  .contact-info-box .call,
  .c-team-box .call {
    margin-bottom: 1.5rem;
  }
  .contact-media-box {
    margin-top: 3rem;
  }
  .contact-media-box a {
    margin-right: 1.5rem;
  }
  .contact-media-box img {
    width: 4.5rem;
  }
  .contact-form-box .c-team-box,
  ul.c-location-listing {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .contact-form-box .c-team-box::-webkit-scrollbar,
  ul.c-location-listing::-webkit-scrollbar {
    display: none;
  }

  ul.c-location-listing li {
    min-width: 80vw;
    width: 80vw;
    padding: 2rem;
  }
  .c-team-box .call a {
    font-size: 2rem;
  }
  ul.c-location-listing {
    margin-top: 3rem;
  }
  ul.c-location-listing li p {
    font-size: 2rem;
  }
  .contact-form-box .c-team-box > li {
    padding: 3rem 3rem;
  }
  .contact-form-box .c-team-box li .intro {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .contact-form-box .c-team-box li .text-box {
    padding-left: 0;
    width: 100%;
    margin-top: 5rem;
    padding-top: 4rem;
    border-top: 1px solid #cccccc;
  }
  .contact-form-box .c-team-box li .img-box {
    margin-bottom: 2rem;
  }

  /* faq */
  ul.faq-listing {
    margin-top: 3rem;
  }
  ul.faq-listing li h3 {
    font-size: 3rem;
  }
  .services-list-content ul li::before,
  .pointers ul li::before {
    width: 4.2rem;
    height: 1.6rem;
  }
  .services-list-content ul li,
  .pointers ul li {
    padding-left: 5.5rem;
  }

  .our-process-list:nth-child(even) .our-process-list-content,
  .our-process-list-content,
  .our-process-list:nth-child(even) .our-process-list-image,
  .our-process-list-image {
    width: 100%;
  }
  .our-process-list:nth-child(even) .our-process-list-image::before {
    right: auto;
    left: 2%;
  }
  .our-process-list-content,
  .our-process-list:nth-child(even) .our-process-list-content {
    margin-top: 5rem;
  }

  .our-process-list:first-child {
    margin-top: 8rem;
  }
  .our-process-list-image {
    margin: 15rem 0 3rem !important;
  }
  .our-process-list {
    margin-top: 5rem;
  }
  .services-listing-image img {
    height: 100vw;
  }
  .bottom-banner {
    min-height: 150vw;
  }
  .circle-slider-btn {
    width: 5rem;
    height: 5rem;
  }
  .events-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .events-popup .team-popup-content,
  .team-popup-content {
    height: max-content;
  }
  .difference-progress-head {
    padding: 8vw;
  }
  .difference-progress-head img {
    height: 5.8rem;
  }
  .difference-progress-item:nth-child(2) .difference-progress-head img {
    width: 11.2rem;
    height: 8.3rem;
  }
  .difference-progress-content {
    padding: 8.5vw 0 8.5vw 9.5vw;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
  }
  .difference-progress-item-list li::before {
    width: 2.2rem;
    height: 2.2rem;
    top: 8.5vw;
    left: 4.5vw;
  }
  .difference-progress-item:nth-child(2) {
    margin-top: 5vw;
  }
  .about-cip-usps {
    grid-template-columns: repeat(2, 1fr);
  }
  .read-more-content {
    flex-direction: column;
    padding: 8rem 5rem;
  }
  .read-more-content h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .about-execution-usps,
  .com-module-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .tab {
    padding: 1.4rem 2rem;
  }
}

@media (max-width: 580px) {
  html {
    font-size: 2vw;
  }
  ul.hp-service-listing li {
    min-width: 85vw;
    width: 85vw;
  }
  .solution-slider .slick-slide {
    width: 330px;
  }
  .contact-form-box .c-team-box li .intro {
    justify-content: center;
  }
  .contact-form-box .c-team-box li .img-box {
    width: 12rem;
    height: 12rem;
  }
  .c-team-box li .text-box h5,
  .c-team-box li .text-box h5 span {
    font-weight: 600;
    font-size: 3.5rem;
    text-align: center;
  }
  .c-team-box .contact-lines a span {
    font-size: 2.5rem;
  }
  .c-team-box .contact-lines img {
    max-height: 2.5rem;
    max-width: 2.8rem;
  }
}
