@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/
html {
  scroll-behvior: smooth;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}
.pd-0 {
  padding: 0;
}
.pd-lr30 {
  padding: 0 30px;
}
.pd-lr50 {
  padding: 0 60px;
}

/** **************** **/
.align-center {
  align-items: center;
}

/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
}

.header-call ul li:last-child {
  padding-right: 0px;
}

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0px;
  background: #fff;
  /* border-top: 3px solid #b2b2b2; */
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  /* box-shadow: 0px 0px 12px rgb(0 0 0 / 30%); */
  background: #e8112200;
}
.fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 64px;
}
/* 
.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:linear-gradient(90deg, #eaeaea, #f58440 58%, #f58440 107%);
  left: 0px;
  top: 3px;
  z-index: -1;
  border-radius: 0;
} */

.header-scrolled .logo {
  bottom: -10px;
  width: 263px;
  margin-top: -10px;
  transition: all 0.5s ease;
}
.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
  margin-top: 0px;
}

.header-scrolled .main-nav > ul {
  margin: 0px 0 0 0;
}
.logo {
  position: absolute;
  transition: all 0.5s ease;
  bottom: 0px;
  width: 310px;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
}
/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after {
  height: 78px;
}
.header-scrolled {
  position: fixed;
  padding: 14px 0;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}
.scrollto img {
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  position: relative;
  top: -1px;
}
.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin: 20px 0 20px 0;
  display: flex;
  align-items: center;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #313131;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0px 19px;
}
/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
    bottom: 0px;
    opacity: 1;
}*/
.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav li:last-child a {
  /*border-right:0px;*/
  padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #f9914f;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  /* border-radius: 3px; */
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0px;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #f9914f;
}

.main-nav .drop-down ul li a:hover span {
  color: #fff;
}

.main-nav .drop-down ul li a span img {
  width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #f9914f;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/*******************/
.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}
.call_tp {
  border-radius: 4px;
  padding: 6px 10px 5px 10px;
  margin-left: 28px;
  height: 50px;
  display: flex;
  background: #f7853e;
  border: 2px solid #f7853e;
}
.call_tp img {
  margin-right: 7px;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  border: 1px solid #fff;
  padding: 1px;
  border-radius: 3px;
}

.call_tp a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 36px;
  padding: 0px;
}
.call_tp a:hover {
  color: #fff;
}
.call_tp a span {
  font-weight: 600;
  color: #ffffff;
}

.call_start a {
  padding-top: 6px;
}

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

.head-cont:hover {
  color: #ff0000 !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 14px;
}

.head-call {
  font-size: 15px;
}

.head-cont:hover .head-call {
  color: #292929 !important;
}

/*.head-cont:hover:after{
    background: #f9ad00;
}*/
.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}
.at-center-border {
  position: relative;
  display: block;
  text-align: center;
}
.at-center-border::before {
  position: relative;
  content: "";
  width: 2px;
  margin: 0 5px;
  background: #4bc261;
  display: inline-block;
}
.at-center-border::after {
  position: relative;
  content: "";
  width: 2px;
  margin: 0 5px;
  background: #4bc261;
  display: inline-block;
}
.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e81122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

/** *************** **/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #01a3d4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0px 0px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/** **************** **/

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0px;
}
#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 4%;
}
#carousel .carousel-control-left {
  left: 0;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  list-style: none;
  bottom: 15px;
  justify-content: left;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}
.carousel-indicators .active {
  background-color: #00a3d4;
}
.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}
.carousel-caption h5 {
  font-size: 30px;
  color: rgb(244, 247, 248);
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}
.carousel-caption h5 span {
  padding: 10px 30px !important;
  background: #00a3d4;
  position: relative;
  top: -10px;
  font-family: "Jost", sans-serif;
}
.carousel-caption p {
  font-size: 21px;
  color: rgb(244, 247, 248);
  line-height: 1.2;
  width: 600px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: inline-block;
  background-color: rgba(24, 24, 24, 0.902);
  padding: 20px 30px;
  margin-bottom: 0;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}

