body {
  font-family: "DM Sans", sans-serif !important;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-Bold";
}

a {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  color: rgb(0 0 0 / 70%);
  font-weight: 400;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.heading {
  font-size: 42px;
  color: #2B2B2B;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0;
  font-family: "Gilroy-Bold";
}

.center-heading {
  text-align: center;
  padding-bottom: 30px;
}


.header-top {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  padding: 5px 0px;
  position: relative;
}

.header-top .header-social ul {
  display: flex;
  align-items: center;
}

.header-top .header-social ul li {
  margin-right: 15px;
}

.header-top .header-social ul li:last-child {
  margin-right: 0px;
}

.header-top .header-social ul li a {
  color: #fff;

}

.header-top .header-social ul li a span {
  font-size: 15px;
  font-weight: 500;
}

.header-top .header-social ul li a svg {
  font-size: 22px;
  margin-left: 5px;
}

.header-top .header-social ul li a svg,
.header-top .number-text>a {
  transform: scaleX(1);
  transition: .3s ease-in-out;
  transition: all .5s linear;
}

.header-top .header-social ul li a:hover,
.header-top .number-text>a:hover {
  color: rgb(255 255 255 / 80%);
}

/* .header-top .header-social ul li a:hover svg {
  transform: scale(1.3);
} */

/* .header-top .number-text>a:hover {
  transform: scale(1.1);
} */


.header-top .number-text>a {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 15px;
}

.header-top .header-right-sec {

  display: flex;
  justify-content: flex-end;
}

.home-page {
  overflow-x: hidden;
}

.header-top .header-right-sec img {
  margin-right: 10px;
  width: 21px;
  height: 100%;
  object-fit: cover;
}

.header-top .first-number {
  margin-right: 30px;
}

.header-logo a {
  display: inline-block;
  margin-top: 5px;
}

.header-logo img {
  width: 230px;
}

.header-menus .menu-items {
  display: flex;
}

.header-menus .menu-items li {
  position: relative;
  margin-right: 35px;
}


.header-menus .menu-items li:last-child {
  margin-right: 0px;
}

.header-menus .menu-items .child-menus:after {
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

/* .header-menus .menu-items .dropdwon-sub {
  position: absolute;
  width: 200px;
  left: 0;
  top: auto;
  margin: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 0px;
  --shadow: rgb(228 14 20 / 20%) 1px 8px 10px 5px;
  box-shadow: var(--shadow);
} */

/* .header-menus .menu-items li.child-menus:hover .dropdwon-sub {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 1;
  pointer-events: unset;
}

.header-menus .menu-items .dropdwon-sub li {
  margin-right: 0px;
} */

/* 
.header-menus .menu-items .dropdwon-sub li::before {
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: 0.3s transform ease-in-out;
  transform-origin: left;
} */

/* .header-menus .menu-items .dropdwon-sub li:not(:last-child)::after {
  content: "";
  width: 80%;
  left: 10%;
  right: 10%;
  position: absolute;
  background-color: #dadada87;
  height: 1px;
}

.header-menus .menu-items .dropdwon-sub li:hover::before {
  transform: scaleX(1);
}

.header-menus .menu-items .dropdwon-sub li a {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  transition: all .3s;
  padding: 10px 20px;
  color: #000000;
  display: block;

}

.header-menus .menu-items .dropdwon-sub li a:after {
  display: none;
} */


.header-menus .menu-items li>a {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}


header .header-menus li.child-menus:hover svg {
  transform: rotate(180deg);
  vertical-align: middle;
}

.header-menus .menu-items li.child-menus a {
  display: flex;
  align-items: center;
}

.menu-items li.child-items svg {
  font-size: 12px;
  margin-left: 0px;
  vertical-align: middle;

}

.header-menus .main-navigation__level li a svg {
    vertical-align: middle;
    position: relative;
    top: 0px;
}


.header-menus .menu-items li.child-items .active-dropdown-li {
  color: #E40E14 !important;
}

.header-menus .menu-items li.child-items .active-dropdown-li svg {
  color: #E40E14 !important;
  transform: rotate(-180deg) !important;
}

.header-menus .menu-items li>a.active-dropdown-li:after {
  width: 100%;
  left: 0;

}

.header-menus .menu-items li>a:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  bottom: -4px;
  position: absolute;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;

}

.header-menus .menu-items li>a:hover:after {
  width: 100%;
  left: 0;
}

.header-menus .menu-items li>a:hover {
  color: #E40E14;

}




.header-space.header-fixed {
  min-height: 73px;
}

.header-fixed header {
  top: 0;
  padding: 0px 0;
  position: fixed;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: slideDownn 0.7s ease-out;
  animation: slideDownn 0.7s ease-out;
  width: 100%;
  z-index: 13;
  padding-top: 0px;
}

.header-fixed .header-top {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0px;
}

.header {
  position: fixed;
  transition: all .3s ease-out;
  width: 100%;
  left: 0;
  z-index: 12;
  right: 0;
}

.header .header-bottom {
  background: #fff;
  padding: 8px 0 8px 0px;
  width: 100%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.header-space {
  min-height: 107px;
}

.header .header-menus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .default-btn {
  padding: 9px 20px;
}

.header-fixed .header-bottom {

  padding: 6px 0;
  top: 0;
  transition: all .3s ease-out;
}




@keyframes slideDownn {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*------*/


/*----------- button -------------*/

/* 
.default-btn {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
  background-image: linear-gradient(270deg, #E40E14, #BF1318);
  display: inline-block;
}

.default-btn a,
.default-btn button,
.mas,
.default-btn .subs-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.mas {
  color: #fff;
  text-align: center;
  width: 101%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.default-btn a,
.default-btn .subs-btn,
.default-btn button {
  display: block;
  padding: 9px 15px;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-mask: url(../public/assets/images/butn-bg.webp);
  mask: url(../public/assets/images/butn-bg.webp);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
  border-radius: 5px;
}

.default-btn a:hover,
.default-btn button:hover,
.default-btn .subs-btn:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.default-btn .subs-btn {
  border: 0px;
}

.btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.red-btn {
  outline: 1.5px solid #BF1318;
  outline-offset: -1px;
}

.red-btn a {
  background: #BF1318;
  color: #fff;
}

.red-btn a:hover {
  border-color: #BF1318;
  background: #fff;
}

/* =======reverse button====== */

/* .default-btn.reverse-btn {
  background-image: linear-gradient(270deg, #E40E14, #BF1318);
}

.default-btn.reverse-btn a,
.default-btn.reverse-btn button,
.default-btn.reverse-btn .subs-btn {
  background: transparent;
  color: #fff;
}

.default-btn.reverse-btn a:hover,
.default-btn.reverse-btn button:hover,
.default-btn.reverse-btn .subs-btn:hover {
  background: #fff;
  color: #000;
}


.white-btn {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
  background-image: linear-gradient(270deg, #E40E14, #BF1318);
  display: inline-block;
}

.white-btn a,
.mass {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.mass {
  color: #fff;
  text-align: center;
  width: 101%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.white-btn a {
  display: block;
  padding: 7px 15px;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-mask: url(../public/assets/images/butn-bg.webp);
  mask: url(../public/assets/images/butn-bg.webp);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
  border-radius: 5px;
  border: 1px solid #E40E14;
}

.white-btn a:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.white-btn-reverse {
  background: #fff;
}

.white-btn-reverse a {
  background-image: linear-gradient(270deg, #E40E14, #BF1318);
  color: #fff;
}

.white-btn-reverse .mass {
  color: #000;
} */

/* @keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
} */






.default-btn {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border: 1px solid #E40E14;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  padding: 9px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: all .4s;
  vertical-align: middle;
}

.default-btn:hover {
  color: #E40E14;
}

.default-btn.white-btn {
  background: #fff;
  color: #000;
}



.default-btn span {
  position: relative;
  z-index: 1;
}



.default-btn:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transition: all .9s;
  width: 200%;
}

.default-btn.white-btn:before {
  background: linear-gradient(270deg, #E40E14, #BF1318);

}

.default-btn.white-btn:hover {
  color: #fff;
}

.default-btn:hover:before {
  height: 400%;
}

.menu-toogle {
  cursor: pointer;
  height: 18px;
  width: 25px;
  top: 2px;
}

.menu-toogle,
.menu-toogle .menu-line {
  position: relative;
  transition: all .3s ease-out;
}

.menu-toogle .menu-line {
  background: #fff;
  float: none;
  height: 2px;
  width: 75%;
  margin: 0 auto;
}

.menu-humberger {
  height: 40px;
  width: 40px;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  border: 1px solid #E40E14;
  display: none;
}

/* .menu-humberger:hover{
  background: #fff;

}

.menu-toogle .menu-line:hover{

    background: #E40E14;
} */

.menu-toogle:hover .menu-line {

  width: 95%;
}

.menu-toogle .icon-bottom {
  margin-top: 4px;
  width: 80%;
}

.menu-toogle .icon-center {
  width: 60%;
  margin: 0 auto;
  margin-top: 4px;
  float: none;
}

.menu-toogle .header-button {
  display: flex;
  align-items: center;
}

.header .header-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner-section {
  position: relative;
  z-index: 1;
}




.banner-section .banner-content {
  /* left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1; */

  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translatey(-50%);
  z-index: 3;
}

.mainbanner-col {

  position: relative;
}

.mainbanner-slider {
  position: relative;
  z-index: 1;
}


.homebanner-slider {
  position: relative;
}


.banner-section .slick-dots {
  bottom: 10px;
}

.homebanner-text .heading {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  text-transform: none;
  margin: 5px 0px 20px 0px;
}

.homebanner-text .heading>span {
  display: block;
}

.banner-section img {

  width: 100%;
}

.bannerslide-box {
  position: relative;
  top: 80px;
}

.homebanner-text p {
  margin: 18px 0;
  color: rgb(255 255 255 / 90%);
  width: 62%;
  line-height: 1.2;
}

.bannerthumb-slider .slick-slide>div {
  padding: 0 8px;
}


.banner-section .banner-thumb {
  height: 150px;
}

.banner-section .banner-thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1.5px solid #fff;
  padding: 3px;
}

/* 
.banner-section:after,
.banner-section:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
  background: #0000004d;
  height: 100%;
  top: 0;
} */


.homebanner-text .trusted-image {

  width: 250px;
}


.home-featured {
  padding: 15px 0px;
  box-shadow: 0 1px 5px #0000001c;
}

.home-featured .heading {
  line-height: 1;
  font-size: 24px;
}

.home-featured .heading {
  line-height: 1;
  font-size: 16px;
  font-family: "Gilroy-Semibold";
  text-transform: uppercase;
  margin-left: 10px;
}

.home-featured .feature-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.home-featured .feature-box .icon {
  width: 50px;
  height: 50px;
  border: 2px solid rgb(225 15 21 / 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-featured .feature-box .icon img {
  width: 28px;
  height: 28px;
}

.home-featured .divider {
  width: 1.5px;
  height: 60px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: -4px;
}


.feature-box-sec {

  position: relative;
}


.home-choose {
  margin: 80px 0px;
  position: relative;
  z-index: 2;
}


.home-choose .choose-col {
  border: 1px solid #E20814;
  border-radius: 10px;
  cursor: pointer;
  padding: 50px 20px 20px 20px;
  background: url(/public/assets/images/choose-image.webp);
  background-size: cover;
  min-height: 350px;
  margin: 2px 0px;

}

.home-choose .choose-col:hover {
  box-shadow: 0 2px 15px 0 #e208141f;
}

.home-choose .choose-slider-main {
  margin-right: -200px;

}

.home-choose .slick-dots {
  bottom: -45px;
  right: 70px;
}

.home-choose .slick-slide>div {
  margin: 0px 20px;
}


.home-choose .iocns {
  height: 50px;
}

.home-choose .icon {
  width: 60px;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

.home-choose .why-card {
  text-align: center;
}

.home-choose .why-card .heading {
  font-size: 26px;
  font-family: 'Gilroy-Semibold';
  line-height: 1;
  margin: 18px 0px;

}

.home-choose .why-card p {
  opacity: .9;
  margin-bottom: 10px;
  font-size: 16.5px;
  line-height: 1.5;
}

.products-mobile-btn {
  display: none;
}

.choose-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  width: 150px;
  margin: auto;
  position: relative;
  bottom: -25px;
}

.leverage-area .slick-dots {

  display: flex !important;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  width: 150px;
  margin: auto;
  position: relative;
  bottom: -15px;
}

.choose-slider .slick-dots li:nth-child(1),
.leverage-area .slick-dots li:nth-child(1) {
  margin-left: 0px;
}




/* all dots */
/* .choose-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
} */

/* dot button */


/* active dot */
.choose-slider .slick-dots li.slick-active .custom-dot {
  background: linear-gradient(270deg, #E40E14, #BF1318);
}

/* 🔥 MOVE DOTS */
.choose-slider .slick-dots {
  transition: transform 0.4s ease;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  list-style: none;
  margin: 0 14px;
}

.slick-dots li button {
  height: 6px;
  padding: 0;
  border: 1px solid;
  display: block;
  background-color: #fff;
  border-color: rgb(75 75 75 / 60%);
  opacity: 1;
  border-radius: 7px;
  width: 38px;
}

.slick-dots li.slick-active button {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-color: #E40E14;
  height: 6px;
}

.slick-dots li button:before {
  display: none;
}


.home-featured-bg {
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

.home-featured-bg img {
  width: 100%;
}


.home-industries {
  margin: 80px 0px 60px 0px;
}

.home-industries .industries-text span {
  text-align: center;
  display: block;
}

.home-industries .industries-heading {
  font-size: 25px;
  color: #282828;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Gilroy-Bold';
  line-height: 1.1;
  margin-bottom: 8px;
  min-height: 50px;
}

.home-industries .industries-col p {
  color: rgb(0 0 0 / 70%);
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  min-height: 103px;
}

.home-industries .slick-dots {
  position: relative;
  text-align: center;
  right: 140px;
  bottom: 0px;
}

.home-industries .industries-col {
  box-shadow: 0 2px 15px 0 #e208141f;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid rgb(228 14 20 / 44%);
  cursor: pointer;
  min-height: 500px;
}

.home-industries .slick-slide>div {
  margin: 0px 20px 20px 0px;
}

/* .home-industries .theme-btn {
background: #fff;
color: #000
} */
.home-industries .industries-btn {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 0px 0px;
}

.home-industries .default-btn {
  padding: 8px 25px;
}


.home-industries .industries-col:hover {
  --shadow: rgb(228 14 20 / 20%) 0px 8px 10px;
  box-shadow: var(--shadow);
}

.home-industries .industries-col:hover .industries-heading {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* zaroori */
  color: transparent;
  /* fallback */
}

.home-industries .industries-images {
  height: 100%;
}

.home-industries .industries-images img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform .5s ease-in-out;
}

/* .home-industries .industries-col:hover img {
  transform: scale(1.05);

} */



.home-industries .slider-container {
  margin-right: -350px;
}



.products-section {

  position: relative;
}

.products-section .default-btn a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;

}



.products-section .default-btn:hover:before {
  height: 800%;
}

.products-section .products-wrapper {
  position: relative;
}

/* 
.products-section .product-cards {
  display: flex;

} */

/* .products-section.related-other-products .product-cards{
  display: block;
} */

.products-section .slick-slide>div {
  margin: 0px 10px;
}


.products-section .slick-dots {
  bottom: -20px;
}

.products-section .center-heading {
  text-align: center;
  padding-bottom: 20px;
}

.products-section .product-card {
  border: 1px solid rgb(0 0 0 / 25%);
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  cursor: pointer;
  margin: 10px 0px 20px 0px;
}

.products-section .logos img {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}

.products-section .brand-sliders-inner {
  height: 50px;
  padding-top: 5px;
}

.products-section .brand-sliders-inner img {
  height: 100%;
  object-fit: contain;

}

.products-section .default-btn {
  margin-top: 10px;
  width: 100%;
}

.products-section .product-card:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 2px 15px 0 #e208145c;
  border: 1px solid rgb(228 14 20 / 20%);
}

.products-section .img-box {
  border: 1.5px solid rgb(228 14 21 / 40%);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.products-section .img-box img {
  width: 100%;
  height: auto;
}

.products-section .product-card .heading {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #2B2B2B;
}

.products-section .product-card p {
  margin-bottom: 10px;
  color: rgb(0 0 0 / 70%);
  line-height: 1.4;
  min-height: 50px;
}

.products-section .product-card img {
  transition: transform .5s ease-in-out;

}

/* .products-section .product-card:hover img {
  transform: scale(1.05);

} */

.slick-slider .slick-arrow {
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1.5px solid #C71E26;
  z-index: 1;
  transition: 0.2s ease-in;
  position: absolute;
  bottom: 40px;
  border-radius: 10px;
  top: 45%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1);
  transform: scale(1);
}

.slick-slider .slick-arrow:hover {
  background: #C71E26;
  box-shadow: 0 0 10px #d1181f;
  transform: scale(1.1);
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1.1);
  transition: 0.2s ease-in;
}

.slick-slider .slick-arrow:hover svg {
  color: #fff;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  display: none
}


.slick-slider .slick-arrow svg {
  color: #000;
  height: 17px;
  width: 13px;

}


.products-section .slick-prev {
  left: -50px;
}

.products-section .slick-next {
  right: -50px;
}

.products-section .slick-list {

  margin-top: 5px;
}


.home-sustain {
  margin: 120px 0px 80px 0px;
  position: relative;
}

.home-sustain .heading {
  margin-bottom: 15px;
}

.home-sustain .btn-sec {
  margin-top: 20px;
}


.leverage-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0px 10px;
}

.leveragebox-inner {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 0px 20px 20px;
  transform: translateY(87px);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.leveragebox-inner p {
  color: rgb(255 255 255 / 70%);
  margin: 0px;
}

.leverage-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(7px);
  background: rgb(0 0 0 / 60%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.leverage-box:hover .leveragebox-inner {
  bottom: 0px;
  transform: translateY(0);
}

.leverage-box:hover:after {
  height: 31%;

}

.leveragebox-inner .heading {
  color: #fff;
  font-size: 21px;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-family: 'Gilroy-Bold';
}

.leverage-area {
  position: relative;
  margin-bottom: 80px;
}

.leverage-area .leverage-category {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.leverage-container .slick-slider {
  margin-right: -350px;
}

.leverage-box:hover .leverage-category {
  opacity: 1;
  visibility: visible;


}

.leverage-box>img {
  transition: transform .5s ease-in-out;
  width: 100%;
}

/* .leverage-box:hover img {

  transform: scale(1.08);
} */

.leverage-area .leverage-category svg {
  transform: rotate(233deg);
  color: #E40E14;
}

.leverage-area .slick-dots {
  right: 150px;

}

.trusted-logo {
  flex: 0 0 auto;
  width: 15%;
  margin: 10px 10px 10px 0px;
}

.trusted-section .trusted-inner-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;

}

.trusted-section .trusted-inner {
  border: 1px solid #E20814;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px #00000042;
  cursor: pointer;
  transition: 0.3s;
  min-height: 83px;
}

.trusted-section .trusted-inner img {
  width: 80%;
  margin: 0 auto;

}

.trusted-section .trusted-inner:hover {
  box-shadow: 0 2px 15px 0 #e208145c;
  /* transform: translateY(-2px); */
}

.trusted-section {
  position: relative;
  margin-top: 104px;
}

.trusted-section .react-tabs__tab {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 70px;
  font-size: 17px;
}

.trusted-section .react-tabs__tab--selected,
.trusted-section .react-tabs__tab:focus {
  border: 0px;
  background: transparent;
  border-bottom: 2px solid #BF1318;
  outline: unset;
}



.trusted-section .react-tabs__tab-list {
  border-bottom: 1.5px solid #D3D3D3;
  display: flex;
  justify-content: space-around;
}

.trusted-section .react-tabs__tab:focus:after {

  display: none;
}


.trusted-section .center-heading {
  padding-bottom: 12px;
}


.service-section {
  margin-top: 80px;
  position: relative;
}


.service-section .title {
  font-size: 23px;
  font-weight: 600;
  font-family: 'Gilroy-Semibold';
  line-height: 1;
  margin-bottom: 5px;
}

.service-section .content {
  margin-top: 15px;
}

.service-section .start-here {
  color: rgb(0 0 0 / 40%);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 5px;
  display: inline-block;
}

.service-section .service-inner {
  margin: 5px 10px 20px 10px;
  cursor: pointer;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 10px;

}


.service-section .service-inner:hover {
  box-shadow: 0 2px 15px 0 #e208145c;
}

.service-section .service-inner img {
  /* transition: transform 0.5s ease-in-out; */
  width: 100%;
}

.service-section .service-inner:hover .start-here {
  color: #BF1318;

}

/* .service-section .service-inner:hover img {
  transform: scale(1.02);
  border-radius: 10px;

} */

.service-section .heading-btn {
  text-align: right;
}

.service-section .service-row {
  margin: 0px 20px 20px 20px;

}

.service-section .service-sec {
  padding: 0px 10px;
}

.service-section .service-sec {}

.service-section .slick-prev {
  left: 60px;
}

.service-section .slick-next {
  right: 60px;
}


.home-testimonial .testimonial-cols {
  padding: 0px 10px;
}

.home-testimonial .testimonial-sec {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background: rgb(255 96 100 / 15%);
}


.home-testimonial .testimonial-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}



.home-testimonial .testimonial-img {
  width: 10%;

}

.testimonial-cols-inner p {
  font-family: 'Gilroy-Semibold';
  color: #2B2B2B;
  font-size: 17px;

}

.home-testimonial .testimonial-content {
  padding-left: 20px;
  width: 80%;
}


.home-testimonial .name {
  color: #E40E14;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.home-testimonial .supershine-quote-left {
  width: 40px;
  position: absolute;
  top: 33px;
  left: 28px;
}

.home-testimonial .des {
  color: #000000;
}

.home-testimonial .testimonial-right {
  padding-left: 40px;
}

.home-testimonial .testimonial-img img {
  width: 50px;

}

.home-testimonial .supershine-quote-right {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 110px;
}

.home-testimonial {
  position: relative;
  margin: 110px 0px 80px 0px;
}

.home-testimonial .slick-slide.slick-active.slick-center {
  opacity: 1 !important;
}


.home-testimonial .slick-slide.slick-active.slick-center .testimonial-sec {
  background: rgb(178 178 178 / 15%);
}


.home-testimonial .slick-slide {
  opacity: 0.4 !important;

}


.logo-area {
  background: url(/public/assets/images/partner-bg.webp);
  background-size: cover;
  padding: 60px 0px 80px 0px;
}


.logo-area .mobile-logos-sec {
  display: none;
}

/* .logo-area .logo-slider-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
} */

/* .logo-area .logo-slider-left .logo-slider-box {

  width: 20%;
} */


.logo-area .logo-slider-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 3px 0px;
}

.logo-area .logo-slider-img img {
  width: 70%;
  margin: 0 auto;
}

.logo-slider-center {
  margin: 10px 0px;
}

/* .logo-area .logo-slider-img:hover img {
  transform: scale(1.08);

} */

/* .logo-area .logo-slider-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;

} */


/* .logo-area .logo-slider-bottom .logo-slider-box {
  width: 25%;
}


.logo-area .logo-slider-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} */

/* .logo-area .logo-slider-center .logo-slider-box {
  width: 25%;
} */


.choose-slider-sec {
  position: relative;
  z-index: 2;
}


.home-counter .counter-text>div {
  font-size: 42px;
  color: #1E1E1E;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Gilroy-Semibold'
}

.home-counter .counter-text p {
  color: #2B2B2B;
  font-family: 'Gilroy-Semibold';
  font-size: 18px;
  margin: 0px;

}

.home-counter .counter-text {
  margin-bottom: 0px;
  position: relative;
}

.home-counter .ecllips-images {
  position: absolute;
  z-index: -1;
  width: 60px;
  top: -10px;
  left: -12px;
}


.home-counter {
  position: relative;
  margin: 100px 0px 50px 0px
}


footer .footer-top {
  padding: 80px 0px 40px 0px;
  background: url(/public/assets/images/footer-bg.webp);
  background-size: cover;
  background-position: bottom;
}

footer .footer-bottom {
  margin-top: -2px;
}

footer .footer-content {
  text-align: center;
}

footer .footer-content .heading {
  color: #fff;
  margin-bottom: 5px;

}

footer .footer-content p {
  color: rgb(255 255 255 / 70%);
  line-height: 1.3;

}

footer .call-text a {
  color: rgb(255 255 255 / 70%);

}

footer .call-text a span {
  color: rgb(255 255 255 / 80%);

}

footer .call-text a:hover span {
  color: #E40E14;

}

footer .call-btn {
  margin-top: 25px;
}

footer .footer-items {
  display: flex;
  justify-content: center;

}

footer .footer-items li {

  margin-right: 20px;
}


footer .footer-items li:last-child {

  margin-right: 0px;
}

footer .footer-items li a {
  color: rgb(255 255 255 / 83%);
  display: inline-block;
  position: relative;
}

footer .footer-items li a:after {

  content: "";
  display: block;
  height: 2px;
  left: 50%;
  bottom: -4px;
  position: absolute;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

footer .footer-items li a:hover:after {
  width: 100%;
  left: 0;
}

footer .footer-bottom {
  background: #0F0F0F;
  padding: 20px 0px;
}

footer .copyright-link ul {

  display: flex;
  justify-content: flex-end;

}

footer .copyright-text p {

  color: rgb(255 255 255 / 83%);
  margin: 0px;
}

footer .copyright-link ul li a {

  width: 35px;
  height: 35px;
  border: 1.5px solid rgb(255 255 255 / 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s ease;
}

footer .copyright-link ul li:nth-child(1) a:hover {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
  border-color: #fff;
}

footer .copyright-link ul li:nth-child(2) a:hover {
  background: #3c5a99;
  border-color: #fff;
  color: #fff;

}


footer .copyright-link ul li:nth-child(3) a:hover {
  background: #0A66C2;
  border-color: #fff;
  color: #fff;

}

footer .copyright-link ul li {

  margin-right: 10px;
}

footer .copyright-link ul li:last-child {

  margin-right: 0px;
}

footer .copyright-link ul li a svg {
  color: #fff;
}

.footer-copyright {
  background: #0F0F0F;
}

footer .copyright-row {
  border-top: 1px solid rgb(255 255 255 / 60%);
  padding: 10px 0px;
  align-items: center;
}


.home-map .address-sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  height: 40px;
  align-items: center;
}

.home-map .location-left {
  background: transparent;
  border: 0px;
  color: #E40E14;
}

.home-map .location-right {
  background: transparent;
  border: 0px;
  color: #E40E14;

}

.home-map .location-right:hover,
.home-map .location-left:hover {
  color: #000;

}

.slider-animate {
  animation: slideFade 0.6s ease-in-out;
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.country-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
  font-size: 15px;
  color: #000000;
  font-family: 'Gilroy-Semibold';
}

.address-title {
  color: #E40E14;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.mobile-des {
  display: none;
}

.address-card p {
  color: #000000;
  font-weight: 500;
  margin: 10px 0px;
  line-height: 1.3;
  font-size: 15px;
}

.address-card p a {

  color: #000000;
}

.address-card p a:hover {
  color: #E40E14;
}


.email-wrapper a {
  font-weight: 600;
  font-size: 16px;

}


.address-card .address-paragraph {

  height: 85px;
}

.address-title img {
  width: 40px;
  margin-right: 10px;
}

.address-card .phone {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
  cursor: pointer;
  height: 20px;
}

.address-card .phone svg {
  margin-right: 10px;
}

.address-card .location-text {
  height: 75px;

}

.address-card .phone.blank {
  height: 20px;
}

.address-card .phone:hover {
  color: #E40E14;
}

.home-map {
  background: linear-gradient(358deg, rgb(93 93 93 / 11%), #5d5d5d00);
  margin: 80px 0px 0px 0px;
  height: 420px;
  overflow: hidden;
}

.home-map .country.active {
  color: #E40E14;
}

.home-map .address-card {
  padding-bottom: 20px;
  margin-left: -60px;
}

.home-map .location-video {
  width: 600px;
  margin-left: auto;
  margin-top: 20px;
}

.home-map .country {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  cursor: pointer;
}

.home-map .country img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 5px;
}

.home-map .divider {
  width: 1px;
  height: 19px;
  border: 1px dashed rgb(0 0 0 / 20%);
}

.home-map .map-image {
  width: 100%;
  height: 100%;
}

.home-map .email-wrapper a {
  color: #000000;

}

.email-wrapper:hover svg,
.email-wrapper:hover a {
  color: #E40E14;
}


.home-map .email-wrapper svg {
  margin-right: 10px;
}


.footer-logo img {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
}


/* .....faq-page-start...*/

.terms-area {
  margin-bottom: 80px;
}

.faq-area {
  margin: 80px 0px 40px 0px;
}

.faqlink-area ul {
  display: flex;
  gap: 5px;
}

.faqlink-area ul li a {
  color: #000;
}

.faqlink-area ul li:nth-child(3) {
  font-size: 18px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(31deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
}

.faqasked-area {
  position: relative;
  margin: 0px 0px 80px 0px;
}

.faqasked-area .privacy-left {
  overflow: visible;
}

.faq-quickbox {
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 10px;
  height: auto;
  padding: 18px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  z-index: 8;
}

.faq-quickbox .faqquickbox-text {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}


.faq-quickbox ul li a {
  color: rgb(0 0 0 / 70%);
  border: 1px solid rgb(199, 199, 199);
  background: #fff;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  padding: 8px 15px;
  transition: 0.3s;
  margin-bottom: 15px;
}


.faq-quickbox ul li a.active {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-color: #BF1318;
}

.faq-quickbox ul li .active {
  color: #fff;
}

.faq-quickbox ul li a:hover {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-color: #BF1318;
  color: #fff;
}


.faq-quickbox ul li:last-child a {
  margin-bottom: 0px;

}

.accor-btn-box {
  display: flex;
  justify-content: space-between;
}

.general-faq .accordion-button::after {
  display: none;
}

.general-faq .accordion-header .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  box-shadow: none;
  padding: 8px 0px;
}

.general-faq .accordion-body {
  padding: 0 35px;
}

.general-faq .accordion-header .accordion-button span {
  font-size: 24px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
}

.general-faq .card-header {
  padding: 0;
  background: none;
}

.general-faq .accordion-item {
  border-top: 1px solid rgb(204, 204, 204);
  border-radius: 0;
}

.general-faq {
  margin: 15px 0 0px 0;
}

.general-faq .accordion-button:focus {
  box-shadow: none;
}

.general-faq .accor-text-head {
  font-size: 18px;
  font-family: "Gilroy-Semibold";
}

.general-faq .card {
  border: 0;
  --bs-accordion-border-color: 0
}

/* .....faq-page-end...*/

/* ......Contact-Page-Start......*/
.subheader {
  position: relative;
}

.subheader .container {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.subheader .img-responsive {
  object-fit: cover;
  width: 100%;
}

.subheader .subheader-text {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.subheader-text p {
  color: #fff;
  margin: 8px 0 0;
}

.subheader-text h1 {
  color: #ffff;
}

.subheader .container {
  height: 100%;
}

.subheader .row {
  height: 100%;
}

.subheader ul {
  position: absolute;
  bottom: 0;
  right: 47px;
  background: #fff;
  display: flex;
  padding: 15px 10px;
  gap: 5px;
}

.subheader ul li,
.subheader ul li a {
  color: #000;
  font-size: 15px;
  cursor: pointer;
}

.subheader ul li {
  position: relative;
}

.subheader ul li:first-child::after {
  width: 100%;
}

.subheader ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  transition: width 0.3s ease;

}

.subheader ul li:hover::after {
  width: 100%;
}

.subheader ul::before,
.subheader ul::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 44px;
  top: 0;
  bottom: 0;
  background: url(../public/assets/images/right-corner.webp) no-repeat;
  background-size: contain;
  z-index: -1;
}

.subheader ul::before {
  left: -44px;
  transform: rotateY(180deg);
}

.subheader ul::after {
  right: -44px;
}

.contactform-img img {
  width: 100%;
  height: auto;
}

.contactform-area {
  margin: 80px 0;
}


.area-height {
  height: 80px;
}

.contactform-main {
  display: flex;
  align-items: center;
  justify-content: end;
}

.formdetail-text {
  color: rgb(77, 77, 77);
}

.formdetail-text:hover {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;

}

.fontdeatail-head {
  font-size: 25px;
  font-family: "Gilroy-Semibold";
}


.formdetail-box ul {
  margin-top: 10px;
}

.formdetail-box p {
  margin: 0;
  font-size: 15px;
  color: rgb(77, 77, 77);
}

/* ...contact-form-start....... */
.conatctform-box {
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0px 40px;
}



/* ...contact-form-end....... */
.contact-detail {
  margin: 80px 0px;
}

.contact-detail .edit-line {
  position: relative;
  margin: 0px 30px;
}

.contact-detail .border-space {
  border-top: 1px solid #BFBFBF;
  padding-top: 40px;
  margin: 0px 7px;
}

.map-mainbox {
  position: relative;
}



.originalmap-area {
  margin-bottom: 80px;
}

.contactform-area .form-group {
  margin-bottom: 20px;

}

.contactform-area .form-control:focus {

  box-shadow: unset;
}

.contactform-area .form-control {
  border: 0px;
  border-bottom: 1.3px solid rgb(0 0 0 / 10%);
  border-radius: 0px;
  color: #000;
}

.contactform-area .btn-sec {
  margin-top: 20px;

}

.contactform-area .contact-form {
  padding-top: 40px;
}

.contactform-area .form-control {
  color: rgb(0 0 0 / 70%);
}

/* ......Contact-Page-End......*/

/* ...404-page-start....*/
.error-area {
  background: rgb(235, 235, 235);
  height: 100vh;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  padding-top: 100px;
}

.errorhead-text {
  margin: 20px 0 10px 0;
}

.error-box {
  margin: 25px 0 20px 0;
}

.error-box img {
  width: 40%;
  height: auto;
}

.error-box p {
  margin-bottom: 20px;
}

.footer-hider {
  display: none;
}

.error-box .heading {
  font-family: "Gilroy-Regular";
  margin: 20px 0px 10px 0px;
}

.thankyou-area {
  height: 100vh;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  padding-top: 100px;
}

.thankyou-area .heading {
  font-family: "Gilroy-Regular";

}

.thankyou-envalop {
  background-image: url(/public/assets/images/red-blur.webp);
  width: 96px;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 95px 95px;
}

.thankyou-envalop img {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  width: 44px;

}

.thankyou-textbox span {
  margin-bottom: 25px;
}

.thankyou-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}


.thankyou-bannerimg {
  width: 100%;
  height: 100%;
}

/* .....Thankyou-page-end.... */
/* ...google-map.....*/
.gmap-edit {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

/* ....contact-banner-corner.....*/
.left-corner {
  position: absolute;
  right: 185px;
  bottom: 0;
  width: 44px;
}

.right-corner {
  position: absolute;
  width: 44px;
  right: 3px;
  bottom: 0;
}

/* ....terms-condition-start.... */

.termscondition-text h1 {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 10px;
  margin-bottom: 30px;
}



.termscondition-text h4 {
  font-size: 25px;
  margin: 20px 0px;
}

.termscondition-text span {
  font-size: 20px;
  color: rgb(51, 51, 51);
  line-height: 1.1;
  text-transform: capitalize;
  font-family: "Gilroy-Bold";
  display: flex;
  margin: 20px 0 10px 0;
}

.termscondition-text ul li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
}

.termscondition-text ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right,
      rgb(222, 27, 33),
      rgb(199, 22, 28));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ....terms-condition-end.... */