/** **************** **/
.click_btn {
  position: relative;
  display: block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  margin: 0 auto;
  display: table;
  margin-left: 25px;
  background-color: #e3e3e3;
  border-radius: 32px;
  padding: 3px;
}
.click_btn_anch {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #edededf0;
  position: relative;
  border-radius: 25px;
  border: 2px solid #b5b5b5;
  justify-content: center;
  align-items: center;
}
.click_btn_txt {
  position: relative;
  z-index: 2;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  align-items: center;
  padding: 11px 25px 10px 38px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.click_btn_anch .click_btn_ico {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 55%;
  transform: translate(0px, -50%);
  max-width: 100%;
  padding-inline: 20px 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.click_btn_anch:hover .click_btn_ico {
  transform: translate(calc(100% - 3em), -50%);
}
.click_btn_anch:hover .click_btn_txt {
  transform: translate(calc(100% - 12em), 0%);
}

/** **************** **/
.hm-about-us {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff -5.99%, #f4f6f7 100%);
}
.home-about-content span {
  padding-bottom: 10px;
  color: #f7853e;
  font-weight: 500;
  font-size: 17px;
}
.home-about-content h1 {
  font-size: 23px;
  color: #504f4f;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
  text-transform: uppercase;
}
.hm_video img {
  width: 100%;
}
.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
}
.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #6b6b6b;
}
.hm_video {
  width: 100%;
  height: 405px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
  z-index: 1;
  background: #fff;
}

.hm_video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work_video_bx {
  position: relative;
}
.hm-abou-bg {
  background: #fff;
  padding: 50px 23px 50px 23px;
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.1);
  border-radius: 10px 10px 10px 10px;
}
.experinse span {
  background-color: #d0021b;
  padding: 11px 24px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 0px 16px;
}

.experinse {
  position: relative;
  top: -29px;
}

/*-----------------*/
.common-btn {
  width: 200px;
  height: 46px;
  background: #01a3d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3sease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #504f4f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #fff;
}

.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 9px;
}

.hm-about-btn {
  margin-top: 20px;
}

.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

/*-----------------*/
.section-title {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 1.25rem auto;
}

.divider::before {
  content: "...";
  color: #f7853e;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0;
  transform: translateY(-2px);
}

.divider::after {
  content: "";
  display: block;
  width: 35px;
  position: relative;
  height: 3px;
  background-color: #f7853e;
  border-radius: 2px;
  top: 9px;
  left: -7px;
}

.section-tagline {
  font-size: 1.1rem;
  color: #6c757d;
  margin-top: 0;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2.2rem;
  }
  .section-tagline {
    font-size: 1rem;
  }
}
/*-----------------*/
.hm-pro-btn {
  text-align: center;
  margin-top: 70px;
}
.hm-pro-btn a {
  border: 2px solid #474747;
  padding: 17px;
  border-radius: 10px;
  color: #474747;
  font-weight: 500;
  font-size: 16px;
}
/*-----------------*/
.industries-section {
  padding: 60px 0;
}

.section-title .focus-sectors {
  font-size: 14px;
  font-weight: 600;
  color: #f7853e;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.section-title .line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #f7853e;
  margin-right: 15px;
}

.section-title .main-heading {
  font-size: 40px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-title .description {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-top: 0px;
  line-height: 25px;
  color: #6b6b6b;
  font-weight: 400;
}

.industry-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  background-size: cover;
  background-position: center;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.icon-circle i {
  font-size: 2rem;
  color: #fff;
}

.industry-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.card-healthcare {
  background-image: url("../images/industry/pharma-sitical-1.jpg");
}
.card-education {
  background-image: url("../images/industry/specialty-chemicals.jpg");
}
.card-travel {
  background-image: url("../images/industry/food.jpg");
}
.card-finance {
  background-image: url("../images/industry/agro.jpg");
}
.card-real-estate {
  background-image: url("../images/industry/cosmetics.jpg");
}
.card-mortgage {
  background-image: url("../images/industry/nutraceutical.jpg");
}


@media (max-width: 991.98px) {
  .section-title {
    text-align: center;
  }
  .section-title .focus-sectors {
    justify-content: center;
  }
  .industry-card {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .section-title .main-heading {
    font-size: 2.5rem;
  }
  .industry-card {
    height: 160px;
  }
}
.at-industries {
  position: relative;
}
.at-industries::after {
  position: absolute;
  top: -40%;
  left: -2%;
  z-index: -1;
  content: "";
  width: 815px;
  height: 767px;
  border-radius: 50%;
  background: rgb(2 162 213 / 9%);
}
/*-----------------*/
.blueBg {
  background: #01a3d4;
}
.btn.bordered.white {
  color: #fff !important;
  background: transparent;
  border: solid 1px #fff;
}
.btn.medium {
  padding: 10px 20px;
  font-size: 20px;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.blueBg * {
  color: #fff;
}
.blueBg {
  padding: 25px 0 !important;
  position: relative;
}
/*-----------------*/
.common-btn-new {
  width: 200px;
  height: 46px;
  background: #d0021b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-size: 13px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3sease -in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.common-btn-new:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #d0021b;
}

.common-btn-new span {
  color: #480000c4;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 9px;
}

.hm-alin-center {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.common-btn-new:hover {
  color: #d0021b !important;
  border: 0px !important;
}

.common-btn-new:hover:before {
  transform: scaleX(1);
}

.icon-right-arrow11 img {
  vertical-align: middle;
}

.icon-right-arrow11 img:hover {
  cursor: pointer;
  vertical-align: middle;
  filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%)
    hue-rotate(-50deg) saturate(400%) contrast(2);
}
/************************/

/** **************** **/
.hm-product-head {
  margin-bottom: 15px;
  text-align: center;
}
.hm-product-head h6 span {
  position: relative;
  font-size: 18px;
  color: #313131e3;
  font-weight: 600;
}
.hm-product-head h2 {
  letter-spacing: 0px;
  color: #01a3d5;
  font-weight: 900;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.4;
}
.hm-product-head h2 span {
  color: #818181;
  font-weight: 200;
}
.hm-industry-box {
  text-align: center;
  padding: 10px 10px 0 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.hm-industry-name span {
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.2px;
  color: #454545;
  font-weight: 400;
}
.industry-slider .owl-stage {
  margin: 20px 0;
}
.hm-product-head p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 15px;
  color: #212121;
  line-height: 25px;
}
.hm-industry-main .owl-nav {
  position: absolute;
  bottom: 46px;
  left: -52%;
  margin: 0;
  display: flex;
}
.hm-industry-main .owl-nav .owl-prev,
.hm-industry-main .owl-nav .owl-next {
  border-radius: 5%;
  height: 40px;
  width: 40px;
  line-height: 45px;
  text-align: center;
  border: none;
  background: #fff;
  color: #fff;
  font-size: 14px;
  border: 1px solid #000;
  margin: 0 5px;
  display: inline-block;
}
.hm-industry-main .owl-nav .owl-prev img {
  transform: translate(-2px, -4px);
}
.hm-industry-main .owl-nav img {
  width: 12px !important;
}

/** **************** **/
.hm-prod {
  padding: 60px 0;
}
.hm-product-img img {
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(
    to top,
    #f2f5f6 0%,
    #ffffff 51%,
    #ffffff 100%
  );
}
.home-about-inner-con h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: uppercase;
  color: #504f4f;
}
.home-about-inner-con p {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 25px;
  color: #6b6b6b;
}
.view-btn-new {
  font-size: 16px;
  font-weight: 600;
  color: #01a3d4;
}
/** **************** **/
.why-us {
  padding: 75px 0;
  background-color: #f7f9fb;
}
.hm-why {
  text-align: center;
}
.hm-why-icon {
  margin: 0 auto 15px;
  position: relative;
}
.hm-why-icon::before {
    background-color: #f7853e9c;
    width: 40px;
    height: 40px;
    content: "";
    top: 53px;
    right: 88px;
    border-radius: 40px;
    position: absolute;
    z-index: 1;
}
.hm-why span {
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 30px; */
  color: #504f4f;
}
.hm-why p {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-top: 10px;
  line-height: 25px;
  color: #6b6b6b;
}
.hm-why img {
    margin-bottom: 15px;
    width: 35%;
}
/** **************** **/

/** **************** **/
.globe-cleint {
  padding: 60px 0 0 0;
  background-color: #f5f5f5;
}
.hm-map {
  padding-top: 0px;
}
.hm-map h4 {
  font-weight: 400;
  color: #2e568e;
  margin-bottom: 30px;
}
.hm-map h4 span {
  position: relative;
  font-weight: 400;
  font-size: 2rem;
}
.hm-map h4 span:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -35px;
  width: 30px;
  height: 2px;
  background: #91bc40;
}
.hm-cleint {
  padding-left: 60px;
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
}
/*.hm-cleint:after{
    content: "";
    background: #efefef85;
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 20px;
    left: 0;
    z-index: -1;
}*/
.hm-cleint h4 {
  font-weight: 400;
  color: #2e568e;
  margin-bottom: 30px;
}

.hm-cleint-dtl {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 7%);
  margin: 6px 0;
  position: relative;
  border: none;
}
.hm-cleint-dtl:hover {
  border-radius: 0px;
}
.hm-cleint-dtl::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
  width: 0%;
  height: 2px;
  background-color: #f7853e;
  z-index: 2;
}
.hm-cleint-dtl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
  width: 0%;
  height: 2px;
  background-color: #f7853e;
  z-index: 2;
}
.hm-cleint-dtl:hover::before,
.hm-cleint-dtl:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;
}
.hm-cleint-dtl span {
  color: rgb(28, 31, 30);
  position: relative;
  transition: 0.3s;
  display: block;
  width: 100%;
}
.hm-cleint-dtl span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-left: 2px solid #f7853e;
  border-top: 2px solid #f7853e;
  width: 0%;
  height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.hm-cleint-dtl span::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-right: 2px solid #f7853e;
  border-top: 2px solid #f7853e;
  width: 0%;
  height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.hm-cleint-dtl span:hover::before,