/* industries page  */

.industries-banner {
  margin: 0px 0 80px 0px;
  position: relative;
  text-align: right;
  background: url(/public/assets/images/industries-bg-img.webp);
  background-position: top;
  background-size: cover;
}

.industries-banner>.container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translatey(-50%);
}

.industries-banner .about-bio-box {
  padding-right: 0;
}


.industries-banner .heading {
  margin-bottom: 20px;
  font-size: 46px;
}


.industries-banner .banner-right-img {
  border-radius: 0px;
  width: 48%;
}


.industries-banner .default-btn {
  border-radius: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.industries-excellence {

  position: relative;
  margin: 80px 0px;
}

.gradient-color {
  font-size: 17px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  text-transform: capitalize;
  font-weight: 500;

}

.industries-excellence .excellence-btn {
  margin-top: 30px;
}

.healthcare-facility .facility-col .heading {
  font-family: "Gilroy-Semibold";
  font-size: 25px;
  margin: 30px 0px 10px 0px;
}

.healthcare-facility .sub-heading {
  margin: 8px 0 0;
}

.healthcare-facility .facility-col {
  border: 1px solid rgb(0 0 0 / 20%);
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  background: #ffff;
  cursor: pointer;
  margin-bottom: 30px;
  min-height: 250px;
}

.healthcare-facility .facility-col:hover {
  background: #FFF6F7;
  border-color: #BF1318;

}

.healthcare-facility .facility-col:hover .heading {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;

}

.healthcare-facility .facility-col p {
  margin: 0px;
}

.healthcare-facility .icon {
  width: 60px;

}

.healthcare-facility {
  position: relative;
  margin: 80px 0px;
}

.platform-text .heading {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  font-size: 45px;
  margin-bottom: 10px;
}


.platform-text p {
  color: #2B2B2B;
  line-height: 1.2;
  margin: 0px;
}

.platform-text {

  margin: 10px 0;
  text-align: center;
  position: relative;
}

.platform-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 100px;
  border-right: 1.2px dashed #0006;
}