.hm-cleint-dtl span:hover::after {
  width: 50%;
  height: 100%;
  opacity: 1;
  transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;
}
.hm-cleint-dtl img {
  border-radius: 10px;
}
.hm-cleint-dtl:hover img {
  border-radius: 0px;
}
.pd3 {
  padding: 0 6px;
}
/** **************** **/
footer {
  background-image: url(../images/footer-bg.jpg);
  padding: 60px 0 0px;
  position: relative;
  /* margin-top: 40px; */
  /* border-top: 4px solid #00a3d4; */
  background-size: contain;
}
.ftr-head {
  padding-bottom: 12px;
}
.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}
.ftr-link ul li i {
  color: #f7853e;
}
.ftr-btm-main {
  margin-top: 25px;
  background-color: #e2e3e4;
  padding: 15px;
}
.ftr-link ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 3px 0;
  display: block;
}
.ftr-link ul li:hover a {
  color: #f7853e;
}
.ftr-cont {
  padding-bottom: 15px;
  padding-left: 2px;
  position: relative;
  text-align: right;
}
.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}
.ftr-cont p a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.ftr-cont p:hover a {
  color: #f7853e;
}
.ftr-cont img {
  position: absolute;
  top: 0px;
  right: -28px;
}
.ftr-btm p {
  font-weight: 400;
  font-size: 15px;
  color: #282828;
  text-align: center;
}
.ftr-btm p span {
  color: #f7853e;
}
.ftr-btm p a {
  color: #7b7b7b;
}
.ftr-btm p a:hover {
  color: #f7853e;
}
.ftr-right {
  padding-top: 20px;
  padding-left: 20px;
}
.ftr-right ul {
  text-align: right;
}
.ftr-right ul li {
  display: inline-block;
  padding-left: 15px;
}
.ftr-right ul li a {
  font-size: 18px;
  color: #dbdbdb;
}
.ftr-right ul li:hover a {
  color: #fff;
}