.platform-text.last-playform:after {
  display: none;
}

.platform-section {
  position: relative;
  margin: 80px 0px;
}


.smart-solutions {
  background: url(/public/assets/images/smart-bg-image.webp);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
  margin: 80px 0px;
}

.smart-solutions .heading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 35px;
}

.smart-solutions .solutions-content p {
  color: #fff;
}




.healthcare-Premise ul {
  margin-top: 10px;
  padding-left: 20px;
}

.healthcare-Premise ul li {
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
}

.healthcare-Premise .heading {
  margin-bottom: 20px;
}

.healthcare-Premise ul li::before {
  background: linear-gradient(270deg, #e20814, #a80008);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: -20px;
  position: absolute;
  top: 10px;
  width: 7px;
}

.healthcare-Premise ul li:last-child {

  margin-bottom: 0px;
}

.healthcare-Premise .ensures-btn {
  margin-top: 25px;
}

.healthcare-Premise {

  position: relative;
  margin: 80px 0px;
}

.healthcare-Premise .facilities-content {
  margin-left: 15px;
}

.healthcare-faq .faq-inner {
  margin-right: 40px;
}


.health-patner .health-inner {
  align-items: center;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  margin: 10px 15px;
  min-height: 66px;
  padding: 10px;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}


.health-patner .health-inner img {
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  width: 80%;
}


.health-patner {
  position: relative;
  margin: 80px 0px;
}


.healthcare-faq {
  position: relative;
  margin: 70px 0px 80px 0px;
}

.healthcare-faq .faq-inner .heading {
  margin-bottom: 10px;
}

.healthcare-faq .card {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

.healthcare-faq .card-header {
  padding: 0px;
  border: 0px;
  background-color: transparent;

}

.healthcare-faq .accordion-item {
  border: 1px solid rgb(0 0 0 / 14%);
  margin-bottom: 20px;
  box-shadow: 0 1px 10px rgb(0 0 0 / 10%);

}

.healthcare-faq .accordion-button::after {
  display: none;
}

.healthcare-faq .accordion-item .arrow {
  font-size: 24px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
}

.healthcare-faq .accordion-button {
  padding: 13px 20px;
  box-shadow: unset;
  border: 0px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  line-height: 1;

}

.healthcare-faq .accordion-item .heading {
    font-size: 17px;
    font-family: 'Gilroy-Semibold';
    cursor: pointer;
}

.healthcare-faq .accordion-body {
  padding-top: 0px;
}

.healthcare-faq .accordion-body p {
  margin: 0px;
}

.healthcare-faq .active .accordion-item {
  border-color: #e40e14;
  box-shadow: 0 1px 15px rgb(228 14 20 / 15%);

}

.healthcare-faq .active .accordion-button {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  text-transform: capitalize;
  font-weight: 500;
}

.heathcare-business .business-content p {
  margin: 0px;
}




.heathcare-business .testimonial-box {
  padding: 29px;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 10px;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
  position: relative;
}

.heathcare-business .testimonial-box .row {

  position: relative;
}

.heathcare-business .testimonial-box .row:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 20%);
  position: absolute;
  top: 39px;
  left: 0;
}

.heathcare-business .testimonial-text {
  font-family: 'Gilroy-Semibold';
  color: #000000;
  text-align: left;
  margin: 30px 0px 20px 0px;
  padding-top: 13px;
  min-height: 205px;
}


.heathcare-business .client-name {
  color: rgb(0 0 0 / 60%);
  font-family: 'DM Sans';
  line-height: 1.2;

}

.heathcare-business {
  position: relative;
  margin: 80px 0px;
}

.heathcare-busines .client-name {
  color: rgb(0 0 0 / 60%);
}



.heathcare-business .star img {
  display: inline-block;
  width: 17px;
  margin-right: 5px;
}

.heathcare-business .svg-inline--fa {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* about */

.about-counter {
  margin: 80px 0px;
  padding-top: 80px;
}

.about-counter .text-section .heading {
  margin-bottom: 10px;
  font-size: 40px;
}

.about-counter .text-section p {
  max-width: 500px;
}

.about-counter .grid-box .heading {
  font-family: 'DM Sans';
  font-size: 50px;
  font-weight: 600;
}




.about-counter .grid-box {
  margin-bottom: 60px;
}

.about-counter .grid-box p {
  color: #2B2B2B;
  margin: 0px;
}

.about-counter .grid-box.last-box {
  margin-bottom: 0px;
}

.about-features .about-content .heading {
  margin-bottom: 10px;
}

.about-features .about-image img {
  border-radius: 5px;

}

.about-features .row-reverse {
  flex-direction: row-reverse;
  margin: 80px 0px;
}


.about-features {
  margin: 80px 0px;
}

.about-history .history-content .history-text {
  font-size: 30px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Gilroy-Bold';
  line-height: 1.3;
}

.about-history .history-heading {
  margin-bottom: 20px;
}

.about-history .history-content {
  margin-top: 20px;
}

.about-history .history-content p {
  color: rgb(0 0 0 / 70%);
  margin: 0px;
  line-height: 1.3;
}


.about-history .history-slide-inner {
  margin: 0px 20px 20px 0px;
}

.about-history .slider-container {
  margin-right: -250px;
}

.about-history {
  position: relative;
  margin: 80px 0px;
  overflow: hidden;
}


.about-history .history-image {
  position: relative;
  overflow: hidden;
  transition: .5s all;
  cursor: pointer;
  border-radius: 10px;
}


.about-history .history-image img {
  transition: transform .5s ease-in-out;
  width: 100%;
}

.about-history .history-slide-inner:hover img {
  transform: scale(1.06);

}

.about-history .slick-next {
  right: 250px;
}

.about-history .slick-slider .slick-arrow {
  top: 11%;
  border-radius: 50%;
}


.about-excellence {
  margin: 80px 0px;
  overflow: hidden;
}


.about-excellence .excellence-items {
  display: flex;
  margin-bottom: 30px;
}

.about-excellence .content-wrapper {
  margin-left: 20px;
}

.about-excellence .icon {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
}

.about-excellence .excellence-items:last-child {
  margin-bottom: 0px;
}

.about-excellence .icon img {
  width: 30px;
}

.about-excellence .content-wrapper p {
  margin: 0px;
  line-height: 1.3;

}

.about-excellence .content-wrapper .heading {
  font-size: 23px;
  font-family: "Gilroy-Semibold";
  margin-bottom: 3px;

}

.director-sec .name {
  font-family: "Gilroy-Semibold";
  font-size: 24px;
  line-height: 1.3;

}

.director-sec .text {
  margin: 10px 0px 0px 0px;
}


.director-sec .director-card {
  --shadow: #64646f33 0px 7px 29px 0px;
  background: url(/public/assets/images/team-bg-inner.webp);
  border: 1px solid rgb(188 188 188 / 39%);
  border-radius: 10px;
  box-shadow: var(--shadow);
  cursor: pointer;
  padding: 20px 20px 15px;
  transition: .2s;
}

.director-sec .director-card .image img{
border-radius: 15px;

}
.director-sec {
  position: relative;
  margin: 80px 0px;
}

.director-sec .director-card:hover {
  border-color: #E40E14;
  box-shadow: 0 1px 15px rgb(228 14 20 / 22%);
}

.director-sec .read-more-text svg {
  transform: rotate(331deg);
}


.teamPopup-model {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-200%);
  transition: .5s ease;
  z-index: 10;
}