.social-icon li {
  display: inline-block;
}
.social-icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.social-icon li i {
  font-size: 17px;
  padding-top: 3px;
}
.social-icon li:hover i {
  color: #fff !important;
}
.social-icon li.facebook i {
  color: #3b5998;
}
.social-icon li.instagram i {
  color: #cd4a72;
}
.social-icon li.linkedin i {
  color: #007ab9;
}
.social-icon li.youtube i {
  color: #ff0000;
}
.social-icon li.twitter i {
  color: #000;
}
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-icon li.facebook:hover a {
  background: #3b5998;
}
.social-icon li.instagram:hover a {
  background: #cd4a72;
}
.social-icon li.linkedin:hover a {
  background: #007ab9;
}
.social-icon li.youtube:hover a {
  background: #ff0000;
}
.social-icon li.twitter:hover a {
  background: #000;
}
.social-icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.youtube:hover i {
  color: #fff;
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 4px;
}
.pd-0 {
  padding: 0;
}
.hm-need-help {
  background: url(../images/need-further.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-need-help h4 {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}
.hm-need-help h4 a {
  color: #d2151e;
}
.hm-need-help h4 a:hover {
  color: #ffffff;
}
.hm-need-help h4 a i {
  color: #939598;
}
.hm-provide {
  background: rgb(210 21 30);
  height: 100%;
  padding: 8px 10px;
  color: #ffffff;
}
.hm-provide-dtl {
  text-align: center;
}
.hm-provide-dtl img {
  margin-bottom: 4px;
}
.hm-provide h5 {
  font-size: 13px;
  text-align: center;
}

/*------------------*/
.ftr-flot-ri ul {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.social-icon {
  float: right;
}
.ftr-flot-ri ul li {
  padding: 0px 30px;
}
.ftr-flot-ri ul li a {
  color: #000000;
  font-size: 16px;
  border: 1px solid #000;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 3px 0;
  display: block;
  padding: 9px 15px;
  border-radius: 48px;
}
.footer-logo {
  align-items: center;
  display: flex;
}

/*------------------*/

/*---------By vishal---------*/
.hero-banner-main {
  background-image:linear-gradient(#4c4c4cb5 100%, transparent 50%), url(../images/hero-banner.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 80px 0px;
  position: relative;
}
.hero-head h1 {
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 45px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  text-align: center;
}
.hero-head h1::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -8px;
  justify-self: anchor-center;
  background-color: #01a3d4;
}
/* Breadcrumb Navigation */
.hero-breadcrumb {
  position: absolute;
  bottom: -103px;
  z-index: 3;
  justify-self: anchor-center;
}
.breadcrumb-nav {
  background: linear-gradient(45deg, #ff6b35, #ff8c42);
  padding: 12px 24px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.breadcrumb-nav::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 20px solid #ff6b35;
}
.breadcrumb-nav::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 20px solid #ff8c42;
}
.breadcrumb-item a:hover {
  color: #7ce0ff;
}
.breadcrumb-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb-separator {
  color: #ffffff;
  margin: 0 4px;
  font-weight: 300;
}
.breadcrumb-current {
  font-weight: 600;
  color: #ffffff;
}
/* **** */
.prod-grid-sec {
  padding: 90px 0 80px;
}
.category-card {
  background: white;
  border-radius: 1px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 400px;
  width: 93%;
  margin: 0 auto;
}
.category-card {
  position: sticky;
  top: 100px;
}

.category-header {
  padding: 26px 25px 24px 25px;
}

.category-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #515151;
  position: relative;
  padding-bottom: 12px;
}

.category-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #f7853e;
  border-radius: 2px;
}

.category-list {
  padding: 0 20px 26px 20px;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 13px;
  margin-bottom: 8px;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f8f9fa;
  border: 1px solid transparent;
  text-decoration: none;
  color: #6c757d;
}

.category-item:last-child {
  margin-bottom: 0;
}

.category-item:hover {
  background-color: #00a4d3;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
}

.category-item-active {
  background-color: #00a4d3 !important;
  color: #fff;
  box-shadow: 0 4px 12px rgb(0 164 211 / 22%);
}

.category-item-active:hover {
  background-color: #007596 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgb(2 163 212 / 18%);
  color: #fff;
  text-decoration: none;
}

.category-text {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.category-arrow {
  opacity: 0.7;
  transition: opacity 0.2s ease;
  font-size: 14px;
}

.category-item:hover .category-arrow {
  opacity: 1;
}

.category-item-active .category-arrow {
  opacity: 1;
}

.product-img img {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(
    to top,
    #f2f5f6 0%,
    #ffffff 51%,
    #ffffff 100%
  );
}
.about-inner-con h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: capitalize;
  color: #504f4f;
  letter-spacing: -0.1px;
}
.about-inner-con p {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #6b6b6b;
}
.prod-view-more .view-btn-new {
  font-size: 16px;
  font-weight: 600;
  color: #01a3d4;
}
.prod-grid-pad .col-md-4 {
  padding-inline: 5px !important;
}
.prod-inn-head h2 {
  font-size: 29px;
  color: #504f4f;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.prod-inn-head h2 span {
  color: #01a3d4;
}
/* --- */
.prod-inner-main {
  padding: 80px 0px 80px;
}
/* container-fluid make custom width */
.prod-inner-main .container-fluid,
.feature-sec .container-fluid,
.prod-table-main .container-fluid,
.benefits-sec .container-fluid,
.product_main_wrapper .container-fluid {
  width: 85% !important;
}
/* --- */
.prod-head h2 {
  font-size: 31px;
  color: #504f4f;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.prod-head h2 span {
  color: #01a3d4;
}
.inn-prod-dtls p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 20px;
  line-height: 25px;
  color: #6b6b6b;
}
.enqu-btn a:hover {
  background-color: #504f4f;
}
.enqu-btn a {
  width: 176px;
  height: 44px;
  background: #01a3d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 0px;
  transition: all 0.3sease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  letter-spacing: 0.6px;
}
.icon-right-arrow12 {
  margin-left: 5px;
}
.enqu-btn {
  margin-top: 10px;
}
.prod-wrapper {
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.1);
  padding: 35px 21px 35px 21px;
}
.prod-img img {
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
}