.teamPopup-model .overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: .4;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: sease .3s;
}

.teamPopup-model .model-body {
  background: #fff;
  max-width: 700px;
  padding: 30px;
  position: relative;
  transform: translateY(100%) !important;
  transition: transform 0.5s ease !important;
  transition: .8s ease;
  transition-delay: 0s;
  width: 100%;
  border-radius: 10px;
  background-image: url("/public/assets/images/popup-close-bg.webp");
}

.teamPopup-model .close-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 15px;
  transition: .5s ease;
  background-color: transparent;
  border: 0px;
}

.teamPopup-model.is-open {
  transform: translateY(0);
  transition-delay: .3s;
}

.teamPopup-model.is-open .overlay {
  pointer-events: all;
}

.teamPopup-model.is-open .model-body {
  transform: translateY(0) !important;
  transition-delay: .3s;
}

.teamPopup-model .title {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 21px;
  font-family: 'Gilroy-Semibold';
  margin-bottom: 5px;
  line-height: 1;
}

.teamPopup-model .description-text {
  color: rgb(0 0 0 / 100%);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.teamPopup-model .close-btn>img {
  width: 12px;
}

.teamPopup-model .modal-content-area {
  display: flex;
}

.teamPopup-model .model-lefr-img {
  width: 20%;
}

.teamPopup-model .model-lefr-img>img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}

.teamPopup-model .model-right-contet {
  width: 80%;
}

.team-model-wrapper .social-icons li a {
  display: flex;
  font-size: 14px;
  width: 35px;
  height: 35px;
  padding: 1px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0 0 0 / 20%);
}

.team-model-wrapper .social-icons li {
  display: inline-block;
  margin-right: 5px;
}

.team-model-wrapper .social-icons ul {
  margin: 0px;
}

.team-model-wrapper .social-icons li a svg {
  transition: 0.5s ease-in-out;
  line-height: 1.8;
}

.team-model-wrapper .social-icons li a:hover {
  color: #fff;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-color: #E40E14;
}

.team-model-wrapper .social-icons li a:hover svg {
  color: #fff;
  transform: rotateY(360deg);
}

.about-section .content-wrapper {
  display: flex;
  position: relative;
  overflow: visible;
}

.about-section .left-wrapper {
  flex-flow: column;
  align-items: flex-start;
  gap: 138px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-section {
  position: relative;
  margin: 50px 0px 100px 0px;
}

.about-section .left-about {
  flex-flow: column;
  gap: 5px;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
  padding-bottom: 130px;
}

.about-section .mission-content {
  flex-flow: column;
  gap: 30px;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
  overflow: visible;
  margin-top: 40px;

}

.about-section .mission-content .heading {
  font-size: 30px;
  margin-bottom: 5px;
}

.about-section .top-right-image {

  flex-flow: column;
  flex: 1 0 0;
  place-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 1px;
  max-width: 312px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-section .top-left-image {

  flex: none;
  place-content: flex-end;
  gap: 40px;
  width: 46%;
  padding: 0 0 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-section .img-box.top-img {
  margin-bottom: 24px;
}





.about-section .image-group-wrap {
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 24px;
  width: 78%;
  max-width: 672px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;

}



/* .about-section .image-group{

      flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 24px;
    width: 51%;
    max-width: 672px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
} */

.about-section .right-wrapper {

  gap: 100px;
  width: 49%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;

}

.about-section .left-inner {
  width: 100%;
  max-width: 700px;
}



.about-section .image-group {

  flex-flow: row;
  flex: none;
  place-content: flex-end;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
  max-width: 672px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}


/*  */

.project-card-listing {
  margin: 80px 0px;
}

.project-card-listing .project-text .heading {
  font-family: "Gilroy-Semibold";
  margin-bottom: 10px;
  line-height: 1.1;
}

.project-card-listing .project-detail {
  margin: 20px 0px;
}

.project-card-listing .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 600px;
  border-radius: 10px;
}

.project-card-listing.other-projects-wrap .image-wrapper {
  height: 450px;
}

.project-card-listing .image-wrapper img {
  width: 100%;
  transition: transform .3s ease-in-out 0s;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.project-card-listing .project-card-inner {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.project-card-listing .project-card-inner:hover img {
  transform: scale(1.06);
}

.project-card-listing .project-detail .heading {
  display: block;
  font-family: "Gilroy-Semibold";
  color: #000;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.project-card-listing .project-card-inner:hover .heading {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}

.project-card-listing .project-row {
  margin-top: 30px;
}

.other-projects-wrap .project-text {
  text-align: center;
}

.other-projects-wrap .project-text .heading {
  font-family: "Gilroy-Bold";
  margin-bottom: 0px;
}

.project-banner-sec {
  position: relative;
  padding: 80px 0px;
  background: url(/public/assets/images/project-banner-img.webp);
  background-size: cover;
}

.project-banner-sec .united-state img {
  display: inline;
  margin-right: 10px;
}

.project-banner-sec .heading {
  color: #fff;
}

.project-banner-content p {
  color: #fff;
  font-weight: 300;

}

.project-banner-sec .project-banner-image img {
  border-radius: 10px;
}

.project-banner-sec .united-state {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.project-banner-sec .project-des {
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 3px;

}

.project-banner-sec .field-wrapper {
  margin-bottom: 40px;
}

.project-banner-sec .breadcumb-area ul {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
  color: #fff;
}

.project-banner-sec .breadcumb-area ul li:first-child {
  position: relative;
}

.project-banner-sec .breadcumb-area ul li:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.project-banner-sec .breadcumb-area ul a {
  color: #fff;
}


.news-card .blogpost-detail .category {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  color: #fff;
  font-size: 13px;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 12px;
  line-height: 1;
  margin-bottom: 15px;
}

.news-card .blogpost-detail span {
  margin-bottom: 12px;
}

.news-card .blogpost-detail {
  padding: 18px 18px 18px 18px;
  border-top: 0px;
}

.news-card .blogpost-box:hover .blogpost-detail {
  border-color: #E40E14;
}


.news-details-wrapper {
  margin: 80px 0px;
}

.news-details-wrapper .news-banner img {
  border-radius: 10px;
}

.news-details-wrapper .heading {
  margin-bottom: 20px;
}

.news-details-wrapper .news-top-sec {

  text-align: center;
}

.news-details-wrapper .news-category {
  font-size: 18px;
  text-transform: capitalize;

}

.news-details-wrapper .news-content-wrapper h2,
.news-details-wrapper .news-content-wrapper h3,
.news-details-wrapper .news-content-wrapper h4 {
  font-family: "Gilroy-Semibold";
  margin: 10px 0px;
  font-size: 30px;
  line-height: 1.2;

}

.news-details-wrapper .news-content-wrapper {
  max-width: 970px;
  margin: 0 auto;
  padding-top: 50px;
}

.news-details-wrapper .author-sec {
  display: flex;
  align-items: center;
}

.news-details-wrapper .author-sec img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.news-details-wrapper .content-wrap {
  padding-left: 10px;
}

.news-details-wrapper .content-wrap p {
  margin: 0px;
  font-size: 15px;
}

.news-details-wrapper .content-wrap strong {
  font-family: 'Gilroy-Semibold';
  color: #282828;
  line-height: 1;
  font-size: 17px;

}

.news-details-wrapper .news-author-sec {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding-top: 20px;
  margin-top: 50px;
}

.news-details-wrapper .news-social ul {
  display: flex;
  justify-content: flex-end;
}

.news-details-wrapper .news-social ul li {
  margin-right: 10px;
}

.news-details-wrapper .news-social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s ease;

  border: 1.5px solid transparent;

  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg, #E40E14, #BF1318) border-box;


}

.news-details-wrapper .news-social ul li a:hover {
  background: linear-gradient(270deg, #E40E14, #BF1318);

}

.news-details-wrapper .news-social ul li a:hover svg {
  color: #fff;
}

.news-details-wrapper .news-social ul li a svg {
  font-size: 17px;
  color: #E40E14;
}

.news-details-wrapper .news-social ul li:last-child {
  margin-right: 0px;
}


.child-items::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px; /* bridge */
}

.menu-section {
  position: static;
}

.menu-dropdwon-section {
  background: #fff;
  background-image: url(/public/assets/images/dropdown-bg-image.webp);
  background-size: cover;
  display: none;
  height: 350px;
  left: 0 !important;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  padding: 50px 0;
  position: fixed;
  right: 0 !important;
  top: 0 !important;
  transform: translateY(105px);
  transition: .4s ease-out;
  visibility: visible;
  width: 100%;
}

.header-fixed .menu-dropdwon-section {
  transform: translateY(65px);
}

.menu-dropdwon-section.active-dropdwon {
  display: block;
}

.menu-row-navigtaion {
  display: flex;
}

.main-navigation__level-wrapper {
  inset-inline-start: 0;
  position: relative;
  width: 30%;
}

.main-navigation__level,
.main-navigation__level--2,
.main-navigation__level--3 {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0;
  scrollbar-color: #d7dce1;
  width: 100%;
}

.main-navigation__level li {
  animation-delay: .2s;
  animation-duration: .8s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
  animation-name: MainNavFadeInBottom;
  animation-timing-function: ease;
  transition: color .2s linear;
  width: 100%;
}

.main-navigation__level li a {
  color: #000;
  display: block;
  font-family: 'Gilroy-Semibold';
  font-size: 20px;
  width: 100%;
}

.scroll-bar::-webkit-scrollbar {
  width: 5px;
}

.scroll-bar::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll-bar::-webkit-scrollbar-thumb {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  /* red */
  border-radius: 10px;
}

.main-navigation__level li a,
.main-navigation__level li a svg path {
  color: #0000007d;
}

.main-navigation__level li a:hover,
.main-navigation__level li a:hover svg path {
  color: #000;
}

.dropdown-level-2 li:first-child,
.main-navigation__level li:first-child .menu-contant {
  margin-top: 0;
  padding-top: 0;
}

.main-navigation__level li svg {
  font-size: 14px;
  left: 2px;
  position: relative;
  top: 1px;
  transform: none;
}

.menu-contant {
  margin: 5px 0;
  padding: 10px 0;
  width: 100%;
}

.menu-contant {
  margin: 5px 0;
  padding: 10px 0;
  width: 100%;
}

.header-area .menu-item .item li a svg {
  font-size: 14px;
  left: 2px;
  position: relative;
  top: 1px;
  transform: none;
}

.dropdown-level-2 {
  display: none;
  height: MIN(80vh, 32.5rem);
  inset-block-start: 0;
  inset-inline-start: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-80px);
  width: 100%;
  z-index: 1;
}

.dropdown-level-2.active {
  animation: menuSlides 1s forwards;
  pointer-events: auto;
  transform: translateX(0);
}

.dropdown-level-2.active {
  display: block;
}

.hover-bg-image-wrpper {
  display: flex;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}

.hover-bg-image-wrpper .arrow-wrapper {
  align-items: center;
  background: #fff;
  border: 1.5px solid #c71e26;
  border-radius: 20px;
  display: flex;
  height: 40px;
  justify-content: center;
  text-align: center;
  -ms-transform: scale(1);
  -webkit-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  width: 40px;
  width: 14%;
  z-index: 1;
  cursor: pointer;
}

.hover-bg-image-wrpper .arrow-wrapper:hover {
  background: #c71e26;
}

.hover-bg-image-wrpper .arrow-wrapper:hover a,
.hover-bg-image-wrpper .arrow-wrapper:focus a {
  color: #fff
}

.header-area .menu-item .item li.child-item:hover svg {
  color: #000;
  transform: rotate(-87deg);
  transform: none;
}

.hover-bg-image-inner {
  height: 300px;
  position: relative;
  width: 300px;
}

.hover-bg-image-inner:before {
  background: linear-gradient(180deg, #0000, #000 90%);
  border-radius: 10px;
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  transition: all .4s ease-in-out;
  width: 100%;
}

.hover-bg-image-inner img {
  width: 100%;
}

.hover-bg-image-wrpper .arrow-wrapper a {
  color: #000;
}

.hover-bg-image-wrpper .name-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
  color: rgb(255, 255, 255);
}

.hover-bg-image-wrpper .name-text {
  font-size: 20px;
  line-height: 1.1;
  width: 75%;
  font-weight: 600;
}


.new-mobilemenu {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: 110px 0 15px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .5s cubic-bezier(.17, .04, .03, .94);
  visibility: hidden;
  width: 0;
  z-index: 11;
}

.new-mobilemenu.active-menu {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/* Remove spinners for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spinners for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/* career */

.carrerjoin-area {
  margin: 80px 0 60px 0px;
  position: relative;
}

.carrerjoin-area .joiners-top .heading {
  margin-bottom: 10px;
}

.carrer-jointeam {
  margin-bottom: 0;
  margin-top: 20px;
}








.carrer-inner {
  padding: 25px 0px;
  margin: 25px 10px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;

}

.carrer-joiner img {
  border-radius: 50%;
  margin: 0 auto;
  width: 160px;
}




.carrer-joiner .career-text {
  font-family: 'Gilroy-Semibold';
  font-weight: 500;
  line-height: 1.2;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  text-transform: capitalize;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.carrer-joiner p {
  font-size: 15px;
  color: rgb(0 0 0 / 70%);
  margin: 0;
}

.carrer-joiner span {
  font-family: 'DM Sans';
  line-height: 1.2;
  color: rgb(0 0 0 / 70%);
  font-weight: 600;
}

.joiners-top p {
  text-align: center;
  color: #2B2B2B;
  ;
}

.carrer-inner:hover {
  box-shadow: var(--shadow);
  border-radius: 10px;
  --shadow: rgb(191 19 24 / 25%) 0px 7px 29px 0px;
  border: 1px solid rgb(238 29 35 / 40%);
}

.joiners-top h2 {
  margin-bottom: 10px;
}

.carrerjoin-area .slick-arrow {
  width: 45px;
  height: 45px;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 40%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset;
  transition: 0.3s ease-out;
  background: #fff;
  --shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: var(--shadow);
}

.carrerjoin-area .slick-prev {
  left: -10px;
}

.carrerjoin-area .slick-next {
  right: -10px;
}

.carrerjoin-area .slick-prev:hover,
.carrerjoin-area .slick-next:hover {
  border-color: #E40E14;
  background: linear-gradient(270deg, #E40E14, #BF1318);
}

.carrerjoin-area .slick-prev .fa-arrow-left,
.carrerjoin-area .slick-next .fa-arrow-right {
  color: #E40E14;
  transition: 0.3s ease-out;
}

.carrerjoin-area .slick-prev:hover .fa-arrow-left,
.carrerjoin-area .slick-next:hover .fa-arrow-right {
  color: #fff;
}

.joiners-top {
  text-align: center;
}

.career-team-section {
  margin: 80px 0px;
  position: relative;
}

.career-team-section .heading {
  margin: 10px 0px;
}

.career-team-section .image-section img {
  border-radius: 5px;
}


.career-brand {
  position: relative;
  margin: 80px 0px;
}

.career-brand .career-brand-head .heading {
  margin-bottom: 10px;
}

.discipline-box {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.discipline-box img {
  width: 100%;
}

.discipline-box:before {
  backdrop-filter: blur(7px);
  background: rgb(0 0 0 / 56%);
  bottom: 0;
  content: "";
  height: 11%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all .4s ease-in-out;
  width: 100%;
}


.discipline-box-inner {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 20px 20px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  transform: translateY(63px);
  bottom: 0;
}

.discipline-box-inner .discipline-text {
  font-family: 'Gilroy-Semibold';
  margin-bottom: 12px;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}

.discipline-box-inner p {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 14px;
}

.discipline-text img {
  width: 35px;
  display: inline;
  margin-right: 10px;
}

.discipline-box:hover:before {
  height: 31%;
}

.discipline-box:hover .discipline-box-inner {
  bottom: 0;
  transform: translateY(0);
}


.carrer-perk .heading {
  margin-bottom: 5px;
  text-align: center;
}

.carrer-perk-box label {
  color: #000000;
  display: block;
  font-family: 'Gilroy-Semibold';
  font-size: 20px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.carrer-perk-box .icon-wrapper {

  margin-bottom: 10px;
}

.carrer-perk-box .icon-wrapper img {

  width: 50px;
}

.carrer-perk-box p {
  color: rgb(0 0 0 / 70%);
  min-height: 120px;
}

.carrer-perk {
  position: relative;
  margin: 80px 0px 60px 0px;
}

.carrer-perk .perk-wrapper {
  margin-bottom: 40px;
}

.carrer-open {
  background: url(/public/assets/images/career-application-bg.webp);
  background-position: bottom;
  background-size: cover;
  padding: 80px 0 80px;
}

.carrer-open-box .subtitle {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.carrer-open-box p {
  margin: 15px 0 20px;
  text-align: center;
}

.carrer-open-box {
  text-align: center;
}


.career-popup-wrap {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity .15s linear;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.career-popup-wrap .form-overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 8;
}


.career-popup-wrap .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.75rem auto;
  max-width: 750px;
  min-height: calc(100% - 1.5rem);
  pointer-events: none;
  position: relative;
  transform: translateY(-50px);
  transition: transform .3s ease-out;
  width: auto;
  z-index: 10;

}

.career-popup-wrap.is-open-model .modal-dialog {
  transform: none;
}

.career-popup-wrap .enquiry-form {
  position: relative;
  background: url(/public/assets/images/career-popup-img1.webp);
  background-size: cover;
  border-radius: 10px;
}

.career-popup-wrap .form-images {
  height: 100%;
}

.career-popup-wrap .resume-text {
  color: rgb(0 0 0 / 70%);
  font-size: 15px;
  font-family: 'DM Sans';
  margin-bottom: 10px;
}

.career-popup-wrap .form-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.career-popup-wrap .form-group {
  margin-bottom: 13px;
}

.career-popup-wrap.is-open-model {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}

.career-popup-wrap .close {
  position: absolute;
  right: 11px;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border: 1px solid #E40E14;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  top: 12px;
}

.career-popup-wrap .form-control {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  border-radius: 0px;
  color: rgb(0 0 0 / 70%);
  font-size: 15px;
  font-family: 'DM Sans';
  line-height: 1.2;
  appearance: auto;
  padding: 10px 10px;

}

.career-popup-wrap textarea.form-control {
  min-height: 60px;
}

.career-popup-wrap .form-control:focus {

  box-shadow: unset;
}

.career-popup-wrap .btn-section {
  margin-top: 20px;
  text-align: center;

}

.career-popup-wrap .our-team {

  margin: 0px;
}

.career-popup-wrap .form-wraper {
  padding: 25px 0px;
  padding-right: 15px;
}

.career-popup-wrap .padding-zero {

  padding-left: 0px;
}

.career-popup-wrap .enquiry-form-row {
  margin: 0px;
}

.career-popup-wrap .heading {
  font-size: 33px;
  text-align: center;
  margin-bottom: 10px;
}

.input-file-container {
  position: relative;
}


.btn-wrapper {
  position: relative;
}

.career-popup-wrap .input-file-container input[type=file] {
  cursor: pointer;
  display: block;
  height: 40px;
  opacity: 0;
  position: relative;
  width: 135px;
  z-index: 2;
}


.career-popup-wrap .input-file-container .file-button {
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  height: auto;
  left: 0;
  letter-spacing: .5px;
  line-height: 1.1;
  padding: 8px 17px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #F2F2F2;
}

.career-popup-wrap .input-file-container .file-name {
  left: 137px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  white-space: nowrap;
  width: 200px;
}

.career-popup-wrap .modal-body,
.career-popup-wrap .enquiry-form,
.career-popup-wrap .enquiry-form .row {
  height: 100%;
}

.career-popup-wrap .modal-content {
  height: 523px;
}

.error-top-messege {
  text-align: center;
  background: rgb(0 0 0 / 8%);
  padding: 50px 30px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}

.error-top-messege .heading {
  margin-bottom: 10px;
}

.healthcare-product .slick-dots {
  display: none !important;
}



.product-not-found {
  text-align: center;
  box-shadow: 0 2px 15px 0 #e208141f;
  border-radius: 5px;
  padding: 50px 25px;
  border: 1px solid rgb(228 14 20 / 44%);
}


/* service */

.training-banner {
  position: relative;
}

.training-banner .container {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.training-banner .heading {
  color: #fff;
  margin-bottom: 12px;

}

.training-banner .des {
  color: #fff;
  font-weight: 300;
}

.training-banner .training-btn {
  margin-top: 20px;
}



.training-banner img {
  width: 100%;
}


.heading-gap {
  margin-bottom: 10px;
}

.tranining-operation {
  margin: 80px 0px;
}

.tranining-operation .operation-text {
  text-align: center;
}

.training-service {
  margin: 80px 0px;

}


.training-col .heading {
  font-family: 'Gilroy-Semibold';
  font-size: 26px;
  margin: 25px 0px 7px 0px;

}

.training-col p {
  margin-bottom: 0px;
}

.training-result .result-text {
  margin-bottom: 30px;
  text-align: center;
}

.training-col {
  box-shadow: 0 1px 15px rgb(228 14 20 / 15%);
  border-radius: 10px;
  padding: 30px 20px;
  border: 1px solid rgb(228 14 20 / 11%);
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;

}

.training-col:hover {
  background-image: url(/public/assets/images/trainign-service-bg.webp);
  border-color: #BF1318;
  box-shadow: unset;
}

.training-result .img-responsive {
  width: 40px;
  margin: 0 auto;

}


.mastery-bg {
  background-size: cover;
  background-position: left;
  padding: 40px 30px;
  border-radius: 15px;
  margin: 0px 40px;
  position: relative;
}

.mastery-text .btn-sec {
  margin-top: 20px;
}

.mastery-text {
  position: relative;
  z-index: 1;
}


.mastery-text .heading {
  color: #fff;
  font-family: 'Gilroy-Semibold';
  font-size: 38px;
  margin-bottom: 10px;
}


.mastery-text p {
  color: #fff;
  font-weight: 300;
}

.training-mastery {
  position: relative;
}

.training-result {
  margin: 80px 0px 80px 0px;
}

.training-mastery {
  margin: 80px 0px;
}


.service-faq .item {
  border-bottom: 1.5px solid #d9d9d9;
  position: relative;
}

.service-faq .arrow {
  font-size: 24px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #282828, #282828);
  -webkit-background-clip: text;
  line-height: 1;
}

.service-faq .col2 {
  padding: 0px 20px 0px 10px;
}

.service-faq .freqAskQuertion {
  margin-left: 20px;
}

.service-faq .faq-title {
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 12px;
  position: relative;
  transition: .5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-faq .item:after {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-radius: 20px;
  content: "";
  height: 0;
  left: -21px;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 5px;
}

.service-faq .item.active-items:after {
  height: 100%;
}

.service-faq .item.active-items .faq-inner {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
  font-family: 'Gilroy-Semibold';

}

.service-faq .active .card-header button:after {
  height: 100%;
}

.service-faq .card {
  border: 0px;
}

.service-faq .item:first-child {
  border-top: 1.5px solid #d9d9d9;
}

.service-faq .item:last-child {
  border-bottom: 0px solid #d9d9d9;
}

.service-faq .item .faq-content {
  padding: 0 12px 10px;
}

.service-faq .heading {
  margin-bottom: 30px;
}

.service-faq .content p {
  color: rgb(40 40 40 / 70%);
}

.project-testimonial .testimonial-text {
  text-align: center;
  margin-bottom: 20px;
}



.project-slider-inner {
  margin: 0px 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.project-testimonial .slick-prev {
  left: 35px;
}

.project-testimonial .slick-next {
  right: 35px;
}

.project-testimonial .slick-slider .slick-arrow {
  border-radius: 50%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(0 0 0 / 0%);
}

.project-testimonial .slick-slider .slick-arrow svg {
  color: #e40e14;
}

.project-testimonial .slick-slider .slick-arrow:hover svg {
  color: #fff;
}

.project-testimonial .content p {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  color: #282828;
  line-height: 1.7;

}

.project-testimonial {
  margin: 80px 0px;
}

.project-testimonial .des-wrapper {
  color: #282828;
}

.project-testimonial .name-wrapper {
  font-size: 17px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
}

/* --------Service (Service page) */

.service-fast-area {
  margin: 80px 0px;
}

.service-fast-box {
  border: 1px solid rgb(228, 14, 20, 0.3);
  background-color: #FFF9FA;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  width: 95%;
}

.service-fast-box:last-child {
  margin-bottom: 0px;
}

.service-fast-box img {
  width: 50px;
}

.service-fast-box span {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

.project-testimonial .icon {
  width: 40px;
  margin: 0 auto;
  padding: 15px 0px;
}

.service-fast-box p {
  margin: 0;
}

.service-fast-content .heading {
  font-size: 35px;
  margin-bottom: 10px;
}

.service-fast-content p {
  margin-bottom: 30px;
}

.service-demand-area .heading {
  margin-bottom: 10px;
}

.service-demand-area .sub-heading {
  margin-bottom: 30px;
}

.service-demand-area {
  margin: 80px 0px;
}


/* installation */

.assessment-inner .heading {
  font-family: 'Gilroy-Semibold';
  font-size: 25px;
  margin-bottom: 10px;
  min-height: 50px;

}

.assessment-sec {
  margin: 80px 0px 80px 0px;
  overflow: hidden;
}

.assessment-col {
  border: 1px solid #E20814;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 15px rgb(228 14 20 / 15%);
  cursor: pointer;

}

.assessment-col:hover {
  box-shadow: 0 1px 25px rgb(228 14 20 / 15%);
}


.assessment-sec .slick-slide>div {
  margin: 30px 15px;
}

.assessment-slide {
  margin-right: -350px;
}

.assessment-slide .slick-dots {
  position: relative;
  text-align: center;
  right: 140px;
  bottom: 10px;
}


.assessment-text {
  margin-bottom: 5px;
  text-align: center;
}

.assessment-col .image-wrapper img {
  width: 100%;
}

.service-faq {

  margin: 80px 0px;
}

.tabber-section .heading-text {
  text-align: center;
}

.tabber-section .nav-tabs {
  border-bottom: 1.5px solid #D9D9D9;
  justify-content: space-between;
}

.tabber-section .nav-tabs .nav-link.active {
  border-color: #E40E14;
  color: #000;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;

}

.tabber-section .heading {
  margin-bottom: 10px;
}

.tabber-text {
  padding: 20px 0;
}

.tabber-section .nav-tabs .nav-link {
  background: #0000;
  border: 0;
  border-bottom: 3.5px solid #0000;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: -1px;
  line-height: 1.8;
}

.install-service .faq-title {
  background: #fff;
  color: #000;
  cursor: pointer;
  padding: 15px 12px 5px 12px;
  position: relative;
}

.install-service .faq-inner {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Gilroy-Semibold';


}

.install-service .heading-content {
  margin-bottom: 20px;
}

.install-service .number-text {
  width: 40px;
  height: 40px;
  border: 1.5px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: absolute;
  left: -43px;
  top: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  z-index: 1;

}

.install-service .active .number-text {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border: 1px solid #E40E14;
}

.install-service .active .number-text span {
  background: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.install-service .active .faq-inner {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
}

.install-service .item {
  padding: 11px 8px 8px 23px;
  position: relative;
}

.install-service .item:after {
  content: "";
  background: linear-gradient(270deg, #E40E14, #BF1318);
  width: 1.5px;
  height: 0;
  position: absolute;
  left: -1px;
  top: 0;
}

.install-service .item.active-items:after {
  height: 100%;
}

.install-service .number-text span {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  -webkit-background-clip: text;
}

.install-service .install-col {
  position: relative;
  border-left: 1.5px solid #E5E5E5;
  padding: 10px 0px;
  margin-left: 20px;
}


.install-service .content {
  padding-left: 12px;
}

.install-service {
  margin: 80px 0px;
}

.install-service .content p {
  margin-bottom: 0px;
}



/*  */

.offered-section {
  margin: 80px 0px;
}

.offered-section .grid-container {
  border-collapse: collapse;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.offered-section .grid-item {
  align-items: center;
  border-bottom: 1.3px dashed #0006;
  border-right: 1.3px dashed #0006;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 130px;
  padding: 20px;
}


.offered-section .circle-icon {
  align-items: center;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border: 1px solid #E40E14;
  border-radius: 50%;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
  cursor: pointer;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 10px;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  width: 80px;
}


.offered-section .circle-icon img {
  filter: brightness(0) invert(1);
  height: 35px;
  width: 35px;
}

.offered-section .label {
  color: #000000e6;
  font-family: 'DM Sans';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 120px;
  text-align: center;
  text-transform: uppercase;
}


.offered-section .grid-item:nth-child(4n) {
  border-right: none;
}

.offered-section .offered-content {
  padding-right: 40px;
}

.offered-section .grid-item:nth-last-child(-n+4) {
  border-bottom: none;
}

.offered-section .circle-icon:hover {
  background: #fff;
  border-color: #949494;
}

.offered-section .circle-icon:focus img,
.offered-section .circle-icon:hover img,
.offered-section .grid-item .circle-icon:focus img,
.offered-section .grid-item .circle-icon:hover img {
  filter: none;
}

/*  */

.logistic-fast {
  margin: 80px 0px;
}

.logistics-content .heading {
  margin-bottom: 10px;
  font-size: 38px;
}

.logistics-text .heading {
  font-family: 'Gilroy-Semibold';
  font-size: 25px;
  display: block;
  margin: 10px 0px;
}

.logistics-text {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  ;
}

.logistics-text .icon-wrap {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border: 1px solid #E40E14;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logistics-text .icon-wrap img {
  width: 20px;
}


.book-button {
  position: fixed;
  z-index: 2;
  bottom: 50px;
  right: 40px;
}


.book-button a {
  display: inline-block;
  animation-name: bounce-3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}


.book-button a span {
  background: linear-gradient(177deg, rgb(255 255 255), rgb(234 230 230));
  color: #E40E14;
  border: 1.3px solid rgb(228 14 20);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding: 8px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  line-height: 1.2;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  box-shadow: 0 1px 15px rgb(228 14 20 / 15%);
  transition: all 0.4s ease;
}

.book-button a span:hover {
  background: linear-gradient(270deg, #E40E14, #BF1318);
  color: #fff;
}

/* enquiry popup*/

.enquery-form-pop .modal-dialog {
  max-width: 800px;
}

.enquery-form-pop .heading {
  font-size: 34px;
  margin-bottom: 20px;
}


.enquery-form-pop .close {
  border: 0;
  position: absolute;
  top: 14px;
  right: 15px;
  outline: none;
  background: linear-gradient(270deg, #E40E14, #BF1318);
  border-radius: 50%;
  width: 30px;
  height: 30px;

}

.enquery-form-pop .form-control {
  font-size: 14px;
  border: 1px solid rgb(0 0 0 / 10%);
  height: auto;
  padding: 8px 10px;
  appearance: auto;
  color: rgb(0 0 0 / 70%);
}

.enquery-form-pop .form-control:focus {
  box-shadow: unset;
}

.enquery-form-pop .form-group {
  margin-bottom: 20px;
}

.enquery-form-pop .close svg {
  color: #fff;
}

.enquery-form-pop .modal-body {

  padding: 0px;
}

.enquery-form-pop .enqiry-form {
  padding: 0px 20px 10px 0px;
}

.enquery-form-pop .modal-content {
  background-image: url(/public/assets/images/popup-image.webp);
  background-size: cover;
  background-color: #fff;
  background-position: bottom;
  border: 0px;
}


.enquery-form-pop .btn-sec {
  margin-top: 30px;
}