/* --- */
.feature-sec {
  padding: 0px 0 80px;
}
.feature-head h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: center;
}
/* Feature Item Styles */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e8f4fd;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.feature-item:hover {
  border-color: #01a3d43f;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
  transform: translateY(-2px);
}
.feature-wrapper {
  margin-top: 20px;
}
/* Feature Icon Styles */
.feature-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.feature-item:hover .check-icon {
  transform: scale(1.1);
}

/* Feature Content Styles */
.feature-content {
  flex: 1;
}

.feature-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
  transition: color 0.3s ease;
}

.feature-item:hover p {
  color: #2d3748;
}
/* -- */
/* -- */
.prod-table-main {
  padding: 0 0 80px;
}
.prod-table-head h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: center;
}
.prod-table-main .prod-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 2%) !important;
}
.prod-table {
  margin-top: 20px;
}
.prod-table thead {
  background: #2b3d53;
}
.prod-table thead th {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.prod-table thead {
  border-radius: 20px 20px 0 0;
}
.prod-table table {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.prod-table table thead th {
  border-bottom: 0;
  padding: 15px 15px;
}
.prod-table table tbody td {
  padding: 15px 15px;
  color: #6b6b6b;
  border-bottom: 1px solid #f1f1f1;
}
.list-points {
  margin-top: 20px;
}
.list-points ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  list-style: none;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
}

.list-points ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #02a2d8;
  border-radius: 50%;
  display: inline-block;
}
/* -- */

/* -- */
.benefits-sec {
  padding: 0px 0 80px;
}
.benif-head h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: center;
}
/* -- */
.product_main_wrapper .category-card {
  width: 100%;
}

/* --- */
.contact-main {
  padding: 80px 0 80px;
}
.contact-head h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: center;
}
/* --- */
/*---------By vishal end---------*/
.contact-main {
  padding: 80px 0 80px;
}
.contact-head h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  text-align: center;
}
/* Contact Section */
.contact-section {
  padding: 80px 0;
  background-color: #ffffff;
  min-height: 100vh;
}

/* Contact Info Styles */
.contact-info > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
}

.contact-form-wrapper > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
}

/* Contact Item Styles */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 2.5rem;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.address-item {
  border-left: 5px solid #3498db;
}

.phone-item {
  border-left: 5px solid #e67e22;
}

.email-item {
  border-left: 5px solid #3498db;
}

/* Contact Icon */
.contact-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.contact-icon img {
  width: 35px;
  height: 35px;
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
}

/* Contact Content */
.contact-content {
  flex: 1;
}

.contact-content > h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.contact-content > a:hover {
  color: #f7853e;
}
.contact-content > a {
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 25px;
  color: #6b6b6b;
}

/* Map Container */
.map-container {
  margin-top: 3rem;
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

/* Form Group */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group > label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.form-group > input,
.form-group > textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  color: #495057;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.form-group > input:focus,
.form-group > textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group > input::placeholder,
.form-group > textarea::placeholder {
  color: #adb5bd;
}

.form-group > textarea {
  resize: vertical;
  min-height: 120px;
}
.cnt-btn {
  margin-top: 10px;
}
.snd-msg-btn:hover {
  background: #4f4f4f;
  color: #fff;
}
.snd-msg-btn {
  background: #00a4d5;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
}
.snd-msg-btn img {
  margin-left: 5px;
}
/* --- */